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

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

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-webkit-keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@keyframes shake-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes shake-anim {

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

    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes scaleLarge {
    0% {
        opacity: 0;
        transform: scale(2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.content-ck {
    line-height: 2em
}

.content-ck * {
    max-width: 100% !important
}

.content-ck img {
    max-width: 100% !important;
    height: auto !important
}

.content-ck iframe {
    max-width: 100% !important
}

.content-ck ol,
.content-ck ul {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px
}

.content-ck p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0
}

a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    background: #fff;
    color: #006acb !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd
}

.meta-toc.fiedx {
    position: fixed;
    left: 5px;
    top: 200px;
    z-index: 111
}

.meta-toc .mucluc-dropdown-list_button {
    display: none
}

.meta-toc.fiedx .mucluc-dropdown-list_button {
    display: block
}

.meta-toc:not(.fiedx) .box-readmore {
    display: block !important
}

.box-readmore {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #ddd;
    font-size: 13px;
    margin-bottom: 10px
}

.meta-toc.fiedx .box-readmore {
    width: 350px;
    display: none
}

@-webkit-keyframes anime {

    0%,
    100% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0)
    }

    50% {
        color: #ffc107;
        letter-spacing: 5px;
        text-shadow: 5px 10px 1px #000;
        transform: translateY(-10px)
    }
}

@keyframes anime {

    0%,
    100% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0)
    }

    50% {
        color: #ffc107;
        letter-spacing: 5px;
        text-shadow: 5px 10px 1px #000;
        transform: translateY(-10px)
    }
}

@-webkit-keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

body {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin: 0
}

* {
    box-sizing: border-box
}

blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 8px 2px 20px;
    border: 0 solid #ccc;
    border-left-width: 5px
}

blockquote p {
    margin-bottom: 0
}

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

a {
    text-decoration: initial
}

a,
input,
textarea {
    outline: 0;
    padding: 0
}

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

.w-clear:after {
    display: block;
    content: "";
    clear: both
}

.hidden {
    display: none
}

.clear {
    clear: both
}

.none {
    display: none
}

.hidden-seoh {
    visibility: hidden;
    height: 0;
    margin: 0;
    overflow: hidden
}

.wrap-content {
    max-width: 1300px;
    margin: 0 auto
}

.wrap-main {
    margin: 45px auto;
    width: calc(100% - 20px);
    max-width: 1300px
}

img.lazy {
    opacity: 0
}

img:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

img.error,
img.initial,
img.loaded {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

.pagination-home .pagination .page-item .page-link {
    color: #555;
    font-size: .875rem
}

.pagination-home .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #555;
    border-color: #555
}

.pagination-ajax {
    text-align: center
}

.pagination-ajax a,
.pagination-ajax span {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #666 !important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #fff
}

.pagination-ajax a.current,
.pagination-ajax a:hover,
.pagination-ajax span.current,
.pagination-ajax span:hover {
    color: #fff !important;
    border-color: #ec2d3f;
    background-color: #ec2d3f
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.next,
.pagination-ajax a.prev,
.pagination-ajax span.first,
.pagination-ajax span.last,
.pagination-ajax span.next,
.pagination-ajax span.prev {
    text-indent: -9999px;
    position: relative;
    background-color: #fff !important
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.next:before,
.pagination-ajax a.prev:before,
.pagination-ajax span.first:before,
.pagination-ajax span.last:before,
.pagination-ajax span.next:before,
.pagination-ajax span.prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center
}

.pagination-ajax a.first:before,
.pagination-ajax span.first:before {
    background-image: url(../images/page-first.png)
}

.pagination-ajax a.last:before,
.pagination-ajax span.last:before {
    background-image: url(../images/page-last.png)
}

.pagination-ajax a.prev:before,
.pagination-ajax span.prev:before {
    background-image: url(../images/page-prev.png)
}

.pagination-ajax a.next:before,
.pagination-ajax span.next:before {
    background-image: url(../images/page-next.png)
}

.grecaptcha-badge {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    overflow: hidden
}

coccocgrammar {
    display: none
}

.scrollToTop {
    cursor: pointer
}

.scale-img {
    overflow: hidden;
    display: block
}

.scale-img img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.scale-img:hover>img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
    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
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%
}

.btn-frame .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #1182fc;
    opacity: .1;
    opacity: .5
}

.btn-frame .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.btn-frame .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7, 41, 103, .35);
    opacity: .4
}

.btn-frame .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.btn-zalo {
    bottom: 315px
}

#qrzalo .modal-dialog {
    max-width: 250px;
    margin: .5rem auto
}

.btn-phone {
    bottom: 230px
}

.check-toolbar {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 18px;
    height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99
}

.check-toolbar label {
    position: absolute;
    bottom: 0;
    left: 6px;
    width: 6px;
    height: 50px;
    border-radius: 32px;
    background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
    cursor: pointer;
    transition: .3s;
    opacity: .7
}

.check-toolbar label:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: -3px;
    width: 12px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    transition: .3s
}

.check-toolbar input[type=checkbox]:checked+label {
    background: var(--background-static);
    opacity: 1
}

.check-toolbar input[type=checkbox]:checked+label:after {
    transform: translateY(-29px)
}

.check-toolbar label:hover {
    background: linear-gradient(to bottom, #b3b3b3, #e6e6e6)
}

.check-toolbar label:hover:after {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.yep {
    position: absolute;
    top: 0;
    left: -6px;
    width: 30px;
    height: 50px;
    opacity: 0
}

.toolbar-app {
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 500;
    left: 0;
    display: none;
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75))
}

.toolbar-app.is-active .list-phone {
    display: block;
    -webkit-animation: .2s cubic-bezier(.66, .45, .76, 1.53) forwards quickShow;
    animation: .2s cubic-bezier(.66, .45, .76, 1.53) forwards quickShow
}

.toolbar-app .list-phone {
    position: absolute;
    bottom: 100%;
    left: 30px;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%;
    display: none
}

.toolbar-app .list-phone a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    max-width: 240px;
    padding: 10px 30px 10px 20px;
    margin: 10px 0;
    border-radius: 50px
}

.toolbar-app .list-phone svg {
    max-width: 30px;
    max-height: 30px
}

.toolbar-app .list-phone span {
    display: block;
    width: calc(100% - 40px);
    color: #333;
    font-weight: 700
}

.toolbar-app .phone {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin: 0 0 -25px 30px;
    transition: transform .2s ease-in-out
}

.toolbar-app .phone a {
    color: #333;
    display: block;
    position: relative
}

.toolbar-app .phone a:after,
.toolbar-app .phone a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 30px;
    height: 3px;
    border-radius: 2rem;
    background-color: var(--background-static);
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.toolbar-app .phone a:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.toolbar-app .phone svg {
    max-width: 27px;
    max-height: 27px;
    display: block;
    position: relative;
    fill: var(--background-static);
    animation: 1.2s infinite tada;
    fill: var(--background-static)
}

.toolbar-app.is-active .phone {
    transform: rotate(-180deg)
}

.toolbar-app.is-active .phone svg {
    opacity: 0
}

.toolbar-app.is-active .phone a:after,
.toolbar-app.is-active .phone a:before {
    opacity: 1
}

.toolbar-app ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin: 0;
    --size: 33px;
    -webkit-mask: radial-gradient(var(--size) at 55px 0px, #0000 99%, #fff 101%) 100%;
    background: #fff;
    padding-left: 100px;
    border-radius: 10px 10px 0 0
}

.toolbar-app ul li {
    text-align: center;
    width: 25%;
    line-height: 1
}

.toolbar-app ul li a {
    display: block;
    width: 100%;
    font-size: 27px;
    color: #ffff
}

.toolbar-app ul li .icon {
    position: relative;
    margin: 0 auto;
    text-align: center
}

.toolbar-app ul li a span {
    display: none;
    font-weight: 400;
    font-size: 11px;
    margin-top: 5px;
    color: #333;
    text-transform: capitalize
}

.toolbar-app ul li a img,
.toolbar-app ul li svg {
    max-height: 30px;
    fill: var(--background-static);
    width: 100%
}

.tada {
    animation: 1.2s infinite tada
}

.lang-toolbar-app {
    display: flex;
    justify-content: center;
    align-items: center
}

.toolbar-app ul li.lang-toolbar-app a {
    display: inline-block;
    width: unset;
    margin: 0 2px;
    font-size: unset
}

.toolbar-app ul li.lang-toolbar-app a img {
    height: 10% !important
}

.ex6 path {
    fill: #fff;
    stroke: var(--background-static);
    stroke-width: .5;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    -webkit-animation: 5s forwards dash;
    animation: 5s forwards dash
}

@-webkit-keyframes dash {
    to {
        fill: var(--background-static);
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    to {
        fill: var(--background-static);
        stroke-dashoffset: 0
    }
}

@keyframes tada {

    0%,
    to {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
}

@keyframes quickShow {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

:root {
    --tth-blue: #0868ad;
    --tth-blue-dark: #064d82;
    --tth-teal: #00a997;
    --tth-ink: #21323b;
    --tth-muted: #667780;
    --tth-line: #dfe8eb;
    --tth-soft: #f3f7f8
}

.breadCrumbs {
    padding: 14px 24px;
    background: #f1f6f7;
    border-bottom: 1px solid #e1eaed
}

.breadCrumbs .wrap-content {
    width: min(1240px, 100%);
    max-width: none;
    margin: auto;
    color: #718089;
    font-size: 13px
}

.breadCrumbs ol,
.breadCrumbs ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none
}

.breadCrumbs li {
    display: flex;
    align-items: center;
    gap: 7px
}

.breadCrumbs li+li::before {
    content: "/";
    color: #a2afb5
}

.breadCrumbs a {
    color: #52666f;
    text-decoration: none
}

.breadCrumbs a:hover {
    color: var(--tth-teal)
}

.tth-inner-page,
.tth-inner-page * {
    box-sizing: border-box
}

.tth-page-heading {
    max-width: 780px;
    margin: 0 auto 46px;
    text-align: center
}

.tth-page-heading h2 {
    margin: 0;
    color: #287872;
    font-size: clamp(30px, 3.3vw, 45px);
    line-height: 1.25;
    text-transform: uppercase
}

.tth-detail-content>header>span,
.tth-eyebrow,
.tth-page-heading>span,
.tth-section-heading>span {
    display: block;
    margin-bottom: 8px;
    color: var(--tth-teal);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase
}

.tth-page-heading p {
    max-width: 650px;
    margin: 16px auto 0;
    color: var(--tth-muted);
    font-size: 15px;
    line-height: 1.7
}

.tth-empty-state,
.tth-search-result {
    padding: 22px 24px;
    color: #52646d;
    background: var(--tth-soft);
    border: 1px solid var(--tth-line);
    text-align: center
}

.tth-search-result {
    margin: 0 0 28px
}

.tth-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tth-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase
}

.tth-text-link span {
    font-size: 18px;
    transition: transform .2s
}

.tth-text-link:hover span {
    transform: translateX(4px)
}

.tth-primary-btn,
.tth-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 22px;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase
}

.tth-primary-btn {
    color: #fff;
    background: linear-gradient(100deg, #3188cc, var(--tth-teal));
    box-shadow: 0 12px 25px rgba(0, 115, 139, .18)
}

.tth-secondary-btn {
    color: #39515c;
    background: #eef4f5;
    border: 1px solid #d9e4e7
}

.tth-catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px
}

