:root {
    --theme-color: #47BE7A;
    --theme-color2: #00293F;
    --theme-color3: #0084B5;
    --black: #515151;
    --grey: #9e9e9e;
    --fa6: 'Font Awesome 6 Pro';
    --regular: 'Montserrat-Regular', sans-serif;
    --medium: 'Montserrat-Medium', sans-serif;
    --semi: 'Montserrat-SemiBold', sans-serif;
    --bold: 'Montserrat-Bold', sans-serif;
    --boldBe: 'BeVietnamPro-Bold', sans-serif;
}

/* Font website */
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('./fonts/Montserrat-Regular.woff2') format('woff2'),
        url('./fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('./fonts/Montserrat-Italic.woff2') format('woff2'),
        url('./fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('./fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('./fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('./fonts/Montserrat-Bold.woff2') format('woff2'),
        url('./fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('./fonts/Montserrat-Medium.woff2') format('woff2'),
        url('./fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BeVietnamPro-Bold';
    src: url('./fonts/BeVietnamPro-Bold.woff2') format('woff2'),
        url('./fonts/BeVietnamPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* End font website */

/* Format theme */
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: normal;
    font-family: var(--bold);
}

p {
    margin-bottom: 0.8em;
}

p,
a,
ul,
li,
div {
    font-family: var(--regular);
}

.uxb-wrapper.uxb-wrapper--text {
    position: unset;
}

.uxb-wrapper.uxb-wrapper--team_member {
    width: 25%;
}

body {
    font-size: 16px;
    color: var(--black);
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-style: normal;
    font-family: var(--regular);
}

p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 1rem;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
    height: 5px
}

::-webkit-scrollbar-thumb {
    background-color: #555;
    border: 2px solid #555;
}

/* ===Home=== */
/* Header */
.header-nav-main>.menu-item>a {
    font-family: var(--medium);
    padding: 30px 0;
    font-size: 18px;
    color: var(--theme-color2);
}

.header-nav-main>.menu-item .icon-angle-down {
    display: none
}

.header-nav-main>.menu-item>a:hover,
.header-nav-main>.menu-item.active>a {
    color: var(--theme-color) !important;
}

.header-nav-main>.menu-item {
    margin: 0 24px;
}

#header.transparent .header-bg-color {
    background: linear-gradient(180deg, #242A2E 0%, rgba(0, 41, 63, 0.10) 100%);
    backdrop-filter: blur(7.5px);
}

#header.transparent:has(.btn-menumobi.active) .header-wrapper:after {
    display: none
}

#header.transparent:has(.btn-menumobi.active) .header-bg-color {
    background: #fff;
    backdrop-filter: unset;
}

#header.transparent:has(.btn-menumobi.active) #logo img {
    filter: unset;
}

#header.transparent:has(.btn-menumobi.active) .btn-menumobi span {
    background-color: var(--theme-color)
}

#header.transparent .header-wrapper:after {
    content: "";
    width: 100%;
    height: 1.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(47, 47, 47, 0.70) 0%, rgba(156, 156, 156, 0.70) 53%, rgba(61, 61, 61, 0.70) 100%);
}

body:not(.home) #header .header-wrapper {
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 26px 0px rgba(0, 0, 0, .08);
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
}

#header.transparent #logo img {
    filter: brightness(0) invert(1);
}

#header.transparent .header-nav-main>.menu-item>a {
    color: #fff;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before,
.nav-dropdown-has-arrow li.has-dropdown:after {
    display: none;
}

#header .header-nav-main>.menu-item>.sub-menu {
    left: 0;
    background: #fff;
    position: absolute;
    top: calc(100%);
    box-shadow: none;
    border: 0;
    border-top: 1px solid #002A3F;
    padding: 0;
    min-width: 220px;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0px 3px 6px #0000001A;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
}

#header .header-nav-main>.menu-item:hover .nav-dropdown {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

#header li>.nav-dropdown a {
    padding: 6px 18px 6px 20px;
    white-space: nowrap;
    text-align: left;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    border-bottom: 0;
    color: #002A3F;
    position: relative
}

#header li>.nav-dropdown a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #002A3F;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 15px;
}

#header li>.nav-dropdown a:hover {
    color: var(--theme-color)
}

#header .html_topbar_left {
    display: none;
}

#header .fake-lang .option {
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    width: 95px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

#header .fake-lang:hover .option {
    opacity: 1;
    visibility: visible;
}

#header .fake-lang .option .gtranslate_wrapper {
    display: flex;
    flex-direction: column-reverse;
}

#header .fake-lang .option .gtranslate_wrapper a {
    font-size: 14px;
    line-height: normal;
    padding: 5px;
}

#header .fake-lang .option .gtranslate_wrapper a:hover {
    color: var(--theme-color)
}

#header .fake-lang .option .gtranslate_wrapper a span {
    font-size: 14px;
    font-family: var(--medium);
    font-weight: normal;
}

#header .fake-lang .option .lang-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: var(--medium);
    line-height: normal;
    padding: 5px;
}

#header .fake-lang .option .lang-item:hover {
    color: var(--theme-color)
}

#header .fake-lang .option img {}

#header .fake-lang .selected .lang-item {
    display: none;
    justify-content: center;
}

#header .fake-lang .selected .lang-item:after {
    font-size: 14px;
    content: "\f107";
    font-family: var(--fa6);
    color: #fff;
    height: 14px;
    margin-left: 4px;
}

#header .fake-lang .selected .lang-item span {
    font-size: 15px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--medium);
}

#header .fake-lang:lang(vi) .selected .lang-item:first-child,
#header .fake-lang:lang(auto) .selected .lang-item:first-child {
    display: flex;
}

#header .fake-lang:lang(en) .lang-item:nth-of-type(2) {
    display: flex;
}

#header .fake-lang {
    width: 110px;
    height: 31px;
    border-radius: 1000px;
    border: 1px solid #717171;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0.40) 0%, rgba(115, 115, 115, 0.40) 100%);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 11px;
    background: transparent linear-gradient(296deg, #47be7a 0%, #0084b5 100%) 0% 0% no-repeat padding-box;
    border: 0;
}

#header.transparent .fake-lang {
    border: 1px solid #717171;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0.40) 0%, rgba(115, 115, 115, 0.40) 100%);
}

#header .fake-lang img {
    width: 28px;
    height: 18px;
    object-fit: cover;
    margin-right: 7px;
}

/* End header */
/* Slider */
.slick-dots li button {
    color: #fff;
    padding: 0;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    overflow: hidden;
    display: none;
}

.slick-dots li {
    margin: 0 5px !important;
    width: 12px;
    height: 12px;
    background-color: var(--theme-color);
    opacity: .2;
    cursor: pointer;
    border-radius: 50%;
}

.slick-dots li.slick-active {
    opacity: 1;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    margin-top: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#main .slider-home {
    padding: 0
}

.carousel-full>.item:nth-of-type(n+2) {
    display: none
}

.admin-bar #main .slider-home .image-cover {
    padding-top: calc(100vh - 32px) !important;
}

.slider-home .slick-dots {
    flex-direction: column;
    right: 84px;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
}

.slider-home .slick-dots li {
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    margin: 9px 0 !important;
    opacity: 1;
    background-color: transparent;
}

.slider-home .slick-dots li.slick-active {
    background-color: #fff;
}

/* End slider */

/* sec-home-1 */
.sec-home-1:before {
    content: "";
    width: 100%;
    height: 1262px;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(238, 255, 238, 0.30) 0%, rgba(238, 255, 238, 0.30) 22%, rgba(238, 255, 238, 0.00) 100%);
}

.sec-home-1 .col-left {
    padding-top: 45px;
    padding-right: 60px;
}

.sec-home-1 .title-home h1 {
    color: var(--theme-color2);
    font-size: 42px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 43px;
}

.sec-home-1 .title-home p {
    max-width: 524px;
    font-size: 18px;
    line-height: 25px;
}

#wrapper .sec-home-1 .col-left .button.btn-viewall {
    margin: 45px 0 0;
}

#main .button.btn-viewall svg {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    transition: unset;
    transition: transform .3s, color 0s;
}

#main .button.btn-viewall svg path {
    fill: currentColor;
}

.sec-home-1 .col-right .col-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.sec-home-1 .col-right .image-cover {
    border-radius: 16px;
}

.sec-home-1 .col-right .img {
    margin-bottom: 0
}

.sec-home-1 .col-right .img:first-of-type {
    margin-top: 155px;
}

#wrapper .sec-home-1 .col-left .button.btn-viewall,
#wrapper .sec-home-6 .btn-viewall {
    border-radius: 5px;
    background: linear-gradient(90deg, #5980C0 0%, #0084B5 39%, #5EC0D6 100%);
    box-shadow: none;
    border: 0;
    min-width: 180px;
    height: 45px;

    font-size: 18px;
    font-family: var(--regular);
    font-weight: normal;
    transition: all .4s
}

#wrapper .sec-home-1 .col-left .button.btn-viewall:hover,
#wrapper .sec-home-6 .btn-viewall:hover {
    background: linear-gradient(270deg, #5980C0 0%, #0084B5 39%, #5EC0D6 100%);
}

#wrapper .button.btn-viewall:hover svg {
    transform: rotate(45deg);
}

.sec-home-1 .col-right .btn-viewall {
    margin: 0;
}

.sec-home-1 .col-right .box-text {
    padding: 40px 0 0;
}

#wrapper .btn-viewall {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    width: fit-content;
}

.sec-home-1 .col-right .btn-viewall {
    font-size: 24px;
    font-family: var(--semi);
    background-color: transparent;
    border: 0;
    color: var(--theme-color2);
    box-shadow: none;
    height: auto;
    min-height: auto;
    letter-spacing: 0;
    line-height: 1;
    transition: all 0.3s;
}

