/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
�������أ�http://www.bootstrapmb.com
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*==============================================
   # Common
===============================================*/
:root {
    --thm-font: 'Source Han Sans CN-Regular', 'Source Han Sans CN','Heebo', sans-serif;
    --thm-gray: #333333;
    --thm-gray-rgb: 96, 96, 96;
    --thm-black: #0A3469;
    --thm-base:#0A3469;
    --thm-black-rgb: 5, 41, 68;
    --thm-bdr-radius: 0.260vw;
}

.row {
    --bs-gutter-x: 1.563vw;
}

.gutter-y-30 {
    --bs-gutter-y: 1.563vw;
}

body {
    font-family: var(--thm-font);
    color: var(--thm-gray);
    font-size: 0.885vw;
    line-height: 1.510vw;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}


a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    border: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

p {
    margin: 0;
    letter-spacing: 0.015em;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-weight: 700;
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0.000vw;
}

.pd-120-0-120 {
    padding: 6.250vw 0 6.250vw;
}

.pd-120-0-90 {
    padding: 6.250vw 0 4.688vw;
}


::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 16.667vw;
    overflow: hidden;
}

.container {
    padding-left: 0.781vw;
    padding-right: 0.781vw;
}

@media (min-width: 62.500vw) {
    .container {
        max-width: 71.146vw;
    }
}
@media (max-width: 62.500vw) {
    .index-tellphone{
        display: none;
    }
}



::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--Washup-border);
    border-width: 0.052vw;
    margin-top: 0;
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}
.fa{
    font-size: 1.198vw;
    font-weight: bold;
}
/*==============================================
   Thm Btn
===============================================*/
.thm-btn {
    position: relative;
    display: block;
    text-transform: capitalize;
    line-height: 3.125vw;
    text-align: center;
    overflow: hidden;
    border-radius: var(--thm-bdr-radius);
}

.thm-btn span {
    position: relative;
    color: #ffffff;
    font-size: 0.885vw;
    font-weight: 500;
    font-family: var(--thm-font);
    z-index: 1;
}

.thm-btn .liquid {
    position: absolute;
    top: -6.250vw;
    left: 0;
    width: 9.896vw;
    height: 10.417vw;
    background: var(--thm-base);
    box-shadow: inset 0 0 2.604vw rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.thm-btn:hover .liquid {
    top: -4.167vw;
}

.thm-btn .liquid::before,
.thm-btn .liquid::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -75%);
    content: "";
}

.thm-btn .liquid::before {
    border-radius: 45%;
    background: rgba(255, 255, 255, 0.4);
    animation: animate 5s linear infinite;
}

.thm-btn .liquid::after {
    border-radius: 40%;
    background: rgba(255, 255, 255, 0.1);
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}


/*==============================================
   Section Title
===============================================*/
.section-title {
    position: relative;
    display: block;
    margin-top: -0.365vw;
    padding-bottom: 2.188vw;
}

.section-title__tagline {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 1.042vw;
    line-height: 1.563vw;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.015em;
    margin-bottom: 0.573vw;
    font-family: var(--thm-font);
}
.section-title__back{
    position: absolute;
    font-size: 2.708vw;
    font-family: Helvetica Neue-Bold Italic, Helvetica Neue;
    font-weight: normal;
    color: rgba(10,52,105,0.07);
    line-height: 3.177vw;
    top: -2.083vw;
    letter-spacing: 0.260vw;
    font-style: italic;
}

.section-title__title {
    font-size: 2.500vw;
    font-weight: 600;
    color: #444444;
    line-height: 2.917vw;
}

/*==============================================
   Section Title Style2
===============================================*/
.section-title__style2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.031vw;
}

.section-title__style2 .section-title {
    padding-bottom: 0.000vw;
}

.section-title__style2 .text-box {
    position: relative;
    display: block;
    max-width: 25.260vw;
    width: 100%;
}

.section-title__style2 .text-box p {
    margin: 0;
}

/*==============================================
   Color-Layout
===============================================*/
.switcher {
    position: fixed;
    top: 16.667vw;
    z-index: 99;
    display: none;
}

.switcher .switch_btn {
    position: absolute;
    top: 0.000vw;
    right: -3.125vw;
    z-index: -1;
}

.switcher .switch_btn button {
    width: 3.125vw;
    height: 3.125vw;
    color: #fff;
    line-height: 3.125vw;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: #ffffff;
    box-shadow: 0.000vw 0.000vw 0.365vw 0.000vw rgb(0, 0, 0, 0.09);
    outline: none;
    border: none;
}

.switcher .switch_menu {
    position: absolute;
    width: 13.021vw;
    background: rgba(0, 0, 0, 0.20);
    display: none;
    top: 0.000vw;
    left: 3.125vw;
    bottom: 0;
    margin: 0;
    padding: 0.781vw 1.146vw;
    bottom: 0;
    height: 3.125vw;
    transform: translateX(0.000vw);
}




.switcher_container {
    position: relative;
    display: block;
    line-height: 0;
    width: 10.677vw;
    height: 3.125vw;
}

.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 1.563vw;
    height: 1.563vw;
    margin-right: 0.260vw;
    float: left;
}

.switcher #styleOptions li:last-child {
    margin-right: 0;
}

.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    box-shadow: 0 0 0 0.000vw #fff;
}

.switcher #styleOptions li a.blue-color {
    background: #1266e3;
}

.switcher #styleOptions li a.pink-color {
    background: #f41e54;
}

.switcher #styleOptions li a.violet-color {
    background: #5713a9;
}

.switcher #styleOptions li a.crimson-color {
    background: #d12326;
}

.switcher #styleOptions li a.orange-color {
    background: #ff5e14;
}

.switcher #styleOptions li a.green-color {
    background: #005608;
}

/*==============================================
   Mode Switcher
===============================================*/
.mode-switcher {
    position: relative;
    width: 4rem;
    height: 4rem;
    position: fixed;
    top: 25%;
    bottom: auto;
    left: auto;
    right: 0;
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

.mode-switcher.dark-mode {
    background-color: #ffffff;
}

.mode-switcher .switch-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
}

.mode-switcher .switch-inner.active {
    visibility: visible;
    opacity: 1;
}

.mode-switcher .icon {
    display: flex;
    font-size: 2rem;
    padding: 0 .5rem;
}

.mode-switcher.dark-mode .icon {
    color: #060922;
}


/*==============================================
   Preloader
===============================================*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: var(--thm-base);
}

.loader {
    background: -webkit-linear-gradient(0deg, #ffffff 0%, #777777 100%);
    width: 5.208vw;
    height: 5.208vw;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
}

@media (max-width: 51.666vw) {
    .loader {
        width: 5.208vw;
        height: 5.208vw;
    }
}

.loader:before,
.loader:after {
    content: "";
    background: var(--thm-base);
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    position: absolute;
    bottom: 2.344vw;
    -webkit-clip-path: circle(50% at 50% 100%);
    clip-path: circle(50% at 50% 100%);
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

@media (max-width: 51.666vw) {

    .loader:before,
    .loader:after {
        bottom: 2.344vw;
    }
}

.loader:after {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    top: 2.344vw;
    -webkit-clip-path: circle(50% at 50% 0);
    clip-path: circle(50% at 50% 0);
}

@media (max-width: 51.666vw) {
    .loader:after {
        top: 2.344vw;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}





/*==============================================
   Owl Dot Style1
===============================================*/
.owl-dot-style1.owl-carousel .owl-dots {
    position: absolute;
    bottom: 5.208vw;
    left: 14.427vw;
    text-align: center;
    margin: 0 !important;
}

.owl-dot-style1.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 0.521vw;
    height: 0.521vw;
    border-radius: 50%;
    margin: 0.000vw 0.260vw;
    padding: 0.000vw;
    transition: all 100ms linear;
    transition-delay: 0.1s;
    background: rgba(255,255,255,0.46);
}

.owl-dot-style1.owl-carousel .owl-dot.active {
    background-color: #fff;
}

.owl-dot-style1.owl-carousel .owl-dot:focus {
    outline: none;
}

.owl-dot-style1.owl-carousel .owl-dots .owl-dot span {
    display: none;
}
.slider-no{
    position: absolute;
    bottom: 5.208vw;
    right: 14.427vw;
    z-index: 9999;
    display: flex;
}
.slider-no-first{
    font-size: 2.396vw;
    font-family: DIN-Bold, DIN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.031vw;
}
.slider-no-second{
    font-size: 0.833vw;
    font-family: DIN-Medium, DIN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.990vw;
}
/*==============================================
   Scroll To Top
===============================================*/
.scroll-to-top {
    display: inline-block;
    width: 2.344vw;
    height: 2.344vw;
    background: var(--thm-base);
    position: fixed;
    bottom: 2.083vw;
    right: 2.083vw;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 0.938vw;
    line-height: 2.344vw;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: #fff;
}


/*==============================================
   Navigations One
===============================================*/
.main-header {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}

.main-header__top {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-bottom: 0.052vw solid #f1f1f1;
    z-index: 5;
}

.main-header__top::before {
    position: absolute;
    top: 0;
    left: -52083.281vw;
    bottom: 0;
    right: 50%;
    background: var(--thm-base);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    -o-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    content: "";
    z-index: -1;
}

.main-header__top-inner {
    position: relative;
    display: block;
    padding: 0.234vw 0.000vw 0.286vw;
    z-index: 1;
}

.main-header__top-left {
    position: relative;
    display: block;
    float: left;
}

.main-header__top-address {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-address li {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 2.865vw;
}

.main-header__top-address li+li {
    margin-left: 0.781vw;
}

.main-header__top-address li .icon {
    position: relative;
    display: block;
}

.main-header__top-address li .icon span::before {
    color: #ffffff;
    font-size: 0.677vw;
    line-height: 0.677vw;
}

.main-header__top-address li .text {
    position: relative;
    display: block;
    margin-left: 0.521vw;
}

.main-header__top-address li .text p {
    font-size: 0.729vw;
    color: #ffffff;
    margin: 0;
}

.main-header__top-address li .text a {
    color: #ffffff;
    font-size: 0.729vw;
}

.main-header__top-address li .text a:hover {
    color: #ffffff;
}

.main-header__top-right {
    position: relative;
    display: flex;
    float: right;
    align-items: center;
}

.main-header__top-right-search {
    position: relative;
    display: block;
    margin-right: 0.521vw;
}

.main-header__top-right-search a {
    position: relative;
    display: block;
    width: 1.823vw;
    height: 1.823vw;
    background: rgba(var(--thm-base-rgb), 0.19);
    text-align: center;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.main-header__top-right-search a:before {
    position: absolute;
    content: '';
    background-color: var(--thm-base);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 1.719vw;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.main-header__top-right-search a:hover:before {
    height: 100%;
}

.main-header__top-right-search a i:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 0.781vw;
    line-height: 1.823vw;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-header__top-right-search a:hover i:before {
    color: #ffffff;
}

.main-header__top-right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.521vw 0;
    padding-right: 0.781vw;
}

.main-header__top-right-social a {
    position: relative;
    display: inline-block;
    width: 1.823vw;
    height: 1.823vw;
    background: rgba(var(--thm-base-rgb), 0.19);
    color: var(--thm-base);
    font-size: 0.781vw;
    border-radius: 50%;
    text-align: center;
}

.main-header__top-right-social a:before {
    position: absolute;
    content: '';
    background-color: var(--thm-base);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 1.719vw;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.main-header__top-right-social a:hover:before {
    height: 100%;
}

.main-header__top-right-social a i::before {
    position: relative;
    display: inline-block;
    line-height: 1.823vw;
}

.main-header__top-right-social a:hover {
    color: #ffffff;
}

.main-header__top-right-social a+a {
    margin-left: 0.521vw;
}



.main-menu {
    position: relative;
    background: #ffffff;
}

.main-menu-wrapper {
    display: block;
}

.main-menu-wrapper__left {
    position: relative;
    display: block;
    float: left;
}

.main-menu-wrapper__logo {
    position: relative;
    float: left;
    padding-top: 0.938vw;
    padding-bottom: 0.938vw;
}

.main-menu-wrapper__logo a>img{
    width: 7.969vw;
}

.main-menu-wrapper__right {
    display: flex;
    float: right;
    align-items: center;
}

.main-menu-wrapper__main-menu {
    display: block;
    margin-right: 2.604vw;
}

.stricky-header.main-menu {
    background-color: #ffffff;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 62.500vw) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    /*padding: 1.563vw 1.250vw 1.615vw;*/
    position: static;
}
.menu-dropdown{
    height: 16.927vw;
    width: 100%;
    display: flex;
}
.menu-dropdown-left{
    background-color: #F5F5F5;
    height: 100%;
    width: 50%;
    display: flex;
}
.menu-dropdown-left > div:nth-child(1){
    flex: 1;
}
.menu-dropdown-left > div:nth-child(2){
    max-width: 31.250vw;
}
.menu-dropdown-left-title{
    font-size: 1.146vw;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    line-height: 1.354vw;
    margin-top: 3.646vw;
}
.menu-dropdown-left-content{
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #777777;
    line-height: 1.354vw;
    margin: 0.781vw 7.240vw 1.354vw 0;
}
.menu-dropdown-left-link{
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.458vw;
}
.menu-dropdown-right{
    background-color: #ffffff;
    height: 100%;
    width: 50%;
    display: flex;
}
.menu-dropdown-right > div:nth-child(1){
    max-width: 31.250vw;
    display: flex;
}
.menu-dropdown-right > div:nth-child(2){
    flex: 1;
    display: flex;
    align-items: center;
}
.menu-dropdown-right-list{
    width: 14.583vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 3.646vw;
    justify-content: center;
}
.menu-dropdown-right-list >a {
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #777777;
    line-height: 1.458vw;
    margin: 0.625vw 0;
}
.menu-dropdown-right-list >a:hover {
    color: #0A3469;
}
.menu-dropdown-right-img img{
    width: 21.146vw;
    height: 12.708vw;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 0.104vw;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-gray);
    font-size: 0.833vw;
    font-weight: 400;
    transition: unset;
    font-family: var(--thm-font);
    line-height: 4.167vw;
    width: 5.833vw;
    justify-content: center;
}

.main-m1enu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: "";
    height: 0.104vw;
    border-radius: 0.000vw;
    background-color: var(--thm-base);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: #fff;
}

.main-menu .main-menu__list>li.current,
.main-menu .main-menu__list>li:hover,
.stricky-header .main-menu__list>li.current,
.stricky-header .main-menu__list>li:hover {
    background-color: var(--thm-base);
}

.main-menu .main-menu__list>.dropdown:hover>a::before,
.stricky-header .main-menu__list>.dropdown:hover>a::before {
    background-color: transparent;
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border: 0.417vw solid transparent;
    border-top: 0.521vw solid #0A3469;
    top: 2.604vw;
    left: 1.250vw;
    z-index: 99999;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0.000vw 0.000vw 3.385vw 0.000vw rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(5.208vw);
    transform: scaleY(0) translateZ(5.208vw);
    -webkit-transition: opacity 200ms ease, visibility 200ms ease, -webkit-transform 400ms ease;
    transition: opacity 200ms ease, visibility 200ms ease, -webkit-transform 400ms ease;
    transition: opacity 200ms ease, visibility 200ms ease, transform 400ms ease;
    transition: opacity 200ms ease, visibility 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
    z-index: 99;
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0.000vw);
    transform: scaleY(1) translateZ(0.000vw);

}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 0.052vw solid rgba(var(--thm-black-rgb), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 0.833vw;
    line-height: 1.563vw;
    color: var(--thm-gray);
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 500;
    display: flex;
    padding-left: 1.042vw;
    padding-right: 1.042vw;
    padding-top: 0.521vw;
    padding-bottom: 0.521vw;
    transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--thm-base);
    color: #ffffff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: none;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform 500ms ease, visibility 500ms ease;
    box-shadow: 0.000vw 0.521vw 3.125vw 0.000vw rgba(0, 0, 0, 0.05);
}

@media (max-width: 62.448vw) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    box-shadow: none;
    padding-right: 0;
    max-width: 60.938vw;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 0.521vw;
}

@media (min-width: 62.500vw) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 1.042vw;
    color: var(--thm-black);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 0.521vw;
}

.mobile-nav__buttons a:hover {
    color: var(--thm-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 1.042vw;
    color: var(--thm-base);
    cursor: pointer;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--thm-black);
}

@media (min-width: 62.500vw) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}


/*==============================================
   Navigations Two
===============================================*/
.main-header-two {
    position: relative;
    display: block;
}

.main-header-two__top {
    position: relative;
    display: block;
    background-color: var(--Washup-base);
}

.main-header-two__top-inner {
    position: relative;
    display: block;
}

.main-header-two__top-left {
    position: relative;
    display: block;
    float: left;
    padding: 0.260vw 0;
}

.main-header-two__top-address {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__top-address li {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.823vw;
}

.main-header-two__top-address li+li {
    margin-left: 1.563vw;
}

.main-header-two__top-address li .icon {
    display: flex;
    align-items: center;
}

.main-header-two__top-address li .icon span {
    font-size: 0.729vw;
    color: var(--Washup-white);
}

.main-header-two__top-address li .text {
    margin-left: 0.521vw;
}

.main-header-two__top-address li .text p {
    font-size: 0.729vw;
    color: var(--Washup-white);
    font-weight: 500;
    margin: 0;
}

.main-header-two__top-address li .text a {
    font-size: 0.729vw;
    color: var(--Washup-white);
    font-weight: 500;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-address li .text a:hover {
    color: var(--Washup-black);
}

.main-header-two__top-right {
    position: relative;
    display: block;
    float: right;
}

.main-header-two__top-right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #006eb3;
    padding: 0.781vw 1.563vw;
}

.main-header-two__top-right-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--Washup-white);
    font-size: 0.781vw;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-right-social a:hover {
    color: var(--Washup-black);
}

.main-header-two__top-right-social a+a {
    margin-left: 1.302vw;
}

.main-menu-two {
    padding: 0 0 0;
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
}

.main-menu-two__wrapper-left {
    position: relative;
    display: block;
    float: left;
}

