.section-customer .section-customer-right .logo-list .position-5 {
    top: 79.8773006135%;
    left: 23.1343283582%
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-end {
        --bs-position: end
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-end {
        --bs-position: end
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-end {
        --bs-position: end
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-end {
        --bs-position: end
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-xxl-end {
        --bs-position: end
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: #00000026
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: #ffffff26
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: #00000026
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

@keyframes rainbow {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0% 50%
    }
}

@media (max-width: 575px) {
    .section-about {
        background-image: url(../images/bg-section-about.png) !important;
        background-size: cover
    }
}

.section-about .title-about {
    background: linear-gradient(86.47deg, #e8be78 17.38%, #d69637 31.23%, #f7d7a2 52.82%, #d69637 69.92%, #f7d7a2 95.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400% 400%
}

.section-about .title-about:hover {
    background-size: 400% 400%;
    background-position: 0%;
    animation: rainbow 8s ease infinite
}

.section-about .list-about li {
    position: relative;
    padding-left: 24px
}

.section-about .list-about li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    background: #60ff2f
}

.section-about .desc ul {
    list-style: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    list-style-type: none;
    margin-bottom: 35px;
    padding-left: 0
}

@media (min-width: 768px) {
    .section-about .desc ul {
        font-weight: 400;
        font-size: 22px;
        line-height: 1
    }
}

.section-about .desc ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px
}

.section-about .desc ul li p {
    padding-bottom: 0;
    margin-bottom: 0
}

.section-about .desc ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    background: #60ff2f
}

.count-box .item {
    padding-bottom: 10px;
    padding-top: 77px
}

@media (max-width: 767px) {
    .count-box .item {
        padding-top: 40px
    }
}

.count-box .item:not(:last-child) {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 27px
}

@media (min-width: 1349px) {
    .count-box .item:not(:last-child):before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, #87d4e100, #87d4e1 62.5%, #87d4e100)
    }
}

@media (max-width: 767px) {
    .count-box .item:not(:last-child):before {
        content: "";
        position: absolute;
        transform: translate(-50%);
        left: 50%;
        bottom: 0;
        display: inline-block;
        width: 192px;
        height: 2px;
        background: linear-gradient(90deg, #87d4e100, #87d4e1 62.5%, #87d4e100)
    }
    .count-box .item:before {
        display: none !important
    }
}

.big-news .content {
    background: linear-gradient(267.64deg, #68a8d8 -.24%, #002b6000 -.23%, #002b60 100.49%)
}

@media (max-width: 992px) {
    .big-news .content {
        background: linear-gradient(to top, #68a8d8 -.24%, #002b6000 -.23%, #002b60 100.49%)
    }
}

.big-news img {
    transition: .3s all
}

.big-news img:hover {
    transform: scale(1.1);
    transition: .3s all
}

.big-news .title {
    background-color: #fff;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.big-news:hover img {
    transform: scale(1.1);
    transition: .3s all
}

.big-news:hover .title {
    background: linear-gradient(86.47deg, #e8be78 17.38%, #d69637 31.23%, #f7d7a2 52.82%, #d69637 69.92%, #f7d7a2 95.58%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.big-news:hover .content {
    background: linear-gradient(267.64deg, #68a8d8 -.24%, #002b6000 -.23%, #1453a2 100.49%)
}

@media (max-width: 992px) {
    .big-news:hover .content {
        background: linear-gradient(1.47deg, #68a8d8 -3.02%, #002b6000 -3.01%, #1453a2 86.86%)
    }
}

.news-slider .swiper-slide img {
    transition: .3s all
}

.news-slider .swiper-slide img:hover,
.news-slider .swiper-slide:hover img {
    transform: scale(1.1);
    transition: .3s all
}

@media (max-width: 991px) {
    .main-slider-news {
        padding-bottom: 40px
    }
}

.main-slider-news .swiper-slide .content {
    padding: 20px 30px 28px;
    background: linear-gradient(1.47deg, #68a8d8 -3.02%, #002b6000 -3.01%, #002b60 86.86%)
}

@media (max-width: 991px) {
    .main-slider-news .swiper-slide .content {
        padding: 15px 10px 18px
    }
}

@media (max-width: 768px) {
    .main-slider-news .swiper-slide .content {
        padding: 10px 5px
    }
}

.main-slider-news .swiper-slide .title {
    background-color: #fff;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.main-slider-news .swiper-slide:hover .title {
    background-color: #e8be78;
    background: linear-gradient(86.47deg, #e8be78 17.38%, #d69637 31.23%, #f7d7a2 52.82%, #d69637 69.92%, #f7d7a2 95.58%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.main-slider-news .swiper-slide:hover .content {
    background: linear-gradient(1.47deg, #68a8d8 -3.02%, #002b6000 -3.01%, #1453a2 86.86%)
}

.main-slider-news [class*=swiper-button-] {
    width: 60px;
    height: 60px
}

.main-slider-news [class*=swiper-button-]:hover svg path {
    fill: #00a651
}

.main-slider-news [class*=swiper-button-]:after {
    display: none
}

.main-slider-news [class*=swiper-button-].swiper-button-next {
    left: calc(100% - 10px);
    right: unset
}

.main-slider-news [class*=swiper-button-].swiper-button-prev {
    right: calc(100% - 10px);
    left: unset
}

.main-slider-news .swiper-pagination-bullet {
    background: #fff;
    opacity: 1
}

.main-slider-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 166, 81, var(--tw-bg-opacity))
}

.section-product .lvhd-item {
    cursor: pointer;
    width: 100%;
    padding-bottom: calc(100% - 36px);
    border-radius: 150px;
    border: 18px solid rgba(255, 255, 255, .4);
    position: relative;
    transition: .5s all, 0s padding;
    overflow: hidden;
    min-height: 260px
}

@media (max-width: 1348px) {
    .section-product .lvhd-item {
        border: 10px solid rgba(255, 255, 255, .4);
        padding-bottom: calc(100% - 20px);
        box-shadow: 0 4px 4px #00000040;
        border: 2px solid #00a651;
        padding-bottom: 0;
        border-radius: 150px;
        transition: .5s all, 0s padding
    }
}

.section-product .lvhd-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background: linear-gradient(349.44deg, #68a8d8 5.81%, #002b60 81.86%);
    opacity: .8
}

.section-product .lvhd-item .inner {
    height: 100%;
    position: absolute;
    width: 100%;
    transition: .5s all
}

.section-product .lvhd-item .hover {
    max-width: 234px;
    margin: 10px auto 0;
    text-align: center;
    height: 0;
    opacity: 0;
    transition: .5s all
}

.section-product .lvhd-item .hover p {
    opacity: 0;
    transition: .5s all;
    transform: scaleY(0);
    transform-origin: top
}

.section-product .lvhd-item .hover .view-more .icon svg {
    margin: 0 auto;
    display: block
}

.section-product .lvhd-item .img-icon {
    transition: .5s all;
    position: relative;
    opacity: 1;
    height: 76px
}

@media (max-width: 1400px) {
    .section-product .lvhd-item .img-icon {
        height: 76px
    }
}

@media (max-width: 1348px) {
    .section-product .lvhd-item .img-icon {
        height: 76px
    }
}

@media (max-width: 575px) {
    .section-product .lvhd-item .img-icon {
        height: 60px
    }
}

@media (min-width: 1348px) {
    .section-product .lvhd-item:hover {
        box-shadow: 0 4px 4px #00000040;
        border: 2px solid #00a651;
        padding-bottom: 0;
        border-radius: 150px;
        transition: .5s all, 0s padding
    }
    .section-product .lvhd-item:hover:before {
        border-radius: 150px
    }
    .section-product .lvhd-item:hover .inner {
        transition: .5s all;
        margin-top: -80px;
        height: 100%;
        position: relative;
        width: 100%
    }
    .section-product .lvhd-item:hover .hover {
        height: 334px;
        width: auto;
        opacity: 1;
        transition: .5s all
    }
    .section-product .lvhd-item:hover .hover p {
        opacity: 1;
        transition: .5s all;
        transform: scaleY(1)
    }
    .section-product .lvhd-item:hover .img-icon {
        transition: .4s all;
        opacity: 0;
        transform: translateY(-100px)
    }
}

@media (max-width: 1348px) {
    .section-product .lvhd-item:before {
        border-radius: 150px
    }
    .section-product .lvhd-item .inner {
        transition: .5s all;
        height: 100%;
        position: relative;
        width: 100%
    }
    .section-product .lvhd-item .hover {
        height: auto;
        width: auto;
        opacity: 1;
        transition: .5s all
    }
    .section-product .lvhd-item .hover p {
        opacity: 1;
        transform: scaleY(1)
    }
}

.section-product .slider-lvhd .lvhd-item {
    border-radius: 500px
}

.section-product .slider-lvhd .lvhd-item .img-icon {
    max-height: 100px
}

@media (max-width: 479px) {
    .section-product .slider-lvhd .lvhd-item {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px
    }
}

.section-product .slider-lvhd .swiper-pagination-bullet {
    background: #fff;
    opacity: 1
}

.section-product .slider-lvhd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 166, 81, var(--tw-bg-opacity))
}

.section-product .product-slider .img img {
    transition: all .5s;
    object-fit: contain;
    transform: scale(.8);
    transform-origin: bottom;
    opacity: .6
}

.section-product .product-slider .swiper-slide .title {
    font-size: 22px;
    line-height: 1;
    font-size: 16px;
    max-width: 392px;
    opacity: .6;
    background-color: #fff;
    background: #fff;
    font-weight: 600;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

@media (min-width: 992px) {
    .section-product .product-slider .swiper-slide .title {
        font-size: 26px;
        line-height: 1
    }
}

.section-product .product-slider .swiper-slide:hover .title {
    background-color: #e8be78;
    background: linear-gradient(86.47deg, #e8be78 17.38%, #d69637 31.23%, #f7d7a2 52.82%, #d69637 69.92%, #f7d7a2 95.58%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.section-product .product-slider .swiper-slide-active .img {
    transition: all .5s
}

.section-product .product-slider .swiper-slide-active .img img {
    opacity: 1;
    transform: scale(1);
    transition: all .5s
}

.section-product .product-slider .swiper-slide-active .title {
    font-size: 18px;
    line-height: 1;
    opacity: 1
}

@media (min-width: 768px) {
    .section-product .product-slider .swiper-slide-active .title {
        font-size: 26px;
        line-height: 1
    }
}

@media (min-width: 992px) {
    .section-product .product-slider .swiper-slide-active .title {
        font-size: 30px;
        line-height: 1
    }
}

.section-product .product-slider .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.section-product [class*=swiper-button-] {
    width: 60px;
    height: 60px
}

.section-product [class*=swiper-button-]:hover svg circle {
    fill: #00803e
}

.section-product [class*=swiper-button-]:after {
    display: none
}

.section-product [class*=swiper-button-].swiper-button-next {
    right: calc(33% - 60px)
}

.section-product [class*=swiper-button-].swiper-button-prev {
    left: calc(33% - 60px)
}

@media (max-width: 992px) {
    .section-product .swiper-slide {
        height: auto
    }
}

@media (max-width: 767px) {
    .section-product [class*=swiper-button-] {
        width: 32px;
        height: 32px
    }
    .section-product [class*=swiper-button-] svg {
        width: 32px;
        height: 32px
    }
    .section-product [class*=swiper-button-].swiper-button-next {
        right: 0
    }
    .section-product [class*=swiper-button-].swiper-button-prev {
        left: 0
    }
}

.section-product .js-control-lvhd [class*=swiper-button-].swiper-button-next {
    right: -10px
}

.section-product .js-control-lvhd [class*=swiper-button-].swiper-button-prev {
    left: -10px
}

@media (max-width: 767px) {
    .section-product .js-control-lvhd [class*=swiper-button-] {
        width: 32px;
        height: 32px
    }
    .section-product .js-control-lvhd [class*=swiper-button-] svg {
        width: 32px;
        height: 32px
    }
    .section-product .js-control-lvhd [class*=swiper-button-].swiper-button-next {
        right: 0
    }
    .section-product .js-control-lvhd [class*=swiper-button-].swiper-button-prev {
        left: 0
    }
}

.bg-product-slider {
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .bg-product-slider {
        background-position: center bottom;
        background-size: 157.971014%
    }
}

.project-top .swiper {
    overflow: unset
}

.project-top .project-wrap .item {
    width: 36.9064748%;
    box-shadow: 10px 0 20px #0006
}

.project-top .project-wrap .item .img {
    padding-bottom: 61.4035088%
}

.project-top .project-wrap .item .title {
    background: linear-gradient(to top, #324d9b, #324d9b00)
}

.project-top .project-wrap .item .title>span {
    background-color: #fff;
    background: #fff;
    font-weight: 700;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.project-top .project-wrap .item:nth-child(1) {
    width: 60.7913669%;
    margin-right: 2.3021583%;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .project-top .project-wrap .item:nth-child(1) {
        width: 60.7913669%;
        margin-bottom: 0
    }
}

.project-top .project-wrap .item:nth-child(1) .img {
    padding-bottom: 78.1065089%
}

.project-top .project-wrap .item:nth-child(1) .title {
    background: linear-gradient(to top, #061e61, #324d9b00)
}

.project-top .project-wrap .item:nth-child(2) {
    margin-bottom: 2.3021583%;
    margin-right: 0
}

@media (min-width: 768px) {
    .project-top .project-wrap .item:nth-child(2) {
        margin-bottom: 2.3021583%
    }
}

.project-top .project-wrap .item:hover .title>span {
    background-color: #e8be78;
    background: linear-gradient(86.47deg, #e8be78 17.38%, #d69637 31.23%, #f7d7a2 52.82%, #d69637 69.92%, #f7d7a2 95.58%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

@media (min-width: 768px) {
    .project-top .swiper-slide:nth-child(2n) .project-wrap .item {
        float: right
    }
    .project-top .swiper-slide:nth-child(2n) .project-wrap .item:nth-child(1) {
        margin-left: 2.3021583%;
        margin-right: 0
    }
}

.project-top .swiper-slide {
    opacity: .6
}

.project-top .swiper-slide.swiper-slide-active {
    opacity: 1
}

.project-top .swiper-pagination .swiper-pagination-bullet {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    height: 8px;
    opacity: 1;
    width: 8px;
    margin: 0 6px
}

.project-top .swiper-pagination .swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 166, 81, var(--tw-bg-opacity))
}

@media (min-width: 576px) {
    .project-top .swiper-pagination .swiper-pagination-bullet {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        height: 18px;
        opacity: 1;
        width: 18px;
        box-shadow: 0 0 0 3px transparent;
        margin: 0 10px
    }
    .project-top .swiper-pagination .swiper-pagination-bullet-active {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 28, 36, var(--tw-bg-opacity));
        box-shadow: 0 0 0 3px #0009
    }
}

.say-about {
    overflow: hidden
}

.say-about .swiper-news-about,
.say-about .swiper-news-about_mobile {
    overflow: unset
}

.say-about .swiper-news-about .news-item .content,
.say-about .swiper-news-about_mobile .news-item .content {
    background: linear-gradient(358.82deg, #68a8d8 -.87%, #002b6000 -.86%, #002b6080 33.71%);
    border-radius: 0 0 8px 8px
}

.say-about .swiper-news-about .news-item .title,
.say-about .swiper-news-about_mobile .news-item .title {
    background-color: #fff;
    background: #fff;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-weight: 600
}

.say-about .swiper-news-about .news-item:hover .title,
.say-about .swiper-news-about_mobile .news-item:hover .title {
    background-color: #e8be78;
    background: linear-gradient(86.47deg, #e8be78 17.38%, #d69637 31.23%, #f7d7a2 52.82%, #d69637 69.92%, #f7d7a2 95.58%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.say-about .swiper-news-about .news-item:hover .content,
.say-about .swiper-news-about_mobile .news-item:hover .content {
    background: linear-gradient(1.47deg, #68a8d8 -3.02%, #002b6000 -3.01%, #1453a2 86.86%)
}

.say-about .swiper-news-about [class*=swiper-button-],
.say-about .swiper-news-about_mobile [class*=swiper-button-] {
    width: 60px;
    height: 60px
}

.say-about .swiper-news-about [class*=swiper-button-]:hover svg circle,
.say-about .swiper-news-about_mobile [class*=swiper-button-]:hover svg circle {
    fill: #00803e
}

.say-about .swiper-news-about [class*=swiper-button-]:after,
.say-about .swiper-news-about_mobile [class*=swiper-button-]:after {
    display: none
}

.say-about .swiper-news-about [class*=swiper-button-].swiper-button-next,
.say-about .swiper-news-about_mobile [class*=swiper-button-].swiper-button-next {
    right: -90px
}

.say-about .swiper-news-about [class*=swiper-button-].swiper-button-prev,
.say-about .swiper-news-about_mobile [class*=swiper-button-].swiper-button-prev {
    left: -90px
}

@media (max-width: 1366px) {
    .say-about .swiper-news-about [class*=swiper-button-],
    .say-about .swiper-news-about_mobile [class*=swiper-button-] {
        width: 50px;
        height: 50px;
        margin-top: 40px
    }
    .say-about .swiper-news-about [class*=swiper-button-].swiper-button-next,
    .say-about .swiper-news-about_mobile [class*=swiper-button-].swiper-button-next {
        right: -55px
    }
    .say-about .swiper-news-about [class*=swiper-button-].swiper-button-prev,
    .say-about .swiper-news-about_mobile [class*=swiper-button-].swiper-button-prev {
        left: -55px
    }
}

@media (max-width: 768px) {
    .say-about .swiper-news-about [class*=swiper-button-],
    .say-about .swiper-news-about_mobile [class*=swiper-button-] {
        width: 32px;
        height: 32px;
        margin-top: 40px
    }
    .say-about .swiper-news-about [class*=swiper-button-] svg,
    .say-about .swiper-news-about_mobile [class*=swiper-button-] svg {
        width: 32px;
        height: 32px
    }
    .say-about .swiper-news-about [class*=swiper-button-].swiper-button-next,
    .say-about .swiper-news-about_mobile [class*=swiper-button-].swiper-button-next {
        right: 15px
    }
    .say-about .swiper-news-about [class*=swiper-button-].swiper-button-prev,
    .say-about .swiper-news-about_mobile [class*=swiper-button-].swiper-button-prev {
        left: 15px
    }
}

.say-about .swiper-news-about .swiper-slide {
    opacity: .6
}

.say-about .swiper-news-about .swiper-slide-active {
    opacity: 1
}

.say-about .swiper-news-about_mobile .news-item .content {
    height: 205px
}

.say-about .swiper-news-about_mobile .swiper-pagination {
    bottom: -235px
}

.say-about .swiper-news-about_mobile .swiper-pagination-bullet {
    background: #fff;
    opacity: 1
}

.say-about .swiper-news-about_mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 166, 81, var(--tw-bg-opacity))
}

@media (max-width: 767px) {
    .say-about .swiper-news-about_mobile [class*=swiper-button-] {
        width: 32px;
        height: 32px
    }
    .say-about .swiper-news-about_mobile [class*=swiper-button-] svg {
        width: 32px;
        height: 32px
    }
    .say-about .swiper-news-about_mobile [class*=swiper-button-].swiper-button-next {
        right: 0
    }
    .say-about .swiper-news-about_mobile [class*=swiper-button-].swiper-button-prev {
        left: 0
    }
}

.bg-before-section-3 {
    background: linear-gradient(180deg, #3b71ab 3.81%, #192e59 93.11%)
}

@keyframes ani_zom {
    0% {
        transform: scale(.2);
        opacity: .3
    }
    50% {
        transform: scale(1);
        opacity: 1
    }
    to {
        transform: scale(.2);
        opacity: .3
    }
}

.section-customer .section-customer-left:after {
    content: "";
    background: linear-gradient(to left, #192e59 20.68%, #0e236600 94.27% 116.77%);
    height: 100%;
    position: absolute;
    right: -130px;
    top: 0;
    width: 86.2576687%
}

.section-customer .section-customer-left:before {
    content: "";
    background: linear-gradient(180deg, #192e59, #0e236600);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

@media (min-width: 768px) {
    .section-customer .section-customer-left:before {
        height: 45.1612903%
    }
}

@media (max-width: 575px) {
    .section-customer .section-customer-left:before {
        background: linear-gradient(180deg, #192e59, #192e59, #192e5900, #192e590d, #192e59bd, #192e5a)
    }
}

.section-customer .section-customer-right {
    background: linear-gradient(240.98deg, #3b71ab -19.06%, #192e59 59.24%)
}

@media (min-width: 992px) {
    .section-customer .section-customer-right .bg-cai-cc-gi-chu {
        width: calc(100% + 130px)
    }
}

.section-customer .section-customer-right .logo-list .xxlogo {
    animation-name: ani_zom;
    animation-iteration-count: infinite
}

.section-customer .section-customer-right .logo-list .duration-10 {
    animation-duration: 5s
}

.section-customer .section-customer-right .logo-list .duration-12 {
    animation-duration: 6s
}

.section-customer .section-customer-right .logo-list .duration-13 {
    animation-duration: 6.5s
}

.section-customer .section-customer-right .logo-list .duration-14 {
    animation-duration: 7s
}

.section-customer .section-customer-right .logo-list .duration-15 {
    animation-duration: 7.5s
}

.section-customer .section-customer-right .logo-list .duration-11 {
    animation-duration: 5.5s
}

.section-customer .section-customer-right .logo-list img {
    object-position: left top;
    object-fit: scale-down !important
}

.section-customer .section-customer-right .logo-list .position-1 {
    top: 3.1901840491%;
    left: 5.5970149254%
}

.section-customer .section-customer-right .logo-list .position-2 {
    top: 5.8895705521%;
    left: 29.1044776119%
}

.section-customer .section-customer-right .logo-list .position-3 {
    top: 9.3251533742%;
    left: 77.6119402985%
}

.section-customer .section-customer-right .logo-list .position-4 {
    top: 14.8466257669%;
    left: 51.3992537313%
}

.section-customer .section-customer-right .logo-list .position-6 {
    top: 29.2024539877%;
    left: 3.3582089552%
}

.section-customer .section-customer-right .logo-list .position-7 {
    top: 34.4785276074%;
    left: 45.6156716418%
}

.section-customer .section-customer-right .logo-list .position-8 {
    top: 36.3190184049%;
    left: 74.1604477612%
}

.section-customer .section-customer-right .logo-list .position-9 {
    top: 48.0981595092%;
    left: 13.8059701493%
}

.section-customer .section-customer-right .logo-list .position-10 {
    top: 50.0613496933%;
    left: 39.2723880597%
}

.section-customer .section-customer-right .logo-list .position-11 {
    top: 62.6993865031%;
    left: 4.2910447761%
}

.section-customer .section-customer-right .logo-list .position-12 {
    top: 61.5950920245%;
    left: 32.5559701493%
}

.section-customer .section-customer-right .logo-list .position-13 {
    top: 49.4478527607%;
    left: 70.9888059701%
}

.section-customer .section-customer-right .logo-list .position-14 {
    top: 64.4171779141%;
    left: 56.4365671642%
}

.section-customer .section-customer-right .logo-list .position-15 {
    top: 84.0490797546%;
    left: 3.3582089552%
}

.section-customer .section-customer-right .logo-list .position-16 {
    top: 84.0490797546%;
    left: 43.75%
}

.section-customer .section-customer-right .logo-list .position-17 {
    top: 79.754601227%;
    left: 60.6343283582%
}

.section-customer .section-customer-right .logo-list .position-18 {
    top: 79.1411042945%;
    left: 86.1007462687%
}

.section-customer .section-customer-right .logo-list .position-19 {
    top: 84.0490797546%;
    left: 33.5820895522%
}

.section-customer .section-customer-right .logo-list .position-20 {
    top: 64.4171779141%;
    left: 70.9888059701%
}

.section-customer .section-customer-right .logo-list .position-21 {
    top: 61.5950920245%;
    left: 56.0634328358%
}

.section-customer .section-customer-right .logo-list .position-22 {
    top: 50.0613496933%;
    left: 70.9888059701%
}

.section-end-home .img-content:before {
    content: "";
    background: linear-gradient(180deg, #192e59, #0e236600 96.56%);
    height: 76.354167%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

@media (min-width: 992px) {
    .section-end-home .img-content:before {
        height: 36.3541667%
    }
}

.section-end-home .title-gradient {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-size: 400% 400%
}

.section-end-home .title-gradient:hover {
    background-size: 400% 400%;
    background-position: 0%;
    animation: rainbow 8s ease infinite
}

.section-end-home .item,
.section-end-home .section-end-home-left {
    cursor: pointer
}

.section-end-home .item .img-scale,
.section-end-home .section-end-home-left .img-scale {
    transition: .3s all
}

.section-end-home .item:hover .title,
.section-end-home .section-end-home-left:hover .title {
    background-color: #e8be78;
    background: linear-gradient(86.47deg, #e8be78 17.38%, #d69637 31.23%, #f7d7a2 52.82%, #d69637 69.92%, #f7d7a2 95.58%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.section-end-home .item:hover .img-scale,
.section-end-home .section-end-home-left:hover .img-scale {
    transform: scale(1.1)
}

.certificate .img:nth-child(4) {
    height: 100%
}

.certificate .img:nth-child(4) img {
    width: 19.53125vw
}

.certificate .img img {
    opacity: .9;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.certificate .img:hover.border-gradient {
    box-shadow: 0 0 16px #ffffff4d;
    transition: .3s all;
    opacity: 1;
    transform: translateY(10px)
}

.certificate .content-center .img:nth-child(1),
.certificate .content-center .img:nth-child(7) {
    height: calc(100% - 180px)
}

.certificate .content-center .img:nth-child(2),
.certificate .content-center .img:nth-child(3),
.certificate .content-center .img:nth-child(5),
.certificate .content-center .img:nth-child(6) {
    height: calc(50% - 60px)
}

.certificate .content-center .img:nth-child(2) .certificate-desc .title,
.certificate .content-center .img:nth-child(3) .certificate-desc .title,
.certificate .content-center .img:nth-child(5) .certificate-desc .title,
.certificate .content-center .img:nth-child(6) .certificate-desc .title {
    font-size: 18px;
    line-height: 1.6666666667
}

.certificate .content-center .img:nth-child(2) .certificate-desc .name,
.certificate .content-center .img:nth-child(3) .certificate-desc .name,
.certificate .content-center .img:nth-child(5) .certificate-desc .name,
.certificate .content-center .img:nth-child(6) .certificate-desc .name {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3636363636
}

.certificate .border-gradient {
    box-shadow: 0 0 #ffffff4d;
    transition: .3s all;
    position: relative
}

.certificate .border-gradient img {
    padding: 3px
}

.certificate .border-gradient:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-border-gradient.png) no-repeat center center;
    background-size: 100% 100%
}

.certificate .certificate-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    margin: 3px;
    background: linear-gradient(359.96deg, #fff6e0 4.24%, #fff 65.59%, #fff0 107.57%)
}

.certificate .certificate-desc span {
    white-space: nowrap;
    text-overflow: ellipsis;
    background: linear-gradient(89.71deg, #17575c .18%, #18a85e 87.71%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-weight: 600
}

.certificate .certificate-desc .title {
    display: block;
    font-size: 24px;
    line-height: 1.6666666667;
    text-align: center;
    padding-top: 10px
}

.certificate .certificate-desc .name {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3333333333;
    text-align: center;
    padding-bottom: 10px
}

@media (max-width: 992px) {
    .certificate .img img {
        opacity: .9;
        height: 100%;
        object-fit: contain;
        object-position: center
    }
}

.certificate_slider {
    padding-bottom: 20px
}

.certificate_slider .swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: 0
}

.certificate_slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 1
}

.certificate_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 166, 81, var(--tw-bg-opacity))
}

.video-in-home {
    padding-bottom: 56.222222%
}

.main-slider-news .swiper-slide img {
    transition: .3s all
}

.main-slider-news .swiper-slide img:hover {
    transform: scale(1.1);
    transition: .3s all
}

.section-news img {
    transition: .3s all
}

.section-news img:hover {
    transform: scale(1.1);
    transition: .3s all
}

.news-item img,
.main-project img {
    transition: .3s all
}

.news-item img:hover,
.main-project img:hover {
    transform: scale(1.1);
    transition: .3s all
}

.main-project [class*=swiper-button-] {
    width: 60px;
    height: 60px;
    margin-top: -70px
}

.main-project [class*=swiper-button-]:hover svg circle {
    fill: #00803e
}

.main-project [class*=swiper-button-]:after {
    display: none
}

.main-project [class*=swiper-button-].swiper-button-next {
    right: 50px
}

.main-project [class*=swiper-button-].swiper-button-prev {
    left: 50px
}

@media (max-width: 1366px) {
    .main-project [class*=swiper-button-] {
        width: 50px;
        height: 50px
    }
    .main-project [class*=swiper-button-].swiper-button-next {
        right: 30px
    }
    .main-project [class*=swiper-button-].swiper-button-prev {
        left: 30px
    }
}

@media (max-width: 768px) {
    .main-project [class*=swiper-button-] {
        width: 32px;
        height: 32px;
        margin-top: -45px
    }
    .main-project [class*=swiper-button-] svg {
        width: 32px;
        height: 32px
    }
    .main-project [class*=swiper-button-].swiper-button-next {
        right: 15px
    }
    .main-project [class*=swiper-button-].swiper-button-prev {
        left: 15px
    }
}

.img-link-lvhd-home .img-2 {
    display: none
}

@media (min-width: 1349px) {
    .img-link-lvhd-home:hover .img-2 {
        display: block
    }
    .img-link-lvhd-home:hover .img-1 {
        display: none
    }
}

.cover-home .swiper-pagination {
    bottom: 20px !important
}

.cover-home .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .3;
    z-index: 999
}

.cover-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

@media (max-width: 992px) {
    .cover-home .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #fff;
        opacity: .3;
        z-index: 999;
        margin: 0 2px !important
    }
    .cover-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1
    }
}

@media (max-width: 1440px) {
    .section-product {
        background-position-y: 70%
    }
}

.border-gradient {
    position: relative
}

.border-gradient img {
    padding: 5px
}

.border-gradient:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-border-gradient.png) no-repeat center center;
    background-size: 100% 100%
}