.tth-catalog-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--tth-line);
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(15, 66, 79, .07);
    transition: transform .25s, box-shadow .25s, border-color .25s
}

.tth-catalog-card:hover {
    border-color: #92d8d1;
    box-shadow: 0 16px 34px rgba(15, 82, 89, .14);
    transform: translateY(-5px)
}

.tth-catalog-image {
    display: block;
    height: 235px;
    overflow: hidden;
    background: #edf2f3
}

.tth-article-image img,
.tth-catalog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .42s
}

.tth-article-card:hover .tth-article-image img,
.tth-catalog-card:hover .tth-catalog-image img {
    transform: scale(1.055)
}

.tth-catalog-body {
    padding: 18px 17px 20px;
    text-align: center
}

.tth-catalog-body h2 {
    min-height: 38px;
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase
}

.tth-catalog-body h2 a {
    color: var(--tth-ink);
    text-decoration: none
}

.tth-catalog-body p {
    margin: 0 0 14px;
    color: var(--tth-teal);
    font-size: 13px;
    font-weight: 900
}

.tth-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px
}

.tth-article-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--tth-line);
    box-shadow: 0 9px 26px rgba(16, 62, 77, .07);
    transition: transform .25s, box-shadow .25s
}

.tth-article-card:hover {
    box-shadow: 0 17px 38px rgba(16, 68, 82, .13);
    transform: translateY(-5px)
}

.tth-article-image {
    display: block;
    height: 225px;
    overflow: hidden;
    background: #eaf0f2
}

.tth-article-body {
    padding: 24px 24px 27px
}

.tth-article-body time {
    color: var(--tth-teal);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em
}

.tth-article-body h2 {
    display: -webkit-box;
    min-height: 52px;
    margin: 9px 0 10px;
    overflow: hidden;
    color: var(--tth-ink);
    font-size: 18px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.tth-article-body h2 a {
    color: inherit;
    text-decoration: none
}

.tth-article-body h2 a:hover {
    color: var(--tth-blue)
}

.tth-article-body p {
    display: -webkit-box;
    min-height: 63px;
    margin: 0 0 17px;
    overflow: hidden;
    color: var(--tth-muted);
    font-size: 13px;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.tth-pagination {
    margin-top: 42px
}

.tth-pagination:empty {
    display: none
}

.tth-pagination .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    padding: 0;
    margin: 0;
    list-style: none
}

.tth-pagination .page-link {
    display: grid;
    place-items: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    color: #4b5f68 !important;
    background: #fff;
    border: 1px solid var(--tth-line);
    text-decoration: none
}

.tth-pagination .active .page-link,
.tth-pagination .page-link:hover {
    color: #fff !important;
    background: var(--tth-teal) !important;
    border-color: var(--tth-teal) !important
}

.tth-product-detail {
    position: relative
}

.tth-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
    gap: 58px;
    align-items: start
}

.tth-detail-main {
    height: 560px;
    margin: 0;
    overflow: hidden;
    background: var(--tth-soft);
    border: 1px solid var(--tth-line)
}

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

.tth-detail-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow: auto;
    scrollbar-width: thin
}

.tth-detail-thumbs button {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    padding: 3px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--tth-line);
    cursor: pointer
}

.tth-detail-thumbs button.is-active {
    border-color: var(--tth-teal);
    box-shadow: inset 0 0 0 1px var(--tth-teal)
}

.tth-detail-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none
}

.tth-product-summary {
    padding-top: 18px
}

.tth-product-summary h2 {
    margin: 0 0 25px;
    font-size: clamp(30px, 3.3vw, 45px)
}

.tth-product-meta {
    margin: 0 0 25px;
    padding: 18px 0;
    border-block: 1px solid var(--tth-line)
}

.tth-product-meta>div {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 16px;
    padding: 7px 0
}

.tth-product-meta dt {
    color: #7b8990
}

.tth-product-meta dd {
    margin: 0;
    color: #344851;
    font-weight: 800
}

.tth-product-meta a {
    color: var(--tth-blue);
    text-decoration: none
}

.tth-detail-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    margin: 0 0 24px
}

.tth-detail-price small {
    flex: 0 0 100%;
    color: #7a8990;
    font-size: 12px
}

.tth-detail-price strong {
    color: var(--tth-teal);
    font-size: 25px
}

.tth-detail-price del {
    color: #9aa4a9;
    font-size: 14px
}

.tth-product-intro {
    max-height: 185px;
    margin-bottom: 26px;
    overflow: auto;
    color: var(--tth-muted)
}

.tth-detail-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px
}

.tth-phone-link {
    color: var(--tth-blue-dark);
    font-weight: 800;
    text-decoration: none
}

.tth-detail-content {
    margin-top: 72px;
    padding: 40px clamp(22px, 4vw, 54px);
    background: #fff;
    border: 1px solid var(--tth-line);
    box-shadow: 0 15px 42px rgba(14, 62, 78, .07)
}

.tth-detail-content>header,
.tth-section-heading {
    margin-bottom: 28px
}

.tth-contact-info h2,
.tth-detail-content h2,
.tth-section-heading h2 {
    margin: 0;
    color: #287872;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.25;
    text-transform: uppercase
}

.tth-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 24px
}

.tth-tags a {
    padding: 7px 11px;
    color: #47616c;
    background: var(--tth-soft);
    border: 1px solid var(--tth-line);
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none
}

.tth-related {
    margin-top: 80px
}

.tth-next-wrap {
    position: relative;
    z-index: 8;
    display: flex;
    justify-content: flex-end;
    margin-top: 42px;
    overflow: visible
}

.tth-next-link {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    width: min(500px, 100%);
    padding: 18px 62px 18px 20px;
    color: var(--tth-ink);
    background: linear-gradient(100deg, #f3f8f9, #eef6f6);
    border: 1px solid #d9e7e9;
    text-decoration: none;
    transition: border-color .2s, box-shadow .2s
}

.tth-next-link:hover {
    border-color: #8bd6cf;
    box-shadow: 0 13px 28px rgba(16, 80, 88, .12)
}

.tth-next-link>span:first-child {
    color: var(--tth-teal);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase
}

.tth-next-link>strong {
    grid-column: 1;
    margin-top: 5px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tth-next-link>i {
    position: absolute;
    top: 50%;
    right: 22px;
    color: var(--tth-blue);
    font-size: 24px;
    font-style: normal;
    transform: translateY(-50%)
}

.tth-next-preview {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 230px;
    padding: 8px;
    color: var(--tth-ink) !important;
    background: #fff;
    border: 1px solid var(--tth-line);
    box-shadow: 0 15px 34px rgba(14, 55, 69, .17);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .2s, transform .2s, visibility .2s
}

.tth-next-link:focus-visible .tth-next-preview,
.tth-next-link:hover .tth-next-preview {
    opacity: 1;
    visibility: visible;
    transform: none
}

.tth-next-preview img {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    object-fit: cover
}

.tth-next-preview em {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.tth-product-next-icon {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--tth-teal);
    background: #fff;
    border: 1px solid #b9ddd9;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(16, 80, 88, .12);
    transition: color .2s, background .2s, transform .2s
}

.tth-product-next-icon>svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.tth-product-next-icon:focus-visible,
.tth-product-next-icon:hover {
    color: #fff;
    background: var(--tth-teal);
    transform: translateX(3px)
}

.tth-product-next-icon:focus-visible .tth-next-preview,
.tth-product-next-icon:hover .tth-next-preview {
    opacity: 1;
    visibility: visible;
    transform: none
}

.tth-article-detail {
    max-width: 1120px;
    margin: auto
}

.tth-static-page {
    max-width: 1120px;
    margin: auto
}

.tth-article-header {
    max-width: 930px;
    margin: 0 auto 38px;
    text-align: center
}

.tth-article-header h2 {
    margin: 0;
    color: var(--tth-ink);
    font-size: clamp(32px, 4vw, 52px);
    text-transform: none
}

.tth-article-meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 17px 0 0;
    color: #809097;
    font-size: 12px
}

.tth-article-lead {
    max-width: 800px;
    margin: 22px auto 0;
    color: #52666f;
    font-size: 17px;
    line-height: 1.75
}

.tth-article-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 42px;
    align-items: start
}

.tth-article-layout.is-without-toc {
    display: block
}

.tth-article-layout.is-without-toc .tth-article-column {
    width: min(900px, 100%);
    margin: auto
}

.tth-article-column {
    min-width: 0
}

.tth-article-content {
    color: #40545e;
    font-size: 15px;
    line-height: 1.85
}

.tth-article-content h2,
.tth-article-content h3 {
    scroll-margin-top: 110px;
    color: #24444d;
    line-height: 1.35
}

.tth-article-content h2 {
    margin: 36px 0 15px;
    font-size: 27px
}

.tth-article-content h3 {
    margin: 28px 0 12px;
    font-size: 21px
}

.tth-article-content p:first-child {
    margin-top: 0
}

.tth-article-content blockquote {
    margin: 26px 0;
    padding: 18px 22px;
    color: #345b62;
    background: #eff8f7;
    border: 0;
    border-left: 4px solid var(--tth-teal)
}

.tth-toc {
    position: sticky;
    top: 105px;
    overflow: hidden;
    background: #f5faf9;
    border: 1px solid #d8e8e6;
    border-top: 4px solid var(--tth-teal)
}

.tth-toc[hidden] {
    display: none
}

.tth-toc>button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 16px 17px;
    color: #24565a;
    background: 0 0;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase
}

.tth-toc>button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: transform .2s
}

.tth-toc.is-collapsed>button svg {
    transform: rotate(-90deg)
}

.tth-toc nav {
    max-height: 430px;
    padding: 0 17px 16px;
    overflow: auto;
    transition: max-height .25s, padding .25s
}

.tth-toc.is-collapsed nav {
    max-height: 0;
    padding-block: 0
}

.tth-toc ol {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none
}

.tth-toc li.is-sub {
    padding-left: 13px
}

.tth-toc a {
    display: block;
    color: #5b6e76;
    font-size: 12px;
    line-height: 1.45;
    text-decoration: none
}

.tth-toc a.is-active,
.tth-toc a:hover {
    color: var(--tth-teal)
}

.tth-share {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid var(--tth-line)
}

.tth-article-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 48px
}

.tth-article-nav>a {
    display: flex;
    min-width: 0;
    min-height: 92px;
    align-items: center;
    gap: 14px;
    padding: 17px 19px;
    color: var(--tth-ink);
    background: #f5f9f9;
    border: 1px solid var(--tth-line);
    text-decoration: none;
    transition: border-color .2s, box-shadow .2s, transform .2s
}

.tth-article-nav>a:hover {
    border-color: #8bd6cf;
    box-shadow: 0 12px 28px rgba(16, 80, 88, .1);
    transform: translateY(-2px)
}

.tth-article-nav>a.is-next {
    justify-content: flex-end;
    text-align: right
}

.tth-article-nav i {
    flex: 0 0 auto;
    color: var(--tth-teal);
    font-size: 23px;
    font-style: normal
}

.tth-article-nav span {
    min-width: 0;
    color: var(--tth-teal);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase
}

.tth-article-nav strong {
    display: block;
    margin-top: 6px;
    overflow: hidden;
    color: var(--tth-ink);
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap
}

.tth-contact-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 58px;
    align-items: start
}