.main-menu-two__wrapper-logo {
    position: relative;
    display: block;
    float: left;
    padding: 1.875vw 0;
    margin-right: 10.417vw;
}

.main-menu-two__wrapper-main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu-two__wrapper-right {
    position: relative;
    display: block;
    float: right;
    padding: 2.135vw 0;
}

.main-menu-two__wrapper-search-cat {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__wrapper-search-cat:before {
    position: absolute;
    top: -0.365vw;
    bottom: -0.417vw;
    left: -2.083vw;
    content: "";
    background-color: #c9d5db;
    width: 0.052vw;
}

.main-menu-two__wrapper-search {
    font-size: 1.250vw;
    color: var(--Washup-black);
    margin-right: 1.563vw;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__wrapper-search:hover {
    color: var(--Washup-base);
}

.main-menu-two__wrapper-cart {
    font-size: 1.250vw;
    color: var(--Washup-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__wrapper-cart:hover {
    color: var(--Washup-base);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header .main-menu-two .main-menu__list>li>a {
    color: var(--Washup-black);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header .main-menu-two .main-menu__list>li.current>a,
.stricky-header .main-menu-two .main-menu__list>li:hover>a {
    color: var(--Washup-base);
}

.main-menu-two .main-menu__list>li+li,
.stricky-header .main-menu-two .main-menu__list>li+li {
    margin-left: 2.865vw;
}

.stricky-header.main-menu-two {
    background-color: var(--Washup-white);
    padding: 0 0 0;
}

/*==============================================
   Navigations Three
===============================================*/
.main-menu-three__wrapper {
    position: relative;
    display: block;
}

.main-menu-three__wrapper-logo {
    position: relative;
    float: left;
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
}

.main-menu-three__wrapper-main-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89%;
    float: left;
}

.main-menu-three__wrapper-right {
    position: relative;
    display: block;
    float: right;
    padding: 2.135vw 0;
}

.main-menu-three__wrapper-search-cat {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__wrapper-search-cat:before {
    position: absolute;
    top: -0.365vw;
    bottom: -0.417vw;
    left: -2.083vw;
    content: "";
    background-color: rgba(var(--Washup-white-rgb), .10);
    width: 0.052vw;
}

.main-menu-three__wrapper-search {
    font-size: 1.250vw;
    color: var(--Washup-white);
    margin-right: 1.563vw;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__wrapper-search:hover {
    color: var(--Washup-base);
}

.main-menu-three__wrapper-cart {
    font-size: 1.250vw;
    color: var(--Washup-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__wrapper-cart:hover {
    color: var(--Washup-base);
}

.main-menu-three .main-menu__list>li.current>a::before {
    background-color: var(--Washup-white);
}

.main-menu-three .main-menu__list>li:hover>a::before {
    background-color: var(--Washup-white);
}



/*==============================================
   Mobile Nav
===============================================*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 500ms ease-in, opacity 500ms linear,
    visibility 500ms ease-in;
    z-index: 999;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 15.625vw;
    background-color: var(--thm-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 1.563vw;
    padding-bottom: 1.563vw;
    padding-left: 0.781vw;
    padding-right: 0.781vw;
}

.mobile-nav__content .Washup-btn {
    padding: 0.417vw 0;
    width: 100%;
    text-align: center;
}

.mobile-nav__content .logo-box {
    margin-bottom: 2.083vw;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 1.042vw;
    right: 0.781vw;
    font-size: 0.938vw;
    color: #ffffff;
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 0.052vw solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 0.052vw solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 1.563vw;
    color: #ffffff;
    font-size: 0.729vw;
    font-family: var(--Washup-font);
    font-weight: 500;
    height: 2.396vw;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: rgba(255, 255, 255, .8);
}

.mobile-nav__content .main-menu__list li a button {
    width: 1.563vw;
    height: 1.563vw;
    background-color: var(--thm-base);
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 0.833vw;
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.563vw;
}

.mobile-nav__top .main-menu__login a {
    color: var(--Washup-text-dark);
}

.mobile-nav__container {
    border-top: 0.052vw solid rgba(255, 255, 255, 0.1);
    border-bottom: 0.052vw solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 0.833vw;
    color: #ffffff;
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 1.563vw;
}

.mobile-nav__social a:hover {
    color: var(--Washup-base);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 1.042vw;
    margin-bottom: 1.042vw;
}

.mobile-nav__contact li {
    color: var(--Washup-text-dark);
    font-size: 0.729vw;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 0.781vw;
}

.mobile-nav__contact li a {
    color: #ffffff;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--Washup-base);
}

.mobile-nav__contact li>i {
    width: 1.563vw;
    height: 1.563vw;
    border-radius: 50%;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.573vw;
    margin-right: 0.521vw;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}



/*==============================================
   Search Popup
===============================================*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 1.042vw;
    padding-right: 1.042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-base);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 29.167vw;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0.000vw;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 0.833vw;
    border: none;
    outline: none;
    height: 3.438vw;
    padding-left: 1.563vw;
    padding-right: 4.167vw;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 3.542vw;
    height: 3.542vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -0.052vw;
    border-radius: 0;
    background-color: var(--thm-base);
    border: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.search-popup__content .thm-btn:hover {
    background-color: var(--thm-black);
}

.search-popup__content .thm-btn i {
    color: #ffffff;
    margin: 0;
}
.index-tellphone{
    font-size: 0.885vw;
    line-height: 1.406vw;
    font-weight: 600;
    color:#0A3469;
}
.index-tellphone img{
    width: 1.302vw;
    height: 1.302vw;
}

/*==============================================
   Main Slider One
===============================================*/
.main-slider-one {
    position: relative;
    overflow: hidden;
    height: 36.458vw;
}

.main-slider-one__single {
    position: relative;
    display: block;
    overflow: hidden;
    height: 36.458vw;
}

.main-slider-one__single .top-shape {
    position: absolute;
    top: 0;
    right: 0.000vw;
    width: 15%;
    height: 50%;
    background: #ffffff;
    mix-blend-mode: overlay;
    -moz-transform: skew(30deg, 0deg) translateX(100%);
    -webkit-transform: skew(30deg, 0deg) translateX(100%);
    -o-transform: skew(30deg, 0deg) translateX(100%);
    -ms-transform: skew(30deg, 0deg) translateX(100%);
    transform: skew(30deg, 0deg) translateX(100%);
    opacity: 0;
    -webkit-transition: all 1800ms ease;
    -moz-transition: all 1800ms ease;
    -ms-transition: all 1800ms ease;
    -o-transition: all 1800ms ease;
    transition: all 1800ms ease;
    z-index: 10;
}

.main-slider-one .active .main-slider-one__single .top-shape {
    opacity: 1;
    -moz-transform: skew(30deg, 0deg) translate(0);
    -webkit-transform: skew(30deg, 0deg) translate(0);
    -o-transform: skew(30deg, 0deg) translate(0);
    -ms-transform: skew(30deg, 0deg) translate(0);
    transform: skew(30deg, 0deg) translate(0);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2300ms;
    -ms-transition-delay: 2300ms;
    -o-transition-delay: 2300ms;
    transition-delay: 2300ms;
}

.main-slider-one__single .bottom-shape {
    position: absolute;
    bottom: 0;
    right: 0.000vw;
    width: 15%;
    height: 50%;
    background: #ffffff;
    mix-blend-mode: overlay;
    -moz-transform: skew(-30deg, 0deg) translateX(100%);
    -webkit-transform: skew(-30deg, 0deg) translateX(100%);
    -o-transform: skew(-30deg, 0deg) translateX(100%);
    -ms-transform: skew(-30deg, 0deg) translateX(100%);
    transform: skew(-30deg, 0deg) translateX(100%);
    opacity: 0;
    -webkit-transition: all 1800ms ease;
    -moz-transition: all 1800ms ease;
    -ms-transition: all 1800ms ease;
    -o-transition: all 1800ms ease;
    transition: all 1800ms ease;
    z-index: 10;
}

.main-slider-one .active .main-slider-one__single .bottom-shape {
    opacity: 1;
    -moz-transform: skew(-30deg, 0deg) translate(0);
    -webkit-transform: skew(-30deg, 0deg) translate(0);
    -o-transform: skew(-30deg, 0deg) translate(0);
    -ms-transform: skew(-30deg, 0deg) translate(0);
    transform: skew(-30deg, 0deg) translate(0);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2300ms;
    -ms-transition-delay: 2300ms;
    -o-transition-delay: 2300ms;
    transition-delay: 2300ms;
}

.main-slider-one__single .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: luminosity;
    background-size: cover;
    z-index: 1;
}

.main-slider-one .active .main-slider-one__single .image-layer {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.main-slider-one__content {
    position: relative;
    display: block;
    padding: 11.250vw 0.000vw 11.458vw;
    z-index: 5;
}

.main-slider-one__content .tagline {
    position: relative;
    display: block;
    margin-bottom: 0.729vw;
    opacity: 0;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(-4.167vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(-4.167vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(-4.167vw);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-one .active .main-slider-one__content .tagline {
    opacity: 1;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-one__content .tagline p {
    color: #ffffff;
    font-size: 1.250vw;
    line-height: 1.510vw;
    font-weight: 700;
}

.main-slider-one__content .title {
    position: relative;
    display: block;
    margin-bottom: 0.365vw;
    opacity: 0;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(-4.167vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(-4.167vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(-4.167vw);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-one .active .main-slider-one__content .title {
    opacity: 1;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider-one__content .title h2 {
    color: #ffffff;
    font-size: 3.125vw;
    line-height: 1.2em;
    font-weight: 700;
}

.main-slider-one__content .text {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(4.167vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(4.167vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(4.167vw);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-one .active .main-slider-one__content .text {
    opacity: 1;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider-one__content .text p {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0em;
}

.main-slider-one__content .btn-box {
    position: relative;
    display: block;
    margin-top: 2.396vw;
    opacity: 0;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(4.167vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(4.167vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(4.167vw);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-one .active .main-slider-one__content .btn-box {
    opacity: 1;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-one__carousel.owl-carousel .owl-nav {
    display: block;
}

.main-slider-one__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 39%;
    left: 0.000vw;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    transform: scaleX(1.0) translateX(0.000vw);
    z-index: 3;
}

.main-slider-one__carousel:hover.owl-theme .owl-nav {
    opacity: 1;
    left: 3.646vw;
    transform: scaleX(1.0) translateX(0.000vw);
}

.main-slider-one__carousel.owl-theme .owl-prev span,
.main-slider-one__carousel.owl-theme .owl-next span {
    display: block;
}


.main-slider-one__carousel.owl-theme .owl-nav .owl-prev,
.main-slider-one__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: block;
    height: 3.646vw;
    width: 3.646vw;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 1.302vw;
    line-height: 3.438vw;
    font-weight: 100;
    background: rgba(255, 255, 255, .3);
    opacity: 1;
    margin: 0;
    padding: 0;
    transform: translateY(0.000vw);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-bottom: 0.521vw;
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-prev::before,
.main-slider-one__carousel.owl-theme .owl-nav .owl-next::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.8);
    opacity: 0;
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-prev:hover::before,
.main-slider-one__carousel.owl-theme .owl-nav .owl-next:hover:before {
    transform: scaleX(1.0);
    opacity: 1;
}

.main-slider-one__carousel.owl-theme .owl-prev span:before,
.main-slider-one__carousel.owl-theme .owl-next span:before {
    position: relative;
    display: inline-block;
    line-height: 3.646vw;
    transition: all 100ms ease;
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-prev:hover,
.main-slider-one__carousel.owl-theme .owl-nav .owl-next:hover {
    color: var(--thm-black);
}

.main-slider-one__carousel.owl-theme .owl-next span:before {
    position: relative;
    top: 0.052vw;
}



/*==============================================
   Main Slider Two
===============================================*/
.main-slider-one--two {
    position: relative;
    display: block;
}

.main-slider-one--two .shape1 {
    position: absolute;
    top: -10.677vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 99;
}

.main-slider-one--two .shape1 img {
    width: auto;
}

.main-slider-one--two-img {
    position: absolute;
    right: 15%;
    bottom: 0;
    opacity: 0;
    transform: translateX(100%);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 99;
}

.main-slider-one--two-img img {
    width: auto;
}

.main-slider-one--two .active .main-slider-one--two-img {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.main-slider-one--two .main-slider-one__single .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-base);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: color-burn;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
    background-size: cover;
    z-index: 1;
}

.main-slider-one--two .main-slider-one__content .btn-box .thm-btn .liquid {
    background: #ffffff;
}

.main-slider-one--two .main-slider-one__content .btn-box .thm-btn span {
    color: var(--thm-base);
}

.main-slider-one--two .main-slider-one__content .btn-box .liquid::before {
    background: rgba(var(--thm-base-rgb), 0.4);
}

.main-slider-one--two .main-slider-one__content .btn-box .liquid::after {
    background: rgba(var(--thm-base-rgb), 0.1);
}

.main-slider-one--two .main-slider-one__single .image-layer::before {
    background: none;
}

.main-slider-one--two .main-slider-one__single .image-layer::after {
    background: none;
}


.main-slider-one--two .main-slider-one__content .tagline {
    opacity: 0;
    -webkit-transform: perspective(20.833vw) rotateX(0deg) translateY(-6.250vw);
    -ms-transform: perspective(20.833vw) rotateX(0deg) translateY(-6.250vw);
    transform: perspective(20.833vw) rotateX(0deg) translateY(-6.250vw);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider-one--two .active .main-slider-one__content .tagline {
    opacity: 1;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-one--two .main-slider-one__content .title {
    opacity: 0;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(-6.250vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(-6.250vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(-6.250vw);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider-one--two .active .main-slider-one__content .title {
    opacity: 1;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider-one--two .main-slider-one__content .text {
    opacity: 0;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(6.250vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(6.250vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(6.250vw);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider-one--two .active .main-slider-one__content .text {
    opacity: 1;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider-one--two .main-slider-one__content .btn-box {
    opacity: 0;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(4.167vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(4.167vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(4.167vw);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider-one--two .active .main-slider-one__content .btn-box {
    opacity: 1;
    -webkit-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -ms-transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    transform: perspective(20.833vw) rotateY(0deg) translateY(0.000vw);
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-two__carousel.owl-carousel .owl-nav {
    display: block;
}

.main-slider-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 39%;
    left: 0.000vw;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    transform: scaleX(1.0) translateX(0.000vw);
    z-index: 3;
}

.main-slider-two__carousel:hover.owl-theme .owl-nav {
    opacity: 1;
    left: 3.646vw;
    transform: scaleX(1.0) translateX(0.000vw);
}

.main-slider-two__carousel.owl-theme .owl-prev span,
.main-slider-two__carousel.owl-theme .owl-next span {
    display: block;
}


.main-slider-two__carousel.owl-theme .owl-nav .owl-prev,
.main-slider-two__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: block;
    height: 3.646vw;
    width: 3.646vw;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 1.302vw;
    line-height: 3.438vw;
    font-weight: 100;
    background: rgba(255, 255, 255, .3);
    opacity: 1;
    margin: 0;
    padding: 0;
    transform: translateY(0.000vw);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-bottom: 0.521vw;
}

.main-slider-two__carousel.owl-theme .owl-nav .owl-prev::before,
.main-slider-two__carousel.owl-theme .owl-nav .owl-next::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.main-slider-two__carousel.owl-theme .owl-nav .owl-prev:hover::before,
.main-slider-two__carousel.owl-theme .owl-nav .owl-next:hover:before {
    transform: scaleX(1.0);
}

.main-slider-two__carousel.owl-theme .owl-prev span:before,
.main-slider-two__carousel.owl-theme .owl-next span:before {
    position: relative;
    display: inline-block;
    line-height: 3.646vw;
    transition: all 100ms ease;
}

.main-slider-two__carousel.owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.main-slider-two__carousel.owl-theme .owl-nav .owl-prev:hover,
.main-slider-two__carousel.owl-theme .owl-nav .owl-next:hover {
    color: var(--thm-black);
}

.main-slider-two__carousel.owl-theme .owl-next span:before {
    position: relative;
    top: 0.052vw;
}


/*==============================================
   Main Slider Three
===============================================*/
.main-slider-three {
    position: relative;
    overflow: hidden;
}

.main-slider-three__single {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    height: 32.292vw;
}

.main-slider-three__single .shape1 {
    position: absolute;
    top: -14.063vw;
    left: -10.417vw;
    width: 15.625vw;
    height: 36.458vw;
    background: #000000;
    border-radius: 7.813vw;
    mix-blend-mode: soft-light;
    transform: rotate(130deg);
    z-index: 2;
}

.main-slider-three__single .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
    z-index: 1;
}

.main-slider-three__content {
    position: relative;
    display: block;
    padding: 11.250vw 0.000vw 11.458vw;
    z-index: 5;
}

.main-slider-three__content .tagline {
    position: relative;
    display: block;
    margin-bottom: 0.729vw;
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateY(4.167vw);
    z-index: 10;
}

.main-slider-three .active .main-slider-three__content .tagline {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1000ms;
}

.main-slider-three__content .tagline p {
    color: #ffffff;
    font-size: 1.250vw;
    line-height: 1.510vw;
    font-weight: 700;
}

.main-slider-three__content .title {
    position: relative;
    display: block;
    margin-bottom: 0.365vw;
    opacity: 0;
    transition: all 1500ms ease;
    transform: translateY(4.167vw);
    z-index: 10;
}

.main-slider-three .active .main-slider-three__content .title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1200ms;
}

.main-slider-three__content .title h2 {
    color: #ffffff;
    font-size: 3.125vw;
    line-height: 1.2em;
    font-weight: 700;
}

.main-slider-three__content .text {
    position: relative;
    display: block;
    opacity: 0;
    transition: all 1500ms ease;
    transform: translateY(4.167vw);
    z-index: 10;
}

.main-slider-three .active .main-slider-three__content .text {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1600ms;
}

.main-slider-three__content .text p {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0em;
}

.main-slider-three__content .btn-box {
    position: relative;
    display: block;
    margin-top: 2.396vw;
    opacity: 0;
    transition: all 2000ms ease;
    transform: translateY(4.167vw);
    z-index: 10;
}

.main-slider-three .active .main-slider-three__content .btn-box {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 2000ms;
}

.main-slider-three__content .btn-box .thm-btn {
    margin: 0 auto;
}


.bubble-section {
    position: relative;
}

.bubbleContainer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

div[class^="bubble-"] {
    height: 0.052vw;
    width: 0.052vw;
    position: absolute;
    background: url(../images/icon/buble.png) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.bubble-1 {
    bottom: 0.000vw;
    left: 60%;
    -webkit-animation: bubble-movement 10s infinite ease-in -5.7s;
    animation: bubble-movement 10s infinite ease-in -5.7s;
}

.bubble-2 {
    bottom: 0.000vw;
    left: 90%;
    -webkit-animation: bubble-movement 10s infinite ease-in -4.94s;
    animation: bubble-movement 10s infinite ease-in -4.94s;
}

.bubble-3 {
    bottom: 0.000vw;
    left: 20%;
    -webkit-animation: bubble-movement 4s infinite ease-in -1.2s;
    animation: bubble-movement 4s infinite ease-in -1.2s;
}

.bubble-4 {
    bottom: 0.000vw;
    left: 40%;
    -webkit-animation: bubble-movement 10s infinite ease-in -1.58s;
    animation: bubble-movement 10s infinite ease-in -1.58s;
}

.bubble-5 {
    bottom: 0.000vw;
    left: 75%;
    -webkit-animation: bubble-movement 7s infinite ease-in -6.31s;
    animation: bubble-movement 7s infinite ease-in -6.31s;
}

.bubble-6 {
    bottom: 0.000vw;
    left: 45%;
    -webkit-animation: bubble-movement 10s infinite ease-in -0.51s;
    animation: bubble-movement 10s infinite ease-in -0.51s;
}

.bubble-7 {
    bottom: 0.000vw;
    left: 10%;
    -webkit-animation: bubble-movement 15s infinite ease-in -3.37s;
    animation: bubble-movement 15s infinite ease-in -3.37s;
}

.bubble-8 {
    bottom: 0.000vw;
    left: 65%;
    -webkit-animation: bubble-movement 10s infinite ease-in -0.66s;
    animation: bubble-movement 10s infinite ease-in -0.66s;
}

.bubble-9 {
    bottom: 0.000vw;
    left: 30%;
    -webkit-animation: bubble-movement 4s infinite ease-in -5.81s;
    animation: bubble-movement 4s infinite ease-in -5.81s;
}

.bubble-10 {
    bottom: 0.000vw;
    left: 95%;
    -webkit-animation: bubble-movement 10s infinite ease-in -3.98s;
    animation: bubble-movement 10s infinite ease-in -3.98s;
}

.bubble-11 {
    bottom: 0.000vw;
    left: 41%;
    -webkit-animation: bubble-movement 15s infinite ease-in -3.98s;
    animation: bubble-movement 15s infinite ease-in -3.98s;
}

.bubble-12 {
    bottom: 0.000vw;
    left: 46%;
    -webkit-animation: bubble-movement 10s infinite ease-in -3.98s;
    animation: bubble-movement 10s infinite ease-in -3.98s;
}

.bubble-13 {
    bottom: 0.000vw;
    left: 50%;
    -webkit-animation: bubble-movement 4s infinite ease-in -3.98s;
    animation: bubble-movement 4s infinite ease-in -3.98s;
}

.bubble-14 {
    bottom: 0.000vw;
    left: 70%;
    -webkit-animation: bubble-movement 4s infinite ease-in -3.98s;
    animation: bubble-movement 4s infinite ease-in -3.98s;
}

.bubble-15 {
    bottom: 0.000vw;
    left: 58%;
    -webkit-animation: bubble-movement 4s infinite ease-in -3.98s;
    animation: bubble-movement 4s infinite ease-in -3.98s;
}


.main-slider-three__carousel.owl-carousel .owl-nav {
    display: block;
}

.main-slider-three__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 49%;
    left: 0.000vw;
    right: 0.000vw;
    line-height: 0;
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    z-index: 999;
}

.main-slider-three__carousel.owl-theme .owl-nav {
    opacity: 1;
    left: 2.083vw;
    right: 2.083vw;
    transform: scaleX(1.0) translateX(0.000vw);
    z-index: 99;
}

.main-slider-three__carousel.owl-theme .owl-prev span,
.main-slider-three__carousel.owl-theme .owl-next span {
    display: block;
}

.main-slider-three__carousel.owl-theme .owl-nav .owl-prev,
.main-slider-three__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.50);
    border: 0.000vw solid rgba(17, 14, 14, 0.3);
    height: 4.167vw;
    width: 4.167vw;
    border-radius: 50%;
    text-align: center;
    color: var(--thm-base);
    font-size: 1.302vw;
    line-height: 4.167vw;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    transform: translateY(0.000vw);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99;
}

.main-slider-three__carousel.owl-theme .owl-prev span:before {}

.main-slider .owl-theme .owl-nav .owl-next {
    transform: rotate(180deg);
}

.main-slider-three__carousel.owl-theme .owl-next span:before {}

.main-slider-three__carousel.owl-theme .owl-nav .owl-prev:hover,
.main-slider-three__carousel.owl-theme .owl-nav .owl-next:hover {
    color: var(--thm-base);
    background: #ffffff;
    z-index: 99;
}


/***
=============================================
    Page Header
=============================================
***/
.page-header {
    position: relative;
    display: block;
    padding: 10.000vw 0.000vw 9.948vw;
    overflow: hidden;
    z-index: 1;
    height: 32.292vw;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}


.page-header__wrapper {
    position: relative;
    display: block;
    z-index: 2;
}

.page-header__content {
    position: relative;
    display: block;
}

.page-header__content h2 {
    color: #ffffff;
    font-size: 3.125vw;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 0.729vw;
}

.page-header__menu {
    position: relative;
    display: block;
}

.page-header__menu ul {
    position: relative;
    display: block;
}

.page-header__menu ul li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 1.042vw;
    padding-left: 0.156vw;
    padding-right: 0.365vw;
    font-family: var(--thm-font);
}

.page-header__menu ul li:first-child {
    padding-left: 0;
}

.page-header__menu ul li:last-child {
    padding-right: 0;
}

.page-header__menu ul li::before {
    position: absolute;
    top: 0.365vw;
    right: 0;
    bottom: 0.417vw;
    width: 0.052vw;
    background: #ffffff;
    transform: rotate(20deg);
    content: "";
}

.page-header__menu ul li:last-child:before {
    display: none;
}

.page-header__menu ul li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 1.042vw;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.page-header__menu ul li a:hover {
    color: var(--thm-base);
}




/***
=====================================================
    About One Css
=====================================================
***/
.about-one {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 1;
    padding-top: 4.271vw;
}

.about-one__content {
    position: relative;
    display: block;
    max-width: 26.042vw;
    width: 100%;
}

.about-one__content-inner {
    position: relative;
    display: block;
}

.about-one__content-text {
    margin-bottom: 0.729vw;
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #777777;
    line-height: 1.667vw;
}

.about-one__content-btn {
    margin-top: 2.396vw;
    width: 7.083vw;
    line-height: 2.396vw;
    background: #0A3469;
    border-radius: 0.417vw 0.417vw 0.417vw 0.417vw;
    font-weight: 500;
    font-size: 0.833vw;
    color: #FFFFFF;
}

.about-one__img {
    position: relative;
    display: block;
    padding-right: 2.083vw;
    width: 37.500vw;
    height: 23.542vw;
}

.about-one__img-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-one__img-inner::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(25deg);
    z-index: 2;
}

.about-one__img:hover .about-one__img-inner::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}

.about-one__img-inner img {
    width: 37.500vw;
    height: 23.542vw;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}

.about-one__img:hover .about-one__img-inner img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.about-counter-one {
    padding: 2.708vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-counter-one__single {
    z-index: 1;
}

.about-counter-one__single:hover:before {
    transform: scaleX(1);
}


.about-counter-one__single-inner {
    position: relative;
    display: block;
}


.about-counter-one__single-inner .text-box {
    position: relative;
    display: block;
    text-align: center;
}

.about-counter-one__single-inner .text-box h3 {
    font-size: 3.125vw;
    font-family: DIN-Bold, DIN;
    font-weight: bold;
    color: #0A3469;
    line-height: 3.646vw;
}

.about-counter-one__letter {
    font-size: 0.833vw;
    font-weight: 400;
    color: #0A3469;
    line-height: 2.813vw;
    vertical-align: bottom;
}

.about-counter-one__plus {
    position: relative;
    display: inline-block;
    top: 0.260vw;
    color: #222222;
    font-size: 1.823vw;
    line-height: 1.667vw;
    font-weight: 700;
    font-family: var(--thm-font);
}

.about-counter-one__text {
    font-size: 0.833vw;
    font-weight: 400;
    color: #777777;
    line-height: 0.990vw;
}

/***
=====================================================
    ProductCenter Css
=====================================================
***/
.product {
    position: relative;
    display: block;
    background: #f1f5f9;
    z-index: 1;
    padding-top: 4.427vw;
}

.product__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-repeat: repeat;
    mix-blend-mode: luminosity;
    opacity: 0.04;
    z-index: -1;
}

.product__single {
    position: relative;
    display: flex;
    width: 34.375vw;
    height: 16.979vw;
    background-color: #fff;
    align-items: center;
    padding: 3.646vw 0.521vw 3.646vw 2.083vw;
    margin-bottom: 1.354vw;
}


.product__single-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 2.708vw 0.000vw 1.354vw;
    flex: 1;
}
.product-item-title{
    font-size: 1.667vw;
    font-weight: 600;
    color: #0A3469;
    line-height: 1.979vw;
}
.product-item-subtitle{
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 0.833vw;
    font-weight: 400;
    color: #333333;
    line-height: 1.667vw;
    margin:0.938vw 0 1.250vw 0;
}
.product-item-more{
    width: 7.083vw;
    height: 2.396vw;
    background: #0A3469;
    line-height: 2.396vw;
    color: #fff;
    text-align: center;
    border-radius: 0.417vw 0.417vw 0.417vw 0.417vw;
}

.product__single-img {
    position: relative;
    display: block;
    margin-left: 0.521vw;
    width: 16.667vw;
    height: 12.708vw;
}

.product__single:hover {
    color: #ffffff;
}

.product__single-img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 16.667vw;
    height: 12.708vw;
}

.product__single-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.product__single:hover .product__single-img-inner img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/***
=====================================================
    PROJECT
=====================================================
***/
.project {
    position: relative;
    display: block;
    background: #F5F5F5;
}
.project-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.project-tab{
}

.project-tab .tab-buttons {
    position: relative;
    display: block;
    margin-left: -0.677vw;
    margin-right: -0.677vw;
    margin-bottom: 2.604vw;
}

.project-tab .tab-buttons li {
    position: relative;
    display: inline-block;
    line-height: 2.396vw;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0.000vw 1.042vw 0.000vw;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;

    width: 7.083vw;
    height: 2.396vw;
    background: #FFFFFF;
    border-radius: 0.417vw 0.417vw 0.417vw 0.417vw;
    font-size: 0.833vw;
    font-weight: 400;
    color: #0A3469;
}

.project-tab .tab-buttons li:hover,
.project-tab .tab-buttons li.active-btn {
    color: #ffffff;
    background: var(--thm-base);
}
.project__tabs {
    position: relative;
    display: block;
    overflow: hidden;
}

.project__tabs .tabs-content .tab {
    position: relative;
    display: none;
    transform: translateY(1.823vw);
    transition: all 600ms ease;
    z-index: 10;
}

.project__tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0.000vw;
    transform: translateY(0.000vw);
}
.project-tab-row{
    /*display: flex;*/
    /*justify-content: space-evenly;*/
}
.project-item{
    width: 22.396vw;
    height: 22.708vw;
}
.project__img img{
    width: 22.396vw;
    height: 15.104vw;
    border-radius: 0.260vw;
    -webkit-border-radius: 0.260vw;
    -moz-border-radius: 0.260vw;
    -ms-border-radius: 0.260vw;
    -o-border-radius: 0.260vw;
}

.project__content {
    position: relative;
    display: block;
    max-width: 25.260vw;
    width: 100%;
    margin-top: 1.823vw;
}

.project__content .title {
    font-size: 1.146vw;
    font-weight: 600;
    color: #0A3469;
    line-height: 1.354vw;
    margin: 1.250vw 0 0.625vw;
}

.project__content .text {
    font-size: 0.833vw;
    font-weight: 400;
    color: #777777;
    line-height: 1.458vw;
    margin-bottom: 0.833vw;
}
.project__content .link {
    font-size: 0.833vw;
    font-weight: 400;
    color: #777777;
    line-height: 1.458vw;
}


.swiper {
    width: 100%;
    height: 100%;
}
.index-project-swiper .swiper-button-next,.index-project-swiper .swiper-button-prev{
    background: rgba(0,0,0,0.4);
    height: 4.167vw;
    width: 4.167vw;
    border-radius: 50%;
    color: #bdbaba;
    display: none;
}
.index-project-swiper:hover .swiper-button-next,.index-project-swiper:hover .swiper-button-prev{
    display: flex;
}
.index-project-swiper .swiper-button-next:hover,.index-project-swiper .swiper-button-prev:hover{
    color: #ffffff;
}
/***
=====================================================
    News
=====================================================
***/
.news {
    position: relative;
    display: block;
    background: #ffffff;
}
.news-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-tab{
}

.news-tab .tab-buttons {
    position: relative;
    display: block;
    margin-left: -0.677vw;
    margin-right: -0.677vw;
    margin-bottom: 2.604vw;
}

.news-tab .tab-buttons li {
    position: relative;
    display: inline-block;
    line-height: 2.396vw;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0.000vw 1.042vw 0.000vw;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;

    width: 7.083vw;
    height: 2.396vw;
    background: #FFFFFF;
    border-radius: 0.417vw 0.417vw 0.417vw 0.417vw;
    font-size: 0.833vw;
    font-weight: 400;
    color: #0A3469;
}

.news-tab .tab-buttons li:hover,
.news-tab .tab-buttons li.active-btn {
    color: #ffffff;
    background: var(--thm-base);
}
.news__tabs {
    position: relative;
    display: block;
    overflow: hidden;
}

.news__tabs .tabs-content .tab {
    position: relative;
    display: none;
    transform: translateY(1.823vw);
    transition: all 600ms ease;
    z-index: 10;
}

.news__tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0.000vw;
    transform: translateY(0.000vw);
}
.news-tab-row{
    display: flex;
    justify-content: space-between;
}
.news-first{
    width: 31.250vw;
    height: 29.844vw;
    background: #F7F7F7;
    margin-right: 3.021vw;
}
.news-first .news-first__img img{
    width: 31.250vw;
    height: 19.792vw;
    border-radius: 0.260vw;
    -webkit-border-radius: 0.260vw;
    -moz-border-radius: 0.260vw;
    -ms-border-radius: 0.260vw;
    -o-border-radius: 0.260vw;
}
.news-first__content{
    padding: 0 1.302vw;
}
.news-first__content .title{
    font-size: 1.146vw;
    font-weight: 500;
    color: #000000;
    line-height: 1.354vw;
    margin-top: 1.198vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-first__content .title a{
    color: #000000;
}
.news-first__content .title a:hover{
    color: #0A3469;
}
.news-first__content .text{
    font-size: 0.833vw;
    font-weight: 400;
    color: #333333;
    line-height: 1.354vw;
    margin: 0.781vw 0 0.781vw;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
}
.news-first__content .date{
    font-size: 0.729vw;
    font-weight: 400;
    color: #999999;
    line-height: 1.354vw;
}
.news-right{
    display: flex;
    flex-direction: column;
}
.news-right-top{
    display: flex;
}
.news-right-top .news-right-top-item:first-child{
    margin-right: 3.021vw;
}
.news-item__img img{
    width: 16.927vw;
    height: 11.927vw;
}
.news-item__content .title{
    font-size: 0.833vw;
    font-weight: 400;
    color: #333333;
    line-height: 1.354vw;
    margin: 0.729vw 0 0.521vw;
    width:16.667vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-item__content .title a{
    color: #333333;
}
.news-item__content .title a:hover{
    color: #0A3469;
}
.news-item__content .date{
    font-size: 0.729vw;
    font-weight: 400;
    color: #999999;
    line-height: 1.354vw;
}
.news-right-list{
    width: 100%;
}
.news-list-item{
    height: 4.063vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 0.052vw #D9D9D9;
    padding-right: 3.125vw;
}
.news-list-item:first-child{
    border-top: solid 0.052vw #D9D9D9;
}
.news-list-item .title{
    font-size: 0.833vw;
    font-weight: 400;
    color: #333333;
}
.news-list-item .title A{
    color: #333333;
}
.news-list-item .date{
    font-size: 0.729vw;
    font-weight: 400;
    color: #999999;
}


.news-item{
    width: 22.396vw;
}
.news__img img{
    width: 22.396vw;
    height: 15.104vw;
    border-radius: 0.260vw;
    -webkit-border-radius: 0.260vw;
    -moz-border-radius: 0.260vw;
    -ms-border-radius: 0.260vw;
    -o-border-radius: 0.260vw;
}

.news__content {
    position: relative;
    display: block;
    max-width: 25.260vw;
    width: 100%;
    margin-top: 1.823vw;
}

.news__content .title {
    font-size: 1.146vw;
    font-weight: 600;
    color: #0A3469;
    line-height: 1.354vw;
    margin: 1.250vw 0 0.625vw;
}

.news__content .text {
    font-size: 0.833vw;
    font-weight: 400;
    color: #777777;
    line-height: 1.458vw;
    margin-bottom: 0.833vw;
}
.news__content .link {
    font-size: 0.833vw;
    font-weight: 400;
    color: #777777;
    line-height: 1.458vw;
}

/***
=====================================================
    Footer One
=====================================================
***/
.footer-one {
    position: relative;
    display: block;
    z-index: 1;
    height: 24.740vw;
    background: #232C3A;
    color: #ffffff;
}

.footer-one__top {
    position: relative;
    display: block;

}

.footer-one__top-wrapper {
    position: relative;
    display: block;
}
.footer-nav{
    height: 7.969vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 0.052vw #D9D9D9;
}
.footer-nav .footer-nav-left{

}
.footer-nav .footer-nav-left >div :nth-child(1){
    font-size: 0.833vw;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.354vw;
}
.footer-nav .footer-nav-left >div :nth-child(2){
    font-size: 1.042vw;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.354vw;
}
.footer-nav .footer-nav-right ul{
    position: relative;
    display: block;
}
.footer-nav .footer-nav-right ul li {
    position: relative;
    display: inline-block;
    margin-right: 2.813vw;
}
.footer-nav .footer-nav-right ul li:last-child {
    margin-right: 0.000vw;
}

.footer-nav .footer-nav-right ul li a {
    color: #fff;
    position: relative;
    display: inline-block;
    height: 1.823vw;
    line-height: 1.823vw;
    font-size: 0.833vw;
    text-align: center;
    z-index: 1;

}
.footer-contact{
    height: 12.865vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-contact .footer-contact-left{

}
.footer-contact .footer-contact-left >div{
    font-size: 0.833vw;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.354vw;
    margin-top: 1.146vw;
}
.footer-contact .footer-contact-right{
    display: flex;
}
.footer-contact .footer-contact-right .contact-tel{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    margin-right: 1.875vw;
}
.footer-contact .footer-contact-right .contact-tel .title{
    font-size: 0.833vw;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.354vw;
    margin-bottom: 1.198vw;
}
.footer-contact .footer-contact-right .contact-tel .tel{
    font-size: 1.875vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.354vw;
}
.footer-contact .footer-contact-right .contact-img img{
    width: 7.448vw;
    height: 7.448vw;
}
.footer-one__bottom{
    border-top: solid 0.052vw #D9D9D9;
    height: 3.802vw;
    position: relative;
    display: block;
    padding: 1.198vw 0.000vw 1.250vw;
}

.footer-one__bottom-inner {
    position: relative;
    display: block;
}

.footer-one__bottom-text {
    position: relative;
    display: block;
    text-align: center;
}

.footer-one__bottom-text p {
    font-size: 0.833vw;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.354vw;
}

.footer-one__bottom-text p a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-one__bottom-text p a:hover {
    color: #ffffff;
}


/***
=============================================
    Service Details
=============================================
***/
.service-details {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 6.250vw 0.000vw 0.000vw;
}

.service-details__top {
    position: relative;
    display: block;
}

.service-details__top-img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    overflow: hidden;
}

.service-details__top-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.service-details__top-img:hover img {
    opacity: 0.70;
    transform: scale(1.1) rotate(1deg);
}

.service-details__sidebar {
    position: relative;
    display: block;
    background: #f2f2f2;
    padding: 2.188vw 1.563vw 2.760vw;
}

.service-details__sidebar::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0.260vw;
    background: var(--thm-base);
    content: "";
}

.service-details__sidebar-title {
    color: var(--thm-black);
    font-size: 1.250vw;
    line-height: 1.771vw;
    font-weight: 700;
    letter-spacing: 0.015em;
    margin-bottom: 1.094vw;
}

.service-details__sidebar-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-details__sidebar-list-item {
    position: relative;
    display: block;
    margin-bottom: 1.042vw;
}

.service-details__sidebar-list-item:last-child {
    margin-bottom: 0.000vw;
}

.service-details__sidebar-list-item a {
    position: relative;
    display: block;
    color: var(--thm-gray);
    font-size: 0.885vw;
    line-height: 1.406vw;
    font-weight: 400;
    font-family: var(--thm-font);
    letter-spacing: 0.015em;
    padding: 0.521vw 1.302vw 0.469vw;
    text-transform: capitalize;
    background: #ffffff;
    z-index: 1;
}

.service-details__sidebar-list-item a:hover,
.service-details__sidebar-list-item a.active {
    color: #ffffff;
}

.service-details__sidebar-list-item a:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    transform: perspective(20.833vw) rotateX(90deg);
    transform-origin: bottom;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    background: var(--thm-base);
}

.service-details__sidebar-list-item a:hover:after,
.service-details__sidebar-list-item a.active:after {
    opacity: 1;
    transform: perspective(20.833vw) rotateX(0deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.service-details__bottom {
    position: relative;
    display: block;
    margin-top: 3.125vw;
}

.service-details__bottom-title {
    color: var(--thm-black);
    font-size: 1.250vw;
    line-height: 1.771vw;
    font-weight: 700;
    letter-spacing: 0.015em;
    margin-bottom: 0.990vw;
}

.service-details__bottom-text1 {
    position: relative;
    display: block;
}

.service-details__bottom-text1 p {
    margin: 0;
}

.service-details__bottom-text2 {
    position: relative;
    display: block;
    margin-top: 1.823vw;
}

.service-details__bottom-text2 p {
    margin: 0;
}

.service-details__bottom-text3 {
    position: relative;
    display: block;
    margin-top: 2.396vw;
}

.service-details__bottom-text3 .img-box {
    position: relative;
    display: block;
}

.service-details__bottom-text3 .img-box img {
    width: 100%;
}

.service-details__bottom-text3 .content-box {
    position: relative;
    display: block;
    margin-top: -0.365vw;
}

.service-details__bottom-text3 .content-box p {
    margin: 0;
}

.service-details__bottom-text3 .content-box ul {
    position: relative;
    display: block;
    margin-top: 0.990vw;
}

.service-details__bottom-text3 .content-box ul li {
    position: relative;
    display: block;
    margin-bottom: 0.156vw;
}

.service-details__bottom-text3 .content-box ul li:last-child {
    margin-bottom: 0;
}

.service-details__bottom-text3 .content-box ul li span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 0.781vw;
    font-weight: 700;
    padding-right: 0.260vw;
}

/***
=============================================
    Projects Detalis
=============================================
***/
.projects-detalis {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 6.250vw 0.000vw 0.000vw;
}

.projects-detalis__content {
    position: relative;
    display: block;
}

.projects-detalis__content-carousel.owl-theme .owl-dots {
    display: none;
}

.projects-detalis__content-carousel.owl-carousel .owl-nav {
    display: block;
}

.projects-detalis__content-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 48%;
    left: 2.083vw;
    right: 2.083vw;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.projects-detalis__content-carousel.owl-theme .owl-prev span,
.projects-detalis__content-carousel.owl-theme .owl-next span {
    display: block;
}

.projects-detalis__content-carousel.owl-theme .owl-nav .owl-prev,
.projects-detalis__content-carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.70);
    border: 0.000vw solid rgba(17, 14, 14, 0.3);
    height: 3.125vw;
    width: 3.125vw;
    border-radius: 50%;
    text-align: center;
    color: var(--thm-base);
    font-size: 1.302vw;
    line-height: 3.125vw;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    transform: translateY(0.000vw);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99;
}

.projects-detalis__content-carousel.owl-theme .owl-nav .owl-prev:hover,
.projects-detalis__content-carousel.owl-theme .owl-nav .owl-next:hover {
    color: var(--thm-base);
    background: #ffffff;
    z-index: 99;
}

.projects-detalis__content-text1 {
    position: relative;
    display: block;
    margin-top: 1.927vw;
}

.projects-detalis__content-text1 h2 {
    color: var(--thm-black);
    font-size: 1.563vw;
    line-height: 2.083vw;
    margin-bottom: 1.198vw;
}

.projects-detalis__content-text1 p {
    margin: 0.000vw;
}

.projects-detalis__content-text2 {
    position: relative;
    display: block;
    margin-top: 1.771vw;
}

.projects-detalis__content-text2 h2 {
    color: var(--thm-black);
    font-size: 1.563vw;
    line-height: 2.083vw;
    margin-bottom: 1.198vw;
}

.projects-detalis__content-text2 .text1 {
    margin: 0.000vw;
}

.projects-detalis__content-text2 ul {
    position: relative;
    display: block;
    margin-top: 1.302vw;
    margin-bottom: 1.302vw;
}

.projects-detalis__content-text2 ul li {
    position: relative;
    display: block;
    font-size: 0.938vw;
    font-weight: 500;
    margin-bottom: 0.313vw;
}

.projects-detalis__content-text2 ul li:last-child {
    margin-bottom: 0.000vw;
}

.projects-detalis__content-text2 ul li span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 0.781vw;
    padding-right: 0.260vw;
}

.projects-detalis__content-text2 .text2 {
    margin: 0;
}

.projects-detalis__content-text3 {
    position: relative;
    display: block;
    margin-top: 1.771vw;
}

.projects-detalis__content-text3 h2 {
    color: var(--thm-black);
    font-size: 1.563vw;
    line-height: 2.083vw;
    margin-bottom: 1.198vw;
}

.projects-detalis__content-text3 p {
    margin: 0.000vw;
}

.projects-detalis__content-text3 ul {
    position: relative;
    display: block;
    margin-top: 1.302vw;
    margin-bottom: 1.302vw;
}

.projects-detalis__content-text3 ul li {
    position: relative;
    display: block;
    font-size: 0.938vw;
    font-weight: 500;
    margin-bottom: 0.313vw;
}

.projects-detalis__content-text3 ul li:last-child {
    margin-bottom: 0.000vw;
}

.projects-detalis__content-text3 ul li span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 0.781vw;
    padding-right: 0.260vw;
}

.projects-detalis__sidebar {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-single {
    position: relative;
    display: block;
    background: #f1f5f9;
    padding: 2.344vw 2.344vw 1.198vw;
    margin-bottom: 2.083vw;
}

.projects-detalis__sidebar-single.pd-b22 {
    padding-bottom: 2.604vw;
}

.projects-detalis__sidebar-single .title {
    position: relative;
    display: block;
    margin-bottom: 1.354vw;
}

.projects-detalis__sidebar-single .title h2 {
    color: var(--thm-black);
    font-size: 1.146vw;
    line-height: 1.563vw;
    font-weight: 700;
}

.projects-detalis__sidebar-project-info {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-project-info .text {
    position: relative;
    display: block;
    margin-bottom: 1.094vw;
}

.projects-detalis__sidebar-project-info .text p {
    margin: 0;
}

.projects-detalis__sidebar-project-info ul {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-project-info ul li {
    position: relative;
    display: flex;
    margin-bottom: 0.938vw;
}

.projects-detalis__sidebar-project-info ul li:last-child {
    margin-bottom: 0;
}

.projects-detalis__sidebar-project-info ul li span {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 0.938vw;
    font-weight: 500;
    min-width: 5.208vw;
    margin-right: 0.938vw;
}

.projects-detalis__sidebar-project-info ul li span::before {
    position: absolute;
    top: -0.052vw;
    right: 0;
    font-size: 0.938vw;
    color: var(--thm-black);
    font-weight: 500;
    content: ":";
}

.projects-detalis__sidebar-project-info ul li ul {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-project-info ul li ul li {
    position: relative;
    display: inline-block;
}

.projects-detalis__sidebar-project-info ul li ul li i::before {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 0.885vw;
}

.projects-detalis__sidebar-recent-post {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-recent-post-list {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-recent-post-list li {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 0.833vw 1.042vw 1.042vw;
    border-bottom: 0.104vw solid #f1f5f9;
}

.projects-detalis__sidebar-recent-post-list li:last-child {
    border-bottom: none;
}

.projects-detalis__sidebar-recent-post-list li .post-date {
    color: var(--thm-gray);
    font-size: 0.781vw;
    font-weight: 500;
}

.projects-detalis__sidebar-recent-post-list li .post-date i:before {
    position: relative;
    display: inline-block;
    font-size: 0.781vw;
}

.projects-detalis__sidebar-recent-post-list li h4 {
    font-size: 0.885vw;
    line-height: 1.406vw;
    font-weight: 600;
    margin-top: 0.208vw;
}

.projects-detalis__sidebar-recent-post-list li h4 a {
    color: var(--thm-black);
}

.projects-detalis__sidebar-recent-post-list li h4 a:hover {
    color: var(--thm-base);
}

.projects-detalis__sidebar-discount {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-discount .img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.projects-detalis__sidebar-discount .img-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8407738095238095) 20%, rgba(0, 0, 0, 0.12648809523809523) 60%, rgba(0, 0, 0, 0) 100%);
    content: "";
    z-index: 0;
    top: 0;
}

.projects-detalis__sidebar-discount .img-box img {
    width: 100%;
}

.projects-detalis__sidebar-discount .content-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.604vw;
    text-align: center;
}

.projects-detalis__sidebar-discount .content-box h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.823vw;
    line-height: 2.344vw;
    font-weight: 400;
}

.projects-detalis__sidebar-discount .content-box h2 span {
    color: #ffffff;
    font-size: 2.344vw;
    line-height: 2.344vw;
    font-weight: 700;
}

.projects-detalis__sidebar-discount .content-box h4 {
    color: #ffffff;
    font-size: 1.250vw;
    line-height: 1.771vw;
    font-weight: 300;
}

.projects-detalis__sidebar-discount .content-box .btn-box {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 1.354vw;
}

/***
=====================================================
    Team One Team
=====================================================
***/
.team-one--team {
    position: relative;
    display: block;
    padding: 6.250vw 0.000vw 4.688vw;
}

.team-one--team .team-one__single {
    position: relative;
    display: block;
    margin-bottom: 1.563vw;
}

.team-one--team .team-one__single-img {
    background: var(--thm-gray);
}

.team-one--team .team-one__single-img img {
    mix-blend-mode: luminosity;
}

.team-one--team .team-one__single:hover .team-one__single-img img {
    mix-blend-mode: normal;
}

/***
=====================================================
    Team Details
=====================================================
***/
.team-details {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 6.250vw 0.000vw 6.250vw;
}

.team-details__img {
    position: relative;
    display: block;
}

.team-details__img img {
    width: 100%;
}

.team-details__content {
    position: relative;
    display: block;
    background: #f2f2f2;
    padding: 2.188vw 1.563vw 2.865vw;
}

.team-details__content::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    width: 100%;
    height: 0.260vw;
    content: "";
}

.team-details__content .title {
    position: relative;
    display: block;
    margin-bottom: 0.833vw;
}

.team-details__content .title h2 {
    font-size: 1.250vw;
    line-height: 1.771vw;
    font-weight: 700;
    letter-spacing: 0.015em;
}

.team-details__content .name {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0.469vw 1.302vw 0.417vw;
    margin-bottom: 1.042vw;
}

.team-details__content .name h6 {
    color: var(--thm-gray);
    font-size: 0.885vw;
    line-height: 1.510vw;
    font-weight: 400;
    font-family: var(--thm-font);
}

.team-details__content .text {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0.885vw 1.302vw 0.833vw;
    margin-bottom: 1.042vw;
}

.team-details__content .text p {
    color: #999999;
    margin: 0;
}

.team-details__content .number {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0.417vw 1.302vw 0.313vw;
    margin-bottom: 1.042vw;
}

.team-details__content .number p {
    letter-spacing: 0.015em;
}

.team-details__content .number p a {
    color: var(--thm-gray);
}

.team-details__content .number p a:hover {
    color: var(--thm-base);
}

.team-details__content .social-icon {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 0.417vw 1.302vw 0.313vw;
}

.team-details__content .social-icon .title {
    position: relative;
    display: block;
    margin-bottom: 0.000vw;
}

.team-details__content .social-icon .title h6 {
    color: var(--thm-gray);
    font-size: 0.885vw;
    line-height: 1.510vw;
    font-weight: 400;
    font-family: var(--thm-font);
}

.team-details__content .social-icon ul {
    position: relative;
    display: block;
}

.team-details__content .social-icon ul li {
    position: relative;
    display: inline-block;
    padding-left: 1.302vw;
}

.team-details__content .social-icon ul li a {
    color: var(--thm-black);
    font-size: 1.042vw;
}

.team-details__content .social-icon ul li a:hover {
    color: var(--thm-base);
}


/***
=====================================================
    Contact One Team Details
=====================================================
***/
.contact-one--team-details {
    position: relative;
    display: block;
    background: #f1f5f9;
}

.contact-one--team-details .section-title__tagline {
    color: var(--thm-base);
}

.contact-one--team-details .section-title__title {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box .input-box input[type="text"],
.contact-one--team-details .contact-one__form-box .input-box input[type="email"],
.contact-one--team-details .contact-one__form-box .input-box textarea {
    border: 0.104vw solid var(--thm-base);
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box .input-box .nice-select {
    border: 0.104vw solid var(--thm-base);
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box .input-box .nice-select:after {
    border-bottom: 0.104vw solid var(--thm-base);
    border-right: 0.104vw solid var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="text"]:-moz-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="text"]::-moz-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="email"]:-moz-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="email"]::-moz-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form textarea::-webkit-input-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form textarea:-moz-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form textarea::-moz-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form textarea:-ms-input-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .nice-select .option {
    color: #ffffff;
}

.contact-one--team-details .nice-select .option:hover,
.contact-one--team-details .nice-select .option.focus,
.contact-one--team-details .nice-select .option.selected.focus {
    background-color: #f6f6f6;
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form .button-box {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 0.781vw;
}



.contact-one--team-details .contact-one__form-box form .button-box button.thm-btn span {
    color: #ffffff;
}

.contact-one--team-details .contact-one__form-box form .button-box button.thm-btn .liquid {
    background: var(--thm-base)
}

.contact-one--team-details .contact-one__form-box form .button-box button.thm-btn .liquid::before {
    background: rgba(255, 255, 255, 0.4);
}

.contact-one--team-details .contact-one__form-box form .button-box button.thm-btn .liquid::after {
    background: rgba(255, 255, 255, 0.1);
}


/***
=====================================================
    Contact One Team Details
=====================================================
***/
.subscribe-one {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding: 4.167vw 0.000vw 4.167vw;
}

.subscribe-one__content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.563vw 1.563vw 1.563vw;
}

.subscribe-one__content .subscribe-title {
    position: relative;
    display: block;
}

.subscribe-one__content .subscribe-title h3 {
    color: #ffffff;
    font-size: 1.146vw;
    line-height: 1.563vw;
    font-weight: 800;
    padding: 0.625vw 0 0.677vw;
}

.subscribe-one__content .subscribe-box {
    position: relative;
    display: block;
    max-width: 29.167vw;
    width: 100%;
}

.subscribe-one__content .subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}

.subscribe-one__content .subscribe-form input[type="email"] {
    position: relative;
    display: block;
    max-width: 16.667vw;
    width: 100%;
    height: 2.865vw;
    background: transparent;
    border: 0.000vw solid rgba(255, 255, 255, 0.20);
    border-bottom: 0.104vw solid rgba(255, 255, 255, 0.10);
    color: #ffffff;
    font-size: 0.781vw;
    font-weight: 400;
    font-style: normal;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    outline: none;
}

.subscribe-one__content .subscribe-form input::-webkit-input-placeholder {
    color: #ffffff;
}

.subscribe-one__content .subscribe-form input:-moz-placeholder {
    color: #ffffff;
}

.subscribe-one__content .subscribe-form input::-moz-placeholder {
    color: #ffffff;
}

.subscribe-one__content .subscribe-form input:-ms-input-placeholder {
    color: #ffffff;
}

.subscribe-one__content .subscribe-form button {
    position: absolute;
    top: 0.000vw;
    right: 0.000vw;
    bottom: 0.000vw;
    line-height: 2.865vw;
    padding-left: 2.344vw;
    padding-right: 2.344vw;
    transition: all 300ms ease 100ms;
    outline: none;
    border: none;
}

/***
=====================================================
    Blog One Blog
=====================================================
***/
.product-list--blog {
    position: relative;
    display: block;
    padding: 3.750vw 0.000vw 6.250vw;
    background-color: #F5F5F5;
}
.product-list-tab{
    height: 4.167vw;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 71.146vw;
    width: 100%;
}
.section-tab a{
    display: inline-block;
    flex: 1;
    line-height: 4.167vw;
    text-align: center;
    font-size: 0.938vw;
    font-weight: 400;
    color: #333333;
}
.section-tab .currenttab{
    background: #0A3469;
    color: #fff;
}
.product-list__single{
    background-color: #fff;
    padding-bottom: 0.104vw;
}
.product-list__single-img{
    height: 25.000vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-list__single-img img{
    width: 100%;
}
.product-list__content{
    height: 4.688vw;
    background: #F5F5F5;
    margin: 0.104vw;
    display: flex;
    align-items: center;
    padding: 0 1.042vw;
    justify-content: space-between;
}
.product-list__content a:first-child{
    flex: 1;
}
.product-list__content .title{
    font-size: 0.938vw;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 0.521vw;
}
.product-list__content .link{
    width: 5.938vw;
    height: 2.083vw;
    background: #E5E5E5;
    font-size: 0.729vw;
    font-family: Helvetica Neue-Bold Italic, Helvetica Neue;
    font-weight: normal;
    color: #0A3469;
    line-height: 2.083vw;
    text-align: center;
}
.product-list__content .link:hover{
    background: #0A3469;
    color: #ffffff;
}


/***
=====================================================
    Project
=====================================================
***/
.project-list--blog {
    position: relative;
    display: block;
    padding: 3.750vw 0.000vw 3.646vw;
    background-color: #F5F5F5;
}
.project-list-tab{
    height: 4.167vw;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-list__single{
    background-color: #fff;
    position: relative;
    width: 34.688vw;
    height: 23.438vw;
}
.project-list__single-img,.project-list__single-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex: 1;
}
.project-list__content{
    position: absolute;
    bottom: 0.052vw;
    padding-left: 1.563vw;
    width: 100%;
    background: rgba(0,0,0,0.2);
}
.project-list__content .title{
    font-size: 1.458vw;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 4.167vw;
    border-bottom: solid 0.052vw #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-list__content .link{
    margin-top: 2.240vw;
    display: none;
    border-radius: 0.208vw 0.208vw 0.208vw 0.208vw;
    width: 7.396vw;
    background: #0A3469;
    font-size: 0.833vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2.396vw;
    text-align: center;
}
.project-list__single:hover > .project-list__content .link{
    display: inline-block;
}
.project-list__single:hover > .project-list__content{
    top: 12.448vw;
}

/***
=====================================================
    About section  honor css
=====================================================
***/
.honor-list--blog {
    position: relative;
    display: block;
    padding: 4.167vw 0.000vw 6.250vw;
    background-color: #FFFFFF;
}
.honor-list-tab{
    height: 4.167vw;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 71.146vw;
    width: 100%;
}
.section-tab a{
    display: inline-block;
    flex: 1;
    line-height: 4.167vw;
    text-align: center;
    font-size: 0.938vw;
    font-weight: 400;
    color: #333333;
}
.section-tab .currenttab{
    background: #0A3469;
    color: #fff;
}
.honor-list__single{
    background-color: #fff;
    padding-bottom: 0.104vw;
    cursor: pointer;
}
.honor-list__single-img img{
    width: 100%;
    height: 100%;
}
.honor-list__content{
    height: 3.750vw;
    background: #F5F5F5;
    margin: 0.104vw;
    display: flex;
    align-items: center;
    padding: 0 1.042vw;
    justify-content: space-between;
}
.honor-list__content .title{
    font-size: 0.938vw;
    font-weight: 500;
    color: #333333;
}
.honor-list__content .link{
    width: 5.938vw;
    height: 2.083vw;
    background: #E5E5E5;
    font-size: 0.729vw;
    font-family: Helvetica Neue-Bold Italic, Helvetica Neue;
    font-weight: normal;
    color: #0A3469;
    line-height: 2.083vw;
    text-align: center;
}
.honor-list-item{
    width: 16.667vw;
    height: 10.156vw;
}
.honor-list-item img{
    width: 100%;
    height: 100%;
}




.video-list-page{
    background-color: #ffffff;
    padding: 3.750vw 0;
}
.video-list-page .video-list__single{
    width: 16.667vw;
    height: 11.979vw;
}
.video-list-page .video-list__single img{
    width: 100%;
    height: 100%;
}
.video-list__single{
    background-color: #fff;
    padding-bottom: 0.104vw;
}
.video-list__single-img img{
    width: 100%;
    height: 100%;
}
.video-list__content{
    height: 3.750vw;
    background: #F5F5F5;
    margin: 0.104vw;
    display: flex;
    align-items: center;
    padding: 0 1.042vw;
    justify-content: space-between;
}
.video-list__content .title{
    font-size: 0.938vw;
    font-weight: 500;
    color: #333333;
}
.video-list__content .link{
    width: 5.938vw;
    height: 2.083vw;
    background: #E5E5E5;
    font-size: 0.729vw;
    font-family: Helvetica Neue-Bold Italic, Helvetica Neue;
    font-weight: normal;
    color: #0A3469;
    line-height: 2.083vw;
    text-align: center;
}
/***
=============================================
    Styled Pagination
=============================================
***/

.pagination{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination .pre,
.pagination .next{
    width: 7.396vw;
    height: 2.396vw;
    background: #FFFFFF;
    text-align: center;
    line-height: 2.396vw;
    font-size: 0.833vw;
    font-weight: 400;
    color: #0A3469;
}
.pagination .pre:hover,
.pagination .next:hover{
    background: #0A3469;
    color: #ffffff;
}
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1.042vw;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0.000vw 0.130vw;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    color: #999999;
    font-size: 0.833vw;
    line-height: 2.604vw;
    font-weight: 400;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #0A3469;
}
.styled-pagination li.active a{
    color: #0A3469;
}

/***
=====================================================
    Blog Details
=====================================================
***/
.blog-details {
    position: relative;
    display: block;
    padding: 6.250vw 0 6.250vw;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    overflow: hidden;
}

.blog-details__img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.blog-details__img:hover img {
    opacity: 0.70;
    transform: scale(1.1) rotate(1deg);
}

.blog-details__date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--thm-base);
    text-align: center;
    padding: 0.781vw 1.042vw;
}

.blog-details__date p {
    font-size: 0.781vw;
    color: #ffffff;
    margin: 0;
    line-height: 1.042vw;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 1.510vw;
}

.blog-details__meta {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__meta li+li {
    margin-left: 1.042vw;
}

.blog-details__meta li a {
    font-size: 0.781vw;
    color: var(--thm-base);
}

.blog-details__meta li a span {
    position: relative;
    top: -0.052vw;
    margin-left: 0.313vw;
}

.blog-details__title {
    font-size: 1.563vw;
    line-height: 2.083vw;
    font-weight: 600;
    margin-top: 0.938vw;
    margin-bottom: 0.938vw;
}

.blog-details__text-1 {
    margin: 0;
}

.blog-details__text-2 {
    margin: 0;
    padding-top: 2.083vw;
}

.blog-details__content-two {
    position: relative;
    display: block;
    margin-top: 3.542vw;
}

.blog-details__content-two-img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    overflow: hidden;
}

.blog-details__content-two-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.blog-details__content-two-img:hover img {
    opacity: 0.70;
    transform: scale(1.1) rotate(1deg);
}

.blog-details__content-two-details {
    position: relative;
    display: block;
    margin-top: 1.302vw;
}

.blog-details__content-two-title {
    font-size: 1.563vw;
    line-height: 2.083vw;
    margin-bottom: 0.938vw;
}

.blog-details__content-two-text-1 {
    margin: 0;
}

.blog-details__content-two-text-2 {
    margin: 0;
    padding-top: 2.083vw;
}

.blog-details__content-two-points {
    position: relative;
    display: block;
    margin-top: 2.031vw;
}

.blog-details__content-two-points li {
    position: relative;
    display: block;
    padding-left: 1.250vw;
}

.blog-details__content-two-points li:before {
    position: absolute;
    top: 0.521vw;
    left: 0;
    height: 0.521vw;
    width: 0.521vw;
    background-color: var(--thm-base);
    border-radius: 50%;
    content: "";
}

.blog-details__content-two-points li+li {
    margin-top: 0.781vw;
}

.blog-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.563vw 0 1.563vw;
    margin-top: 2.656vw;
    border-top: 0.052vw solid #dddddd;
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: var(--thm-black);
    font-size: 1.042vw;
    margin-right: 0.833vw;
    font-weight: 700;
}

.blog-details__tags a {
    position: relative;
    color: #ffffff;
    font-size: 0.625vw;
    background-color: var(--thm-base);
    display: inline-block;
    padding: 0.365vw 1.042vw;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    border-radius: var(--thm-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__tags a:hover {
    background-color: var(--thm-black);
    color: #ffffff;
}

.blog-details__tags a+a {
    margin-left: 0.313vw;
}

.blog-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: var(--thm-base);
    border-radius: 5%;
    font-size: 0.781vw;
    height: 1.823vw;
    width: 1.823vw;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-details__social-list a:hover {
    color: #ffffff;
    transform: rotate(360deg);
    background-color: var(--thm-black);
}

.blog-details__social-list a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-black);
    border-radius: 5%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.blog-details__social-list a+a {
    margin-left: 0.521vw;
}

.blog-details__social-list a:hover:before {
    transform: scaleX(1);
}

.author-one {
    background-color: #f1f5f9;
    padding: 3.125vw 3.125vw 3.125vw;
    display: -webkit-box;
    display: flex;
    margin-bottom: 2.760vw;
    border-radius: var(--thm-bdr-radius);
}

.author-one__image {
    position: relative;
    display: inline-block;
}

.author-one__image img {
    width: auto;
    border-radius: var(--Washup-bdr-radius);
}

.author-one__content {
    margin-left: 2.083vw;
    margin-top: -0.417vw;
}

.author-one__content h3 {
    font-size: 1.250vw;
    line-height: 1.771vw;
    font-weight: 700;
    margin-bottom: 0.781vw
}

.author-one__content p {
    margin: 0;
}


/***
=====================================================
    Comments
=====================================================
***/
.comment-one {
    position: relative;
    display: block;
}

.comment-one__title,
.comment-form__title {
    margin: 0;
    font-size: 1.563vw;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2.708vw;
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 0.052vw solid #dddddd;
    padding-bottom: 2.760vw;
    margin-bottom: 3.125vw;
}

.comment-one__content {
    position: relative;
    margin-left: 2.240vw;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 1.042vw;
    margin-bottom: 1.406vw;
    font-weight: 700;
}

.comment-one__content p {
    margin: 0;
    margin-bottom: 0.781vw;
}

.comment-one__content span {
    color: var(--thm-base);
    font-weight: 500;
}

.comment-one__btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 0.625vw;
    padding: 0.260vw 1.563vw;
    background: var(--thm-base);
    border-radius: var(--thm-bdr-radius);
    text-transform: uppercase;
}

.comment-one__btn:hover {
    color: #ffffff;
    background: var(--thm-black);
}

.comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
}

.comment-one__image img {
    border-radius: 50%;
}

.comment-form {
    position: relative;
    display: block;
}

.comment-form .comment-form__title {
    margin-top: -0.417vw;
}

.comment-one__form {
    position: relative;
    display: block;
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 1.563vw;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    position: relative;
    display: block;
    background: transparent;
    width: 100%;
    height: 3.385vw;
    border: 0.104vw solid #dddddd;
    color: var(--thm-gray);
    font-size: 0.885vw;
    font-weight: 400;
    font-style: normal;
    padding-left: 1.563vw;
    padding-right: 1.042vw;
    border-radius: var(--thm-bdr-radius);
    transition: all 500ms ease;
    font-family: var(--thm-font);
    outline: none;
}

.comment-form__input-box textarea {
    width: 100%;
    height: 7.813vw;
    background-color: transparent;
    border: 0.104vw solid #dddddd;
    outline: none;
    font-size: 0.885vw;
    color: var(--thm-gray);
    border-radius: var(--thm-bdr-radius);
    padding: 1.146vw 1.563vw 1.563vw;
}

.comment-form__textarea {
    height: 7.813vw;
}

.comment-form__btn {
    border: none;
}


/***
=====================================================
    Sidebar
=====================================================
***/
.sidebar {
    position: relative;
    display: block;
}

.sidebar__single+.sidebar__single {
    margin-top: 1.563vw;
}

.sidebar__title {
    margin: 0;
    font-size: 1.302vw;
    margin-bottom: 1.458vw;
    font-weight: 700;
}

.sidebar__search {
    position: relative;
    display: block;
    background-color: rgba(var(--thm-base-rgb), .03);
    padding: 2.083vw;
    border-radius: var(--thm-bdr-radius);
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 0.833vw;
    font-weight: 500;
    padding-left: 1.042vw;
    height: 3.125vw;
    width: 100%;
    padding-right: 3.125vw;
    border-radius: var(--thm-bdr-radius);
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--Washup-white);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: #ffffff;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: #ffffff;
}

.sidebar__search-form button[type="submit"] {
    background-color: #ffffff;
    color: var(--thm-base);
    font-size: 0.938vw;
    position: absolute;
    top: 0.260vw;
    right: 0;
    bottom: 0.260vw;
    width: 2.604vw;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-top-left-radius: 0.260vw;
    border-bottom-left-radius: 0.260vw;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__search-form:hover button[type="submit"] {
    background-color: var(--thm-black);
    color: #ffffff;
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: rgba(var(--thm-base-rgb), .03);
    padding: 1.823vw 2.083vw 2.083vw;
    border-radius: var(--thm-bdr-radius);
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 1.042vw;
}

.sidebar__category-list li a {
    position: relative;
    color: var(--thm-black);
    font-size: 0.833vw;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    padding: 0.859vw 1.042vw;
    border-radius: var(--thm-bdr-radius);
    background-color: #ffffff;
    z-index: 1;
}

.sidebar__category-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--thm-base);
    border-radius: var(--thm-bdr-radius);
    z-index: -1;
    transform: scaleY(0.0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar__category-list li a:hover:before {
    transform: scaleY(1.0);
}

.sidebar__category-list li a:hover {
    color: #ffffff;
}

.sidebar__category-list li.active a {
    background-color: var(--thm-base);
    color: #ffffff;
}

.sidebar__category-list li a span {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.125vw;
    right: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #ffffff;
    background-color: var(--thm-base);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.833vw;
    border-top-right-radius: 0.260vw;
    border-bottom-right-radius: 0.260vw;
    font-weight: 500;
    z-index: 1;
}

.sidebar__category-list li a span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 0.208vw;
    z-index: -1;
    transform: scaleY(0.0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar__category-list li a:hover span::before {
    transform: scaleY(1.0);
}

.sidebar__category-list li a:hover span {
    color: var(--thm-base);
}

.sidebar__category-list li.active a span {
    background-color: #ffffff;
    color: var(--thm-base);
    border-radius: 0.208vw;
}


.sidebar__post {
    position: relative;
    display: block;
    padding: 1.823vw 2.083vw 1.667vw;
    background-color: rgba(var(--thm-base-rgb), .03);
    border-radius: var(--thm-bdr-radius);
}

.sidebar__post-box {
    position: relative;
    display: block;
}

.sidebar__post-single {
    position: relative;
    display: block;
}

.sidebar__post-single+.sidebar__post-single {
    margin-top: 1.146vw;
}

.sidebar-post__img {
    position: relative;
    display: block;
    background: var(--thm-black);
    border-radius: var(--thm-bdr-radius);
    overflow: hidden;
}

.sidebar-post__img::before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0;
    height: 100%;
    background-color: rgba(var(--thm-base-rgb), .80);
    border-radius: 0%;
    -webkit-transform: translateX(90%, 90%);
    transform: translateX(90%, 90%);
    opacity: 0.70;
    z-index: 1;
}

.sidebar__post-single:hover .sidebar-post__img::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
    opacity: 1.0;
}

.sidebar-post__img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.sidebar__post-single:hover .sidebar-post__img img {
    opacity: 0.70;
    transform: scale(1.1) rotate(1deg);
}

.sidebar__post-content-box {
    margin-top: 0.938vw;
}

.sidebar__post-content-box h3 {
    font-size: 1.042vw;
    line-height: 1.563vw;
}

.sidebar__post-content-box h3 a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-single:hover .sidebar__post-content-box h3 a {
    color: var(--thm-base);
}

.sidebar__support {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    text-align: center;
    border-radius: var(--thm-bdr-radius);
    padding: 4.010vw 2.083vw 4.688vw;
    z-index: 1;
}

.sidebar__support-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: var(--thm-bdr-radius);
    mix-blend-mode: luminosity;
    opacity: .1;
    z-index: -1;
}

.sidebar__suppot-title {
    font-size: 2.604vw;
    color: #ffffff;
    font-weight: 500;
    line-height: 3.125vw;
}

.sidebar__suppot-text {
    color: #ffffff;
    margin: 0;
    padding-top: 1.042vw;
    padding-bottom: 1.719vw;
}

.sidebar__support-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar__support-btn-box button.sidebar__support-btn.thm-btn {
    border: 0;
    background-color: #ffffff;
}

.sidebar__support-btn-box button.sidebar__support-btn.thm-btn span {
    color: var(--thm-base);
}

.sidebar__support-btn-box button.sidebar__support-btn.thm-btn .liquid {
    background: #ffffff;
}

.sidebar__support-btn-box button.sidebar__support-btn.thm-btn .liquid::before {
    background: rgba(var(--thm-base-rgb), 0.4);
}

.sidebar__support-btn-box button.sidebar__support-btn.thm-btn .liquid::after {
    background: rgba(var(--thm-base-rgb), 0.1);
}

.sidebar__tags {
    position: relative;
    display: block;
    background-color: rgba(var(--thm-base-rgb), .03);
    padding: 1.823vw 1.823vw 2.083vw;
    border-radius: var(--thm-bdr-radius);
}

.sidebar__tags-list {
    margin-top: -0.521vw;
}

.sidebar__tags-list a {
    font-size: 0.625vw;
    color: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--thm-base);
    display: inline-block;
    padding: 0.260vw 1.042vw;
    margin-left: 0.260vw;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-radius: var(--thm-bdr-radius);
}

.sidebar__tags-list a+a {
    margin-left: 0.260vw;
    margin-top: 0.521vw;
}

.sidebar__tags-list a:hover {
    color: #ffffff;
    background: var(--thm-black);
}

/***
=====================================================
    Error Page
=====================================================
***/
.error-page {
    position: relative;
    display: block;
    padding: 4.271vw 0.000vw 6.250vw;
    background: #ffffff;
}

.error-page__wrapper {
    position: relative;
    display: block;
}

.error-page__content {
    position: relative;
    display: block;
    margin-top: 1.042vw;
}

.error-page__content h2 {
    color: transparent;
    -webkit-text-stroke: 0.208vw var(--thm-black);
    font-size: 10.417vw;
    line-height: 0.9em;
    font-weight: 700;
    margin-bottom: 0.781vw;
}

.error-page__content h3 {
    font-size: 3.125vw;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 1.302vw;
}

.error-page__content p {
    font-weight: 500;
    margin: 0.000vw;
}

.error-page__content .btn-box {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 2.135vw;
}


/***
=============================================
    Contact Box Css
=============================================
***/
.contact-box {
    position: relative;
    display: block;
    padding: 6.250vw 0.000vw 4.688vw;
}

.contact-box__single {
    position: relative;
    display: block;
    margin-bottom: 1.563vw;
}

.contact-box__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 4.688vw;
    height: 4.688vw;
    margin-left: auto;
    margin-right: auto;
    line-height: 4.688vw;
    color: #ffffff;
    font-size: 2.083vw;
    text-align: center;
    z-index: 1;
}

.contact-box__single-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    box-shadow: 0.260vw 0.156vw 0.104vw 0.000vw rgb(0 0 0 / 3%);
    transform: rotate(45deg);
    content: "";
    z-index: -1;
    transition: 0.2s;
}

.contact-box__single-text {
    position: relative;
    display: block;
    border-radius: 0.260vw;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.000vw 0.000vw 1.563vw 0.000vw rgb(234, 234, 234, 0.7);
    padding: 4.948vw 0.000vw 2.083vw;
    margin-top: -2.344vw;
}

.contact-box__single-text h2 {
    font-size: 1.250vw;
    line-height: 1.771vw;
    font-weight: 700;
    margin-bottom: 0.417vw;
}

.contact-box__single-text h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-box__single-text h2 a:hover {
    color: var(--thm-base);
}

.contact-box__single-text p {
    margin: 0;
}

.contact-box__single-text p a {
    color: var(--thm-gray);
}

.contact-box__single-text p a:hover {
    color: var(--thm-base);
}



/***
=============================================
    Contact Page
=============================================
***/

.contact-page-form {
    position: relative;
    display: block;
    padding: 3.333vw 0;
    background: #f5f5f5;
}


.contact-page-form__inner {
    position: relative;
    display: block;
    padding: 3.385vw 5.104vw 2.083vw;
    background: #ffffff;
    box-shadow: 0.000vw 0.000vw 1.563vw 0.000vw rgb(234, 234, 234, 0.7);
    z-index: 5;
}
.contact-page-tips{
    margin-bottom: 2.188vw;
}
.contact-page-tips span{
    display: inline-block;
    font-size: 0.938vw;
    font-weight: 500;
    color: #333333;
    line-height: 1.875vw;
}

.contact-page-form__form {
    position: relative;
    display: block;
}
.contact-page-form__input-box{
    min-height: 4.479vw;
}
.contact-page-form__input-box input[type="text"],
.contact-page-form__input-box input[type="email"],
.contact-page-form__input-box select{
    width: 29.167vw;
    height: 2.917vw;
    background: #F6F6F6;
    font-size: 0.833vw;
    font-weight: 500;
    color: #333333;
    border: 0.104vw solid transparent;
    padding: 0 2.083vw;
    border-radius: var(--thm-bdr-radius);
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-page-form__input-box textarea {
    width: 60.938vw;
    height: 11.198vw;
    background: #F6F6F6;
    font-size: 0.833vw;
    font-weight: 500;
    color: #333333;
    border: 0.104vw solid transparent;
    padding: 1.563vw 2.083vw 1.563vw;
    border-radius: var(--thm-bdr-radius);
    margin-bottom: 1.042vw;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-page-form__input-box input[type="text"]:focus {
    color: #2e2e36;
    border-color: var(--thm-base);
    background: #ffffff;
}

.contact-page-form__input-box input[type="email"]:focus {
    color: #2e2e36;
    border-color: var(--thm-base);
    background: #ffffff;
}

.contact-page-form__input-box textarea:focus {
    color: #2e2e36;
    border-color: var(--thm-base);
    background-color: #ffffff;
}

.contact-page-form__input-box input[type="text"]::-webkit-input-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="text"]:-moz-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="text"]::-moz-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="text"]:-ms-input-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="email"]::-webkit-input-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="email"]:-moz-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="email"]::-moz-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="email"]:-ms-input-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box textarea::-webkit-input-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box textarea:-moz-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box textarea::-moz-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box textarea:-ms-input-placeholder {
    color: #2e2e36;
}
.contact-page-form__input-box .error{
    font-size: 0.729vw;
    color: red;
}
.modal-body label.error{
    font-size: 0.729vw;
    color: red;
    padding-left: 2.500vw
}
.contact-page-form__btn {
    position: relative;
    display: block;
}

.contact-page-form__btn button {
    position: relative;
    display: block;
    width: 7.396vw;
    line-height: 2.396vw;
    text-align: center;
    background: #0A3469;
    font-size: 0.833vw;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
}

.sendnodebtn{
    margin-top: 1.563vw;
    width:7.396vw;
    height: 2.396vw;
    font-size: 0.833vw;
    background-size: contain;
    background-image: url(../images/contact/sendnotebtn.png);
}
.uploadfilebtn{
    display: inline-block;
    margin-left: 0.521vw;
    border: none;
    width: 7.396vw;
    height: 2.396vw;
    background-size: contain;
    background-image: url(../images/contact/uplodfile.png);
}
/***
=============================================
    Google Map
=============================================
***/
.contact-page-google-map {
    position: relative;
    display: block;
    z-index: 1;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 29.167vw;
    width: 100%;
}

/***
=============================================
    Testimonial Two Testimonial
=============================================
***/
.testimonial-two--testimonial {
    position: relative;
    display: block;
}

.testimonial-two--testimonial.testimonial-two .shape1 {
    top: -0.260vw;
}


/***
=============================================
    Cta One
=============================================
***/
.cta-one {
    position: relative;
    display: block;
    padding: 5.365vw 0.000vw 5.208vw;
    z-index: 1;
}

.cta-one .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    z-index: -1;
}

.cta-one .image-layer::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 74, 148);
    background: linear-gradient(90deg, rgba(var(--thm-base-rgb), 1) 0%, rgba(var(--thm-base-rgb), 1) 0%, rgba(var(--thm-base-rgb), 0.9528186274509804) 10%, rgba(var(--thm-base-rgb), 0.6026785714285714) 50%, rgba(var(--thm-base-rgb), 0.9500175070028011) 90%, rgba(var(--thm-base-rgb), 1) 100%);
    content: "";
    z-index: -2;
}

.cta-one__inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    z-index: 100;
}

.cta-one__inner .title {
    position: relative;
    display: block;
    z-index: 1;
}

.cta-one__inner .title h2 {
    color: #ffffff;
    font-size: 1.563vw;
    line-height: 2.083vw;
    font-weight: 700;
}

.cta-one__inner .title .number {
    position: relative;
    display: block;
    margin-top: 0.417vw;
}

.cta-one__inner .title .number p {
    color: #ffffff;
    font-size: 1.302vw;
    line-height: 1.823vw;
    font-weight: 500;
}

.cta-one__inner .title .number p a {
    color: #ffffff;
}

.cta-one__inner .button-box {
    position: relative;
    display: block;
    line-height: 0;
}

.cta-one__inner .button-box .thm-btn span {
    color: var(--thm-base);
}

.cta-one__inner .button-box .thm-btn .liquid {
    background: #ffffff;
}

.cta-one__inner .button-box .thm-btn .liquid::before {
    background: rgba(var(--thm-base-rgb), 0.4);
}

.cta-one__inner .button-box .thm-btn .liquid::after {
    background: rgba(var(--thm-base-rgb), 0.1);
}

.cta-one__inner .button-box a {
    color: var(--thm-base);
    background-color: #ffffff;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
}

.cta-one__inner .button-box a:hover {
    color: #ffffff;
}

/***
=============================================
    Gallery Page
=============================================
***/
.gallery-page {
    position: relative;
    display: block;
    padding: 6.250vw 0 4.688vw;
}

.gallery-page__top {
    position: relative;
    display: block;
}

.gallery-page__menu-box {
    position: relative;
    display: block;
    padding-bottom: 3.125vw;
}


.project-filter {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.project-filter li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 0.417vw;
}

.project-filter li .filter-text {
    position: relative;
    display: block;
    padding: 0.521vw 1.042vw 0.521vw;
    color: var(--thm-black);
    font-size: 0.833vw;
    font-weight: 600;
    line-height: 1.354vw;
    text-transform: capitalize;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;
    box-shadow: 0.000vw 0.000vw 2.083vw 0.000vw rgba(0, 0, 0, 0.15);
    font-family: var(--thm-font-2);
    z-index: 1;
}

.project-filter li .filter-text:before {
    position: absolute;
    top: 0.000vw;
    left: 0.000vw;
    bottom: 0.000vw;
    right: 0.000vw;
    content: "";
    background: var(--thm-base);
    border-radius: 0.000vw;
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.project-filter li:hover .filter-text:before,
.project-filter li.active .filter-text:before {
    transform: scaleX(1.0);
}

.project-filter li:hover .filter-text,
.project-filter li.active .filter-text {
    color: #ffffff;
}

.project-filter li .count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.083vw;
    height: 2.083vw;
    text-align: center;
    top: -2.083vw;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 0.729vw;
    font-weight: 700;
    font-family: var(--thm-font-2);
    padding-bottom: 0.521vw;
    margin: 0 auto;
    transform: perspective(20.833vw) translateY(2.083vw) scaleY(1.0);
    transform-origin: bottom;
    transition-delay: .01s;
    transition-timing-function: ease-in-out;
    transition-duration: .6s;
    transition-property: all;
    opacity: 0;
    z-index: -1;
}

.project-filter li:hover .count,
.project-filter li.active .count {
    opacity: 1.0;
    transform: perspective(20.833vw) translateY(1.042vw) scaleY(1.0);
    transition-delay: .2s;
}

.project-filter li .count::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    transform: rotate(45deg);
    content: "";
    z-index: -1;
}

.gallery-page__single {
    position: relative;
    display: block;
    margin-bottom: 1.563vw;
}

.gallery-page__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.gallery-page__single-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgba(var(--thm-base-rgb), 0.8);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.gallery-page__single:hover .gallery-page__single-img:before {
    opacity: 0.80;
    transform: scaleY(1.0);
}

.gallery-page__single-img:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgba(var(--thm-base-rgb), 0.8);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.gallery-page__single:hover .gallery-page__single-img:after {
    opacity: 0.80;
    transform: scaleY(1.0);
}

.gallery-page__single-img img {
    width: 100%;
    transform: scale(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.gallery-page__single:hover .gallery-page__single-img img {
    transform: scale(1.2) rotate(1deg);
}

.gallery-page__single-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(0);
    transition: all 500ms ease 800ms;
    z-index: 10;
}

.gallery-page__single:hover .gallery-page__single-icon {
    opacity: 1;
    transform: scale(1.0);
}

.gallery-page__single-icon a {
    position: relative;
    display: inline-block;
    width: 3.646vw;
    height: 3.646vw;
    background: var(--thm-black);
    color: #ffffff;
    font-size: 1.563vw;
    line-height: 3.646vw;
    text-align: center;
    border-radius: 50%;
}

.gallery-page__single-icon a:hover {
    background: var(--thm-base);
}

.gallery-page__single-icon a span::before {
    position: relative;
    display: inline-block;
    line-height: 3.646vw;
}


/***
=============================================
    Cta One Gallery
=============================================
***/
.cta-one--gallery {
    position: relative;
    display: block;
    z-index: 1;
}

.cta-one--gallery::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .25);
    width: 100%;
    height: 0.052vw;
    content: "";
    z-index: 1;
}


/***
=============================================
    Projects Details
=============================================
***/
.gallery-details {
    position: relative;
    display: block;
    padding: 6.250vw 0.000vw 6.250vw;
    background: #ffffff;
}

.gallery-details__wrapper {
    position: relative;
    display: block;
}

.gallery-details__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-bdr-radius);
}