#wrapper .sec-home-1 .col-right .btn-viewall svg {
    width: 19px;
    height: 19px;
}

.sec-home-1 .col-right .btn-viewall:hover {
    color: var(--theme-color)
}

.sec-home-1 .section-bg {
    width: 1257px;
    height: 1563px;
    background-size: contain !important;
    top: -600px;
    opacity: 0.2;
    right: -100px;
    background-repeat: no-repeat !important;
    left: unset;
}

#main .sec-home-1 {
    padding-bottom: 30px;
}

/* End sec-home-1 */
/* sec-home-2 */
.sec-home-2 .image-bg {
    border-radius: 50px;
    overflow: hidden;
}

.sec-home-2 .img-doc {
    display: none
}

.sec-home-2 .stack-content {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 680px;
}

.sec-home-2 .video-button-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 55px !important;
}

.sec-home-2 .video-button-wrapper a {
    width: 98px;
    height: 98px;
    margin: 0;
    position: relative;
    border: 0;
    transition: all.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-animation: ripple .7s linear infinite;
    animation: ripple_video .7s linear infinite;
}

.sec-home-2 .video-button-wrapper a:hover {
    background: linear-gradient(90deg, #5980C0 0%, #0084B5 39%, #5EC0D6 100%)
}

.sec-home-2 .video-button-wrapper a:before {
    content: "";
    background: url(./images/bg-play.svg);
    stroke-width: 2px;
    stroke: #FFF;
    opacity: 0.5;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    left: 0;
    background-size: contain;
}

.sec-home-2 .video-button-wrapper .icon-play:before {
    content: "\f04b";
    font-family: var(--fa6);
    font-weight: bold;
    margin-left: 8px;
}

.sec-home-2 .stack-content h2 {
    background: linear-gradient(232deg, #D0FFE6 34.79%, #3AC1F4 90.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-family: var(--bold);
    line-height: normal;
    margin-bottom: 0;
    line-height: 1.4;
}

.sec-home-2 .stack.link {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    gap: 235px;
    align-items: flex-end;
}

@keyframes ripple_video {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .2), 0 0 0 .5em rgba(255, 255, 255, .2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .2), 0 0 0 .5em rgba(255, 255, 255, .2)
    }

    100% {
        -webkit-box-shadow: 0 0 0 .5em rgba(255, 255, 255, .2), 0 0 0 1em rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 .5em rgba(255, 255, 255, .2), 0 0 0 1em rgba(255, 255, 255, 0)
    }
}

.sec-home-2 .stack-content h3 {
    text-align: center;
    font-size: 110px;
    line-height: normal;
    display: block;
    background: unset !important;
    color: transparent;
    font-style: normal;
    -webkit-text-stroke: 1.5px #DCFDFF;
    font-family: var(--boldBe);
    margin-bottom: 0 !important;
}

#wrapper .stack.link .btn-viewall {
    background-color: transparent;
    font-size: 28px;
    min-height: auto;
    padding: 0;
    text-transform: uppercase;
    font-family: var(--bold);
    text-align: right;
}

#wrapper .stack.link .btn-viewall svg {
    width: 24px;
    height: 24px;
    color: var(--theme-color);
    margin-left: 17px;
}

#wrapper .stack.link .btn-viewall:hover {
    color: var(--theme-color)
}

.sec-home-2 .svg-line {
    width: 540px;
    height: 540px;
    border-radius: 10000px;
    background: linear-gradient(180deg, rgba(198, 226, 201, 0.30) 0%, rgba(71, 190, 122, 0.30) 39.5%, rgba(0, 132, 181, 0.30) 92.5%);
    filter: blur(100px);
    backdrop-filter: blur(2px);
    position: absolute;
    right: -210px;
    bottom: -70px;
    z-index: -1;
}

/* End sec-home-2 */
/* sec-home-3 */
.sec-home-3:before {
    content: "";
    width: 100%;
    height: 1500px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(236, 236, 236, 0.00) 0%, #f8f8f8 17%);
}

.sec-home-3 .section-bg {
    height: 400px;
    width: 400px;
    background-size: contain !important;
    left: 8%;
    background-position: left;
    bottom: 0;
    top: unset;
}

.title-home h2 {
    color: var(--theme-color2);
    font-size: 42px;
    font-weight: normal;
    line-height: normal;
}

.sec-home-3 .col-right .col-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    counter-reset: counter-text;
}

.sec-home-3 .col-right .box {
    padding: 0 25px;
    border-right: 1px solid #aaaaaac7;
    counter-increment: counter-text;
}

.sec-home-3 .col-right .box:first-child {
    border-left: 1px solid #aaaaaac7;
}

.sec-home-3 .image-cover {
    border-radius: 10px;
    transition: all .3s;
}

.sec-home-3 .col-right .box:nth-of-type(2n+1) {
    padding-top: 40px
}


.sec-home-3 .col-right .box-image a:before {
    content: "0" counter(counter-text);
    font-size: 80px;
    font-family: var(--boldBe);
    background: unset !important;
    color: transparent;
    font-style: normal;
    -webkit-text-stroke: 1px #00293F;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
}

.sec-home-3 .col-right .box-image a:after {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(./images/next-i.svg);
    position: absolute;
    top: 45px;
    right: 5px;
    transition: all .3s;
}

.sec-home-3 .box:hover .image-cover {
    transform: translateY(-5px);
}

.box .box-text a {
    display: block
}

.sec-home-3 .col-right .box-text {
    padding: 30px 0
}

.sec-home-3 .col-right .box-text h3 {
    font-size: 22px;
    color: #231F20;
    margin: 0;
}

.sec-home-3 .col-right .box-text h3:hover {
    color: var(--theme-color);
}

.sec-home-3 .col-right .box:hover a:after {
    transform: rotate(45deg);
}

.home-textrun {
    padding: 0.65rem 0;
    margin-top: 60px;
}

.home-textrun .sliding-text__description {
    color: #fff;
    margin: 0;
    padding: 0 3rem;
    font-family: var(--bold);
    font-size: 70px;
    line-height: 1.4;
    letter-spacing: 0.4px;
}

.home-textrun .sliding-text__description span:nth-of-type(2) {

    background: linear-gradient(90deg, #0084B5 0%, #47BE7A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-textrun .sliding-text__description span:nth-of-type(1) {
    color: transparent;
    font-style: normal;
    -webkit-text-stroke: 1px var(--theme-color);
    font-weight: bold;
    margin: 0;
    position: relative;
    font-family: var(--boldBe);
}

.home-textrun .sliding-text__slide {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

/* End sec-home-3 */
/* sec-home-4 */
.sec-home-4 .title-home h2 {
    color: #fff;
    margin-bottom: 0;
}

.sec-home-4 .col-title .col-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

#wrapper .sec-home-4 .col-project .btn-viewall {
    display: none
}

#wrapper .sec-home-4 .btn-viewall {
    margin: 0;
    height: 45px;
    min-width: 180px;
    border-radius: 5px;
    border: 1px solid #F4F4F4;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(2px);
    font-size: 18px;
    font-family: var(--medium);
    font-weight: normal;
    color: var(--theme-color2);
}

#wrapper .sec-home-4 .btn-viewall:hover {
    background-color: var(--theme-color);
    color: #fff
}

.slider-nav-circle .flickity-button {
    width: 45px !important;
    height: 45px;
    box-shadow: 0px 3px 6px #00000029 !important;
    top: 45% !important;
    margin-top: 0 !important;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset !important;
    color: var(--theme-color);
}

.slider-nav-circle .flickity-button svg {
    display: none;
}

.slider-nav-circle .flickity-button:before {
    font-family: var(--fa6);
    content: '\f178';
    color: inherit;
    font-weight: 300;
    font-size: 20.5px;
    width: 100%;
}

.slider-nav-circle .flickity-button.previous:before {
    content: '\f177';
}

.slider-nav-circle .flickity-button:hover {
    color: #fff;
    background: var(--theme-color);
}

.slider-nav-circle .flickity-button:hover:before {
    color: #fff;
}

.sec-home-4 .slider-nav-circle .flickity-button {
    display: none
}

#main .slider .flickity-page-dots li.dot {
    width: 18px;
    height: 18px;
    opacity: 1;
    background-color: transparent;
    margin: 0 10px;
    position: relative;
    border: 2px solid #fff;
    transition: unset;
}

#main .slider .flickity-page-dots li.is-selected {
    background: #fff;
}

.sec-home-4 .box-project .image-cover {
    border-radius: 10px
}

.sec-home-4 .box-project .box-text {
    padding: 36px 27px 30px;
}

.box-project .box-image:hover img {
    transform: scale(1.08)
}

.sec-home-4 .box-project .post-title {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    order: -1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0 0 9px;
}

.sec-home-4 .box-project .post-title:hover {
    text-decoration: underline
}

.sec-home-4 .box-project .project-info span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--medium);
}

.sec-home-4 .box-project .box-text-inner {
    display: flex;
    flex-direction: column;
}

.sec-home-4 .row-slider .flickity-page-dots {
    bottom: -20px;
}

#main .sec-home-4 .col-project .row {
    /* width: 105vw !important; */
    max-width: unset;
    position: unset;
}

.sec-home-4 {
    z-index: 2
}

/* End sec-home-4 */
/* sec-home-5 */
#main .sec-home-5 {
    padding-bottom: 110px
}

.sec-home-5 .title-home h2 {
    margin-bottom: 55px;
}

.sec-home-5 .list-logo:after {
    display: none
}

.sec-home-5 .list-logo {

    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.60);
    background: linear-gradient(261deg, rgba(242, 255, 248, 0.40) 5.49%, rgba(255, 255, 255, 0.40) 100%);
    backdrop-filter: blur(5px);
}