.tth-contact-info {
    padding: 38px;
    color: #dceff2;
    background: linear-gradient(145deg, #075e91, #078e8b)
}

.tth-contact-info .tth-eyebrow {
    color: #8ce6dd
}

.tth-contact-info h2 {
    margin-bottom: 24px;
    color: #fff
}

.tth-contact-info .content-ck {
    line-height: 1.75
}

.tth-contact-info a {
    color: #fff
}

.tth-contact-form {
    display: grid;
    gap: 18px;
    padding: 38px;
    background: #fff;
    border: 1px solid var(--tth-line);
    box-shadow: 0 15px 42px rgba(15, 67, 80, .09)
}

.tth-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px
}

.tth-contact-form label {
    display: grid;
    gap: 7px;
    color: #40545e;
    font-size: 12px;
    font-weight: 800
}

.tth-contact-form input,
.tth-contact-form textarea {
    width: 100%;
    padding: 13px 14px;
    color: var(--tth-ink);
    background: #f9fbfb;
    border: 1px solid #d8e3e6;
    border-radius: 0;
    font: inherit;
    font-weight: 400;
    outline: 0;
    transition: border-color .2s, box-shadow .2s
}

.tth-contact-form input {
    height: 48px
}

.tth-contact-form textarea {
    resize: vertical
}

.tth-contact-form input:focus,
.tth-contact-form textarea:focus {
    border-color: var(--tth-teal);
    box-shadow: 0 0 0 3px rgba(0, 169, 151, .1)
}

.tth-contact-form label small {
    display: none;
    color: #d43f4d;
    font-size: 11px;
    font-weight: 500
}

.tth-contact-form.is-validated :invalid {
    border-color: #d95a65
}

.tth-contact-form.is-validated label:has(:invalid) small {
    display: block
}

.tth-form-actions {
    display: flex;
    gap: 10px
}

.tth-contact-map {
    height: 430px;
    margin-top: 42px;
    overflow: hidden;
    border: 1px solid var(--tth-line)
}

.tth-contact-map iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0
}

@media(max-width:1024px) {
    .tth-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .tth-product-hero {
        grid-template-columns: 1fr 1fr;
        gap: 34px
    }

    .tth-detail-main {
        height: 470px
    }

    .tth-article-layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 28px
    }
}

@media(max-width:780px) {

    .tth-article-grid,
    .tth-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px
    }

    .tth-contact-grid,
    .tth-product-hero {
        grid-template-columns: 1fr
    }

    .tth-product-summary {
        padding-top: 0
    }

    .tth-product-next-icon {
        top: -20px
    }

    .tth-detail-main {
        height: min(620px, 82vw)
    }

    .tth-article-layout {
        grid-template-columns: 1fr
    }

    .tth-toc {
        position: relative;
        top: auto
    }

    .tth-contact-grid {
        gap: 25px
    }

    .tth-next-preview {
        display: none !important
    }
}

@media(max-width:520px) {
    .breadCrumbs {
        padding-inline: 12px
    }

    .tth-page-heading {
        margin-bottom: 34px
    }

    .tth-article-grid,
    .tth-catalog-grid {
        gap: 12px
    }

    .tth-catalog-image {
        height: 180px
    }

    .tth-catalog-body {
        padding: 14px 9px 16px
    }

    .tth-catalog-body h2 {
        font-size: 12px
    }

    .tth-article-grid {
        grid-template-columns: 1fr
    }

    .tth-product-meta>div {
        grid-template-columns: 105px 1fr
    }

    .tth-contact-form,
    .tth-contact-info,
    .tth-detail-content {
        padding: 25px 18px
    }

    .tth-form-grid {
        grid-template-columns: 1fr
    }

    .tth-form-actions {
        flex-direction: column
    }

    .tth-next-link {
        padding-right: 48px
    }

    .tth-next-link>i {
        right: 16px
    }

    .tth-next-preview {
        right: 0
    }

    .tth-article-meta {
        flex-wrap: wrap;
        gap: 8px 16px
    }

    .tth-article-nav {
        gap: 9px;
        margin-top: 34px
    }

    .tth-article-nav>a {
        min-height: 74px;
        gap: 8px;
        padding: 12px 10px
    }

    .tth-article-nav strong {
        font-size: 11px
    }

    .tth-contact-map {
        height: 330px
    }
}

@media(hover:none) {
    .tth-next-preview {
        display: none !important
    }
}

@media(prefers-reduced-motion:reduce) {

    .tth-article-card,
    .tth-article-image img,
    .tth-article-nav>a,
    .tth-catalog-card,
    .tth-catalog-image img,
    .tth-next-link,
    .tth-next-preview,
    .tth-product-next-icon,
    .tth-text-link span,
    .tth-toc nav,
    .tth-toc svg {
        transition: none !important
    }
}

@media (min-width:1200px) {
    .container-custom {
        max-width: 100%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .container-custom {
        max-width: 980px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container-custom {
        max-width: 760px
    }
}

@media only screen and (max-width:991px) {
    .top-cart {
        margin-bottom: 2rem
    }

    .comment-item-poster {
        width: auto;
        margin-right: 0;
        margin-bottom: .5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .comment-item-letter {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin-bottom: 0
    }

    .comment-item-name {
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px
    }

    .comment-item-information {
        width: 100%
    }

    .menu {
        display: none
    }

    .menu-res {
        display: block
    }
}

@media only screen and (max-width:575px) {

    .name-procart a,
    .procart-label {
        font-size: 13px
    }
}

@media only screen and (max-width:767px) {
    .quantity-procart {
        text-align: right
    }

    .procart-label .quantity-procart p:last-child {
        display: block
    }

    .procart-label .quantity-procart p:first-child {
        display: none
    }

    .price-procart-rp {
        display: block
    }

    .price-procart {
        display: none
    }

    .row-album {
        margin: 0 -7px
    }

    .col-album {
        padding: 0 7px
    }
}

@media only screen and (min-width:768px) {
    .procart-label .quantity-procart p:first-child {
        display: block
    }

    .procart-label .quantity-procart p:last-child {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .comment-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:1024px) {
    .contact-input {
        margin-bottom: 15px
    }

    .flex-cus,
    .row-20,
    .row-video {
        margin-left: -5px;
        margin-right: -5px
    }

    .col-20,
    .mg-cus,
    .mg-video {
        padding-left: 5px;
        padding-right: 5px
    }

    .content-text img {
        height: auto !important
    }

    .mg-top {
        margin-top: 2rem
    }

    .mg-bottom {
        margin-bottom: 2rem
    }

    .title-detail-main {
        font-size: 20px
    }

    .cart-fixed {
        bottom: 220px
    }

    .toolbar,
    .toolbar-app {
        display: block
    }


    .cart-pro-detail {
        width: 100%;
        margin-top: 10px
    }

    .pad-bottom {
        padding-bottom: 2rem !important
    }

    .pad-top {
        padding-top: 2rem !important
    }

    .padding-top-bottom {
        padding: 2rem 0 !important
    }

    .menu {
        display: none
    }

    .menu-res {
        display: block
    }

    .product-tool {
        opacity: 1;
        visibility: visible;
        position: initial
    }

    .product-tool a span {
        display: none
    }

    .head-bottom {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
        padding: 5px 10px
    }

    .show-toolbar {
        padding-top: 70px;
        transition: .7s
    }

    .hidden-toolbar {
        padding-top: 0;
        transition: .7s
    }

    .hidden-toolbar .toolbar-app {
        transform: translateY(120%);
        transition: .7s
    }

    .hidden-toolbar .head-bottom {
        transform: translateY(-120%);
        transition: .7s
    }

    .show-toolbar .head-bottom,
    .show-toolbar .toolbar-app {
        transform: translateY(0);
        transition: .7s
    }

    .right-head {
        display: flex
    }

    .banner-head,
    .hotline-head {
        display: none
    }

    .logo-head img {
        max-height: 60px
    }

    .head-top {
        display: none
    }

    .check-toolbar {
        display: block
    }
}

@media (max-width:992px) {
    .othernews {
        position: initial
    }

    .footer-title:after {
        width: 100%
    }

    #fanpage-facebook {
        overflow: hidden
    }

    .footer-news:first-child {
        width: 100%;
        margin-bottom: 20px
    }

    .footer-news:nth-child(2),
    .footer-news:nth-child(3),
    .footer-news:nth-child(4) {
        width: 48%
    }

    .time-news {
        display: none
    }

    .copyright,
    .footer-copyright,
    .statistic {
        width: 100%;
        text-align: center
    }

    .footer-statistic {
        width: 100%;
        text-align: center;
        margin-top: 5px
    }

    .left-intro {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0
    }

    .right-intro {
        width: 100%
    }

    .left-account {
        display: none
    }

    .right-account {
        width: 100%
    }
}

@media (max-width:768px) {

    .left-pro-detail,
    .right-pro-detail {
        width: 100%;
        margin: 0
    }

    .left-pro-detail,
    .top-contact .article-contact {
        margin-bottom: 30px
    }

    .pic-news {
        width: 160px
    }

    .info-news {
        width: calc(100% - 160px);
        padding-left: 10px
    }

    .name-news {
        font-size: 15px
    }

    .desc-news.text-split {
        -webkit-line-clamp: 2
    }

    .price-procart-rp {
        display: block
    }

    .quantity-procart {
        display: flex;
        align-items: flex-end;
        flex-direction: column
    }
}

@media (max-width:576px) {
    .toast-cus {
        left: 5px;
        width: calc(100% - 10px)
    }

    .box-readmore {
        width: calc(100% - 5px)
    }

    .newshome-scroll {
        width: 100%
    }

    .newshome-intro {
        width: 100%;
        margin-bottom: 20px
    }

    .top-contact .form-contact .button-contact .file-contact span b {
        max-width: 105px
    }

    .cart-pro-detail {
        flex-wrap: wrap
    }

    .cart-pro-detail a {
        width: 100%;
        text-align: center;
        margin: 0 !important
    }

    .cart-pro-detail a:first-child {
        margin-bottom: 5px !important
    }

    .installment-product,
    .properties-procart {
        font-size: 13px
    }

    .order-price p {
        width: 100%
    }

    .product-item {
        grid-template-columns: 50px auto 20%;
        grid-gap: 10px
    }

    .product-item__info {
        gap: 0;
        font-size: 13px
    }

    .list .order-item {
        padding: 15px
    }

    .list>.order-item .total-price_wrapper {
        font-size: 14px
    }

    .list>.order-item .total-price_wrapper .total-price {
        font-size: 15px
    }

    .list>.order-item .link>a,
    .ngaymua {
        font-size: 13px
    }

    .list>.order-item>.item-content {
        flex-wrap: wrap
    }

    .pro-history {
        width: 100%
    }

    .total-price_wrapper {
        width: 100%;
        margin-bottom: 0;
        margin-top: 10px
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden
    }

    .video-container embed,
    .video-container iframe,
    .video-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .row-album,
    .row-news,
    .row-product,
    .row-service,
    .row-video {
        margin: 0 -7px
    }

    .col-album,
    .col-news,
    .col-product,
    .col-service,
    .col-video {
        padding: 0 7px;
        margin-bottom: 20px
    }
}

@media (max-width:400px) {

    .col-album,
    .col-news,
    .col-service,
    .col-video {
        flex: 0 0 100%;
        max-width: 100%
    }

    .pic-news {
        width: 100%;
        margin-bottom: 10px
    }

    .info-news {
        width: 100%;
        padding-left: 0
    }
}

@media (max-width:370px) {
    .col-product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.tth-header,
.tth-header * {
    box-sizing: border-box
}

.tth-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 98px
}

.is-home .tth-header {
    height: 98px
}

.tth-site-nav {
    position: relative;
    z-index: 1;
    color: #fff;
    background: linear-gradient(90deg, rgba(38, 108, 169, .97), rgba(0, 139, 130, .96));
    border-bottom: 1px solid rgba(255, 255, 255, .24);
    backdrop-filter: blur(6px)
}

.tth-nav-inner {
    position: relative;
    width: min(1240px, calc(100% - 48px));
    height: 98px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 30px
}

.tth-brand {
    position: relative;
    z-index: 8;
    width: 152px;
    height: 85px;
    flex: none;
    display: flex;
    align-items: center
}

.tth-brand img {
    width: 144px;
    height: 82px;
    object-fit: contain
}

.tth-menu,
.tth-submenu {
    margin: 0;
    padding: 0;
    list-style: none
}

.tth-menu a {
    text-decoration: none
}

.tth-submenu-toggle {
    display: none
}

.tth-desktop-nav {
    margin-left: auto;
    align-self: stretch
}

.tth-desktop-nav>.tth-menu {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px
}

.tth-desktop-nav .tth-menu>li {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.tth-desktop-nav .tth-menu>li>a {
    position: relative;
    padding: 37px 0 34px;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .02em;
    white-space: nowrap;
    text-transform: uppercase
}

.tth-desktop-nav .tth-menu>li>a::before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 27px;
    left: 0;
    height: 2px;
    background: #77eee3;
    transition: right .18s
}

.tth-desktop-nav .tth-menu>li:hover>a,
.tth-desktop-nav .tth-menu>li>a:is(:hover, .is-active) {
    color: #fff
}

.tth-desktop-nav .tth-menu>li:hover>a::before,
.tth-desktop-nav .tth-menu>li>a:is(:hover, .is-active)::before {
    right: 0
}

.tth-desktop-nav .has-submenu>a {
    display: flex;
    align-items: center;
    gap: 7px
}

.tth-desktop-nav .has-submenu>a::after {
    content: "";
    width: 6px;
    height: 6px;
    border: solid currentColor;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg)
}

.tth-desktop-nav .tth-menu>.has-submenu>a::after {
    display: none
}

.tth-desktop-nav .tth-submenu {
    position: absolute;
    z-index: 2;
    min-width: 245px;
    padding: 0;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 30, 48, .2);
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s, transform .18s, visibility .18s
}

.tth-desktop-nav .tth-menu>li>.tth-submenu {
    top: 100%;
    left: -18px;
    transform: translateY(8px)
}

.tth-desktop-nav .tth-submenu li {
    position: relative
}

.tth-desktop-nav .tth-submenu li>.tth-submenu {
    top: 0;
    left: 100%;
    transform: translateX(8px)
}

.tth-desktop-nav .tth-menu>li:nth-last-child(-n+2) .tth-submenu li>.tth-submenu {
    right: 100%;
    left: auto
}

.tth-desktop-nav li:is(:hover, :focus-within)>.tth-submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(0)
}