.gallery-details__information {
    position: relative;
    display: block;
    background: #f1f5f9;
    padding: 2.760vw 1.042vw 2.708vw;
    border-radius: var(--thm-bdr-radius);
    margin-top: -1.563vw;
    margin-left: 1.563vw;
    margin-right: 1.563vw;
}

.gallery-details__information ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery-details__information ul li {
    position: relative;
    display: block;
    text-align: center;
    width: 20%;
}

.gallery-details__information ul li h5 {
    font-size: 0.833vw;
    line-height: 1.354vw;
    font-weight: 500;
    font-family: var(--thm-font);
}

.gallery-details__information ul li p {
    font-size: 0.833vw;
    line-height: 1.354vw;
    font-weight: 500;
}

.gallery-details__information ul li p a {
    color: var(--thm-color-1);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.gallery-details__information ul li p a:hover {
    color: var(--thm-base);
}

.gallery-details__text-box1 {
    position: relative;
    display: block;
    margin-top: 2.344vw;
}

.gallery-details__text-box1 h2 {
    font-size: 2.083vw;
    line-height: 2.604vw;
    font-weight: 700;
}

.gallery-details__text-box1 .text1 {
    margin-bottom: 1.719vw;
    margin-top: 1.927vw;
}

.gallery-details__text-box2 {
    position: relative;
    display: block;
    margin-top: 2.188vw;
}

.gallery-details__text-box2 h2 {
    font-size: 2.083vw;
    line-height: 2.604vw;
    margin-bottom: 2.031vw;
}

.gallery-details__text-box2 .text1 {
    position: relative;
}

.gallery-details__text-box2-list {
    position: relative;
    display: block;
    margin-top: 1.927vw;
}

.gallery-details__text-box2-list ul {
    position: relative;
    display: block;
}

.gallery-details__text-box2-list ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.469vw;
}