.sec-home-5 .list-logo {}

.sec-home-5 .list-logo .box-logo {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
    padding: 20px;
}

.sec-home-5 .slick-dots {
    display: flex;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    left: unset;
}

.sec-home-5 .slick-dots li {
    background: transparent;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    opacity: 1;
    margin: 6px 0px !important;
}

.sec-home-5 .slick-dots li.slick-active {
    background-color: #fff
}

.sec-home-5 .list-logo .gallery-col.col {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
}

.sec-home-5 .list-logo img {}

.sec-home-5 .list-logo .image-cover:hover img {
    filter: grayscale(1)
}

.sec-home-5 .section-bg {
    height: 1500px;
    top: 120px;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: multiply;
    opacity: 0.8;
}

.sec-home-5 .svg-line {
    width: 624px;
    height: 624px;
    position: absolute;
    top: 0;
    border-radius: 10000px;
    background: linear-gradient(180deg, #C6E2C9 0%, #47BE7A 39.5%, #0084B5 92.5%);
    filter: blur(100px);
    right: -238px;
    top: -230px;
    z-index: -1;
}

.sec-home-5 .svg-line-bottom {
    width: 369px;
    height: 369px;
    position: absolute;
    bottom: 0;
    border-radius: 10000px;
    opacity: 0.3;
    background: linear-gradient(180deg, #C6E2C9 0%, #47BE7A 39.5%, #0084B5 92.5%);
    filter: blur(100px);
    left: -132px;
    bottom: -300px;
    z-index: -1;
}

/* End sec-home-5 */
/* sec-home-6  */
.sec-home-6 .title-home h2 {
    margin-bottom: 50px;
}

.sec-home-6 .col-right {
    padding-left: 50px;
}

.sec-home-6 .col-right img {
    object-fit: contain;
}

.sec-home-6 .col-left {
    padding-top: 50px;
    padding-right: 50px;
    position: relative;
}

.sec-home-6 .form-content .form-item {
    position: relative;
    padding: 30px 0;
}

.sec-home-6 .form-content .form-item:before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(64, 167, 148, 0.50);
    position: absolute;
    top: 0;
}

.sec-home-6 .form-content .form-item:has(.item) {
    display: flex;
    justify-content: space-between;
}

.wpcf7 form .wpcf7-response-output {
    display: none
}

.sec-home-6 .form-content .form-item .item {
    width: calc(50% - 15px);
}

.sec-home-6 .form-content input {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
}

.sec-home-6 .form-content .fake-file {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sec-home-6 .form-content .fake-file:hover {
    color: var(--theme-color)
}

.sec-home-6 .form-content input::placeholder {
    color: #000;
}

.sec-home-6 .form-content .form-item>label,
.sec-home-6 .form-content .form-item .item>label {
    color: #00293F;
    font-size: 20px;
    font-family: var(--medium);
    font-weight: normal;
    line-height: normal;
    margin-bottom: 4px;
}

.sec-home-6 .form-content .form-item .item:has(.wpcf7-not-valid-tip)>label {
    color: #dc3232;
}

.sec-home-6 .form-content .form-item .item:has(.wpcf7-not-valid-tip)>.wpcf7-form-control-wrap input::placeholder {
    color: #dc3232;
}

.sec-home-6 .col-checkbox span.wpcf7-list-item label {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    font-family: var(--regular);
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sec-home-6 .col-checkbox input {
    opacity: 0;
}

.sec-home-6 .col-checkbox span.wpcf7-list-item label .checkmark {
    position: absolute;
    top: 2px;
    left: -2px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 5px solid #D9D9D9;
    background: #D9D9D9;
}

.sec-home-6 .col-checkbox label input:checked~.checkmark {
    background-color: #0084B5;
}

.sec-home-6 .col-checkbox span.wpcf7-list-item label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sec-home-6 .col-checkbox span.wpcf7-list-item label input:checked~.checkmark:after {
    display: block;
}

.sec-home-6 .wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.sec-home-6 .col-checkbox span.wpcf7-form-control-wrap {
    margin-top: 10px;
}

#wrapper .sec-home-6 form {
    margin-bottom: 0
}

#wrapper .sec-home-6 .btn-viewall {
    min-width: 270px;
    margin: 10px 0 0;
}

#wrapper .sec-home-6 .blog-home {}

/* End sec-home-6  */

/* sec-home-7 */
.sec-home-7 .flickity-button {
    display: none
}

.sec-home-7 .title-home h2 {
    margin-bottom: 50px
}

.sec-home-7 .blog-home .col {
    padding: 0 20px 0
}

.sec-home-7 .blog-home .image-cover,
#post-list .image-cover,
.featured-posts .image-cover {
    border-radius: 10px
}

.sec-home-7 .blog-home .box-text,
#post-list .box-text,
.featured-posts .box-text {
    padding-top: 25px;
}

.sec-home-7 .blog-home .post-title a,
#post-list .post-title a,
.featured-posts .post-title a {
    color: #00293F;
    font-size: 20px;
    line-height: normal;
    font-family: var(--semi);
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sec-home-7 .blog-home .post-title a:hover,
#post-list .post-title a:hover,
.featured-posts .post-title a:hover {
    color: var(--theme-color)
}

.sec-home-7 .blog-home .post-title,
#post-list .post-title,
.featured-posts .post-title {
    margin-bottom: 16px;
}

.sec-home-7 .blog-home .box-info,
#post-list .box-info,
.featured-posts .box-info {
    display: flex;
    position: relative
}

.sec-home-7 .blog-home .box-info:after,
#post-list .box-info:after,
.featured-posts .box-info:after {
    content: "";
    flex: 1;
    height: 0;
    border-bottom: 1px solid #BABABA;
    margin-top: 14px;
}

.sec-home-7 .blog-home .cat-label,
#post-list .box-info .cat-label,
.featured-posts .box-info .cat-label {
    font-size: 16px;
    line-height: 20px;
    font-family: var(--medium);
    color: #0084B5;
    margin: 0 6px 0 0;
    padding-right: 6px;
    border-right: 1px solid;
}

.sec-home-7 .blog-home .post-meta,
#post-list .box-info .post-meta,
.featured-posts .box-info .post-meta {
    font-size: 16px;
    line-height: 20px;
    font-family: var(--medium);
    color: #0084B5;
    padding-right: 25px;
}

.sec-home-7 .blog-home .from_the_blog_excerpt,
#post-list .box-blog-post .from_the_blog_excerpt,
.featured-posts .from_the_blog_excerpt {
    margin-top: 25px;
    color: #5F5F5F;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#post-list .box-blog-post .from_the_blog_excerpt {
    opacity: 1;
    filter: unset;
}

#main .sec-home-7 .slider .flickity-page-dots li.dot {
    border-color: var(--theme-color3);
}

#main .sec-home-7 .slider .flickity-page-dots li.dot.is-selected {
    background-color: var(--theme-color3);
}

.sec-home-7 .blog-home {
    padding-bottom: 50px
}

#main .sec-home-7 {
    padding-bottom: 80px;
    padding-top: 80px;
}

/* footer */
#footer .absolute-footer {
    display: none
}

#footer .row-top .col-1 .img {
    max-width: 200px;
}

#footer .row-top .col-2 .img {
    width: 123px;
    margin-top: 20px;
}

#footer .sec-footer {
    padding-bottom: 0
}

#footer .row-bottom {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.60);
}

#footer .row-bottom .col-left p {
    color: #fff;
    margin: 0;
    font-family: var(--medium);
}

#footer .social-footer {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    list-style: none
}

#footer .social-footer li {
    margin: 0 0 0 46px
}

#footer .social-footer a {
    color: #fff;
    text-transform: uppercase;
    font-family: var(--semi);
}

#footer .social-footer a:hover,
#footer .row-top .col-3 ul li a:hover {
    color: var(--theme-color)
}

#footer .row-top p:first-child {
    color: #fff;
    font-size: 18px;
    font-family: var(--bold);
    margin-bottom: 14px;
    text-transform: uppercase;
}

#footer .row-top .col-3 .col-inner {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

#footer .row-top .col-3 ul {
    margin-bottom: 0;
    list-style: none;
}

#footer .row-top .col-3 ul li {
    margin-left: 0;
    margin-bottom: 5px;
}

#footer .row-top .col-3 ul li a {
    font-size: 16px;
    color: #fff;
    font-family: var(--medium);
}

#footer .row-top .col-1 {
    flex-basis: 20%;
    max-width: 20%;
}

#footer .row-top .col-2 {
    flex-basis: 29%;
    max-width: 29%;
}

#footer .row-top .col-3 {
    flex: 1;
    max-width: 100%;
    padding-left: 40px;
}

#footer .row-top .col-3 .menu span {
    color: #fff;
    font-size: 16px;
    font-family: var(--semi);
    width: 68px;
    display: inline-block;
    margin-right: 25px;
}

#footer .row-top .col-2 p {
    color: #fff;
    font-family: var(--medium);
}

#footer .row-top {
    padding-bottom: 30px;
}

/* End footer */
/* End sec-home-7 */
/* ===End home=== */

/* ===page-about=== */
.page-about-1 .col-left,
.page-service-1 .col-left {
    padding-top: 25px
}