.tth-desktop-nav .tth-submenu a {
    min-height: 43px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #263744;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    white-space: nowrap;
    border-bottom: 1px solid #edf1f3;
    transition: color .18s, background .18s
}

.tth-desktop-nav .tth-submenu li:last-child>a {
    border-bottom: 0
}

.tth-desktop-nav .tth-submenu a:focus-visible,
.tth-desktop-nav .tth-submenu a:hover {
    color: #007c73;
    background: #edf9f7
}

.tth-nav-phone {
    min-width: 182px;
    padding-left: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.tth-nav-phone small {
    margin-bottom: 3px;
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase
}

.tth-phone-icon {
    width: 38px;
    height: 38px;
    flex: none;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
    transform: rotate(-4deg)
}

.tth-mobile-toggle {
    position: relative;
    z-index: 8;
    min-width: 94px;
    height: 42px;
    margin-left: auto;
    padding: 0 14px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #0d1e32;
    background: #fff;
    border: 1px solid #cfd6df;
    border-radius: 999px;
    cursor: pointer
}

.tth-menu-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase
}

.tth-menu-icon {
    position: relative;
    width: 24px;
    height: 14px;
    flex: 0 0 24px
}

.tth-menu-icon i {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    display: block;
    background: #00a99d;
    border-radius: 2px;
    transform-origin: center;
    transition: transform .25s, opacity .2s
}

.tth-menu-icon i:first-child {
    top: 1px
}

.tth-menu-icon i:nth-child(2) {
    top: 6px
}

.tth-menu-icon i:last-child {
    top: 11px
}

.tth-mobile-toggle[aria-expanded=true] .tth-menu-icon i:first-child {
    transform: translateY(5px) rotate(45deg)
}

.tth-mobile-toggle[aria-expanded=true] .tth-menu-icon i:nth-child(2) {
    opacity: 0;
    transform: scaleX(0)
}

.tth-mobile-toggle[aria-expanded=true] .tth-menu-icon i:last-child {
    transform: translateY(-5px) rotate(-45deg)
}

.tth-mobile-menu,
.tth-mobile-menu * {
    box-sizing: border-box
}

.tth-mobile-menu {
    --menu-accent: #00a99d;
    --menu-blue: #176bb2;
    position: fixed;
    z-index: 10000;
    inset: 0;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear .58s
}

.tth-mobile-menu.is-open {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s
}

.tth-mobile-backdrop {
    position: absolute;
    inset: 0;
    background: #0c1015;
    opacity: 0;
    transition: opacity .28s .24s
}

.tth-mobile-menu.is-open .tth-mobile-backdrop {
    opacity: 1;
    transition-delay: 0s
}

.tth-mobile-panel {
    position: relative;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 8px;
    transition: transform .56s cubic-bezier(.65, 0, .35, 1);
    will-change: transform
}

.tth-mobile-panel--primary {
    min-height: 0;
    flex: 1 1 auto;
    overflow: hidden;
    color: #0c1015;
    background: #fff;
    transform: translateX(-100%)
}

.tth-mobile-panel--contact {
    min-height: 146px;
    flex: 0 0 auto;
    overflow: hidden;
    color: #fff;
    background: var(--menu-blue);
    transform: translateX(100%)
}

.tth-mobile-menu.is-open .tth-mobile-panel {
    transform: translateX(0)
}

.tth-mobile-scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin
}

.tth-mobile-links {
    min-height: 100%;
    padding: 98px 24px 28px
}

.tth-mobile-links>.tth-menu>li {
    position: relative;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .32s, transform .32s
}

.tth-mobile-menu.is-open .tth-mobile-links>.tth-menu>li {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s
}

.tth-mobile-menu.is-open .tth-mobile-links>.tth-menu>li:nth-child(2) {
    transition-delay: .24s
}

.tth-mobile-menu.is-open .tth-mobile-links>.tth-menu>li:nth-child(3) {
    transition-delay: .28s
}

.tth-mobile-menu.is-open .tth-mobile-links>.tth-menu>li:nth-child(4) {
    transition-delay: .32s
}

.tth-mobile-menu.is-open .tth-mobile-links>.tth-menu>li:nth-child(5) {
    transition-delay: .36s
}

.tth-mobile-menu.is-open .tth-mobile-links>.tth-menu>li:nth-child(6) {
    transition-delay: .4s
}

.tth-mobile-menu.is-open .tth-mobile-links>.tth-menu>li:nth-child(7) {
    transition-delay: .44s
}

.tth-mobile-links>.tth-menu>li+li {
    margin-top: 15px
}

.tth-mobile-links>.tth-menu>li>a {
    display: block;
    padding: 0 34px 0 0;
    color: #0c1015;
    font-size: clamp(23px, 6.5vw, 29px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.025em
}

.tth-mobile-links a:is(:hover, .is-active) {
    color: var(--menu-accent)
}

.tth-mobile-links .has-submenu {
    position: relative
}

.tth-mobile-links .tth-submenu {
    max-height: 0;
    padding-left: 18px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height .34s, opacity .25s, margin .34s, visibility 0s linear .34s
}

.tth-mobile-links .is-open>.tth-submenu {
    max-height: 900px;
    margin-top: 14px;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.tth-mobile-links .tth-submenu li {
    position: relative
}

.tth-mobile-links .tth-submenu li+li {
    margin-top: 9px
}

.tth-mobile-links .tth-submenu a {
    display: block;
    padding-right: 32px;
    color: #435064;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -.01em
}

.tth-mobile-links .tth-submenu .tth-submenu {
    padding-left: 14px
}

.tth-mobile-links .tth-submenu .tth-submenu a {
    font-size: 15px
}

.tth-mobile-links .tth-submenu-toggle {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: grid;
    place-items: center;
    color: #0c1015;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.tth-mobile-links .tth-submenu .tth-submenu-toggle {
    width: 22px;
    height: 22px;
    color: #435064
}

.tth-mobile-links .tth-submenu-toggle span,
.tth-mobile-links .tth-submenu-toggle span::after {
    width: 14px;
    height: 2px;
    display: block;
    background: currentColor;
    border-radius: 2px;
    transition: transform .25s
}

.tth-mobile-links .tth-submenu-toggle span {
    position: relative
}

.tth-mobile-links .tth-submenu-toggle span::after {
    content: "";
    position: absolute;
    transform: rotate(90deg)
}

.tth-mobile-links .is-open>.tth-submenu-toggle span::after {
    transform: rotate(0)
}

.tth-mobile-contact {
    min-height: 142px;
    padding: 23px 24px max(22px, env(safe-area-inset-bottom));
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px
}

.tth-mobile-contact span {
    margin-bottom: 6px;
    display: block;
    color: rgba(255, 255, 255, .66);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .12em;
    text-transform: uppercase
}

.tth-mobile-contact div>a {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.015em;
    text-decoration: none;
    white-space: nowrap
}

.tth-mobile-contact-link {
    max-width: 142px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none
}

.tth-mobile-contact-link i {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%
}

.tth-menu-open {
    overflow: hidden;
    touch-action: none
}

.tth-menu-open .tth-header {
    z-index: 10002
}

.tth-menu-open .tth-site-nav {
    border-bottom-color: transparent;
    box-shadow: none
}

.tth-header a:focus-visible,
.tth-mobile-menu a:focus-visible,
.tth-mobile-menu button:focus-visible,
.tth-mobile-toggle:focus-visible {
    outline: rgba(0, 169, 157, .28) solid 3px;
    outline-offset: 3px
}

@media (max-width:1180px) {
    .tth-nav-phone {
        display: none
    }
}

@media (min-width:1025px) {
    .tth-mobile-menu {
        display: none
    }
}

@media (max-width:1024px) {

    .is-home .tth-header,
    .tth-header {
        height: 72px
    }

    .tth-site-nav {
        color: #0d1e32;
        background: #fff;
        border-bottom: 2px solid #176bb2;
        backdrop-filter: none
    }

    .tth-nav-inner {
        width: min(760px, calc(100% - 40px));
        height: 72px
    }

    .tth-brand,
    .tth-brand img {
        width: 118px;
        height: 64px
    }

    .tth-desktop-nav {
        display: none
    }

    .tth-mobile-toggle {
        display: flex
    }
}

@media (max-width:575px) {
    .tth-nav-inner {
        width: calc(100% - 32px)
    }

    .tth-mobile-links {
        padding: 88px 20px 24px
    }

    .tth-mobile-links>.tth-menu>li+li {
        margin-top: 13px
    }

    .tth-mobile-panel--contact {
        min-height: 132px
    }

    .tth-mobile-contact {
        min-height: 128px;
        padding-right: 20px;
        padding-left: 20px;
        gap: 14px
    }

    .tth-mobile-contact div>a {
        font-size: 17px
    }

    .tth-mobile-contact-link {
        max-width: 124px;
        font-size: 11px
    }

    .tth-mobile-toggle {
        min-width: 88px;
        height: 40px;
        padding: 0 12px
    }
}

@media (max-width:400px) {

    .tth-brand,
    .tth-brand img {
        width: 108px;
        height: 58px
    }
}

@media (max-height:650px) and (max-width:1024px) {
    .tth-mobile-links {
        padding-top: 78px
    }

    .tth-mobile-links>.tth-menu>li+li {
        margin-top: 10px
    }

    .tth-mobile-links>.tth-menu>li>a {
        font-size: 21px
    }

    .tth-mobile-links .tth-submenu a {
        font-size: 16px
    }

    .tth-mobile-panel--contact {
        min-height: 112px
    }

    .tth-mobile-contact {
        min-height: 108px;
        padding-top: 16px;
        padding-bottom: max(16px, env(safe-area-inset-bottom))
    }
}

.is-home {
    margin: 0
}

.tth-hero,
.tth-hero * {
    box-sizing: border-box
}

.tth-hero {
    position: relative;
    height: 100svh;
    min-height: 720px;
    max-height: 920px;
    overflow: hidden;
    color: #fff;
    background: #052942
}

.tth-hero-slide,
.tth-hero-slider,
.tth-hero-slider .slick-list,
.tth-hero-slider .slick-track {
    height: 100%
}

.tth-hero-slider:not(.slick-initialized) .tth-hero-slide:not(:first-child) {
    display: none
}

.tth-hero-slide {
    position: relative;
    overflow: hidden
}

.tth-hero-slide::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .13) 50%, transparent 65%);
    transform: translateX(-115%)
}

