@font-face {
    font-family: 'SF';
    src: url("../fonts/SF-Pro-Display-Regular.otf");
    font-weight: 400;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

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

::-webkit-scrollbar-thumb {
    background-color: rgba(163, 175, 183, .9);
    border-radius: 20px;
}

/* ==============================
 * 2. Breadcrumb style customize
 * ============================== */
#breadcrumb {
    background-color: transparent;
    overflow: hidden;
    margin: 10px 0;
}

#breadcrumb .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

#breadcrumb .breadcrumb a {
    display: inline-block;
    padding: 13px 0;
    font-family: var(--t4s-font-family-primary);
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

#breadcrumb .breadcrumb > .active {
    color: #7ea643;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 800px;
    padding: 13px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumb > li {
    float: left;
}

/* ==============================
 * 3. Pagination style customize
 * ============================== */
.page-item .page-link {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #F9FBFB;
    border: 1px solid #e7e7e7;
    color: var(--t4s-text-head-color);
    outline: none !important;
    box-shadow: none !important;
}

.page-item .page-link:hover {
    color: var(--t4s-secondary-color) !important;
    background-color: #e7e7e7 !important;
}

.page-item.active .page-link {
    background-color: var(--t4s-secondary-color) !important;
    border-color: var(--t4s-secondary-color) !important;
    color: #fff !important;
}

.page-item.disabled .page-link {
    background-color: #e7e7e7 !important;
}

/* ==============================
 * 4. Transiton style customize
 * ============================== */
.scale img, .scale-1 img {
    transform: rotate(0deg) scale(1) !important;
    transition: all .2s ease-in-out !important;
}

.scale:hover img {
    transform: scale(1.05) !important;
}

.scale-1:hover img {
    transform: rotate(-5deg) scale(1.15) !important;
}

.introduce {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.introduce:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 100%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.introduce:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}

.introduce-1 {
    position: relative;
    transition: .3s;
}

.introduce-1 .box-thumbnail:before {
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 0;
    z-index: 99;
}

.introduce-1 .box-thumbnail:after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out 0s;
    width: 0;
    z-index: 98;
}

.introduce-1:hover .box-thumbnail:before, .introduce-1:hover .box-thumbnail:after {
    width: 100%;
    height: 100%;
}

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

.introduce-2:hover .box-thumbnail:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

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

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