.page-about-1 .col-left h2,
.page-about-1 .col-left h1 {
    font-size: 34px;
    line-height: normal;
    background: linear-gradient(232deg, #47BE7A 34.79%, #0084B5 90.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    margin-bottom: 0;
}

.page-about-1 .col-left h1 {
    margin-bottom: 30px;
}

.page-about-1 .col-left h2 {
    margin-bottom: 5px
}

.page-about-1 .col-left p,
.page-service-1 .col-left p {
    max-width: 506px;
    margin-bottom: 20px;
    color: #002A3F;
}

.page-about-1 .svg-line {
    position: absolute;
    width: 686px;
    height: 686px;
    background: transparent radial-gradient(closest-side at 50% 50%, #5DBB91 0%, #5DBB9000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.15;
    top: 100px;
    left: -200px;
}

.page-about-1 .bg {
    background: transparent linear-gradient(180deg, #5980C0 0%, #5CB595 60%, #5DBF8D00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.05;
}

#main .page-about-1 {
    padding-bottom: 40px;
}

.page-about-2 .stack {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 50px;
    padding: 90px 80px;
    background: transparent linear-gradient(296deg, #47be7a 0%, #0084b5 100%) 0% 0% no-repeat padding-box;
    border-radius: 32px;
    opacity: 1;
    position: relative
}

.page-about-2 .stack:before {
    content: "";
    width: 783px;
    height: 100%;
    position: absolute;
    background: url(./images/bg-gt.svg) no-repeat center;
    left: 173px;
    top: 0;
    background-size: contain;
}

.page-about-2 .icon-box-img {
    width: 100% !important;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

.page-about-2 .icon-box-text {
    max-height: 110px;
    overflow-y: auto;
    padding-right: 5px;
}

.page-about-2 .icon-box-text::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.page-about-2 .icon-box-text::-webkit-scrollbar-thumb {
    border: 2px solid #fff;
    background-color: unset;
}

.page-about-2 .icon-box-text::-webkit-scrollbar-track {
    background-color: #fff;
    box-shadow: unset;
}

.page-about-2 .icon {
    background: #ffffff3d 0% 0% no-repeat padding-box;
    border: 0.5px solid #FFFFFF;
    border-radius: 10px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    width: 70px !important;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    flex-shrink: 0;
    margin-right: 23px;
}

.page-about-2 .icon:hover {
    background: transparent linear-gradient(282deg, #47be7a 0%, #0084b5 100%) 0% 0% no-repeat padding-box;
}

.page-about-2 .icon img {
    padding: 0
}

.page-about-2 .title-small {
    color: #fff;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 45px;
}

.page-about-2 .stack p {
    color: #fff;
}

.title-page h2,
.title-page h1 {
    font-size: 34px;
    line-height: normal;
    background: linear-gradient(232deg, #47BE7A 34.79%, #0084B5 90.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    margin-bottom: 30px;
}

.page-about-3 .col-left .stack {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}

.page-about-3 .col-left {
    padding-right: 30px;
}

.page-about-3 .icon-box .icon-box-img {
    margin-bottom: 10px;
}

.page-about-3 .icon-box .icon-box-img svg {
    padding: 0;
    height: 44px;
    transition: unset;
    color: var(--theme-color);
}

.page-about-3 .icon-box .icon-box-text {
    width: 100%;
    text-align: center;
}

.icon-box-img svg circle {
    fill: currentColor;
}

.page-about-3 .col-left .icon-box {
    background: #F6F8FB;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    padding: 20px 20px 23px;
    flex-wrap: wrap;
    cursor: pointer;
}

.page-about-3 .col-right {
    padding-left: 50px
}

.page-about-3 .icon-box.active {
    background: transparent linear-gradient(132deg, #015AAD 0%, #00B74F 100%) 0% 0% no-repeat padding-box;
}

.page-about-3 .icon-box.active .icon-box-img svg {
    color: #fff;
}

.page-about-3 .icon-box.active h3 {
    color: #fff
}

.page-about-3 .col-right .image-cover {
    border-radius: 24px;
}

.page-about-3 .col-right .img {
    margin-bottom: 40px !important;
}

.page-about-3 .col-right .stack {
    display: none
}

.page-about-3 .col-right .stack.active {
    display: block;
}

.page-about-3 .col-right p {
    color: #002A3F;
}

.page-about-4 .row-layout .col-left {
    flex-basis: 43.25%;
    max-width: 43.25%;
}

.page-about-4 .row-layout .col-right {
    flex: 1;
    max-width: 100%;
}

.page-about-4 .row-layout .img {
    margin: 0;
}

.page-about-4 .row-layout .col-left .col-inner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.page-about-4 .row-layout .col-left .icon-box {
    width: 50%;
    padding: 85px 40px 90px;
}

.page-about-4 .row-layout .col-left .icon-box.text-2 {
    background-color: #00B74F;
}

.page-about-4 .row-layout .col-left .icon-box.text-3 {
    background-color: #015AAD;
}

.page-about-4 .row-layout .col-left .icon-box-text p:first-of-type,
.page-about-4 .row-layout .number-run {
    color: #fff;
    margin-bottom: 0;
    font-family: var(--bold);
    font-size: 60px;
    line-height: 1;
}

.page-about-4 .row-layout .number-run {
    display: flex;
}

.page-about-4 .row-layout .col-left h3,
.page-about-4 .row-layout .col-right .text-1 h3 {
    color: #fff;
    font-size: 22px;
    line-height: 45px;
    font-family: var(--semi);
}

.page-about-4 .row-layout .col-right .col-inner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
}

.page-about-4 .row-layout .col-right .text-1 {
    width: 50%;
    background: url(./images/bg-gt2.png) no-repeat center;
    background-size: cover;
    padding: 100px 42px 100px 50px;

}

.page-about-4 .row-layout .col-right .text-1 h3 {
    margin-bottom: 23px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ffffff38;
}

.page-about-4 .row-layout .col-right .text-1 p {
    color: #fff;
}

.page-about-4 .row-layout .col-right .img-right {
    width: 50% !important;
}

.page-about-4 .row-layout .stack-top {
    height: fit-content;
}

.page-about-4 .row-layout .col-right .text-4 {
    flex: 1;
    padding-top: 47px;
    padding-left: 100px;
    flex-wrap: wrap;
    background-color: #002A3F;
    align-items: unset;
    justify-content: unset;
    flex-direction: column;
}

.page-about-4 .row-layout .text-4 .icon-box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px !important;
}

.page-about-4 .row-layout .text-4 .icon-box-img {
    width: 205px !important;
    margin-right: 34px !important;
    margin-bottom: 0 !important;
}

.page-about-4 .row-layout .text-4 .text-bottom {
    color: #fff;
    max-width: 500px;
    padding-right: 30px;
}

.page-about-4 .row-layout .col-right .text-4 h3 {
    color: #fff;
    font-size: 20px;
}

.page-about-4 .row-layout .col-right .text-4 .icon-box p {
    margin-bottom: 0;
    font-size: 57px;
    color: #fff;
    line-height: 1.1;
}

#main .page-about-5 {
    padding-top: 60px;
    padding-bottom: 50px
}

/* ===End page-about=== */
/* ===blog-archive===*/
.blog-archive.page-wrapper,
.blog-single.page-wrapper {
    padding-top: 0
}

#main .banner-archive {
    padding-top: 80px;
    padding-bottom: 60px;
}

.banner-archive:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent linear-gradient(180deg, #5980C0 0%, #5CB595 60%, #5DBF8D26 100%) 0% 0% no-repeat padding-box;
    opacity: 0.05;
    top: 0;
    left: 0;
}

.banner-archive:after {
    content: "";
    background: transparent radial-gradient(closest-side at 50% 50%, #5DBB91 0%, #5DBB9000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.15;
    left: -205px;
    width: 686px;
    height: 686px;
    position: absolute;
    top: 0;
}

.banner-archive .col-left {
    padding-top: 20px
}

.banner-archive .col-left .page-title {
    font-size: 34px;
    line-height: normal;
    background: linear-gradient(232deg, #47BE7A 34.79%, #0084B5 90.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    margin-bottom: 30px;
    text-transform: none;
}

.banner-archive .col-left .taxonomy-description {
    max-width: 570px;
    margin-bottom: 35px;
}

.banner-archive .box-search-post form {
    display: flex;
    max-width: 485px;
}

.banner-archive .box-search-post input {
    margin: 0;
    height: 50px;
    border: 0;
    border-radius: 99px 0 0 99px;
    border-right: 0;
    box-shadow: none;
    padding: 0 20px 0 26px;
    color: #515151;
    font-size: 16px;
}

.banner-archive .box-search-post input::placeholder {
    color: #515151;
}

.banner-archive .col-right {
    padding-left: 30px
}

.banner-archive .box-search-post .button-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    height: 36px;
    width: 60px;
    flex-shrink: 0;
    min-height: 50px;
    background-color: #fff;
    color: #fff;
    border-radius: 0 99px 99px 0;
    margin: 0;
    padding-right: 26px;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--medi);
    color: var(--theme-color) !important
}

.nav-pagination>li>span.current {
    color: #fff !important
}

.nav-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px !important
}

.nav-pagination>li>a:hover {
    color: #fff !important
}

.nav-pagination .icon-angle-right:before {
    content: '\f061';
    font-family: var(--fa6);
    font-weight: 300
}

.nav-pagination .icon-angle-left:before {
    content: '\f060';
    font-family: var(--fa6);
    font-weight: 300
}

.banner-single .image-cover {
    padding-top: 400px;
}

.blog-single .post {
    max-width: 995px;
    margin: -200px auto 0;
    background: #F7FAFB 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 70px 75px 30px;
}

.blog-single .post .entry-title,
.post-lquan .featured-posts .title-post,
.project-single .project-name {
    font-size: 34px;
    line-height: normal;
    background: linear-gradient(232deg, #47BE7A 34.79%, #0084B5 90.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    margin-bottom: 30px;
    text-transform: none;
    text-align: center;
}

.blog-single .post .entry-header-text-top {
    padding-bottom: 0
}

.blog-single .post .info-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.box-postdate .post-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #6D6D6D;
    padding-right: 11px;
}

.box-postdate .post-date svg {
    margin-right: 5px;
}

.info-top .blog-share .share-icons-title {
    font-size: 16px;
    font-weight: normal;
    font-family: var(--semi);
    color: var(--theme-color);
}

.info-top .blog-share a {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
}

.info-top .blog-share .social-icons {
    display: flex;
    align-items: center;

}

.blog-single .post-lquan {
    padding-top: 80px;
    padding-bottom: 0;
}

.post-lquan .featured-posts .title-post {
    margin-bottom: 44px;
}

.post-lquan .featured-posts .col:nth-of-type(n+4) {
    display: none
}

/* ===blog-archive===*/
/* ===blog-project=== */
.blog-project #project-list .image-cover,
.relatedcat .image-cover {
    border-radius: 10px;
}

.blog-project #project-list .project-info,
.relatedcat .project-info {
    display: none
}

#project-list .box-project .post-title,
.relatedcat .box-project .post-title {
    color: #002A3F;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.relatedcat .post-item:nth-child(n+4) {
    display: none
}

#project-list .box-project .post-title:hover,
.relatedcat .box-project .post-title:hover {
    color: var(--theme-color)
}

#project-list .box-project .post-meta,
.relatedcat .box-project .post-meta {
    opacity: 1;
    z-index: 2;
    position: absolute;
    background: transparent linear-gradient(90deg, #6ABE5A 0%, #5DBF8D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 0px 0px;
    top: 0;
    right: 0;
    height: 40px;
    width: 100px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#project-list .box-project .box-text,
.relatedcat .box-project .box-text {
    padding-top: 24px
}

.project-single {
    padding-top: 80px;
    position: relative;
}

.project-single:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 781px;
    left: 0;
    top: 0;
    background: transparent linear-gradient(180deg, #5980C0 0%, #5CB595 60%, #5DBF8D26 100%) 0% 0% no-repeat padding-box;
    opacity: 0.05;
}

.project-single .col-main {
    max-width: 1075px;
}

.project-single .project-name {
    text-align: center;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.project-single .image-main {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

.project-single .image-main .image-cover {
    padding-top: 60%;
}

.project-single .project-gallery .image-cover,
.project-single .image-main .image-cover {
    border-radius: 30px;
}

.project-single .box-position {
    height: 75px;
    position: relative;
    z-index: 99;
}

.project-single .box-position .project-thumbnails {
    position: absolute;
    width: 840px;
    left: 50%;
    transform: translateX(-50%);
    top: -53px;
}

.project-single .box-position .project-thumbnails .col {
    padding-bottom: 0;
    padding: 0 6px;
}

.project-single .box-position .project-thumbnails .image-cover {
    border: 2px solid transparent;
    border-radius: 10px;
}

.project-single .box-position .project-thumbnails .is-selected .image-cover {
    border-color: var(--theme-color);
}

.project-single .entry-content__title {
    text-align: center;
    font-size: 24px;
    color: #002A3F;
    margin-bottom: 25px;
}

.project-single .entry-content {
    padding-left: 25px;
    padding-right: 25px;
}

.project-single .project-gallery .flickity-button {
    width: 40px;
    height: 40px;
    opacity: 1;
    background-color: #fff;
    color: var(--theme-color);
    border-radius: 50%;
    top: 47%;
    z-index: 999;
    transform: unset;
    border: 1px solid var(--theme-color);
}

.project-single .project-gallery .flickity-button svg {
    display: none;
}

.project-single .project-gallery .flickity-button:before {
    font-family: var(--fa6);
    content: '\f054';
    color: inherit;
    font-weight: 300;
    font-size: 20px;
    width: 100%;
}

.project-single .project-gallery .flickity-button.previous:before {
    content: '\f053';
}

.project-single .project-gallery .flickity-button.previous {
    left: 20px;
}

.project-single .col-info h3 {
    text-align: center;
    font-size: 28px;
    color: #002A3F;
    margin-bottom: 22px;
}

.project-single .col-info .info-project {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 820px;
    margin: 0 auto 30px;
    grid-gap: 10px 20px;
}

.project-single .col-info .info-project .item {
    font-size: 15px;
    line-height: 20px;
    color: #002A3F;
    position: relative;
    padding-left: 25px;
}

.project-single .col-info .info-project .item i {
    color: #3C3C3C;
    position: absolute;
    left: 0;
    top: 1px;
}

.project-single .col-info .info-project .item span {
    font-family: var(--bold);
}

.project-single .blog-share {
    padding-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    border-top: 2px dotted rgba(0, 0, 0, .1);
    padding-top: 30px;
    margin-top: 50px
}

.project-single .blog-share.text-center {
    display: none
}

.project-single .blog-share .social-icons span {
    font-size: 16px;
    font-weight: 400;
    padding-right: 0;
    margin-bottom: 10px;
    color: var(--theme-color);
    font-family: var(--semi)
}

.project-single .blog-share a.icon {
    margin: 0px 5px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
}

.relatedcat {
    padding-top: 30px
}

.relatedcat .title-post {
    font-size: 30px;
    line-height: normal;
    background: linear-gradient(232deg, #47BE7A 34.79%, #0084B5 90.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    margin-bottom: 30px;
    text-transform: none;
}

/* ===End blog-project=== */
/* page-service */
.page-service-1 .section-bg {
    background: transparent linear-gradient(180deg, #5980C0 0%, #5CB595 60%, #5DBF8D00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.05;
    height: 150%;
}

.page-service-2 .icon-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px 40px 30px;
    /* box-shadow: 0 10px 50px 0 rgba(4, 16, 38, 0.06); */
    background-color: #fff;
    transition: all 0.3s;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

.page-service-2 .icon-box svg * {}

.page-service-2 .icon-box svg {
    color: #000;
    padding: 0;
}

.page-service-2 .row-icon .col-inner {
    height: 100%
}

.page-service-3 .image-cover {
    border-radius: 10px;
}

.page-service-3 .col-inner,
.page-service-3 .col-inner .box {
    height: 100%
}

.page-service-3 .col-inner .box-image {
    width: 100%;
}

.page-service-3 .col-inner .box {
    display: flex;
    flex-direction: column
}

.page-service-3 .box-text {
    width: calc(100% - 60px);
    border-radius: 10px;
    border: 1px solid #fff;
    background: transparent linear-gradient(151deg, #f3f3f3 0%, #f3f3f329 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 10px 20px #0000000f;
    box-shadow: 0 10px 20px #0000000f;
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px 25px;
    max-width: 85%;
    z-index: 2;
    margin: -60px auto 0 !important;
    flex: 1;
}

.page-service-3 .box-text h2 {
    font-size: 18px;
    line-height: 22px;
    font-family: var(bold);
    margin-bottom: 20px;
    margin-top: 0;
    color: var(--theme-color);
}

.page-service-3 .box-text ul {
    list-style: none;
    margin-bottom: 0
}

.page-service-3 .box-text ul li {
    margin-left: 0;
    color: #3C3C3C;
    position: relative;
    border-bottom: 1px solid #c8c8c8b0;
    padding: 7px 5px 7px 20px;
    white-space: unset;
    width: 100%;
}

.page-service-3 .box-text ul li:last-of-type {
    border-bottom: 0
}

.page-service-3 .box-text ul li:before {
    content: '\f04b';
    font-family: var(--fa6);
    font-weight: 900;
    color: var(--theme-color);
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 12px;
}

.page-service-2 .icon-box h3 {
    color: var(--theme-color2);
    font-size: 20px;
}

.page-service-2 .icon-box .icon-box-img {}

.page-service-2 .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 3px solid var(--theme-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 10px;
}

/* .page-service-2 .icon-box:hover:before {
    opacity: 1;
} */

.page-service-2 .row-icon {
    margin-top: 20px;
}

.page-service-2 .icon-box:hover {
    transform: translate(-15px, -15px);
    cursor: pointer;
    box-shadow: 0 10px 50px 0 rgba(4, 16, 38, 0.06);
}

/* End page-service  */
/* page-contact */
.page-contact-1 .col-right {
    padding-top: 80px;
    padding-left: 80px;
}

.page-contact-1 .col-left:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(296deg, #47be7a 0%, #0084b5 100%) 0% 0% no-repeat padding-box;
    width: 39vw;
}

.page-contact-1 .col-left:after {
    content: "";
    width: 100%;
    height: 310px;
    position: absolute;
    background: url(./images/bg-gt.svg) no-repeat center;
    background-size: contain;
    bottom: 0;
    right: 0;
    background-position: bottom;
}

.page-contact-1 .col-left h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 37px;
}

.page-contact-1.sec-home-6 .col-left {
    padding-top: 80px;
}

.page-contact-1 .col-left ul {
    list-style: none;
}

.page-contact-1 .col-left ul li {
    margin-left: 0;
    padding-left: 32px;
    position: relative;
    margin-bottom: 16px;
}

.page-contact-1 .col-left ul li a {
    color: #fff;
}

.page-contact-1 .col-left ul li a:hover {
    text-decoration: underline
}

.page-contact-1 .col-left ul li svg {
    position: absolute;
    left: 0;
    top: 2px;
}

.page-contact-1 .row-map {
    padding-top: 46px;
    padding-bottom: 30px;
}

/* End page-contact */
/* Popup form */

.popup-custom-full .bg_overlay_popup {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000040;
    width: 100%;
    height: 100vh;
    z-index: 999999999;
    cursor: pointer
}

#wrapper .popup-custom-full .popup-content {
    max-width: 650px
}

#wrapper .popup-custom-full .popup-content .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

#wrapper .popup-custom-full .title-sub {
    color: #2d2d2d;
    font-family: var(--medium) !important;
    margin-bottom: 0;
    font-size: 20px
}

.um-login .um-notice.err {
    display: none
}

#wrapper .popup-custom-full .popup-content .title i {
    font-size: 22px;
    color: #2d2d2d
}

#wrapper .popup-custom-full .content p {
    text-align: center
}

#wrapper .popup-custom-full .content .title-form {
    font-family: var(--semi) !important;
    margin-bottom: 10px;
    font-size: 23px;
    text-align: center;
    color: var(--theme-color)
}

#wrapper .popup-custom-full .tb-box {
    padding: 25px 25px 35px
}

#wrapper .popup-custom-full .submit button,
#wrapper .popup-custom-full .submit a {
    margin: 20px 0 0;
    background-color: var(--theme-color);
    color: #fff;
    font-family: var(--medium);
    font-weight: 400;
    text-transform: none;
    padding: 0 30px;
    border-radius: 99px;
    text-align: center;
    border-radius: 5px;
}

#wrapper .popup-custom-full .submit button:hover {
    background-color: #fff;
    color: var(--theme-color);
    border: 1px solid
}