.gallery-details__text-box2-list ul li:last-child {
    margin-bottom: 0;
}

.gallery-details__text-box2-list ul li .icon {
    position: relative;
    display: block;
}

.gallery-details__text-box2-list ul li .icon i::before {
    position: relative;
    display: inline-block;
    top: 0.156vw;
    color: var(--thm-base);
    font-size: 1.198vw;
}

.gallery-details__text-box2-list ul li .text {
    position: relative;
    display: block;
    padding-left: 1.042vw;
}

.gallery-details__text-box2-list ul li .text p {
    color: var(--thm-primary);
    font-size: 0.938vw;
    font-weight: 500;
}

.gallery-details__text-box2 .text2 {
    margin-top: 1.719vw;
}

.gallery-details__pagination {
    position: relative;
    display: block;
    border-top: 0.052vw solid #eceae0;
    border-bottom: 0.052vw solid #eceae0;
    padding-top: 1.510vw;
    padding-bottom: 1.510vw;
    margin-top: 5.677vw;
}

.gallery-details__pagination ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gallery-details__pagination ul li {
    position: relative;
    display: block;
}

.gallery-details__pagination ul li .previous {
    position: relative;
    display: block;
}

.gallery-details__pagination ul li .previous p {
    color: var(--thm-primary);
    font-weight: 700;
}