.sale {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    background: #fd94a3;
    color: white;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
    transform: rotate(-20deg);
    font-size: 12px;
    z-index: 3;
    text-transform: uppercase;
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@keyframes beat {
    from {
        transform: rotate(-20deg) scale(1);
    }
    to {
        transform: rotate(-20deg) scale(1.1);
    }
}

/* ==============================
 * 5. Lazy load images
 * ============================== */
.box-thumbnail {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

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

.box-thumbnail .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.box-thumbnail .placeholder:has(> .show) {
    cursor: inherit !important;
    background: transparent !important;
    animation: none !important;
    opacity: 1 !important;
}

.lozad.fade {
    animation-name: fade;
    animation-duration: 2s;
}

.lozad {
    visibility: hidden;
}

.lozad.show {
    visibility: visible;
}

/* ==============================
 * 7. Phone auto ring
 * ============================== */
.live-chat.circle {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 9999;
    border: 1px solid var(--t4s-primary-color);
}

.live-chat {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.live-chat.circle > .btn {
    background: none;
    border: none;
    position: relative;
    box-shadow: none;
}

@keyframes play {
    0% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(17, 96, 63, 0.4);
        -moz-box-shadow: 0 0 0 5px rgba(17, 96, 63, 0.4);
        -webkit-box-shadow: 0 0 0 5px rgba(17, 96, 63, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(17, 96, 63, 0.4), 0 0 0 20px rgba(17, 96, 63, 0.2);
        -moz-box-shadow: 0 0 0 10px rgba(17, 96, 63, 0.4), 0 0 0 20px rgba(17, 96, 63, 0.2);
        -webkit-box-shadow: 0 0 0 10px rgba(17, 96, 63, 0.4), 0 0 0 20px rgba(17, 96, 63, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(17, 96, 63, 0.4), 0 0 0 30px rgba(17, 96, 63, 0.2);
        -moz-box-shadow: 0 0 0 15px rgba(17, 96, 63, 0.4), 0 0 0 30px rgba(17, 96, 63, 0.2);
        -webkit-box-shadow: 0 0 0 15px rgba(17, 96, 63, 0.4), 0 0 0 30px rgba(17, 96, 63, 0.2);
    }
}

.phonering-alo-ph-img-circle {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: static;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: rgba(255, 255, 255, 0.8);
}

.phonering-alo-ph-img-circle .pps-btn-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--t4s-primary-color);
    font-size: 1.7em;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

/* ==============================
 * N. Website common style
 * ============================== */
.ck-content {
    overflow: hidden;
}

.fancybox-opened {
    z-index: 99999 !important;
}

.fancybox-overlay {
    z-index: 9999 !important;
}

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

ul.format {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

* {
    outline: none !important;
}

a {
    color: var(--t4s-text-content-color);
    text-decoration: none;
    transition: 0.5s all ease;
}

a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
    color: var(--t4s-primary-color) !important;
    text-decoration: none;
}

.desktop__top a:hover, footer a:hover, .section__sharespace__left a:hover h5 {
    color: var(--t4s-secondary-color) !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
}

body {
    overflow-x: hidden;
    color: var(--t4s-text-content-color);
    font-size: 14px;
    font-family: var(--t4s-font-family-primary);
    line-height: 1.5em;
    font-weight: 400;
}

body #wrapper {
    margin-top: var(--t4s-header-height);
}

.main__menu > .menu__item {
    position: static;
    margin: 0 20px;
}

.main__menu > .menu__item > a {
    position: relative;
    color: var(--t4s-text-head-color);
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.main__menu > .menu__item > a > svg {
    height: 12px;
}

.main__menu .menu__item.active > a, .main__menu .menu__item:hover > a {
    color: var(--t4s-primary-color);
}

.main__menu .menu__item:has(.active) > a {
    color: var(--t4s-primary-color) !important;
}

.main__menu > .menu__item:first-child > a {
    padding-left: 0;
}

.main__menu > .menu__item > .sub__menu {
    overflow: hidden;
    display: block;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: auto;
    width: 220px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(183, 221, 228, 0.47);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 99;
}

.main__menu > .menu__item > .sub__menu .menu__item {
    float: none;
    padding: 0 0;
}

.main__menu > .menu__item > .sub__menu > .menu__item {
    color: var(--t4s-text-head-color);
}

.main__menu > .menu__item > .sub__menu .menu__item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 8.5px 20px 8.5px 10px;
    color: #333;
    position: relative;
    border-bottom: 1px solid #F6F6F6;
    text-align: left;
    white-space: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main__menu > .menu__item:hover > .sub__menu {
    overflow: visible;
    max-height: 100vh;
    max-width: 100%;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.main__menu > .menu__item > .sub__menu .menu__item > .sub__menu {
    overflow: hidden;
    display: block;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateY(-90deg);
    -moz-transform: perspective(600px) rotateY(-90deg);
    -ms-transform: perspective(600px) rotateY(-90deg);
    -o-transform: perspective(600px) rotateY(-90deg);
    transform: perspective(600px) rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 0;
    left: 100%;
    width: 220px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(183, 221, 228, 0.47);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 99;
}

.main__menu > .menu__item > .sub__menu .menu__item:hover > .sub__menu {
    overflow: visible;
    max-height: 100vh;
    max-width: 100%;
    min-height: 100%;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.sub__menu__box {
    width: 100%;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.btn > svg {
    margin-bottom: -2px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: var(--t4s-box-border-radius);
    border-bottom-right-radius: var(--t4s-box-border-radius);
    font-size: 14px;
}

header .logo {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 500ms height ease;
}

header .logo img {
    width: auto;
    height: 100%;
}

header .dropdown-toggle {
    padding: 10px 20px;
    font-size: 14px;
    color: var(--t4s-text-head-color) !important;
    font-weight: 500;
}

header .dropdown-item {
    font-size: 14px;
}

.desktop__top {
    background-color: var(--t4s-primary-color);
    color: white;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: 0.5s all ease;
}

.desktop__top a {
    color: white;
}

.desktop__top hr {
    width: 32px;
    margin: 0 12px;
    border-color: white;
    float: left;
}

.desktop__top__item_search {
    position: relative;
    display: inline-block;
    float: left;
}

.desktop__top__item_search input {
    width: 203px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid whitesmoke;
    background: transparent !important;
    color: whitesmoke;
    outline: none !important;
    font-size: 12px;
    margin: 0;
    padding: 10px;
}

.desktop__top__item_search input::placeholder {
    color: whitesmoke;
}

.desktop__top__item_search input:focus {
    color: white;
    border-color: white;
}

.desktop__top__item_search input:focus::placeholder {
    color: white;
}

.desktop__top__item_search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    color: #fff;
    background: transparent;
    outline: none !important;
    transition: all 0.5s ease;
}

.desktop__top__item_search button:hover {
    color: var(--t4s-secondary-color);
}

.desktop__top__item_search svg {
    width: 14px;
}

.desktop__top__item__language {
    float: left;
}

.desktop__top__item__language li {
    display: inline-block;
}

.desktop__top__item__language a {
    display: block;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #fff;
    line-height: 14px;
}

.desktop__top__item__language li:last-child a {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.desktop__bottom {
    height: 60px;
}

.desktop__bottom .document {
    overflow: hidden;
    border: 1px solid rgba(3, 30, 98, 0.2);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 8px;
    color: var(--t4s-text-content-color);
    transition: 0.5s all ease;
}

.desktop__bottom .document .right {
    border-left: 1px solid rgba(3, 30, 98, 0.2);
    padding: 0 0 0 10px;
    margin-left: 10px;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--t4s-primary-color);
}


.form-control:not(textarea) {
    padding: 10px 15px;
    height: 52px;
    background-color: #F3F4F7 !important;
    border-radius: var(--t4s-input-border-radius);
    border: 1px solid rgb(209 213 219) !important;
}

.form-control::placeholder {
    color: #9EA6B9;
}

.form-check {
    font-size: 1rem;
}

.form-check-input {
    margin-top: .15em;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.owl-nav > button {
    width: 45px;
    height: 45px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(248, 248, 248, 1) !important;
    color: var(--t4s-primary-color) !important;
    margin: 0 !important;
    transition: 0.5s background-color ease;
}

.owl-nav > button.owl-prev {
    left: -50px;
}

.owl-nav > button.owl-next {
    right: -50px;
}

.owl-nav > button > span {
    margin-top: -1px !important;
}

.owl-nav > button:hover {
    background: rgb(205, 205, 205) !important;
}

.gray__box {
    background-color: #f8f8f8;
}

.btn-show-more {
    margin: 15px auto 10px auto;
    width: 100%;
    max-width: 335px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
    border: 1px solid var(--t4s-secondary-color) !important;
    background: var(--t4s-secondary-color) !important;
    color: #fff;
    border-radius: var(--t4s-input-border-radius);
    padding: 10px 15px;
}

.btn-show-more:hover, .btn-show-more:focus, .btn-show-more.active {
    border: 1px solid var(--t4s-primary-color) !important;
    background: var(--t4s-primary-color) !important;
    color: #ffffff !important;
}

.btn {
    border: 0 !important;
    border-radius: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    color: var(--t4s-primary-color);
    transition: 0.3s all ease;
}

.btn svg {
    margin-top: -2px;
}

.btn__primary {
    background-color: var(--t4s-primary-color) !important;
    color: white !important;
}

.btn__primary:hover {
    background-color: #0e5791 !important;
    color: white !important;
}

.btn__secondary {
    background-color: var(--t4s-secondary-color) !important;
    color: var(--t4s-text-content-color) !important;
}

.btn__secondary:hover {
    background-color: #caa41c !important;
    color: var(--t4s-text-content-color) !important;
}

.btn__white {
    background-color: white;
    box-shadow: 0 0 10px 2px rgba(15, 41, 156, 0.08);
}

.sweet_alert2__container {
    top: 60px !important;
}

.btn__submit:disabled, .btn__submit:disabled:hover {
    background: #ccc !important;
    opacity: 1 !important;
}

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

.text__two__line {
    display: -webkit-inline-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

.text__four__line {
    display: -webkit-inline-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text__five__line {
    display: -webkit-inline-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text__eight__line {
    display: -webkit-inline-box !important;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

div:where(.swal2-icon).swal2-error.swal2-icon-show {
    margin-top: 10px !important;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 52px;
    height: 52px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%) translateY(-50%);
}

/* Footer style */
footer {
    background-color: var(--t4s-primary-color);
    overflow: hidden;
    color: #d9d9d9;
}

footer a, footer p {
    color: white;
}

footer .top {
    padding: 50px 0 40px 0;
}

footer .top iframe {
    border-radius: var(--t4s-box-border-radius);
}

footer .top h4 {
    color: white;
}

footer .top .menu__item > a {
    line-height: 2rem;
}

footer .box-thumbnail {
    padding-top: 34%;
}

footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0;
}

footer .copyright .social a {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white !important;
    border-radius: 3px;
    transition: 0.5s all ease;
}

footer .copyright .social a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

footer .menu__item > .sub__menu, footer .menu__item > a svg {
    display: none;
}

footer .dropdown-toggle {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    width: 100%;
}

.grecaptcha-badge {
    display: none !important;
}

.btn-top {
    position: fixed;
    bottom: 5px;
    left: 5px;
    cursor: pointer;
    z-index: 99999;
    display: none;
    overflow: hidden;
}

.btn-top .round {
    width: 40px;
    height: 40px;
    position: relative;
    background: var(--t4s-secondary-color);
    border: 1px solid #fff;
}

.btn-top span {
    z-index: 999;
    height: 2px;
    width: 14px;
    background: #fff;
    transition: 0.4s ease;
}

.btn-top span:first-child {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 23%;
    bottom: 35%;
}

.btn-top span:nth-child(2) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 45%;
    bottom: 35%;
}

.btn-top span:nth-child(3) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 23%;
    bottom: 54%;
}

.btn-top span:nth-child(4) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 45%;
    bottom: 54%;
}

.btn-top .round:hover span:nth-child(1) {
    transform: rotate(135deg);
}

.btn-top .round:hover span:nth-child(2) {
    transform: rotate(-135deg);
}

.btn-top .round:hover span:nth-child(3) {
    transform: rotate(-225deg);
}

.btn-top .round:hover span:nth-child(4) {
    transform: rotate(225deg);
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 1200px;
    }
}

.close-window {
    position: absolute;
    top: -15px;
    right: -15px;
    color: white !important;
    background-color: var(--t4s-primary-color);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.overlay {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    visibility: hidden;
}

.menu__mobile__container ul.flag {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.menu__mobile__container ul.format.flag li {
    display: inline-block;
    padding: 0 10px;
}

.menu__mobile__container ul.format.flag li a {
    color: var(--t4s-thirty-color);
    font-size: 16px;
}

.menu__mobile__container {
    will-change: transform;
    position: fixed;
    top: 0;
    left: var(--t4s-mobile-menu-left);
    width: var(--t4s-mobile-menu-width);
    height: 100%;
    z-index: 99999;
    color: #333;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    overflow-y: auto !important;
}

.menu__mobile__container__header {
    padding: 15px 30px;
    height: 125px;
}

.menu__mobile__container__header .logo-x {
    width: 165px;
    padding: 10px 0;
    text-align: center;
}

.menu__mobile__container__header span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin-left: -15px;
    font-weight: 600;
}

.menu__mobile__container__header .close__mobile__menu {
    width: 35px;
    height: 36px;
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

.menu__mobile__container form {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px;
    overflow: hidden;
}

.menu__mobile__container form input {
    padding: 8px 15px;
    min-width: 210px;
    border: 1px solid #e9e9e9;
    float: left;
}

.menu__mobile__container form button {
    border-radius: 0;
    margin: 0 0 0 -3px;
    padding: 7px 15px;
    float: left;
}

.menu__mobile__container .mobile-link-header {
    display: block;
    width: 100%;
    position: relative;
}

.menu__mobile__container .menu__item a {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    font-weight: 500;
    position: relative;
    font-size: 12px;
}

.menu__mobile__container .menu__mobile__box {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.menu__mobile__container .actions {
    padding: 0 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.menu__mobile__container .menu__mobile__box > .menu__item {
    border-left: 1px solid transparent;
    transition: 0.5s border-left-color ease;
}

.menu__mobile__container .menu__mobile__box > .menu__item.open {
    border-left: 1px solid var(--t4s-primary-color);
}

.menu__mobile__container .menu__mobile__box > .menu__item > a {
    text-transform: uppercase;
}

.menu__mobile__container .menu__item:last-child a {
    border-bottom: 0;
}

.menu__mobile__container .menu__item a:hover, .menu__mobile__container .menu__item a.active {
    color: var(--t4s-primary-color);
    background-color: #f9f9f9;
}

.menu__mobile__container .menu__item .arrow__menu {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
    width: 53px;
    color: #999;
    transition: 0.5s all ease;
}

.menu__mobile__container .sub__menu .menu__item a {
    padding-left: 25px;
    font-size: 13px;
}

.menu__mobile__container .sub__menu .menu__item .sub__menu .menu__item a {
    padding-left: 30px;
}

.menu__mobile__container .sub__menu {
    max-height: 0;
    visibility: hidden;
    transition: 0.5s all ease;
    overflow: hidden;
    list-style-type: none;
    padding: 0;
}

.menu__mobile__container .menu__item.open > .sub__menu {
    max-height: 1000px;
    visibility: visible;
}

.menu__mobile, #mobile-bottom-navigation {
    display: none;
}

.menu__mobile__container .mobile-nav__toggle-open {
    transform: rotate(-90deg);
}

.menu__mobile__container .mobile-nav__toggle-close {
    transform: rotate(0deg);
}

.section__box {
    padding-bottom: 100px;
    position: relative;
}

.select2-results {
    padding: 5px 0;
}

.select2-results__option {
    padding: 5px 10px;
    text-align: left;
    font-size: 0.875rem !important
}

.select2-results__option.select2-results__message {
    padding: 0 10px 5px 10px;
    text-align: left;
    color: #323a46;
}

.select2-dropdown {
    border: 1px solid rgb(209 213 219);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    background-color: #fff;
}

.select2-container input::placeholder {
    color: #adb5bd;
}

.select2-container .select2-selection--single {
    border: 1px solid rgb(209 213 219);
    min-height: 48px;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    border-radius: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 12px;
    text-align: left;
    font-size: 14px !important;
    background-color: #F3F4F7 !important;
    border-color: rgb(209 213 219) !important;
    border-radius: 0.25rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #6c757d;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 46px;
    width: 30px;
    right: 0;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #909192 #909192 transparent;
    content: '';
    display: block;
    height: 7px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 7px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 2px 2px 0;
    margin-top: -5px;
    border-color: transparent #909192 #909192 transparent;
    transform: rotate(-135deg);
}

.select2-container--default .select2-search--dropdown {
    padding: 10px 10px 5px;
    background-color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: 1px solid rgb(209 213 219);
    background-color: #fff;
    color: #6c757d;
    text-align: left;
    padding: 3px 8px;
    border-radius: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FFF;
    color: #323a46;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #f3f7f9;
    color: #323a46;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f3f7f9;
    color: #323a46;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #f3f7f9;
    color: #323a46;
}

.select2-container--default .select2-selection--single .select2-selection__clear, .select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-size: 20px;
    color: #909192;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 46px;
    text-align: center;
    z-index: 2;
    border-radius: 4px;
    float: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    background-color: #F3F4F7 !important;
}

.select2-container .select2-selection--multiple {
    min-height: 34px;
    background-color: rgb(249 250 251) !important;
    border-color: rgb(209 213 219) !important;
    border-radius: 0.25rem !important;
    box-shadow: none;
    display: flex;
}

.select2-container .select2-selection--multiple .select2-search__field {
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 32px !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #e5e6e6;
    border: none;
    color: #323a46;
    height: 24px;
    line-height: 24px;
    border-radius: 0.25rem !important;
    padding: 1px 7px;
    margin-top: 4px;
    font-size: 13px;
!important;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #85878b;
    margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove {
    color: #323a46;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #6c757d;
}

.select2-selection {
    overflow: hidden;
}

.select2-selection__rendered {
    white-space: normal;
    word-break: break-all;
}

.select2-container--open .select2-selection {
    border-color: rgb(22 163 74) !important;
}

.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.section__partner .box-thumbnail {
    padding-top: 50%;
    border: 1px solid #cecece;
}

.page__contact .form-control {
    background-color: transparent !important;
    padding: .375rem 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid rgba(241, 242, 243, 1) !important;
}

.page__contact .form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
}

.page__contact .form-control:focus {
    border-bottom: 2px solid var(--t4s-primary-color) !important;
}

.page__contact .form-control[type="password"] {
    background: #fff;
}

.section__banner__ads .box-thumbnail {
    padding-top: 30.58%;
    color: #fff;
}

.section__banner__ads .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 50px;
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}

.section__banner__ads .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    border-radius: 0;
    margin: 0;
}

.section__banner__ads .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding: 30px 50px;
    z-index: 2;
}

.nav-pills .nav-link {
    color: var(--t4s-text-content-color);
    text-transform: uppercase;
    background: #F1F2F3;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--t4s-primary-color) !important;
    color: #fff !important;
}

.section__sharespace .box-thumbnail {
    padding-top: 53.85%;
}

.section__sharespace .box-thumbnail span {
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 10px;
    padding: 8px 16px 8px 16px;
    border-radius: 2px;
    background: rgba(33, 36, 55, 0.6);
    color: #fff;
    font-size: 12px;
}

.section__sharespace__left .box-thumbnail {
    padding-top: 120%;
    color: #fff;
}

.section__sharespace__left .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}

.section__sharespace__left .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    border-radius: 0;
    margin: 0;
}

.section__sharespace__left .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 30px 20px;
    z-index: 2;
    background-color: var(--t4s-primary-color);
}