#wrapper .popup-custom-full .submit {
    text-align: center
}

.popup-custom-full {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    top: 0;
    left: 0
}

.modal_show_tb .close_tb {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.popup-custom-full.show {
    display: flex
}

.popup-custom-full .popup-content {
    position: absolute;
    z-index: 9999999999;
    background-color: #fff;
    border-radius: .4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    max-width: 400px;
    height: auto;
    padding: 0
}

input:autofill {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

input:-webkit-autofill {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

/* End popup form */
/* contact btn */

@media screen and (min-width: 850px) {
    #main-menu {
        display: none
    }
}

@media screen and (min-width: 850px) and (max-width: 1199.98px) {

    .header-nav-main>.menu-item {
        margin: 0 14px;
    }

    .header-main .nav>li>a {
        font-size: 16px
    }

    .sec-home-1 .title-home h1 {
        font-size: 34px
    }

    #wrapper .btn-viewall {
        padding: 0 15px
    }

    .sec-home-1 .col-right .btn-viewall {
        font-size: 18px;
    }

    .sec-home-2 .stack-content {
        top: 99px;
    }

    .sec-home-2 .video-button-wrapper {
        margin-bottom: 35px !important;
    }

    .sec-home-2 .stack-content h2 {
        font-size: 40px;
    }

    .sec-home-2 .stack-content h3 {
        font-size: 80px
    }

    .sec-home-2 .stack.link {
        right: 30px;
        gap: 90px;
        height: 82%;
        justify-content: space-between;
    }

    #wrapper .stack.link .btn-viewall {
        font-size: 18px
    }

    .sec-home-3 .col-right .box-text h3 {
        font-size: 16px;
    }

    .title-home h2 {
        font-size: 34px
    }

    .sec-home-3 .section-bg {
        left: 40px
    }

    .page-about-1 .col-left h2,
    .page-about-1 .col-left h1 {
        font-size: 28px;
    }

    .page-about-1 .row {
        align-items: center
    }

    #main .page-about-1 {
        padding-top: 80px
    }

    .page-about-3 .col-left {
        padding-right: 15px;
    }

    .page-about-3 .col-left .stack {
        grid-gap: 20px
    }

    .page-about-3 .col-left .icon-box {
        padding: 20px 10px 20px
    }

    .page-about-3 .icon-box h3 {
        font-size: 18px;
    }

    .page-about-4 .row-layout .col-right .text-1 {
        padding: 30px
    }

    .page-about-4 .row-layout .col-left .icon-box {
        padding: 72px 20px;
    }

    .page-about-4 .row-layout .col-left h3,
    .page-about-4 .row-layout .col-right .text-1 h3 {
        font-size: 18px;
    }

    .page-about-4 .row-layout .col-right .text-4 {
        padding-top: 30px;
        padding-left: 60px;
        padding-bottom: 30px;
    }

    .page-about-4 .row-layout .text-4 .icon-box-img {
        width: 180px !important;
    }
}