.gallery-details__pagination ul li .previous p a {
    position: relative;
    color: #ffffff;
    background: var(--thm-base);
    padding: 0.521vw 1.042vw 0.521vw;
    border-radius: var(--thm-bdr-radius);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.gallery-details__pagination ul li .previous p a span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 0.781vw;
    line-height: 1.771vw;
    padding-right: 0.365vw;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.gallery-details__pagination ul li .next {
    position: relative;
    display: block;
}

.gallery-details__pagination ul li .next p {
    color: var(--thm-primary);
    font-weight: 700;
}

.gallery-details__pagination ul li .next p a {
    position: relative;
    color: #ffffff;
    background: var(--thm-base);
    padding: 0.521vw 1.042vw 0.521vw;
    border-radius: var(--thm-bdr-radius);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.gallery-details__pagination ul li .next p a span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 0.781vw;
    line-height: 1.771vw;
    padding-left: 0.365vw;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



/***
=============================================
    Blog Standard
=============================================
***/
.blog-standard {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 6.250vw 0.000vw 6.250vw;
}

.blog-standard__left {
    position: relative;
    display: block;
}

.blog-standard__single {
    position: relative;
    display: block;
    margin-bottom: 1.563vw;
}

.blog-standard__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-standard__single-img::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.70;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4234068627450981) 40%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    content: "";
    z-index: 1;
}