.tth-hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.tth-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 22, 39, .73), rgba(0, 40, 74, .33) 45%, rgba(0, 20, 36, .58)), linear-gradient(rgba(0, 0, 0, .22), rgba(0, 28, 51, .3))
}

.tth-hero-copy {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: min(1120px, calc(100% - 48px));
    text-align: center;
    transform: translate(-50%, -34%)
}

.tth-hero-title {
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 5.4vw, 76px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-shadow: 0 6px 34px rgba(0, 0, 0, .25)
}

.tth-hero-description {
    max-width: 950px;
    margin: 22px auto 0;
    color: #fff;
    font-size: clamp(15px, 1.55vw, 20px);
    line-height: 1.55;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .35)
}

.tth-hero-copy>* {
    opacity: 0;
    transform: translateY(32px)
}

.tth-hero-slider:not(.slick-initialized) .tth-hero-slide:first-child .tth-hero-copy>* {
    opacity: 1;
    transform: none
}

.tth-hero-slider .is-current::after {
    animation: 1.1s .08s both tthHeroSweep
}

.tth-hero-slider .is-current .tth-hero-title {
    animation: .82s .18s both tthTitleReveal
}

.tth-hero-slider .is-current .tth-hero-description {
    animation: .78s .4s both tthDescriptionReveal
}

.tth-hero-slider.slick-initialized .is-current.is-zoom-in .tth-hero-image {
    animation: 7s ease-out both tthHeroZoomIn
}

.tth-hero-slider.slick-initialized .is-current.is-pan-left .tth-hero-image {
    animation: 7s ease-out both tthHeroPanLeft
}

.tth-hero-slider.slick-initialized .is-current.is-pan-right .tth-hero-image {
    animation: 7s ease-out both tthHeroPanRight
}

.tth-hero .slick-dots {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 34px;
    left: 0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none
}

.tth-hero .slick-dots button {
    width: 22px;
    height: 3px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, .45);
    border: 0;
    transition: width .2s, background .2s
}

.tth-hero .slick-dots .slick-active button {
    width: 40px;
    background: #77eee3
}

.tth-hero-nav {
    position: absolute;
    z-index: 4;
    top: 50%;
    right: 34px;
    left: 34px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%)
}

.tth-hero-nav button {
    display: grid;
    width: 50px;
    height: 50px;
    padding: 0;
    place-items: center;
    color: #fff;
    background: rgba(3, 43, 70, .28);
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    backdrop-filter: blur(5px);
    transition: color .2s, background .2s, border-color .2s, transform .2s
}

.tth-hero-nav button:focus-visible,
.tth-hero-nav button:hover {
    color: #053d62;
    background: #fff;
    border-color: #fff;
    transform: scale(1.07)
}

.tth-hero-nav svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

@keyframes tthTitleReveal {
    from {
        opacity: 0;
        clip-path: inset(0 0 100%);
        transform: translateY(38px)
    }

    to {
        opacity: 1;
        clip-path: inset(0);
        transform: none
    }
}

@keyframes tthDescriptionReveal {
    from {
        opacity: 0;
        transform: translateX(-34px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes tthHeroSweep {
    from {
        transform: translateX(-115%)
    }

    to {
        transform: translateX(115%)
    }
}

@keyframes tthHeroZoomIn {
    from {
        transform: scale(1.015)
    }

    to {
        transform: scale(1.085)
    }
}

@keyframes tthHeroPanLeft {
    from {
        transform: scale(1.09) translateX(2.2%)
    }

    to {
        transform: scale(1.09) translateX(-2.2%)
    }
}

@keyframes tthHeroPanRight {
    from {
        transform: scale(1.09) translateX(-2.2%)
    }

    to {
        transform: scale(1.09) translateX(2.2%)
    }
}

@media (max-width:780px) {
    .is-home .tth-header {
        margin-bottom: 0
    }

    .tth-hero {
        height: auto;
        min-height: 0;
        max-height: none
    }

    .tth-hero-slide,
    .tth-hero-slider,
    .tth-hero-slider .slick-slide,
    .tth-hero-slider .slick-track {
        height: auto !important
    }

    .tth-hero-slider .slick-list {
        height: auto
    }

    .tth-hero-image {
        height: auto;
        object-fit: contain
    }

    .tth-hero-copy {
        width: calc(100% - 110px);
        transform: translate(-50%, -50%)
    }

    .tth-hero-title {
        font-size: clamp(20px, 5.5vw, 30px)
    }

    .tth-hero-description {
        display: -webkit-box;
        max-width: 560px;
        margin-top: 8px;
        overflow: hidden;
        font-size: 12px;
        line-height: 1.4;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

    .tth-hero-slider .is-current .tth-hero-image {
        animation: none !important;
        transform: none !important
    }

    .tth-hero-slide::after {
        display: none
    }

    .tth-hero-nav {
        top: 50%;
        right: 10px;
        bottom: auto;
        left: 10px;
        transform: translateY(-50%)
    }

    .tth-hero .slick-dots {
        bottom: 8px
    }
}

@media (max-width:560px) {
    .tth-hero-copy {
        width: calc(100% - 92px)
    }

    .tth-hero-title {
        font-size: clamp(17px, 5vw, 22px)
    }

    .tth-hero-description {
        margin-top: 5px;
        font-size: 10px;
        line-height: 1.35
    }

    .tth-hero .slick-dots {
        bottom: 6px
    }

    .tth-hero-nav {
        right: 8px;
        left: 8px
    }

    .tth-hero-nav button {
        width: 34px;
        height: 34px
    }
}

@media (prefers-reduced-motion:reduce) {

    .tth-mobile-menu,
    .tth-mobile-menu *,
    .tth-mobile-panel,
    .tth-mobile-toggle * {
        transition-duration: .01ms !important
    }

    .tth-hero-copy>*,
    .tth-hero-slider .is-current .tth-hero-image {
        opacity: 1;
        animation: none;
        transform: none
    }

    .tth-hero-slider .is-current::after {
        display: none
    }
}

.tth-home-section {
    position: relative;
    padding: 100px 10px
}

.tth-home-container {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 20px));
    margin: auto
}

.tth-home-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center
}

.tth-home-heading h2,
.tth-news-heading h2,
.tth-products-heading h2 {
    margin: 0;
    color: #004f91;
    font-size: clamp(34px, 3.7vw, 50px);
    font-weight: 900;
    line-height: 1.2
}

.tth-home-heading h2::after {
    content: "";
    display: block;
    width: 82px;
    height: 5px;
    margin: 16px auto 0;
    background: repeating-linear-gradient(135deg, #00a99d 0 5px, transparent 5px 8px)
}

.tth-home-heading p {
    margin: 12px 0 0;
    color: #66717b;
    font-size: 15px
}

.tth-home-heading.is-light h2,
.tth-home-heading.is-light p {
    color: #fff
}

.tth-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 11px 22px;
    color: #fff;
    background: linear-gradient(135deg, #2782c7, #00a997);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
    text-decoration: none
}

.tth-visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.tth-home-empty {
    padding: 30px;
    text-align: center;
    color: #66717b;
    background: #fff
}

@media(max-width:980px) {
    .tth-home-section {
        padding: 90px 0
    }
}

@media(max-width:780px) {
    .tth-home-container {
        width: min(660px, calc(100% - 20px))
    }
}

@media(max-width:560px) {
    .tth-home-section {
        padding: 76px 0
    }

    .tth-home-heading {
        margin-bottom: 38px
    }
}

.tth-about {
    position: relative;
    overflow: hidden;
    background: #fff
}

.tth-about-inner {
    display: flex
}

.tth-about-copy,
.tth-about-media {
    position: relative;
    overflow: hidden;
    width: 50%
}

.tth-about-copy {
    display: flex;
    align-items: start;
    justify-content: end;
    color: #fff;
    background-color: #348bd0
}

.tth-about-copy::after {
    position: absolute;
    right: -30%;
    bottom: -60%;
    width: 760px;
    height: 760px;
    border: 8px solid rgba(133, 216, 245, .2);
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 10px rgba(142, 224, 249, .18);
    pointer-events: none
}

.tth-about-content {
    position: relative;
    z-index: 1;
    max-width: 610px;
    padding: 50px 50px 50px 10px
}

.content_desc_gioithieu p {
    line-height: 1.75
}

.tth-about-heading span {
    display: block;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.01em;
    font-family: Georgia, "Times New Roman", serif;
    text-transform: uppercase
}

.tth-about-heading span::after {
    display: block;
    width: 58px;
    height: 3px;
    margin-top: 17px;
    background: #76f1e8;
    content: ""
}

.tth-about-brand {
    margin: 22px 0 16px;
    color: #cafff7;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase
}

.content_desc_gioithieu ul {
    display: grid;
    gap: 12px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none
}

.content_desc_gioithieu ul li {
    position: relative;
    padding-left: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45
}

.content_desc_gioithieu ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #74f5e7;
    font-size: 16px;
    font-weight: 500;
    content: "✓"
}

.tth-about-link {
    display: inline-flex;
    min-width: 130px;
    min-height: 46px;
    margin-top: 31px;
    padding: 11px 18px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    background: #02b8a6;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s, transform .2s
}

.tth-about-link:hover {
    color: #fff;
    background: #009f91;
    transform: translateY(-2px)
}

.tth-about-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s
}

.tth-about-link:hover svg {
    transform: translateX(4px)
}