@media screen and (max-width: 849.98px) {
    .relatedcat .post-item:nth-child(n+4) {
        display: block;
    }

    #header .header-main {
        height: 70px !important;
    }

    #main .sec-home-1 {
        padding-top: 80px
    }

    .admin-bar #main .slider-home .image-cover,
    #main .slider-home .image-cover,
    #main .slider-home .video-fit {
        padding-top: 56.25% !important;
    }

    .sec-home-1 .col-left {
        padding-top: 0;
        padding-right: 15px;
        flex-basis: 100%;
        max-width: 100%;
    }

    .sec-home-1 .title-home h1 br:nth-of-type(n+2) {
        display: none
    }

    .sec-home-1 .title-home h1 {
        font-size: 34px;
    }

    .sec-home-1 .title-home p {
        max-width: unset;
    }

    .sec-home-1 .col-right {

        flex-basis: 100%;
        max-width: 100%;
    }

    .sec-home-1 .col-right .img:first-of-type {
        margin-top: 100px
    }

    .sec-home-1 .col-right .col-inner {
        margin-top: -60px
    }

    .sec-home-2 .image-bg {
        display: none
    }

    .sec-home-2 .img-doc {
        display: block;
        border-radius: 50px;
        overflow: hidden;
        height: 900px;
    }

    .sec-home-2 .stack-content {
        top: 250px;
    }

    .sec-home-2 .stack.link {
        gap: unset;
        bottom: 40px;
        top: unset;
        width: 80%;
        flex-direction: row;
        left: 50%;
        transform: translateX(-50%);
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 20px;
    }

    .sec-home-2 .stack-content h2 {
        font-size: 50px;
    }

    .sec-home-2 .stack-content h3 {
        font-size: 80px;
    }

    .sec-home-3 .col-left,
    .sec-home-3 .col-right {
        flex-basis: 100%;
        max-width: 100%;
    }

    .sec-home-3 .title-home h2 br {
        display: none;
    }

    .title-home h2 {
        font-size: 34px;
    }

    .sec-home-3 .col-right .box {
        padding: 0 15px;
    }

    .sec-home-3 .col-right .box-text h3 {
        font-size: 16px;
    }

    .sec-home-3 .col-right .box-text {
        padding: 20px 0
    }

    #main .sec-home-4 .col-project .row {
        width: auto !important;
    }

    .sec-home-6 .col-left {
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-top: 0;
    }

    .sec-home-6 .col-right {
        flex-basis: 80%;
        max-width: 80%;
        padding-left: 15px;
    }

    .sec-home-6 .row {
        justify-content: center;
    }

    #footer .row-top .col-3 {
        flex: unset;
        padding-left: 15px;
    }

    #footer .row-top .col-3 .col-inner .text {
        width: 50%
    }

    #footer .row-top .col-1 {
        flex-basis: 100%;
        max-width: 100%;
    }

    #footer .row-top .col-2 {
        flex-basis: 50%;
        max-width: 100%;
        flex: 1;
    }

    #footer .row-bottom {
        flex-direction: column;
        align-content: center
    }

    #footer .row-bottom .col {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
    }

    #footer .row-bottom .col-right {
        order: -1;
    }

    #footer .social-footer {
        justify-content: center;
        margin-bottom: 10px;
    }

    #footer .social-footer li {
        margin: 0 20px
    }

    #header .btn-menumobi {
        font-size: 22px;
        color: #292929;
    }

    #header .btn-menumobi {
        width: 22px;
        height: 16px;
        position: relative;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

    #header .btn-menumobi span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: var(--theme-color);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #header.transparent .btn-menumobi span {
        background: #fff
    }

    #header .btn-menumobi span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #header .btn-menumobi span:nth-child(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        width: 80%;
        left: 20%;
    }

    #header .btn-menumobi span:nth-child(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #header .btn-menumobi.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 2px;
    }

    #header .btn-menumobi.active span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #header .btn-menumobi.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 12px;
        left: 2px;
    }

    .header-main li.html.custom {
        display: block !important;
        margin-right: 12px;
    }

    #main-menu.mobile-sidebar .menu-item a {
        color: #212121 !important;
        padding: 14px 30px 14px 30px;
        font-size: 16px;
        font-weight: 500;
        text-transform: none;
        border: none;
        border-radius: 0 !important;
    }

    #main-menu.mobile-sidebar .nav-sidebar.nav-vertical>li {
        border-top: 1px solid #ececec;
        background-color: #fff;
    }

    #main-menu.mobile-sidebar .menu-item .sub-menu a {
        font-family: var(--regular);
        padding: 10px 0 10px 34px !important;
        border-bottom: 0;
        font-size: 14px;
        display: block;
    }

    .mobile-sidebar .logo-mobile {
        padding: 22px 30px;
        border-bottom: 1px solid #ddd;
    }

    .mobile-sidebar .logo-mobile img {
        height: 60px;
        object-fit: contain;
    }

    .mfp-close {
        opacity: 1 !important;
        top: 25px;
        right: 20px;
    }

    .mobile-sidebar .info_menu {
        margin-top: auto;
        display: block;
        padding: 20px 30px 30px;
    }

    .mobile-sidebar .info_menu ul {
        list-style: none;
    }

    .mobile-sidebar .info_menu ul li {
        color: #070707;
        font-size: 14px;
        padding-left: 25px;
        position: relative;
    }

    .mobile-sidebar .info_menu ul li i {
        position: absolute;
        left: 0;
        top: 5px;
        color: var(--theme-color);
    }

    #main-menu.mobile-sidebar {
        width: 100%;
        height: calc(100vh - 65px);
        position: fixed;
        top: 70px;
        right: 0;
        z-index: 1000;
        overflow: auto;
        transition: unset;
        padding: 0;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #cbcbcb;
        background: #fff;
        display: none;
        overflow-y: auto
    }

    #main-menu.mobile-sidebar img {
        width: 28px;
        height: 28px;
        object-fit: cover;
        border-radius: 50%;
    }

    #main-menu.mobile-sidebar .gtranslate_wrapper {
        display: flex;
        gap: 12px;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    #main-menu.mobile-sidebar .gtranslate_wrapper li {
        width: fit-content
    }

    #main-menu.mobile-sidebar .gtranslate_wrapper li a {
        padding-left: 0
    }

    #main-menu.mobile-sidebar .html_top_right_text {
        padding: 14px 30px;
    }

    #main-menu.mobile-sidebar a.glink.gt-current-lang {
        font-weight: normal !important;
        color: var(--theme-color);
    }

    #main .page-about-1 {
        padding-top: 80px;
    }

    .page-about-1 .col-left,
    .page-service-1 .col-left {
        padding-top: 0
    }

    .page-about-1 .col-left {
        flex-basis: 100%;
        max-width: 100%;
    }

    .page-about-1 .col-left p,
    .page-service-1 .col-left p {
        max-width: 100%;
    }

    .page-about-1 .col-right {
        flex-basis: 80%;
        max-width: 80%;
    }

    .page-about-1 .row {
        justify-content: center;
    }

    .page-about-2 .stack {
        padding: 50px 30px;
        grid-gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }

    .page-about-2 .title-small {
        font-size: 28px;
    }

    .page-about-3 .col-left {
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 15px;
    }

    .page-about-3 .col-left .stack {
        grid-template-columns: repeat(4, 1fr);
    }

    .page-about-3 .col-right {
        padding-left: 15px;
        flex-basis: 100%;
        max-width: 100%;
    }

    .page-about-4 .row-layout .col-left {
        flex-basis: 100%;
        max-width: 100%;
    }

    #main .page-about-3 {
        padding-bottom: 30px
    }

    .page-about-4 .row-layout .col-right .text-4 {
        padding-left: 60px;
        padding-bottom: 30px
    }

    .page-service-1 .col-left {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 15px;
    }

    .page-service-1 .col-right {
        flex-basis: 80%;
        max-width: 80%;
    }

    .page-service-1 .row {
        justify-content: center;
    }

    #main .page-service-1 {
        padding-top: 50px
    }

    .banner-archive .row {
        align-items: center;
    }

    #main .banner-archive {
        padding-bottom: 0
    }

    .project-single .box-position .project-thumbnails {
        width: 90%;
        top: -40px;
    }

    .post-lquan .featured-posts .col:nth-of-type(n+4) {
        display: block
    }

    .page-contact-1.sec-home-6 .col-right {
        padding-left: 15px;
    }

    .page-contact-1 .col-left:before {
        width: 100%
    }

    .page-contact-1.sec-home-6 .col-left {
        padding-top: 40px;
        display: none;
    }

    #main .page-service-3 .row {
        display: grid;
        grid-template-rows: 1fr;
        overflow: auto;
        justify-content: start;
        grid-template-columns: repeat(3, 70%);
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #main .page-service-3 .row .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    #main .sec-home-7 {
        padding-top: 30px
    }

    .sec-home-3 .col-right .col-inner {
        display: grid;
        grid-template-rows: 1fr;
        overflow: auto;
        justify-content: start;
        grid-template-columns: repeat(3, 70%);
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .sec-home-3 .col-right .col-inner::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {
    .relatedcat .post-item:nth-child(n+4) {
        display: none
    }

    .sec-home-4 .col-title .btn-viewall {
        display: none !important;
    }

    #wrapper .sec-home-4 .col-project .btn-viewall {
        display: inline-flex;
        margin-top: 30px;
    }

    .sec-home-4 .col-project {
        text-align: center;
    }

    .page-contact-1.sec-home-6 .col-right {
        padding-top: 50px
    }

    .page-contact-1 .row-map {
        padding-top: 30px
    }

    .sec-home-2 .stack-content {
        top: 180px
    }

    .sec-home-2 .stack-content h2 {
        font-size: 40px;
    }

    .sec-home-2 .stack-content h3 {
        font-size: 70px
    }

    #wrapper .stack.link .btn-viewall {
        font-size: 24px
    }

    .sec-home-2 .img-doc {
        height: 800px
    }


    .sec-home-4 .title-home h2 {
        font-size: 24px
    }

    .sec-home-4 .box-project .box-text {
        padding: 24px 15px;
    }

    .sec-home-5 .list-logo .box-logo {
        grid-gap: 15px;
    }

    #main .sec-home-5 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sec-home-5 .title-home h2 {
        margin-bottom: 30px
    }

    .title-home h2 {
        font-size: 24px;
    }

    .sec-home-6 .title-home h2 {
        margin-bottom: 30px
    }

    .sec-home-6 .col-right {
        flex-basis: 100%;
        max-width: 100%;
    }

    .sec-home-7 .blog-home .col {
        flex-basis: 80%;
        max-width: 80%;
    }

    .slider-home .slick-dots {
        right: 30px
    }

    .sec-home-1 .title-home p {
        font-size: 16px;
    }

    .sec-home-1 .col-right .col-inner {
        gap: 10px;
        margin-top: 0;
    }

    #wrapper .btn-viewall {
        padding: 0 15px;
    }

    .page-about-1 .col-left h2,
    .page-about-1 .col-left h1 {
        font-size: 28px;
    }

    .page-about-2 .stack {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-about-2 .icon-box-text {
        max-height: unset;
        padding-right: 0;
        text-align: justify;
    }

    .page-about-2 .stack:before {
        left: 0
    }

    .page-about-3 .col-left .stack {
        grid-gap: 15px;
    }

    .page-about-3 .col-left .icon-box {
        padding: 20px 10px 20px
    }

    .page-about-3 .icon-box.active h3 {
        font-size: 18px;
    }

    .page-about-4 .row-layout .col-right .text-1 {
        padding: 60px 30px 30px;
    }

    .page-about-4 .row-layout .col-left .icon-box {
        padding: 50px 40px 50px;
    }

    .page-about-4 .row-layout .col-left .icon-box {
        padding: 30px 20px;
        width: 50%;
    }

    .page-about-3 .col-right .image-cover {
        border-radius: 10px
    }



    .project-single {
        padding-top: 50px
    }

    .project-single .project-name {
        font-size: 24px
    }

    .project-single .project-gallery .flickity-button {
        width: 36px;
        height: 36px;
        min-height: 36px;
        top: 45%;
    }

    .project-single .project-gallery .flickity-button:before {
        font-size: 16px
    }

    .project-single .box-position .project-thumbnails {
        left: 52%;
        top: -25px;
    }

    .blog-single .post .entry-title,
    .post-lquan .featured-posts .title-post,
    .project-single .project-name {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .blog-single .post {
        margin-top: -150px;
        padding: 40px 40px 0px;
    }

    .banner-single .image-cover {
        padding-top: 300px;
    }

    .blog-single .post-lquan {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }

}

@media screen and (max-width: 575.98px) {
    .page-service-3 .box-text {
        width: calc(100% - 30px);
        max-width: 100%;
    }

    .admin-bar #main .slider-home .image-cover,
    #main .slider-home .image-cover,
    #main .slider-home .video-fit {
        padding-top: 120% !important;
    }

    #main .sec-home-1 {
        padding-top: 50px
    }

    .sec-home-1 .title-home h1 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .sec-home-1 .col-right .img:first-of-type {
        margin-top: 50px
    }

    .sec-home-1 .col-right .box-text {
        padding-top: 20px;
    }

    .sec-home-1 .col-right .btn-viewall {
        font-size: 14px;
    }

    #wrapper .sec-home-1 .col-right .btn-viewall svg {
        width: 15px;
        height: 15px;
    }

    #wrapper .sec-home-1 .col-left .button.btn-viewall {
        margin-top: 10px
    }

    #wrapper .sec-home-1 .col-left .button.btn-viewall,
    #wrapper .sec-home-6 .btn-viewall {
        border-radius: 5px;
        background: linear-gradient(90deg, #5980C0 0%, #0084B5 39%, #5EC0D6 100%);
        box-shadow: none;
        border: 0;
        min-width: 160px;
        height: 40px;
        font-size: 16px;
        font-family: var(--regular);
        font-weight: normal;
        transition: all .4s;
    }

    #main .button.btn-viewall svg {
        width: 13px;
        height: 13px;
        margin-left: 8px;
        transition: unset;
        transition: transform .3s, color 0s;
    }

    #wrapper .sec-home-1 .col-right .btn-viewall svg {
        width: 13px;
        height: 13px;
    }

    #main .sec-home-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-home-2 .img-doc {
        border-radius: 30px;
        height: 530px;
    }

    .sec-home-2 .video-button-wrapper a {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }

    .sec-home-2 .stack-content {
        top: 110px;
    }

    .sec-home-2 .stack-content {
        padding: 0 15px;
    }

    .sec-home-2 .stack-content h2 {
        font-size: 26px;
    }

    .sec-home-2 .stack-content h3 {
        font-size: 42px;
        margin-top: 10px;
    }

    .sec-home-2 .stack.link {
        width: 100%;
        bottom: 50px;
    }

    #wrapper .stack.link .btn-viewall {
        font-size: 16px;
    }

    #wrapper .stack.link .btn-viewall svg {
        width: 15px;
        height: 15px;

        margin-left: 8px;
    }

    .sec-home-3 .section-bg {
        width: 250px;
        height: 250px;
        left: 5%;
        display: none;
    }

    .home-textrun .sliding-text__description {
        font-size: 30px
    }

    .home-textrun {
        margin-top: 0
    }

    #main .sec-home-4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec-home-4 .col-title .col-inner {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    #wrapper .sec-home-4 .btn-viewall {
        height: 40px;
        min-height: 40px;
        font-size: 16px;
        min-width: 160px;
    }

    .sec-home-4 .box-project .box-text {
        padding: 24px 0 10px;
        text-align: left;
    }

    .sec-home-4 .box-project .post-title {
        font-size: 16px;
    }

    .sec-home-4 .box-project .project-info span {
        font-size: 14px;
    }

    .sec-home-4 .row-slider .flickity-page-dots {
        bottom: 60px;
    }

    .sec-home-5 .svg-line {
        width: 300px;
        height: 300px;
        right: -150px;
        top: -150px;
    }

    .sec-home-5 .list-logo .box-logo {
        grid-template-columns: repeat(3, 1fr);
    }

    .sec-home-5 .slick-dots {
        bottom: -40px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        top: unset;
    }

    .sec-home-5 .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0 5px !important;
        border-color: var(--theme-color);
    }

    .sec-home-5 .slick-dots li.slick-active {
        background-color: var(--theme-color);
    }

    .sec-home-5 .title-home h2 {
        text-align: center;
    }

    .sec-home-6 .title-home h2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .sec-home-6 .form-content .form-item>label,
    .sec-home-6 .form-content .form-item .item>label {
        font-size: 16px;
    }

    .sec-home-6 .form-content .form-item {
        padding: 15px 0;
    }

    .sec-home-6 .form-content input {
        font-size: 14px;
    }

    #wrapper .sec-home-6 .btn-viewall {
        min-width: 180px;
    }

    #main .sec-home-7 {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .sec-home-7 .title-home h2 {
        margin-bottom: 30px;
    }

    .sec-home-7 .blog-home .col {
        flex-basis: 90%;
        max-width: 90%;
    }

    .sec-home-7 .blog-home .col {
        padding: 0 15px 0
    }

    #main .slider .flickity-page-dots li.dot {
        width: 14px;
        height: 14px;
        border-width: 1px;
        margin: 0 5px;
    }

    .slider-home .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 6px 0 !important;
    }

    .sec-home-7 .blog-home {
        padding-bottom: 30px
    }

    #footer .sec-footer {
        padding-top: 50px;
        background: linear-gradient(302deg, #47BE7A 14.18%, #40A794 44.22%, #1494A5 71.25%, #0084B5 100%);
    }

    #footer .sec-footer .section-bg {
        background-image: unset !important;
    }

    #footer .row-top .col-1 .img {
        max-width: 180px;
    }

    #footer .row-top .col-3 .col-inner {
        flex-wrap: wrap;
    }

    #footer .row-top .col-3 .col-inner .text {
        width: 100%
    }

    #footer .row-bottom .col-left p {
        font-size: 14px;
        padding: 0 15px;
    }

    #footer .social-footer a {
        font-size: 12px;
    }

    #footer .social-footer li {
        margin: 0 15px;
    }

    body .progress-wrap {
        right: 15px;
        width: 32px;
        height: 32px;
    }

    body .progress-wrap::before {
        width: 32px;
        height: 32px;
    }

    body .progress-wrap::after {
        font-size: 14px;
    }

    .sec-home-7 .blog-home .post-title a,
    #post-list .post-title a,
    .featured-posts .post-title a {
        font-size: 18px;
    }

    #main .page-about-1 {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .page-about-1 .col-left h2,
    .page-about-1 .col-left h1 {
        font-size: 20px;
    }

    .page-about-1 .svg-line {
        width: 400px;
        height: 400px;
        left: -100px;
    }

    .page-about-1 .col-right {
        flex-basis: 100%;
        max-width: 100%;
    }

    .page-about-2 .stack:before {
        width: 100%;
        background-position: bottom;
    }

    .page-about-2 .icon {
        width: 60px !important;
        height: 60px;
    }

    #main .page-about-3 {
        padding-top: 30px;
    }

    .page-about-3 .col-left .stack {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-about-4 .row-layout .col-left .icon-box-text p:first-of-type,
    .page-about-4 .row-layout .number-run {
        font-size: 40px;
    }

    .page-about-4 .row-layout .col-left h3,
    .page-about-4 .row-layout .col-right .text-1 h3 {
        font-size: 15px;
        line-height: normal;
    }

    .page-about-4 .row-layout .col-right .text-1 {
        width: 100%;
        padding: 40px 20px 30px;
    }

    .page-about-4 .row-layout .stack-top {
        flex-wrap: wrap;
    }

    .page-about-4 .row-layout .col-right .img-right {
        width: 100% !important;
    }

    .page-about-4 .row-layout .col-right .text-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-about-4 .row-layout .text-4 .icon-box-img {
        width: 150px !important;
        margin-right: 15px !important;
    }

    .page-about-4 .row-layout .col-right .text-4 h3 {
        font-size: 14px;
    }

    .page-about-4 .row-layout .text-4 .text-bottom {
        padding-right: 0
    }

    #main .page-about-5 {
        padding-top: 30px
    }

    .title-page h2,
    .title-page h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .sec-home-6 .title-page h2 {
        font-size: 20px;
    }

    .page-service-1 .col-right {
        flex-basis: 100%;
        max-width: 100%;
    }

    #main .page-service-1 {
        padding-bottom: 0
    }

    #main .page-service-3 .row {
        flex-wrap: wrap;
        white-space: unset;
        overflow-x: unset;
        display: flex;
    }

    #main .page-service-3 .row .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    #main .page-service-3 {
        padding-bottom: 0
    }

    .banner-archive .col-left {
        padding-top: 0;
        padding-bottom: 0;
    }

    #main .banner-archive {
        padding-top: 50px;
    }

    .banner-archive .col-left .page-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .banner-archive .col-right {
        padding-left: 15px;
        display: none;
    }

    .blog-archive.page-wrapper,
    .blog-single.page-wrapper {
        padding-bottom: 0
    }

    .project-single .project-gallery .flickity-button.previous {
        left: -10px
    }

    .project-single .project-gallery .flickity-button.next {
        right: -10px;
    }

    .project-single .project-gallery .image-cover {
        border-radius: 10px;
    }

    .project-single .col-info .info-project .item span {}

    .project-single .col-info .info-project {
        grid-template-columns: repeat(1, 1fr);
    }

    .project-single .entry-content {
        padding-left: 0;
        padding-right: 0
    }

    .post-lquan .featured-posts .col:nth-of-type(n+4) {
        display: none
    }

    .blog-single .post {
        padding: 30px 20px;
    }

    .blog-single .post .info-top {
        gap: 0;
        justify-content: space-between;
    }

    .info-top .blog-share .share-icons-title {
        font-size: 14px;
        display: none;
    }

}