.blog-standard__single-img img {
    width: 100%;
    filter: grayscale(0.4) opacity(1.0);
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.blog-standard__single:hover .blog-standard__single-img img {
    transform: scale(1.1) rotate(1deg);
}

.blog-standard__date {
    position: absolute;
    left: 0.521vw;
    bottom: 0.521vw;
    background-color: #ffffff;
    text-align: center;
    padding: 0.781vw 1.042vw;
    z-index: 1;
}

.blog-standard__date::before {
    content: "";
    position: absolute;
    top: 0.000vw;
    right: -0.781vw;
    z-index: -1;
    border-bottom: 1.042vw solid rgba(255, 255, 255, .8);
    border-right: 0.781vw solid transparent;
}

.blog-standard__date p {
    font-size: 0.781vw;
    color: var(--thm-base);
    margin: 0;
    line-height: 1.042vw;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-standard__single-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 1.302vw 0.000vw 1.615vw;
}

.blog-standard__single-content .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 0.313vw;
}

.blog-standard__single-content .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 1.250vw;
    margin-right: 1.042vw;
}

.blog-standard__single-content .meta-info li:last-child {
    margin-right: 0.000vw;
}

.blog-standard__single-content .meta-info li span:before {
    position: relative;
    display: inline-block;
    padding-right: 0.313vw;
    font-size: 0.729vw;
    top: 0.052vw;
    left: 0.052vw;
}