.tth-about-media {
    display: grid;
    place-items: center;
    min-width: 0;
    padding: 62px 48px 76px;
    background-color: #eaf9fb
}

.tth-about-visual {
    position: relative;
    width: min(100%, 520px);
    margin: 0
}

.tth-about-visual img {
    display: block;
    width: 100%;
    max-height: 500px;
    object-fit: contain
}

.content_desc_gioithieu>:first-child {
    margin-top: 0
}

.content_desc_gioithieu>:last-child {
    margin-bottom: 0
}

.content_desc_gioithieu img {
    max-width: 100%;
    height: auto !important
}

.tth-about-badge {
    position: absolute;
    z-index: 2;
    left: 7%;
    bottom: 10px;
    min-width: 184px;
    padding: 18px 20px;
    color: #fff;
    background: linear-gradient(100deg, #258fd1, #08afa3);
    box-shadow: 0 12px 25px rgba(14, 110, 139, .18)
}

.tth-about-badge span,
.tth-about-badge strong {
    display: block
}

.tth-about-badge strong {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase
}

.tth-about-badge span {
    margin-top: 6px;
    font-size: 11px;
    font-weight: 600
}

@media(max-width:1100px) {
    .tth-about-inner {
        min-height: 610px
    }

    .tth-about-content {
        width: calc(100% - 54px)
    }

    .tth-about-copy h2 {
        font-size: 36px
    }

    .tth-about-description {
        font-size: 15px
    }

    .tth-about-media {
        padding-inline: 28px
    }
}

@media(max-width:900px) {
    .tth-about-inner {
        min-height: 0;
        flex-direction: column
    }

    .tth-about-copy,
    .tth-about-media {
        width: 100%
    }

    .tth-about-copy {
        display: block;
        padding: 0
    }

    .tth-about-content {
        width: 100%;
        max-width: none;
        padding: 46px max(22px, calc((100% - 720px)/ 2)) 50px
    }

    .tth-about-heading span {
        font-size: 38px
    }

    .tth-about-copy h2 {
        font-size: 36px
    }

    .tth-about-media {
        min-height: 0;
        padding: 46px 25px 76px
    }

    .tth-about-badge {
        right: 20px;
        left: auto
    }
}

@media(max-width:430px) {
    .tth-about-copy {
        padding: 0
    }

    .tth-about-content {
        padding: 38px 18px 44px
    }

    .tth-about-heading span {
        font-size: 35px
    }

    .tth-about-brand {
        margin-top: 18px
    }

    .tth-about-copy h2 {
        font-size: 31px
    }

    .tth-about-description {
        margin-top: 22px;
        font-size: 14px
    }

    .tth-about-criteria {
        margin-top: 22px
    }

    .tth-about-media {
        min-height: 0;
        padding: 36px 16px 70px
    }

    .tth-about-visual img {
        max-height: 360px
    }

    .tth-about-badge {
        right: 12px;
        left: auto;
        min-width: 174px;
        padding: 15px 16px
    }
}

@media(prefers-reduced-motion:reduce) {

    .tth-about-link,
    .tth-about-link svg {
        transition: none
    }
}

.tth-why {
    overflow: hidden;
    background: #fff
}

.tth-why-heading {
    position: relative;
    margin-bottom: 6rem;
    text-align: center
}

.tth-why-heading h2 {
    position: relative;
    margin: 0;
    color: #3e8dd8;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2
}

.tth-why-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px minmax(0, 1fr);
    grid-template-rows: repeat(3, 130px);
    align-items: center;
    gap: 15px;
    min-height: 430px
}

.tth-criterion {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
    color: #17242d;
    text-decoration: none
}

.tth-criterion:nth-child(3) {
    margin-right: 40px
}

.tth-criterion:nth-child(4) {
    margin-left: 40px
}

.tth-criterion:nth-child(odd) {
    grid-column: 1;
    flex-direction: row-reverse;
    text-align: right
}

.tth-criterion:nth-child(2n) {
    grid-column: 3;
    text-align: left
}

.tth-criterion:first-child,
.tth-criterion:nth-child(2) {
    grid-row: 1
}

.tth-criterion:nth-child(3),
.tth-criterion:nth-child(4) {
    grid-row: 2
}

.tth-criterion:nth-child(5),
.tth-criterion:nth-child(6) {
    grid-row: 3
}

.tth-criterion-icon {
    position: relative;
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    color: #3e8dd8;
    background: linear-gradient(180deg, rgba(62, 142, 216, .2), #fff 70%);
    border: 1px solid #3e8dd8;
    border-radius: 50%;
    transform-style: preserve-3d;
    transition: transform .7s, box-shadow .25s
}

.tth-criterion-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain
}

.tth-criterion:hover .tth-criterion-icon {
    transform: rotateY(180deg);
    box-shadow: 0 10px 24px rgba(62, 142, 216, .2)
}

.tth-criterion-info {
    min-width: 0;
    flex: 1
}

.tth-criterion-info>span {
    display: block;
    margin-bottom: 3px;
    color: #d2d5d6;
    font-size: 48px;
    font-weight: 900;
    line-height: .82
}

.tth-criterion-info h3 {
    margin: 0;
    color: #152027;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase
}

.tth-criterion-info p {
    display: -webkit-box;
    overflow: hidden;
    margin: 9px 0 0;
    color: #4e5b63;
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.tth-criterion-info:hover h3,
.tth-criterion-info:hover p,
.tth-criterion-info:hover span {
    color: #3e8dd8
}

.tth-why-center {
    position: relative;
    z-index: 2;
    grid-column: 2;
    grid-row: 1/4;
    align-self: center;
    width: 410px;
    height: 410px;
    margin: 0;
    display: grid;
    place-items: center;
    border: 2px solid #3e8ed8b4;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 24px #3e8ed8b4
}

.tth-why-center::after {
    content: "";
    position: absolute;
    inset: -12px;
    border: 2px dashed #3e8ed8b4;
    border-radius: 50%;
    animation: 18s linear infinite tth-ring
}

.tth-why-center>span {
    position: absolute;
    inset: -20px;
    border: 2px solid transparent;
    border-top-color: #2782c7;
    border-bottom-color: #2782c7;
    border-radius: 50%;
    animation: 12s linear infinite reverse tth-ring
}

.tth-why-center img {
    position: relative;
    z-index: 2;
    object-fit: contain
}

@keyframes tth-ring {
    to {
        transform: rotate(360deg)
    }
}

@media(max-width:1100px) {
    .tth-why-grid {
        grid-template-columns: minmax(0, 1fr) 330px minmax(0, 1fr);
        gap: 12px 22px
    }

    .tth-why-center {
        width: 330px;
        height: 330px
    }

    .tth-criterion {
        gap: 12px
    }

    .tth-criterion-icon {
        flex-basis: 78px;
        width: 78px;
        height: 78px
    }

    .tth-criterion-icon svg {
        width: 40px;
        height: 40px
    }

    .tth-criterion-info>span {
        font-size: 38px
    }

    .tth-criterion-info h3 {
        font-size: 14px
    }

    .tth-criterion-info p {
        font-size: 12px
    }
}

@media(max-width:860px) {
    .tth-why-heading {
        min-height: 0;
        margin-bottom: 45px
    }

    .tth-why-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 18px
    }

    .tth-why-center {
        grid-column: 1/3;
        grid-row: 1;
        width: 330px;
        height: 330px;
        margin: 0 auto 22px
    }

    .tth-criterion:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
        margin: 0;
        flex-direction: row;
        text-align: left
    }

    .tth-criterion:nth-child(odd) {
        grid-column: 1
    }

    .tth-criterion:nth-child(2n) {
        grid-column: 2
    }

    .tth-criterion:first-child,
    .tth-criterion:nth-child(2) {
        grid-row: 2
    }

    .tth-criterion:nth-child(3),
    .tth-criterion:nth-child(4) {
        grid-row: 3
    }

    .tth-criterion:nth-child(5),
    .tth-criterion:nth-child(6) {
        grid-row: 4
    }
}

@media(max-width:600px) {
    .tth-why-heading {
        min-height: 0;
        margin-bottom: 32px
    }

    .tth-why-heading>span {
        font-size: 51px
    }

    .tth-why-heading h2 {
        margin-top: 12px;
        font-size: 27px
    }

    .tth-why-grid {
        display: flex;
        flex-direction: column;
        gap: 15px
    }

    .tth-why-center {
        order: -1;
        width: min(270px, calc(100vw - 74px));
        height: min(270px, calc(100vw - 74px));
        margin-bottom: 38px
    }

    .tth-criterion {
        width: 100%;
        margin-bottom: 18px;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(0, 139, 130, .14)
    }

    .tth-criterion-icon {
        flex-basis: 72px;
        width: 72px;
        height: 72px
    }

    .tth-criterion-icon img {
        width: 46px;
        height: 46px
    }

    .tth-criterion-info>span {
        font-size: 32px
    }

    .tth-criterion-info p {
        margin-top: 6px
    }

    .tth-criterion:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
    }
}

@media(prefers-reduced-motion:reduce) {
    .tth-criterion-icon {
        transition: none
    }

    .tth-criterion:hover .tth-criterion-icon {
        transform: none
    }

    .tth-why-center::after,
    .tth-why-center>span {
        animation: none
    }
}

.tth-products {
    overflow: hidden;
    background: #f4f7f8
}

.tth-products::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .7;
    background: repeating-linear-gradient(90deg, transparent 0 76px, rgba(0, 103, 183, .025) 77px 78px);
    pointer-events: none
}

.tth-products::after {
    content: "";
    position: absolute;
    top: -430px;
    left: 29%;
    width: 760px;
    height: 760px;
    border: 3px solid rgba(54, 139, 194, .1);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(54, 139, 194, .08);
    pointer-events: none
}

.tth-products-heading {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center
}

.tth-products-heading h2 {
    color: #287872
}

.tth-products-heading p {
    margin: 12px 0 0;
    color: #66717b;
    font-size: 15px;
    line-height: 1.6
}

.tth-product-filters {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-bottom: 34px
}

.tth-product-filters button {
    min-height: 42px;
    padding: 10px 18px;
    color: #263842;
    background: #fff;
    border: 1px solid #d5dfe4;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    transition: color .2s, background .2s, border-color .2s
}

.tth-product-filters button.is-active,
.tth-product-filters button:hover {
    color: #fff;
    background: linear-gradient(90deg, #3e8dd8, #00b7a4);
    border-color: transparent
}

.tth-product-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px
}

.tth-product-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe7e9;
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(19, 63, 73, .07);
    transition: transform .2s, box-shadow .2s, border-color .2s
}

.tth-product-card:focus-within,
.tth-product-card:hover {
    border-color: #9bd9d2;
    box-shadow: 0 12px 28px rgba(12, 82, 86, .14);
    transform: translateY(-3px)
}

.tth-product-card[hidden] {
    display: none
}

.tth-product-image {
    position: relative;
    display: block;
    height: 235px;
    overflow: hidden;
    background: #edf1f3;
    border-bottom: 1px solid #e7edef
}

.tth-product-image::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: rgba(0, 31, 45, 0);
    transition: background .25s
}

.tth-product-card:focus-within .tth-product-image::after,
.tth-product-card:hover .tth-product-image::after {
    background: rgba(0, 31, 45, .38)
}

.tth-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .42s
}

.tth-product-card:focus-within .tth-product-image img,
.tth-product-card:hover .tth-product-image img {
    transform: scale(1.055)
}