@-webkit-keyframes phonering-cricle {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-circle-fill {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

.list-shortcut-desktop {
    position: fixed;
    z-index: 1000000000;
    left: 20px;
    bottom: 100px;
}

.list-shortcut-desktop>a {
    border-radius: 50%;
    box-shadow: 0 0 25px 0 rgba(100, 97, 97, .3);
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 20px
}

.list-shortcut-desktop .zalo {
    background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -100px;
}

.list-shortcut-desktop .mess {
    background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -150px;
}

.list-shortcut-desktop .call {
    background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -50px;
    position: relative
}

.list-shortcut-desktop .call:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 107, 17, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
    animation: phonering-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: -1
}

.list-shortcut-desktop .call:after {
    content: '';
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 100%;
    border: 2px solid #FF6B11;
    background-color: transparent;
    -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
    animation: phonering-cricle 1.2s infinite ease-in-out;
    transition: all .5s;
    opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/* end contact btn */

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '\f061';
    font-family: var(--fa6);
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-size: 18px;
    color: var(--theme-color);
}

.progress-wrap::before {
    position: absolute;
    content: '';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, #47BE7A, #0084b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 4px;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline-block;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-inside {
    display: flex;
    line-height: 1;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: relative;
    padding-right: 1px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    vertical-align: middle;
    zoom: 1;
    display: inline-block;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: var(--bold);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    font-family: var(--bold);
    text-align: center;
}

#wrapper .processing:before {
    width: 20px !important;
    height: 20px !important;
    aspect-ratio: 1;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    position: fixed;
    background: var(--theme-color);
    animation: clockwise 1200ms infinite linear;
    border: 0 !important;
    top: 50%;
    left: 50%;
    border: 1px solid #fff !important;
    z-index: 9999999999999;
}