.blog-standard__single-content .meta-info li a {
    color: #84827c;
    font-size: 0.729vw;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.blog-standard__single-content h2 {
    font-size: 1.563vw;
    line-height: 2.083vw;
    font-weight: 700;
    margin-bottom: 0.625vw;
}

.blog-standard__single-content h2 a {
    color: var(--thm-black);
}

.blog-standard__single-content h2 a:hover {
    color: var(--thm-base);
}

.blog-standard__single-content p {
    margin: 0;
}

.blog-standard__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 1.510vw;
}

.blog-standard__single-content .btn-box a {
    position: relative;
    color: #ffffff;
    font-size: 0.885vw;
    line-height: 1.510vw;
    font-weight: 500;
    background: var(--thm-base);
    padding: 0.521vw 1.042vw 0.521vw;
    border-radius: var(--thm-bdr-radius);
    font-family: var(--thm-font);
}

.blog-standard__single-content .btn-box a span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 0.781vw;
    line-height: 0.781vw;
    font-weight: 700;
    top: 0.104vw;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-standard__video-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
}

.blog-standard__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.052vw;
    height: 5.052vw;
    line-height: 5.052vw;
    text-align: center;
    font-size: 1.198vw;
    color: var(--thm-base);
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog-standard__video-icon:hover {
    background-color: var(--thm-base);
    color: #ffffff;
}

.blog-standard__video-icon:before {
    position: absolute;
    top: -0.781vw;
    left: -0.781vw;
    right: -0.781vw;
    bottom: -0.781vw;
    content: "";
    border-radius: 50%;
    border: 0.052vw solid #ffffff;
    opacity: 0.1;
    z-index: 1;
}

.blog-standard__video-link .ripple,
.blog-standard__video-icon .ripple:before,
.blog-standard__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.510vw;
    height: 6.510vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.blog-standard__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.blog-standard__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.blog-standard__left .styled-pagination {
    position: relative;
    display: block;
    margin-top: 0.104vw;
}

.blog-standard__left .styled-pagination li a {
    color: #ffffff;
    background: var(--thm-base);
}

.blog-standard__left .styled-pagination li a:hover {
    background: var(--thm-black);
}

.blog-standard__left .styled-pagination li a span::before {
    color: #ffffff;
}

/***
=============================================
    Blog One Blog Grid
=============================================
***/
.blog-one--blog--grid {
    position: relative;
    display: block;
}

.blog-one--blog--grid .blog-one__content {
    position: relative;
    display: block;
    margin-top: -1.563vw;
    margin-left: 1.042vw;
    margin-right: 1.042vw;
    padding: 1.302vw 1.563vw 1.198vw;
    z-index: 5;
}

.blog-one--blog--grid .blog-one__content h2 {
    font-size: 1.042vw;
    line-height: 1.563vw;
}

.blog-one--blog--grid .blog-one__content .btn-box a {
    background: var(--thm-base);
    color: #ffffff;
}

.blog-one--blog--grid .blog-one__content .btn-box a span::before {
    color: #ffffff;
}

.blog-one--blog--grid .blog-one__content-bg {
    position: absolute;
    top: -0.521vw;
    left: 0.521vw;
    right: 0.521vw;
    height: 0.521vw;
    background-color: #ffffff;
    opacity: .80;
}

.blog-one--blog--grid .blog-one__single-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.blog-one--blog--grid .blog-one__single:hover .blog-one__single-img img {
    transform: scale(1.1) rotate(1deg);
    filter: grayscale(1.0) opacity(1.0);
}

.blog-one--blog--grid .blog-one__single-img::before {
    background: rgba(var(--thm-base-rgb), 0.25);

}




/***
=============================================
    Blog List Page
=============================================
***/
.blog-list-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 6.250vw 0.000vw 6.250vw;
}

.blog-list__left {
    position: relative;
    display: block;
}

.blog-list__single {
    position: relative;
    display: block;
    margin-bottom: 1.563vw;
}

.blog-list__single .row {
    margin-left: 0.000vw;
    margin-right: 0.000vw;
}

.blog-list__single .row [class*=col-] {
    padding-left: 0.000vw;
    padding-right: 0.000vw;
}

.blog-list__single-img {
    position: relative;
    display: block;
    background: var(--thm-black);
    overflow: hidden;
}

.blog-list__single-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.blog-list__single:hover .blog-list__single-img img {
    opacity: 0.70;
    transform: scale(1.1) rotate(1deg);
}

.blog-list__single-content {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0.000vw 0.000vw 0.365vw 0.000vw rgb(0, 0, 0, 0.07);
    padding: 1.875vw 1.563vw 1.719vw;
}

.blog-list__single-content .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 0.313vw;
}

.blog-list__single-content .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 1.250vw;
    margin-right: 1.042vw;
}

.blog-list__single-content .meta-info li:last-child {
    margin-right: 0.000vw;
}

.blog-list__single-content .meta-info li span:before {
    position: relative;
    display: inline-block;
    padding-right: 0.313vw;
    font-size: 0.729vw;
    top: 0.052vw;
    left: 0.052vw;
}

.blog-list__single-content .meta-info li a {
    color: #84827c;
    font-size: 0.729vw;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-list__single-content h2 {
    font-size: 1.250vw;
    line-height: 1.771vw;
    font-weight: 700;
    margin-bottom: 0.469vw;
}

.blog-list__single-content h2 a {
    color: var(--thm-base);
}

.blog-list__single-content h2 a:hover {
    color: var(--thm-black);
}

.blog-list__single-content p {
    margin: 0;
}

.blog-list__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 0.938vw;
}

.blog-list__single-content .btn-box a {
    color: var(--thm-gray);
    font-size: 0.885vw;
    line-height: 1.510vw;
    font-weight: 500;
    letter-spacing: 0.015em;
    font-family: var(--thm-font);
}

.blog-list__single-content .btn-box a:hover {
    color: var(--thm-base);
}

.blog-list__single-content .btn-box a span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 0.781vw;
    line-height: 0.781vw;
    font-weight: 700;
    top: 0.104vw;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-list__single-content .btn-box a:hover span::before {
    color: var(--thm-base);
}


.blog-list__left .styled-pagination {
    position: relative;
    display: block;
    margin-top: 0.521vw;
}

.blog-list__left .styled-pagination li a {
    color: #ffffff;
    background: var(--thm-base);
}

.blog-list__left .styled-pagination li a:hover {
    background: var(--thm-black);
}

.blog-list__left .styled-pagination li a span::before {
    color: #ffffff;
}

/***
=============================================
    Client Page
=============================================
***/
.client-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 6.250vw 0.000vw 4.688vw;
}


.client-page__single {
    position: relative;
    display: block;
    max-width: 14.063vw;
    width: 100%;
    margin: 0 auto 1.563vw;
    -webkit-box-shadow: 0.000vw 0.156vw 0.313vw 0.104vw #ececec;
    box-shadow: 0.000vw 0.156vw 0.313vw 0.104vw #ececec;
    transition: all 700ms ease 100ms;
    z-index: 1;
}

.client-page__single:hover {
    box-shadow: none;
}

.client-page__single::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
    z-index: -1;
    content: "";
}

.client-page__single:hover:before {
    transform: scaleY(1);
}

.client-page__single::after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0.156vw;
    background: var(--thm-base);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
    z-index: -1;
    content: "";
}

.client-page__single:hover::after {
    transform: scaleY(1);
}

.client-page__single a {
    position: relative;
    display: inline-block;
    padding: 1.823vw 0.000vw 1.823vw;
}

.client-page__single a img {
    opacity: .5;
    transition: all 0.2s ease-in-out 0.1s;
}

.client-page__single:hover a img {
    opacity: 1.0;
    transition: all 0.3s ease-in-out 0.1s;
}

/***
=============================================
    About Detail css
=============================================
***/
.about-detail{

}
.about-detail-company{
    background-color: #f5f5f5;
    padding-top: 3.750vw;
}
.about-detail-company__content-inner{
    margin-bottom: 3.802vw;
}
.about-detail-company__content-text{
    font-size: 0.833vw;
    font-weight: 400;
    color: #333333;
}
.honor-list-page{
    background-color: #f5f5f5;
    padding: 3.750vw 0;
}
.honor-list-page .honor-list__single{
    width: 16.667vw;
    height: 11.979vw;
    cursor: pointer;
}
.honor-list-page .honor-list__single img{
    width: 100%;
    height: 100%;
}
.honor-list__content{
    width: 16.667vw;
    height: 3.906vw;
    background-color: #ffffff;
}
.honor-list-page .honor-list-item{
    width: 17.708vw;
    height: 15.625vw;
    margin-bottom: 1.823vw;
}