@media (max-width: 1199px) {
    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .owl-nav > button.owl-prev {
        left: auto;
        right: 50px;
        top: -72px;
    }

    .owl-nav > button.owl-next {
        right: 0;
        top: -72px;
    }

    .owl-nav > button, .owl-nav > button:hover {
        font-size: 20px !important;
        width: 40px;
        height: 40px;
    }

    .section__banner__ads .bg {
        width: 100%;
    }
}

@media (max-width: 991px) {
    header, footer, #wrapper {
        transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    }

    body #wrapper {
        margin-top: var(--t4s-header-height);
    }

    .menu__desktop {
        display: none !important;
    }

    .menu__mobile__container, .overlay, .menu__mobile {
        display: block;
    }

    html.mobile__menu__open, html.mobile__menu__open body {
        overflow: hidden;
    }

    .mobile__menu__open body .overlay {
        z-index: 99999;
        opacity: 1;
        visibility: visible;
    }

    .mobile__menu__open header, .mobile__menu__open footer, .mobile__menu__open #wrapper {
        -ms-transform: translateX(var(--t4s-mobile-menu-width));
        -webkit-transform: translateX(var(--t4s-mobile-menu-width));
        transform: translateX(var(--t4s-mobile-menu-width));
    }

    .mobile__menu__open body .menu__mobile__container {
        left: 0;
        overflow: hidden;
    }

    .menu__mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 3px 0;
        height: 60px;
    }

    .menu__mobile #show__mobile__menu, .menu__mobile .phone {
        color: #fff;
    }

    .menu__mobile .logo {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }

    .menu__mobile .logo img {
        height: 45px;
    }

    header .dropdown-toggle {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    footer .dropdown-toggle img {
        width: 150px;
    }

    .btn-top {
        display: none !important;
    }

    .copyright .text__gray {
        text-align: center;
    }

    .fs-40 {
        font-size: 32px !important;
    }

    .section__sharespace ul, .sharespace__menu ul {
        gap: 5px !important;
    }

    .section__banner__ads .bg {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding-bottom: 40px;
    }

    .owl-nav > button {
        top: -35px !important;
    }
}

@media (max-width: 575px) {
    body, html {
        font-size: 14px;
    }

    footer .dropdown-toggle {
        padding: 15px;
    }

    .owl-nav > button, .owl-nav > button:hover {
        width: 30px;
        height: 30px;
    }

    .owl-nav > button.owl-prev {
        right: 35px;
        top: -60px;
    }

    .owl-nav > button.owl-next {
        right: 0;
        top: -60px;
    }

    .fs-40 {
        font-size: 28px !important;
    }

    header .slogan {
        font-size: 10px !important;
        text-align: center;
        display: flex;
        margin-bottom: -5px;
    }

    .menu__mobile .logo img {
        height: 35px;
    }

    .section__banner__ads .box-thumbnail {
        padding-top: 100%;
    }

    .section__banner__ads .bg {
        padding: 15px;
    }

    .section__box {
        padding-bottom: 70px !important;
    }

    .section__banner__ads .owl-theme .owl-nav.disabled + .owl-dots {
        display: none;
    }
}