.processing:after {
    z-index: 9999999999999;
    content: "";
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    position: FIXED;
    left: 50%;
    top: 50%;
    mix-blend-mode: darken;
    background: var(--theme-color2);
    margin-left: -5px;
    animation: counter-clockwise 1200ms infinite linear;
    border: 1px solid #fff !important;
}

@keyframes clockwise {
    0% {
        transform: translateX(0);
        width: 20px;
    }

    25% {
        width: 25px;
    }

    50% {
        transform: translateX(100%);
        width: 20px;
    }
}

@keyframes counter-clockwise {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 767.98px) {
    .list-shortcut-desktop {
        left: 10px;
        bottom: 60px;
    }

    .list-shortcut-desktop>a {
        margin-bottom: 16px;
    }

    .slider [data-animate],
    [data-animate] {
        animation-fill-mode: forwards;
        -webkit-backface-visibility: hidden;
        opacity: 0 !important;
        transition: filter 1.3s, transform 1s, opacity .5s ease-in;
        will-change: filter, transform, opacity;
    }

    .slider [data-animate=fadeInLeft],
    [data-animate=fadeInLeft],
    .slider [data-animate=fadeInRight],
    [data-animate=fadeInRight] {
        transform: translate3d(0, 70px, 0);
    }

    .row-slider.slider [data-animated=true],
    .slider .is-selected [data-animated=true],
    [data-animated=true] {
        animation-delay: .1s;
        opacity: 1 !important;
        transform: translateZ(0) scale(1)
    }

}