.tth-product-body {
    min-height: 94px;
    padding: 15px 12px 17px;
    background: #fff;
    text-align: center
}

.tth-product-body p {
    display: none
}

.tth-product-body h3 {
    min-height: 22px;
    margin: 0 0 5px;
    color: #26353c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase
}

.tth-product-body strong {
    display: block;
    color: #00a88f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3
}

.tth-product-body>a {
    position: absolute;
    z-index: 7;
    top: 117px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 126px;
    height: 42px;
    padding: 0 16px;
    color: #fff;
    background: linear-gradient(90deg, #3e8dd8, #00b7a4);
    border-radius: 2px;
    box-shadow: 0 10px 24px rgba(0, 54, 74, .24);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .045em;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.94);
    pointer-events: none;
    transition: opacity .22s, transform .22s
}

.tth-product-card:focus-within .tth-product-body>a,
.tth-product-card:hover .tth-product-body>a {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto
}

.tth-product-body>a svg {
    width: 15px;
    height: 15px
}

@media(max-width:640px) {
    .tth-product-filters {
        justify-content: flex-start
    }

    .tth-product-filters button {
        flex: 1 1 calc(50% - 9px)
    }
}

@media(max-width:560px) {
    .tth-product-grid {
        gap: 12px
    }

    .tth-product-image {
        height: 190px
    }

    .tth-product-body {
        min-height: 86px;
        padding: 13px 8px 14px
    }

    .tth-product-body h3 {
        font-size: 12px
    }

    .tth-product-body>a {
        top: 95px
    }
}

@media(hover:none) {
    .tth-product-body>a {
        display: none
    }
}

.tth-product-grid>.tth-home-empty,
.tth-product-status {
    position: relative;
    z-index: 2;
    grid-column: 1/-1;
    margin: 0
}

.tth-product-status {
    padding: 26px;
    text-align: center;
    color: #66717b;
    background: #fff
}

.tth-product-skeleton {
    height: 330px;
    display: block;
    border: 1px solid #e1e8ea;
    border-radius: 4px;
    background: linear-gradient(100deg, #e9eef0 30%, #f8fafb 48%, #e9eef0 66%);
    background-size: 260% 100%;
    animation: 1.15s linear infinite tth-product-loading
}

.tth-products.is-loading .tth-product-filters {
    pointer-events: none;
    opacity: .68
}

@keyframes tth-product-loading {
    to {
        background-position: -160% 0
    }
}

@media(max-width:560px) {
    .tth-product-skeleton {
        height: 276px
    }
}

@media(prefers-reduced-motion:reduce) {

    .tth-product-body>a,
    .tth-product-card,
    .tth-product-image img,
    .tth-product-image::after {
        transition: none
    }

    .tth-product-skeleton {
        animation: none
    }
}

.tth-services {
    overflow: hidden;
    background: linear-gradient(135deg, #286fae, #008f89)
}

.tth-services-backdrop {
    position: absolute;
    inset: 0;
    opacity: .17;
    background: linear-gradient(90deg, #001b31, rgba(0, 36, 65, .72), #001b31) center/cover;
    pointer-events: none;
}

.tth-service-nav {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: -30px 0 22px
}

.tth-service-nav button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: #fff;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    cursor: pointer;
    transition: color .2s, background .2s
}

.tth-service-nav button:focus-visible,
.tth-service-nav button:hover {
    color: #008b82;
    background: #fff
}

.tth-service-nav button.slick-disabled {
    opacity: .4;
    cursor: default
}

.tth-service-nav svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.tth-service-slider {
    position: relative;
    z-index: 2;
    margin: 0 -12px
}

.tth-service-slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0
}

.tth-service-slider .slick-list {
    overflow: hidden
}

.tth-service-slider .slick-track {
    display: flex
}

.tth-service-slider .slick-slide {
    height: auto;
    margin: 0 12px
}

.tth-service-slider .slick-slide>div,
.tth-service-slider .tth-service-card {
    height: 100%
}

.tth-service-card {
    display: flex !important;
    flex-direction: column;
    background: #fff
}

.tth-service-image {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden
}

.tth-service-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 46%, rgba(0, 35, 63, .42))
}

.tth-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s
}

.tth-service-card:hover img {
    transform: scale(1.045)
}

.tth-service-image span {
    position: absolute;
    z-index: 2;
    bottom: 7px;
    left: 22px;
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    line-height: 1
}

.tth-service-card>a {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.tth-service-card>a:nth-child(2){
    padding: 28px 28px 31px;
}
.tth-service-card h3 {
    margin: 0;
    margin-bottom:15px;
    color: #14212d;
    font-size: 19px;
    line-height: 1.42;
    text-transform: uppercase
}

.tth-service-card p {
    margin: 0;
    margin-bottom: 15px;
    color: #66717b;
    font-size: 14px;
    line-height: 1.7
}

.tth-service-card> a:nth-child(2) > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    color: #008b82;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase
}

.tth-service-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none
}

.tth-service-slider .slick-dots button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    background: rgba(255, 255, 255, .42);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: width .2s, background .2s
}

.tth-service-slider .slick-dots .slick-active button {
    width: 28px;
    background: #fff;
    border-radius: 8px
}

@media(max-width:980px) {
    .tth-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .tth-service-nav {
        margin-top: -20px
    }

    .tth-service-slider:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:640px) {
    .tth-service-nav {
        justify-content: center;
        margin: 0 0 20px
    }

    .tth-service-slider:not(.slick-initialized) {
        grid-template-columns: 1fr
    }

    .tth-service-card h3,
    .tth-service-card p {
        min-height: 0
    }

    .tth-service-image {
        height: 215px
    }
}

@media(prefers-reduced-motion:reduce) {

    .tth-service-image img,
    .tth-service-nav button,
    .tth-service-slider .slick-dots button {
        transition: none
    }
}

.tth-projects {
    overflow: hidden;
    background: #fff
}

.tth-projects .tth-home-heading {
    margin-bottom: 46px
}

.tth-projects .tth-home-heading h2 {
    color: #287872
}

.tth-project-carousel {
    position: relative;
    outline: 0
}

.tth-project-carousel:focus-visible {
    outline: #00a997 solid 2px;
    outline-offset: 8px
}

.tth-project-stage {
    position: relative;
    height: 390px;
    overflow: visible;
    touch-action: pan-y;
    cursor: grab;
    user-select: none
}

.tth-project-stage.is-dragging {
    cursor: grabbing
}

.tth-project-card {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    box-sizing: border-box;
    width: min(660px, 58vw);
    height: 390px;
    overflow: hidden;
    background: #e8f1f4;
    border: 7px solid #fff;
    border-radius: 6px;
    box-shadow: 0 20px 52px rgba(19, 73, 101, .16);
    opacity: 0;
    transform: translateX(-50%);
    will-change: transform, width, height, opacity;
    cursor: pointer
}

.tth-project-card.is-active {
    z-index: 5;
    opacity: 1
}

.tth-project-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: filter .25s
}

.tth-project-card:not(.is-active) img {
    filter: saturate(.7) brightness(1.16)
}

.tth-project-card.is-active:hover img {
    filter: saturate(1.08)
}

.tth-project-arrow {
    position: absolute;
    z-index: 20;
    top: 50%;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: #009b91;
    background: #fff;
    border: 1px solid #71d7d0;
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color .2s, background .2s, box-shadow .2s
}

.tth-project-arrow.is-prev {
    left: 0
}

.tth-project-arrow.is-next {
    right: 0
}

.tth-project-arrow:focus-visible,
.tth-project-arrow:hover {
    color: #fff;
    background: #00a997;
    box-shadow: 0 8px 24px rgba(0, 139, 130, .22)
}

.tth-project-arrow:disabled {
    opacity: .35;
    cursor: default
}

.tth-project-arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.tth-project-copy {
    box-sizing: border-box;
    height: 92px;
    padding: 24px 20px 0;
    text-align: center;
    overflow: hidden;
    will-change: transform, opacity
}

.tth-project-copy h3 {
    display: -webkit-box;
    margin: 0;
    color: #263842;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.tth-project-copy h3 a {
    color: inherit;
    text-decoration: none
}

.tth-project-copy h3 a:hover {
    color: #008b82
}

.tth-project-copy p {
    display: -webkit-box;
    margin: 7px 0 0;
    color: #66717b;
    font-size: 13px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media(max-width:940px) {
    .tth-project-stage {
        height: 340px
    }

    .tth-project-card {
        width: min(580px, 68vw);
        height: 340px
    }

    .tth-project-arrow.is-prev {
        left: 6px
    }

    .tth-project-arrow.is-next {
        right: 6px
    }
}

@media(max-width:640px) {
    .tth-projects .tth-home-heading {
        margin-bottom: 32px
    }

    .tth-project-stage {
        height: 250px
    }

    .tth-project-card {
        width: calc(100% - 54px);
        height: 250px;
        border-width: 5px
    }

    .tth-project-arrow {
        top: auto;
        bottom: 14px;
        width: 40px;
        height: 40px;
        transform: none
    }

    .tth-project-arrow.is-prev {
        left: 10px
    }

    .tth-project-arrow.is-next {
        right: 10px
    }

    .tth-project-copy {
        height: 104px;
        padding: 20px 46px 0
    }

    .tth-project-copy h3 {
        font-size: 16px;
        -webkit-line-clamp: 2
    }

    .tth-project-copy p {
        -webkit-line-clamp: 1
    }
}

@media(prefers-reduced-motion:reduce) {

    .tth-project-arrow,
    .tth-project-card img {
        transition: none
    }
}

.tth-gallery {
    background: linear-gradient(180deg, #f4fbfa, #fff)
}

.tth-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 14px
}

.tth-gallery-grid>div {
    grid-column: span 3;
    height: 225px;
    overflow: hidden;
    border-radius: 7px;
    background: #dfe9eb;
    box-shadow: 0 12px 32px rgba(14, 73, 91, .1)
}

.tth-gallery-grid>div:nth-child(n+5) {
    grid-column: span 4;
    height: 245px
}

.tth-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s
}

.tth-gallery-grid a:hover img {
    filter: saturate(1.08);
    transform: scale(1.055)
}

.tth-gallery-action {
    margin-top: 34px;
    text-align: center
}

@media(max-width:780px) {
    .tth-gallery-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .tth-gallery-grid>a,
    .tth-gallery-grid>a:nth-child(n+5) {
        grid-column: auto;
        height: 225px
    }

    .tth-gallery-grid>a:last-child {
        grid-column: 1/-1
    }
}

@media(max-width:560px) {
    .tth-gallery-grid {
        grid-template-columns: 1fr
    }

    .tth-gallery-grid>a,
    .tth-gallery-grid>a:last-child,
    .tth-gallery-grid>a:nth-child(n+5) {
        grid-column: auto;
        height: 235px
    }
}

.tth-news {
    --tth-news-height: 520px;
    --tth-news-gap: 16px;
    --tth-news-card: calc((var(--tth-news-height) - 2 * var(--tth-news-gap))/3);
    background: #f3f5f6;
    --tth-news-card: 162.6667px
}

.tth-news-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 38px
}

.tth-news-heading>span {
    width: 13px;
    height: 30px;
    background: #00a997;
    clip-path: polygon(0 0, 58% 0, 100% 50%, 58% 100%, 0 100%, 42% 50%)
}

.tth-news-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 34px;
    align-items: stretch
}