.contact-detail{
    background-color: #f5f5f5;
    padding: 4.167vw 0 5.208vw;
}
.contact-type{
    display: flex;
    height: 6.719vw;
    justify-content: space-between;
    margin:3.021vw 0 2.396vw;

}
.contact-type a{
    width: 34.688vw;
    line-height: 6.719vw;
    display: inline-block;
    background: #FFFFFF;
    font-size: 1.667vw;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.contact-info{
    display: flex;
    align-items: center;
    margin-bottom: 2.396vw;
}
.contact-info .logo{
    width: 17.917vw;
    height: 9.375vw;
    background: #FFFFFF;
}
.contact-info .logo img{
    width: 100%;
    height: 100%;
}
.contact-info .info{
    margin-left: 1.719vw;
    flex:1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.contact-info .info span{
    font-size: 0.833vw;
    font-weight: 400;
    color: #333333;
    line-height: 1.875vw;
}
.contact-info .info .qrcodetips{
    font-size: 0.833vw;
    font-weight: 400;
    color: #333333;
    line-height: 1.875vw;
    position:absolute;
    top: 0;
    right:0;
}
.contact-info .qrcode{
    display: flex;
    justify-content: space-between;
}
.contact-info .qrcode img{
    width: 9.010vw;
    height: 9.010vw;
}
.contact-info .qrcode img:first-child{
    margin-right: 2.344vw;
}
.contact-detail__inner .map{
    width: 100%;
    height: 27.083vw;
}

.join-detail{
    padding: 4.167vw 0 5.208vw;
    background-color: #f5f5f5;
}
.join-detail .container{
    background-color: #fff;
}
.join-detail .header{
    height: 3.750vw;
    padding: 0 2.969vw;
    display: flex;
    align-items: center;
}
.join-detail .header span{
    font-size: 0.938vw;
    font-weight: 500;
    color: #333333;
    line-height: 1.094vw;
    text-align: center;
}

.join-detail .list{
    width: 100%;
}
.join-detail .list .item{
    width: 100%;
    background: #FFFFFF;
    border-top: solid 0.052vw #f5f5f5;
    cursor: pointer;
}
.join-detail .list .list-item{
    padding: 0 2.969vw;
    height: 3.750vw;
    display: flex;
    align-items: center;
}
.join-detail .list .hide{
    display: none;
}
.join-detail .list .show{
    display: block;
}
.join-detail .list .choose{
    background: #0A3469;
    color: #ffffff;
    text-align: center;
}
.join-detail .list .list-content{
    padding: 1.563vw;
}
.join-detail .list .list-content p{
    font-size: 0.833vw;
    font-weight: 400;
    color: #333333;
    line-height: 0.990vw;
}

.news-list{
    padding: 3.646vw 0;
    background-color: #f5f5f5;
}
.news-list .firstnews{
    display: flex;
    height: 21.875vw;
    margin-bottom: 2.813vw;
}
.news-list .firstnews .img{
    width: 37.500vw;
    height: 21.875vw;
}
.news-list .firstnews .img img{
    width: 100%;
    height: 100%;
}
.news-content{
    flex: 1;
    padding: 2.188vw 2.604vw;
    background-color: #ffffff;
}
.news-content .newsdate{
    display: flex;
    margin-bottom: 1.875vw;
}
.news-content .newsdate .date{
    font-size: 2.917vw;
    font-family: DIN-Bold, DIN;
    font-weight: bold;
    color: #333333;
    line-height: 3.438vw;
    border-bottom: solid 0.156vw #0A3469;
}
.news-content .newsdate .year-month{
    margin-left: 0.938vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-content .newsdate .year-month span{
    font-size: 0.521vw;
    font-family: DIN-Medium, DIN;
    font-weight: 500;
    color: #333333;
    line-height: 0.729vw;
}
.news-content .title{
    font-size: 1.146vw;
    font-weight: 500;
    color: #000000;
    line-height: 1.354vw;
}
.news-content .content{
    height: 5.521vw;
    font-size: 0.833vw;
    font-weight: 400;
    color: #333333;
    line-height: 1.354vw;
    margin: 1.302vw 0 1.823vw;
}
.news-content .link{
    display: flex;
    justify-content: flex-end;
}
.news-content .link a{
    font-size: 0.729vw;
    font-weight: 400;
    color: #999999;
    line-height: 1.354vw;
}
.news-list__single{
    display: flex;
    background-color: #ffffff;
    border-bottom: solid 0.052vw #f5f5f5;
    padding: 2.708vw;
    height: 18.333vw;
    justify-content: space-between;
    align-items: center;
}
.news-list__single .content{
    flex: 1;
    padding: 1.875vw 0;
    margin-right: 3.542vw;
}
.news-list__single .content .title{
    font-size: 1.146vw;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    line-height: 1.354vw;
}
.news-list__single .content .subtitle{
    height: 8.594vw;
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.354vw;
    margin: 1.302vw 0 0.052vw;
    overflow: hidden;
}
.news-list__single .content .link{
    display: flex;
    justify-content: space-between;
}
.news-list__single .content .link .date{
    font-size: 0.729vw;
    font-weight: 400;
    color: #999999;
    line-height: 1.354vw;
}
.news-list__single .img{
    width: 20.573vw;
    height: 12.917vw;
}
.news-list__single .img img{
    width: 20.573vw;
    height: 12.917vw;
}


.softtrial-list{
    padding: 3.646vw 0;
    background-color: #f5f5f5;
}
.softtrial-content{
    flex: 1;
    padding: 2.188vw 2.604vw;
    background-color: #ffffff;
}
.softtrial-list__single{
    display: flex;
    background-color: #ffffff;
    border-bottom: solid 0.052vw #f5f5f5;
    height: 18.750vw;
    justify-content: space-between;
    align-items: center;
}
.softtrial-list__single .img{
    width: 37.240vw;
    height: 18.750vw;
}
.softtrial-list__single .img img{
    width: 100%;
    height: 100%;
}

.softtrial-list__single .content{
    flex: 1;
    height: 100%;
    padding: 3.698vw 0 1.667vw 1.875vw;
}
.softtrial-list__single .content .title{
    font-size: 1.667vw;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 1.979vw
}
.softtrial-list__single .content .subtitle{
    height: 4.583vw;
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.458vw;
    margin: 1.615vw 0 2.292vw;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.softtrial-list__single .content .link a{
    display: inline-block;
    width: 7.396vw;
    height: 2.396vw;
    background: #0A3469;
    text-align: center;
    line-height: 2.396vw;
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.history-path{
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.354vw;
    padding: 0.781vw 0 0.781vw;
    background-color: #f5f5f5;
}
.news-detail{
    background-color: #f5f5f5;
    padding-bottom: 4.167vw;
}
.news-detail .container{
    background-color: #ffffff;
    padding: 2.292vw 5.729vw 2.083vw;
}
.news-detail .header{
    height: 8.073vw;
    border-bottom: solid 0.052vw #DADADA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-detail .header .title{
    height: 1.719vw;
    font-size: 1.146vw;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    line-height: 1.354vw;
}
.news-detail.header .desc{
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 1.354vw;
}

.news-detail .content{
    padding: 2.604vw 0;
}

.news-detail .relation-news-container{
    height: 11.302vw;
    border-top: solid 0.052vw #DADADA;
    padding: 1.823vw 0;
}
.news-detail .relation-news{
    display: flex;
    align-items: center;
    margin-bottom: 1.458vw;
}
.news-detail .relation-news a{
    display: inline-block;
    width: 7.396vw;
    line-height: 2.396vw;
    background: #FFFFFF;
    border-radius: 0.000vw 0.000vw 0.000vw 0.000vw;
    opacity: 1;
    border: 0.052vw solid #333333;
    font-size: 0.833vw;
    font-weight: 400;
    color: #0A3469;
    text-align: center;
    margin-right: 2.396vw;
}
.news-detail .relation-news span{
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 0.990vw;
}


.business-wrap{
    display: flex;
}
.business-wrap .business-item1{
    flex:1;
    background-color: #F8F8F8;
    font-size: 0.833vw;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 1.667vw;
}
.business-wrap .business-item1 .title{
    height: 3.750vw;
    background: #DEDEDE;
    font-size: 1.250vw;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    text-align: center;
    line-height: 3.750vw;
}
.business-wrap .business-item1 >div:not(.title){
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 8.021vw;
    font-size: 0.833vw;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 1.667vw;
    margin: 0 1.302vw;
    padding: 0 1.563vw;
    background: linear-gradient(to left,transparent 0%,transparent 50%,#777777 50%,#777777 100%);
    background-size: 0.521vw 0.052vw;
    background-repeat: repeat-x;
}

.business-wrap .business-item2{
    width: 11.771vw;
    font-size: 0.833vw;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 1.667vw;
    background-color: #F0F8FD;
}
.business-wrap .business-item2 .title{
    position: relative;
    height: 3.750vw;
    background: #ADD3FF;
    font-size: 1.563vw;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 3.750vw;
}
.business-wrap .business-item2 .title::after{
    position: absolute;
    bottom: -7.656vw;
    left: 0%;
    content: ' ';
    border: 5.885vw solid transparent;
    border-top: 1.771vw solid #ADD3FF;
}
.business-wrap .business-item2 >div:not(.title){
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 8.021vw;
    font-size: 0.938vw;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1.667vw;
    margin: 0 1.302vw;
    padding: 0 1.563vw;
    background: linear-gradient(to left,transparent 0%,transparent 50%,#777777 50%,#777777 100%);
    background-size: 0.521vw 0.052vw;
    background-repeat: repeat-x;
}

.business-wrap .business-item3{
    flex:1;
    width: 11.771vw;
    font-size: 0.833vw;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 1.667vw;
    background-color: #DFE9F6;
}
.business-wrap .business-item3 .title{
    height: 3.750vw;
    background: #0A3469;
    font-size: 1.250vw;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 3.750vw;
}
.business-wrap .business-item3 >div:not(.title){
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 8.021vw;
    font-size: 0.833vw;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 0 1.302vw;
    padding: 0 1.563vw;
    background: linear-gradient(to left,transparent 0%,transparent 50%,#777777 50%,#777777 100%);
    background-size: 0.521vw 0.052vw;
    background-repeat: repeat-x;
}
.business-wrap .business-item1 >div:nth-child(2),
.business-wrap .business-item2 >div:nth-child(2),
.business-wrap .business-item3 >div:nth-child(2){
    background: none;
}

.business-contact-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 4.688vw;
}
.contact-item{
    width: 28.125vw;
    height: 12.500vw;
    background: #FFFFFF;
    display: flex;
    margin-bottom: 2.396vw;
    position: relative;
}
.contact-item::before{
    position: absolute;
    content:'';
    width: 0.156vw;
    height: 1.771vw;
    background: #0A3469;
    top: 1.563vw;
    left: -0.052vw;
}


.contact-item .left{
    flex: 1;
    padding: 1.667vw 0 0 1.875vw;
    font-size: 0.833vw;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.contact-item .left .title{
    height: 1.771vw;
    font-size: 1.250vw;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #0A3469;
    line-height: 1.458vw;
}
.contact-item .left >div:not(.title){
    font-size: 0.833vw;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 2.188vw;
}
.contact-item .left .name{
    display: inline-block;
    width: 4.167vw;
    text-align: justify;
    text-align-last: justify;
}
.contact-item .right{
    width: 11.198vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-item .right img{
    width: 7.604vw;
    height: 7.604vw;
}

.product-info{
    width: 71.146vw;
    height: 36.563vw;
    background: #FFFFFF;
    display: flex;
    padding: 2.604vw;
}
.product-info .left{
    flex:1;
}
.product-info .left .mainimg{
    width: 31.250vw;
    height: 23.438vw;
}
.product-info .left .mainimg img{
    width: 100%;
    height: 100%;
}
.product-info .left .imglist{
    position: relative;
    width: 31.250vw;
    height: 5.625vw;
    padding: 0 3.385vw;
    margin-top: 3.333vw;
}
.product-info .right{
    flex:1;
}
.product-info .right .title{
    font-size: 1.563vw;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 4.167vw;
    border-bottom: dashed 0.052vw #D9D9D9;;
}
.product-info .right .desc{
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.875vw;
    padding:1.250vw 0;
    height: 21.615vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}
.product-info .right .hasvideo-desc{
    height: 8.333vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.product-info .right .video .content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.250vw;
}

.project-desc{
    width: 71.146vw;
    min-height: 20.833vw;
    background: #FFFFFF;
    border-radius: 0.000vw 0.000vw 0.000vw 0.000vw;
    padding: 3.490vw 2.604vw;
    margin-bottom: 2.604vw;
}

.project-desc-header{
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-desc-tab{
}

.project-desc-tab .tab-buttons {
    position: relative;
    display: block;
    margin-left: -0.677vw;
    margin-right: -0.677vw;
    margin-bottom: 2.604vw;
}

.project-desc-tab .tab-buttons li {
    position: relative;
    display: inline-block;
    line-height: 2.396vw;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0.000vw 0.625vw 0.000vw;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;

    width: 11.667vw;
    height: 3.750vw;
    background: #E5E5E5;
    font-size: 1.563vw;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 3.750vw;
}

.project-desc-tab .tab-buttons li:hover,
.project-desc-tab .tab-buttons li.active-btn {
    color: #ffffff;
    background: var(--thm-base);
}
.project-desc__tabs {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-desc__tabs .tabs-content .tab {
    position: relative;
    display: none;
    transform: translateY(1.823vw);
    transition: all 600ms ease;
    z-index: 10;
}

.project-desc__tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0.000vw;
    transform: translateY(0.000vw);
}
.project-desc-tab-row{
    display: flex;
    justify-content: space-evenly;
}







.abount-ip-header{
    display: flex;
    justify-content: center;
    align-items: center;
}
.abount-ip-tab{
}

.abount-ip-tab .tab-buttons {
    position: relative;
    display: block;
    margin-left: -0.677vw;
    margin-right: -0.677vw;
    margin-bottom: 2.604vw;
}

.abount-ip-tab .tab-buttons li {
    position: relative;
    display: inline-block;
    line-height: 2.396vw;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0.000vw 0.625vw 0.000vw;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;

    width: 12.500vw;
    height: 3.333vw;
    background: #FFFFFF;
    border-radius: 1.667vw 1.667vw 1.667vw 1.667vw;

}
.abount-ip-tab .tab-buttons li a{
    display: inline-block;
    width: 100%;
    font-size: 0.938vw;
    font-weight: 500;
    color: #333333;
    line-height: 3.333vw;
}

.abount-ip-tab .tab-buttons li:hover,
.abount-ip-tab .tab-buttons li.active-btn{
    color: #ffffff;
    background: var(--thm-base);
}
.abount-ip-tab .tab-buttons li:hover a,
.abount-ip-tab .tab-buttons li.active-btn a{
    color: #ffffff;
}
.abount-ip__tabs {
    position: relative;
    display: block;
    overflow: hidden;
}

.abount-ip__tabs .tabs-content .tab {
    position: relative;
    display: none;
    transform: translateY(1.823vw);
    transition: all 600ms ease;
    z-index: 10;
}

.abount-ip__tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0.000vw;
    transform: translateY(0.000vw);
}
.abount-ip-row{
    display: flex;
    flex-wrap: wrap;
}


.abount-ip-row .honor-list-item{
    width: 13.021vw;
    height: 19.896vw;
    margin-bottom: 1.042vw;
    margin: 0 1.042vw 1.042vw 0;
}
.abount-ip-row .honor-list__single{
    width: 13.021vw;
    height: 17.292vw;
    cursor: pointer;
}
.abount-ip-row .honor-list__single img{
    width: 100%;
    height: 100%;
}
.abount-ip-row .honor-list__content{
    width: 13.021vw;
    height: 2.604vw;
    background-color: #ffffff;
}
.abount-ip-row .honor-list__content .title{

    font-size: 0.833vw;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.abount-ip-row .honor-list-item:nth-child(5n+5){
    margin-right: 0;
}


.project-detail{
    background-color: #f5f5f5;
    padding-bottom: 4.167vw;
}
.project-detail .container{
    background-color: #ffffff;
    padding: 3.333vw 5.625vw 3.125vw;
}
.project-detail .header{
    height: 3.906vw;
    border-bottom: solid 0.052vw #DADADA;
    display: flex;
    align-items: center;
}
.project-detail .header .title{
    font-size: 1.563vw;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.project-detail .imglist{
    margin: 3.229vw 0 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.project-detail .imglist .imgwarp{
    width: 26.042vw;
    height: 19.531vw;
    margin-bottom:2.604vw;
}
.project-detail .imglist img{
    width: 26.042vw;
    height: 19.531vw;
    /*object-fit: contain;*/
    object-fit: cover;
    flex: 1;
}
.project-detail .info-title{
    position: relative;
    font-size: 1.563vw;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 4.740vw;
    border-bottom: dashed 0.052vw #DADADA;
}
.project-detail .info-title::after{
    content: '';
    position: absolute;
    background-color: #0A3469;
    width: 6.719vw;
    height: 0.208vw;
    bottom: 0;
    left: 0;
}
.project-detail .detail-info .content{
    margin: 2.396vw 0;
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.563vw;
}
.project-detail .detail-date .content{
    margin: 2.396vw 0;
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.563vw;

}
.project-detail .detail-date .content span{
    display: block;
    margin-bottom: 1.042vw;
}


.ak-close{
    position: absolute;
    top: -2.344vw;
    right: -2.135vw;
    background-color: #fff;
    border-radius: 50%;
    width: 1.563vw;
    height: 1.563vw;
}
#modal-img{
    width: 100%;
}

.noteModal .modal-dialog{

}
.noteModal .modal-header{
    border:none;
}
.noteModal .modal-header .modal-title{
    width: 100%;
    text-align: center;
    font-size: 1.563vw;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 1.823vw;
}
.noteModal .modal-header .btn-close{
    position: absolute;
    top: 0.781vw;
    right: 0.885vw;
}
.noteModal .modal-body{
    padding: 0 3.802vw;
}
.noteModal .modal-body>div{
    margin: 1.042vw 0;
}
.noteModal .modal-body input{
    margin-left:0.521vw;
    width: 15.625vw;
    height: 2.083vw;
    background: #FFFFFF;
    border-radius: 0.208vw 0.208vw 0.208vw 0.208vw;
    opacity: 1;
    border: 0.052vw solid #DCDCDC;
}
.noteModal .modal-footer{
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.noteModal .sendnote{
    width: 10.260vw;
    height: 2.188vw;
    color: #fff;
    text-align: center;
    line-height: 2.188vw;
    background: #0A3469;
    border-radius: 0.208vw 0.208vw 0.208vw 0.208vw;
    opacity: 1;
    border: 0.052vw solid #DCDCDC;
}
.bread{
    display: flex;
}
.bread li a{
    font-size: 0.833vw;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 600;
    color: #333333;
}
.bread li a:hover{
    text-decoration: underline;
    color: #0a3469;
}

.product-action{
    background: #fff;
    padding: 1.042vw 0;
    height: 4.948vw;
    display: flex;
    align-content: center;
    justify-content: center;
}
.product-action .product-action-btn{
    width: 20.833vw;
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.product-line{
    width: 100%;
    padding-top: 2.604vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}
.product-line img{
    width: 29.063vw;
    height: 1.563vw;
}
.product-line .product-line-step{
    margin-top: 0.521vw;
    width: 31.875vw;
    display: flex;
    justify-content: space-between;
}
.product-action-btn a{
    display: inline-block;
    width: 7.396vw;
    height: 2.396vw;
    line-height: 2.396vw;
    text-align: center;
    color: #ffffff;
    font-size: 0.729vw;
}
.product-action-btn a img{
    width: 1.042vw;
    height: 1.042vw;
    margin-right: 0.260vw;
}
.product-action-btn .contact{
    background-color: #ee742f;
}
.product-action-btn .contact:hover{
    background-color: #ff7e33;
}
.product-action-btn .productapply{
    background-color: #80b746;
}
.product-action-btn .productapply:hover{
    background-color: #89d03e;
}
.product-action-btn .softtrial{
    background-color: #0d6efd;
}
.product-action-btn .softtrial:hover{
    background-color: #3282f6;
}

.banner_fix{
    position: fixed;
    top: 4.167vw;
    width: 100%;
    z-index: 99;
}

@media (min-width: 31.250vw) {
    .mobile-nav__wrapper{
        display: none;
    }
}

@media (max-width: 31.250vw) {
    .menu-dropdown-left{
        display: none;
    }
    .menu-dropdown{
        height: unset;
    }
    .menu-dropdown-right{
        background-color: #0a3469;
    }
    .menu-dropdown-right-list{
        padding-left: 1.198vw;
    }
    .menu-dropdown-right-list a{
        height: 0.990vw !important;
    }
    .mobile-nav__content .main-menu__list li a button.expanded {
        background-color: #0a3469;
        color: #fff;
    }
    .menu-dropdown-right-img{
        display: none;
    }
    .product-list-tab{
        height: 100%;
    }
    .section-tab{
        flex-wrap: wrap;
    }
    .section-tab a{
        min-width: 11.979vw;
    }
    .product__single{
        flex-direction: column;
        width: 100%;
        height: unset;
        padding: 0;
    }
    .about-one__img-inner img{
        width: 100%;
    }
    .about-counter-one{
        flex-direction: column;
    }
    .news-header{
        flex-direction: column;
    }
    .footer-nav {
        padding: 1.042vw 0;
        height: 13.438vw;
        display: flex;
        justify-content:unset;
        align-items:unset;
        border-bottom: solid 0.052vw #D9D9D9;
        flex-direction: column;
    }
    .footer-nav .footer-nav-left {
        margin-bottom: 0.781vw;
    }
    .footer-contact .footer-contact-right {
        display: flex;
        margin: 0.885vw 0;
    }
    .footer-one{
        height: 100%;
    }
    .footer-contact {
        height: 100%;
        flex-direction: column;
        padding: 0.625vw 0;
    }
    .footer-contact .footer-contact-right .contact-tel {
        display: flex;
        flex-direction: column;
        justify-content:unset;
        text-align:unset;
        margin-right: 1.875vw;
    }
    .footer-contact .footer-contact-right .contact-tel .tel{
        font-size: 1.250vw;
    }

    .news-list__single {
        padding: 0.521vw;
        height: 24.740vw;
        flex-direction: column;
        margin-bottom: 1.563vw;
    }
    .news-list__single .content {
        padding:0.000vw;
        margin-right: 0;
    }
    .news-list__single .content .subtitle {
        height: 2.865vw;
        margin: 0.260vw 0 0.260vw;
    }
    .news-list__single .img img {
        width: 100%;
        height: 14.583vw;
    }
    .news-list__single .img {
        width: 100%;
        height: 100%;
    }
    .news-detail .container {
        padding: 0.781vw 0.260vw 0.260vw;
    }
    .news-detail .header .title {
        height: unset;
        text-align: center;
    }
    .project-list__single {
        width: 100%;
    }
    .project-list__single:hover > .project-list__content {
        top: 12.656vw;
    }
    .project-list__content .title {
        line-height: 2.292vw;
    }
    .project-detail .container {
        padding: 0.521vw 0.521vw;
    }
    .contact-type a {
        width: 100%;
        line-height: 3.229vw;
        font-size: 1.094vw;
    }
    .contact-info .info .qrcodetips {
        bottom: -1.198vw;
    }
    .contact-info .qrcode {
        margin-top: 1.302vw;
    }
}

.back-last-page{
    margin-left: 1.042vw;
    text-decoration: underline;
    font-size: 0.833vw;
}
.back-last-page:hover{
    color: #0a3469;
    text-decoration: underline;
}
.about_video{
    width: 22.917vw;
    height: 14.583vw;
}
#dituContent{
    width:71.146vw;
    height:27.083vw;
}

#file-error{
    position: absolute;
    top: 2.344vw;
}


.productdetail-page .swiper {
    width: 24.479vw;
    height: 5.625vw;
    overflow: hidden;
    position: relative;
}

.productdetail-page .swiper-slide {
    text-align: center;
    font-size: 0.938vw;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.productdetail-page .swiper-slide img {
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
}

.productdetail-page .swiper-button {
    position: absolute;
    width: 2.396vw;
    height: 3.333vw;
    background-color: #0A3469;
    color: #fff;
    text-align: center;
    line-height: 3.333vw;
}

.productdetail-page .swiper-button:hover {
    background-color: #1c59a5;
    color: #fff;
}
.productdetail-page .swiper-prev{
    top: 1.250vw;
    left: -1.250vw;
}
.productdetail-page .swiper-next{
    top: 1.250vw;
    right: -0.104vw;
}

.productdetail-page .view .swiper-container { width: 31.250vw;
    height: 23.438vw; }
.productdetail-page .view .swiper-slide img{
    /*width: 31.250vw;*/
    height: 23.438vw;
}
.productdetail-page .view .swiper-slide{
    background-size: contain !important;
    background-color: #fff !important;
    background-repeat:no-repeat;
    background-position:center;
}
.productdetail-page .view:hover .arrow{display: block;}
.productdetail-page .view .arrow{display: none;position: absolute;top: 50%;margin-top: -1.823vw;width: 3.646vw;height: 3.646vw;z-index: 10; }
.productdetail-page .preview { padding: 0 1.563vw;width: 100%;margin-top: 1.563vw;position: relative;}
.productdetail-page .preview .swiper-slide {padding: 0 0.625vw;width: 23%;height: 100%;}
.productdetail-page .preview .swiper-slide img{padding: 0;width: 7.500vw;height: 5.625vw;border: 0.052vw solid #d2d4d5;}
.productdetail-page .preview .arrow{position: absolute;top: 50%;margin-top: -0.469vw;width: 0.469vw; height: 0.938vw;z-index: 10;}
.productdetail-page .preview img {padding: 0.052vw;}
.productdetail-page .preview .active-nav img {padding: 0;border: 0.052vw solid #1c59a5;}

.main-menu-wrapper__right{
    padding: 0 !important;
}