.tth-news-featured {
    display: grid;
    height: var(--tth-news-height);
    grid-template-rows: 330px minmax(0, 1fr);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 42px rgba(23, 64, 86, .09)
}

.tth-news-main-image {
    display: block;
    height: 100%;
    overflow: hidden
}

.tth-news-item>a img,
.tth-news-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .42s
}

.tth-news-featured:hover img,
.tth-news-item:hover img {
    transform: scale(1.045)
}

.tth-news-featured>div {
    min-height: 0;
    padding: 26px 30px;
    overflow: hidden
}

.tth-news-featured span,
.tth-news-item span {
    color: #008b82;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em
}

.tth-news-featured h3 {
    display: -webkit-box;
    margin: 9px 0 10px;
    overflow: hidden;
    color: #202d35;
    font-size: 22px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.tth-news-featured p,
.tth-news-item p {
    margin: 0;
    color: #66717b
}

.tth-news-featured p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.tth-news-side {
    height: var(--tth-news-height);
    min-width: 0;
    overflow: hidden
}

.tth-news-list:not(.slick-initialized) {
    display: grid;
    gap: var(--tth-news-gap)
}

.tth-news-list .slick-list {
    margin: 0
}

.tth-news-list .slick-slide {
    height: var(--tth-news-card) !important;
    margin-bottom: var(--tth-news-gap)
}

.tth-news-item {
    display: grid !important;
    grid-template-columns: 165px minmax(0, 1fr);
    gap: 18px;
    height: var(--tth-news-card);
    padding: 13px;
    background: #fff;
    border: 1px solid #e3e9ec;
    transition: border-color .2s, box-shadow .2s, transform .2s
}

.tth-news-item:hover {
    border-color: rgba(0, 183, 164, .46);
    box-shadow: 0 12px 28px rgba(22, 68, 88, .1);
    transform: translateY(-2px)
}

.tth-news-item>a {
    min-height: 0;
    overflow: hidden
}

.tth-news-item>div {
    align-self: center;
    min-width: 0
}

.tth-news-item h3 {
    display: -webkit-box;
    margin: 5px 0 6px;
    overflow: hidden;
    color: #23323b;
    font-size: 14px;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.tth-news-item p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.tth-news h3 a {
    text-decoration: none;
    color: #202d35;
}

.tth-news h3 a:hover {
    color: #0067b7
}

@media(max-width:940px) {
    .tth-news-grid {
        grid-template-columns: 1fr
    }

    .tth-news-featured {
        height: auto;
        min-height: 500px
    }

    .tth-news-item {
        grid-template-columns: 190px minmax(0, 1fr)
    }
}

@media(prefers-reduced-motion:reduce) {

    .tth-news-item,
    .tth-news-item>a img,
    .tth-news-main-image img {
        transition: none
    }
}

@media(max-width:560px) {
    .tth-news {
        --tth-news-height: 398px;
        --tth-news-gap: 16px;
        --tth-news-card: 122px
    }

    .tth-news-main-image {
        height: 245px
    }

    .tth-news-featured {
        display: block;
        min-height: 0
    }

    .tth-news-featured>div {
        padding: 24px 21px 26px
    }

    .tth-news-featured h3 {
        font-size: 19px
    }

    .tth-news-item {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 12px;
        padding: 9px
    }

    .tth-news-item p {
        display: none
    }
}

.tth-quote {
    position: relative;
    overflow: hidden;
    padding: 44px 0;
    background: linear-gradient(115deg, #f2f8fc, #fff 50%, #eaf9f6);
    border-block: 1px solid #dcebed
}


.tth-quote-inner {
    display: grid;
    grid-template-columns: .72fr 1.65fr;
    align-items: center;
    gap: 48px
}

.tth-quote-inner>div {
    padding-left: 18px;
    border-left: 4px solid #00a997
}

.tth-quote-inner>div>span {
    color: #004f91;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em
}

.tth-quote h2 {
    margin: 4px 0 5px;
    color: #008b82;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.2
}

.tth-quote p {
    margin: 0;
    color: #66717b;
    font-size: 12px
}

.tth-quote-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1.15fr auto;
    gap: 10px
}

.tth-quote-form label {
    display: block
}

.tth-quote-form input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    color: #24343d;
    background: rgba(255, 255, 255, .94);
    border: 1px solid #d6e3e8;
    outline: 0;
    font-size: 13px
}

.tth-quote-form input:focus {
    border-color: #00a997;
    box-shadow: 0 0 0 3px rgba(0, 183, 164, .12)
}

.tth-quote-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 23px;
    color: #fff;
    background: linear-gradient(135deg, #2782c7, #00a997);
    border: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em
}

@media(max-width:1120px) {
    .tth-quote-inner {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

@media(max-width:940px) {
    .tth-quote-form {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:640px) {
    .tth-quote-form {
        grid-template-columns: 1fr
    }

    .tth-quote-form button {
        width: 100%
    }
}

.tth-partners {
    background: #3e8dd8
}

.tth-partner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tth-partner-inner>header {
    position: relative;
    color: #fff
}


.tth-partner-inner h2 {
    margin: 0;
    font-size: 34px
}

.tth-partner-slider {
    width: calc(100% - 145px);
    padding: 35px 25px 35px 100px;
    background: linear-gradient(315deg,#ffffff 88%,transparent 0px);
}

.tth-partner-slider .slick-track {
    display: flex;
    align-items: center
}

.tth-partner-slider .slick-slide {
    height: auto
}

.tth-partner-slider .slick-slide>div {
    padding: 0 12px;
    border-right: 1px solid #e7ecef
}

.tth-partner-slider a {
    display: grid;
    place-items: center;
    min-height: 80px
}

.tth-partner-slider img {
    width: auto;
    height: 48px;
    max-width: 100%;
    object-fit: contain
}

@media(max-width:780px) {
    .tth-partner-inner {
        flex-direction: column;
        padding: 20px 0;
    }
    .tth-partner-slider {
        padding: 10px 5px;
        background: transparent;
    }
}

.tth-partner-slider span {
    display: grid;
    place-items: center;
    min-height: 80px
}

.tth-footer,
.tth-footer * {
    box-sizing: border-box
}

.tth-footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, #00b7a4, #009f95 48%, #007f7b)
}

.tth-footer-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 102, 105, .02), rgba(0, 76, 82, .2)), repeating-linear-gradient(90deg, transparent 0 76px, rgba(255, 255, 255, .085) 77px 78px)
}

.tth-footer-grid {
    position: relative;
    max-width: 1240px;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.65fr .75fr 1fr;
    gap: 48px;
    width: 100%;
    margin: auto;
    padding: 65px 10px
}

.tth-footer h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .035em
}

.tth-footer-company {
    display: grid;
    grid-template-columns: 125px 1fr;
    align-items: start;
    gap: 24px
}

.tth-footer-company>img {
    width: 125px;
    height: 116px;
    padding: 8px;
    object-fit: contain;
    background: rgba(255, 255, 255, .96)
}

.tth-footer p {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.6
}

.tth-footer strong {
    color: #fff
}

.tth-footer nav>a {
    position: relative;
    display: block;
    margin-bottom: 14px;
    padding-left: 16px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none
}

.tth-footer nav>a::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #d5fffb;
    font-weight: 800
}

.tth-footer a:hover {
    color: #fff
}

.tth-facebook {
    display: flex;
    min-height: 202px;
    padding: 18px 12px 12px;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to bottom, rgba(0, 27, 51, .08), rgba(0, 27, 51, .78)), url(../images/hero-pellet.jpg) center/cover;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .2)
}

.tth-facebook>span {
    display: flex;
    align-items: center;
    gap: 12px
}

.tth-facebook img {
    width: 55px;
    height: 55px;
    padding: 4px;
    object-fit: contain;
    background: #fff
}

.tth-facebook b {
    align-self: flex-end;
    padding: 7px 10px;
    background: #1877f2;
    font-size: 12px
}

.tth-footer-bottom {
    position: relative;
    z-index: 1;
    background: rgba(0, 70, 78, .34)
}

.tth-footer-bottom>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: min(1240px, calc(100% - 48px));
    min-height: 64px;
    margin: auto
}

.tth-footer-bottom a,
.tth-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .75);
    font-size: 11px
}

.tth-footer-bottom a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none
}

.tth-contact-strip>img {
    position: absolute;
    top: -47px;
    left: -61px;
    width: 135px;
    height: 351px;
    max-width: none;
    pointer-events: none
}

.tth-contact-strip>a {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.tth-contact-strip>a:first-of-type {
    top: 0
}

.tth-contact-strip>a:nth-of-type(2) {
    top: 65px
}

.tth-contact-strip>a:nth-of-type(3) {
    top: 130px
}

.tth-contact-strip>a:nth-of-type(4) {
    top: 195px
}

.tth-contact-strip>a:hover {
    transform: translateX(-4px)
}

@media(max-width:980px) {
    .tth-footer-grid {
        grid-template-columns: 1.45fr .75fr;
        gap: 34px
    }

    .tth-footer-grid>aside {
        grid-column: 1/-1;
        max-width: 420px
    }
}

@media(max-width:700px) {
    .tth-footer-grid {
        grid-template-columns: 1fr;
        width: min(660px, calc(100% - 20px));
        padding: 35px 0 20px;
        gap: 15px;
    }

    .tth-footer-grid>aside {
        grid-column: auto;
        width: 100%
    }

    .tth-footer-bottom>div {
        width: calc(100% - 34px);
        min-height: 86px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 5px
    }

    .tth-contact-strip {
        right: 7px;
        transform: translateY(-40%) scale(.86);
        transform-origin: right center
    }
}

@media(max-width:430px) {
    .tth-footer-company {
        grid-template-columns: 1fr
    }

    .tth-footer-company>img {
        width: 90px;
        height: 90px
    }

    .tth-contact-strip {
        display: none
    }
}

.tth-contact-strip {
    position: fixed;
    z-index: 50;
    bottom: 10px;
    right: 10px;
    display: grid;
    width: auto;
    height: auto;
    gap: 10px;
    overflow: visible
}

.tth-contact-strip>.tth-quick-contact {
    position: static;
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    border-radius: 0;
    text-decoration: none
}

.tth-quick-contact>span {
    padding: 10px 20px;
    color: #24444d;
    background: #fff;
    border: 1px solid #dce8eb;
    border-right: 0;
    border-radius: 20px 0 0 20px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: color .2s, transform .2s;
    margin-right: -15px
}

.tth-quick-contact>i {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    box-shadow: 0 8px 22px rgba(15, 65, 79, .2);
    transition: transform .2s
}

.tth-quick-contact.is-zalo>i {
    background: #0878d1
}

.tth-quick-contact.is-phone>i {
    background: #00aa97
}

.tth-quick-contact svg {
    display: block
}

.tth-contact-strip>.tth-quick-contact:hover {
    transform: none
}

.tth-quick-contact:hover>span {
    color: #0878d1;
    transform: translateX(-3px)
}

.tth-quick-contact:hover>i {
    transform: scale(1.08)
}

@media(max-width:700px) {
    .tth-contact-strip {
        right: 7px;
        transform: translateY(-50%) scale(.88);
        transform-origin: right center
    }
}

@media(max-width:430px) {
    .tth-contact-strip {
        display: grid;
        right: 4px;
        transform: translateY(-50%) scale(.76)
    }

    .tth-quick-contact>span {
        font-size: 12px
    }
}
