
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;}body{margin:0}article,aside,details,figcaption,
/* Slider */

body.stop-scrolling {
    height: 100%;
    overflow: hidden; }

.sweet-overlay {
    background-color: black;
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000; }

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 0px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999; }
@media all and (max-width: 540px) {
    .why-sec .container > p {
        width: 100% !important;
    }
    #menu-menu-header span.hidden-xs,
    #menu-menu-header-en span.hidden-xs{
        display: inline-block ! IMPORTANT;
    }
    .top-menu-wrapper .dropdown.hidden-sm.hidden-md.hidden-lg {
        display: none !important;
    }
    #menu-menu-header .fa {
        display: none !important;
    }
    .info-list li {
        display:flex;
    }
    .vision .item h3 img {
        height: auto !important;
    }
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
    .slider-why ul.slick-dots,
    .slider-year ul.slick-dots{
        position: relative;
        margin-top: 30px;
    }

    .slider-why .slick-dots li,
    .slider-year .slick-dots li{
        background: #975d00;
        opacity: 50%;
        border-radius: 100%;
        width: 10px;
        height: 10px;
    }

    .slider-why .slick-dots .slick-active li,
    .slider-year .slick-dots .slick-active li{
        opacity: 100%;
    }

    .slider-why .slick-dots li.slick-active,
    .slider-year .slick-dots li.slick-active{
        opacity: 100%;
        border: none;
        background: #975d00;
    }
    .slider-why button.slick-next.slick-arrow, .slider-why button.slick-prev.slick-arrow {
        display: none !important;
    }
    .client-slider .item-parent{
        gap: 10px !important;
    }

    .client-slider .item-parent .item {
        width: calc((100% - 10px) / 2);
    }
    .slider-year ul.slick-dots {
        margin-top: 0;
    }
}
.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
.sweet-alert fieldset {
    border: none;
    position: relative; }
.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    transition: padding 0.25s, max-height 0.25s; }
.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px; }
.sweet-alert .sa-error-container p {
    display: inline-block; }
.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px; }
.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.sweet-alert input:focus {
    outline: none;
    box-shadow: 0px 0px 3px #c4e6f5;
    border: 1px solid #b4dbed; }
.sweet-alert input:focus::-moz-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5; }
.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5; }
.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5; }
.sweet-alert input::-moz-placeholder {
    color: #bdbdbd; }
.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd; }
.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd; }
.sweet-alert.show-input input {
    display: block; }
.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
.sweet-alert button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
.sweet-alert button:hover {
    background-color: #7ecff4; }
.sweet-alert button:active {
    background-color: #5dc2f1; }
.sweet-alert button.cancel {
    background-color: #C1C1C1; }
.sweet-alert button.cancel:hover {
    background-color: #b9b9b9; }
.sweet-alert button.cancel:active {
    background-color: #a8a8a8; }
.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default; }
.sweet-alert button.confirm[disabled] {
    color: transparent; }
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s; }
.sweet-alert button::-moz-focus-inner {
    border: 0; }
.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
.sweet-alert .sa-icon.sa-error {
    border-color: #F27474; }
.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block; }
.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 2px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px; }
.sweet-alert .sa-icon.sa-warning {
    border-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-info {
    border-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px; }
.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px; }
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7); }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7); }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1); }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1); }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%; }
    100% {
        top: 50%; } }

@keyframes slideFromTop {
    0% {
        top: 0%; }
    100% {
        top: 50%; } }

@-webkit-keyframes slideToTop {
    0% {
        top: 50%; }
    100% {
        top: 0%; } }

@keyframes slideToTop {
    0% {
        top: 50%; }
    100% {
        top: 0%; } }

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%; }
    100% {
        top: 50%; } }

@keyframes slideFromBottom {
    0% {
        top: 70%; }
    100% {
        top: 50%; } }

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%; }
    100% {
        top: 70%; } }

@keyframes slideToBottom {
    0% {
        top: 50%; }
    100% {
        top: 70%; } }

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px; }
    54% {
        width: 0;
        left: 1px;
        top: 19px; }
    70% {
        width: 50px;
        left: -8px;
        top: 37px; }
    84% {
        width: 17px;
        left: 21px;
        top: 48px; }
    100% {
        width: 25px;
        left: 14px;
        top: 45px; } }

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px; }
    54% {
        width: 0;
        left: 1px;
        top: 19px; }
    70% {
        width: 50px;
        left: -8px;
        top: 37px; }
    84% {
        width: 17px;
        left: 21px;
        top: 48px; }
    100% {
        width: 25px;
        left: 14px;
        top: 45px; } }

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px; }
    65% {
        width: 0;
        right: 46px;
        top: 54px; }
    84% {
        width: 55px;
        right: 0px;
        top: 35px; }
    100% {
        width: 47px;
        right: 8px;
        top: 38px; } }

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px; }
    65% {
        width: 0;
        right: 46px;
        top: 54px; }
    84% {
        width: 55px;
        right: 0px;
        top: 35px; }
    100% {
        width: 47px;
        right: 8px;
        top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg); }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg); }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0; }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1; } }

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0; }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1; } }

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0; }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0; }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px; }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1; } }

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0; }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0; }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px; }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1; } }

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486; }
    100% {
        border-color: #F8BB86; } }

@keyframes pulseWarning {
    0% {
        border-color: #F8D486; }
    100% {
        border-color: #F8BB86; } }

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486; }
    100% {
        background-color: #F8BB86; } }

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486; }
    100% {
        background-color: #F8BB86; } }

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); } }

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff; }

.la-ball-fall.la-dark {
    color: #333; }

.la-ball-fall > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor; }

.la-ball-fall {
    width: 54px;
    height: 18px; }

.la-ball-fall > div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -moz-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
    -webkit-animation-delay: -200ms;
    -moz-animation-delay: -200ms;
    -o-animation-delay: -200ms;
    animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
    -webkit-animation-delay: -100ms;
    -moz-animation-delay: -100ms;
    -o-animation-delay: -100ms;
    animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms; }

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px; }

.la-ball-fall.la-sm > div {
    width: 4px;
    height: 4px;
    margin: 2px; }

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px; }

.la-ball-fall.la-2x > div {
    width: 20px;
    height: 20px;
    margin: 8px; }

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px; }

.la-ball-fall.la-3x > div {
    width: 30px;
    height: 30px;
    margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%); }
    10% {
        opacity: .5; }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    90% {
        opacity: .5; }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%); } }

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%); }
    10% {
        opacity: .5; }
    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0); }
    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0); }
    90% {
        opacity: .5; }
    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%); } }

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%); }
    10% {
        opacity: .5; }
    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0); }
    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0); }
    90% {
        opacity: .5; }
    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%); } }

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%); }
    10% {
        opacity: .5; }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    90% {
        opacity: .5; }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%); } }
@font-face {
    font-family: 'default';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/SF-Pro-Rounded-Black.otf');
    font-display: swap;
}

@font-face {
    font-family: 'default';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/SF-Pro-Rounded-Bold.otf');
    font-display: swap;
}

@font-face {
    font-family: 'default';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/SF-Pro-Rounded-Semibold.otf');
    font-display: swap;
}

@font-face {
    font-family: 'default';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/SF-Pro-Rounded-Medium.otf');
    font-display: swap;
}

@font-face {
    font-family: 'default';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SF-Pro-Rounded-Regular.otf');
    font-display: swap;
}

@font-face {
    font-family: 'default';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/SF-Pro-Rounded-Light.otf');
    font-display: swap;
}

.skiptranslate {
    display: none !important;
}

#goog-gt-tt {
    display: none !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: initial !important;
    box-shadow: initial !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: initial !important;
}

body {
    top: 0 !important;
    color: #333333;
    font-family: "default";
    padding-top: 112px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

:root {
    --main_color: #c07802;
    --black_color: #333;
}

* {
    margin: 0px;
}

body {
    font-family: "default", sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none !important;
}

ul, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700
}

ul.ul {
    padding: 0;
}

ul.ul li {
    list-style-type: none;
    float: left;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

label {
    margin: 0;
    font-weight: 600
}

.row-s {
    margin: 0px -9px;
}

.col-s {
    padding: 0px 9px;
}

.col-0 {
    padding: 0;
}

.over {
    overflow: hidden;
}

.delay, a {
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

.w, .wmg img {
    width: 100%;
}

.bg {
    color: white !important;
    background: var(--main_color);
}

.color {
    color: var(--main_color);
}

.color-white {
    color: white;
}

.pot {
    position: relative;
}

.blook {
    display: block;
}

.in-blook {
    display: inline-block;
}

.radius {
    border-radius: 5px;
}

.bor {
    border: 1px solid #ccc;
}

.mg-bt {
    margin-bottom: 18px;
}

table {
    width: 100% !important
}

table tr td, table tr td {
    padding: 8px
}

.form-control {
    padding: 0 10px;
    height: 36px;
}

#mainMenu .mainMenu > li > ul {
    position: absolute;
    z-index: 1;
    background: #0daa5b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .28s ease-in-out;
    -moz-transition: all .28s ease-in-out;
    -ms-transition: all .28s ease-in-out;
    -o-transition: all .28s ease-in-out;
    transition: all .28s ease-in-out;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    min-width: 160px;
}

#mainMenu .mainMenu > li > .mega-menu {
    background: #f5f5f5;
    padding: 42px 20px 30px;
}

#mainMenu .mainMenu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    top: calc(100% + 3px);
}

#mainMenu .mainMenu > li > ul li {
    width: 100%;
    position: relative;
    font-size: 13px;
}

#mainMenu .mainMenu > li > ul li a {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    color: white;
    display: block;
    padding: 3px 10px;
    padding-left: 20px;
    position: relative;
    white-space: nowrap;
    text-align: left;
}

#mainMenu .mainMenu > li > ul:not(.mega-menu) li a:hover {
    background: #018441;
}

#mainMenu .mainMenu > li > ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #0b6938;
    position: absolute;
    left: 0;
    bottom: -2px;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

#mainMenu .mainMenu > li > ul:not(.mega-menu) li a:hover:after {
    right: 0;
    width: 100%;
}

#mainMenu .mainMenu > li > .mega-menu li a {
    color: #333333;
    border-bottom: none;
    padding-left: 0;
    padding-right: 15px;
}

#mainMenu .mainMenu > li > .mega-menu li ul {
    position: relative;
}

#mainMenu .mainMenu > li > ul li ul {
    position: absolute;
    top: 0;
    padding-left: 0;
    left: 100%;
    background: #0daa5b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .28s ease-in-out;
    -moz-transition: all .28s ease-in-out;
    -ms-transition: all .28s ease-in-out;
    -o-transition: all .28s ease-in-out;
    transition: all .28s ease-in-out;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    min-width: 160px;
}

#mainMenu .mainMenu > li > ul > li:hover > ul, #mainMenu .mainMenu > li > .mega-menu > li > ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

#mainMenu .mainMenu > li > .mega-menu li ul {
    left: 0;
}

#mainMenu .mainMenu > li > .mega-menu > li {
    border-right: 1px solid #cdcdcd;
    padding-left: 15px;
    margin-bottom: 30px;
}

#mainMenu .mainMenu > li > .mega-menu > li:nth-of-type(4n+4) {
    border-right: none;
}

#mainMenu .mainMenu > li > .mega-menu > li > a {
    font-weight: 700;
    padding-left: 0;
    padding-top: 0;
    text-transform: uppercase;
}

#mainMenu .mainMenu > li > .mega-menu li a {
    white-space: initial;
}

#mainMenu .mainMenu > li > .mega-menu li a i {
    margin-right: 5px;
    color: #c07802;
    font-size: 16px;
}

#mainMenu .mainMenu > li > .mega-menu li a:hover {
    color: #0b6938;
}

#mainMenu .mainMenu > li > .mega-menu li.viewall {
    grid-column: 1/5 !important;
    grid-row-end: 4;
    margin: 15px 0 0;
    padding: 0;
    border: none;
    line-height: 34px;
}

#mainMenu .mainMenu > li > .mega-menu li.viewall a {
    background: #fff;
    padding: 6px 28px;
    border-radius: 4px;
    text-align: center;
    display: unset;
    border: 1px solid #0daa5b;
    border-radius: 99px;
    font-weight: 400;
    font-size: 14px;
}

#mainMenu .mainMenu > li > .mega-menu li.viewall a:hover {
    background: #c07802;
    color: #fff
}

.gotop {
    position: fixed;
    bottom: 8px;
    right: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 23px;
    z-index: 9;
    line-height: 40px;
    border-radius: 4px;
    color: white;
    border: 1px solid #ffffff;
}

.footter h3 {
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footter p {
    margin: 0
}

.footter p.tit-footer {
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 22px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.footter label {
    margin: 10px 0 5px
}

.footter label i {
    margin-right: 7px
}

.footter ul.ul li {
    width: 100%;
}

.footter ul.ul li a {
    color: white;
    padding: 1px 0;
    padding-left: 10px;
    background: url(/Content/html/images/li.png)no-repeat 0px 9px;
}

.footter h3 + label {
    margin-top: 0;
}

.footter .item .pot.over {
    max-width: 100%;
}

.footter .item .pot.over input {
    padding-right: 40px;
}

.footter .item .pot.over button {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #323232 url(/Content/html/images/sub.png)no-repeat;
    background-position: center center;
    padding: 0px 17px;
    border-radius: 0px 5px 5px 0px;
}

.footter ul.ul.ul-shade li {
    width: auto;
}

.footter ul.ul.ul-shade li a {
    padding: 0;
    background: none;
}

.footter ul.ul.ul-shade li a i {
    position: static;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    font-size: 17px;
    border: 1px solid white;
    margin: 0 2px;
    line-height: 34px;
}

.footter h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.footter .col-xs-12.col-sm-12.col-md-8 .item {
    max-width: 330px;
}

ul.mainMenu.ul {
    display: table;
    width: 100%;
    padding: 5px 0;
}

ul.mainMenu.ul li.mega {
    position: initial;
}

.mega-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 1;
    left: 10px;
    background: #efefef;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.55);
    -webkit-transition: all .28s ease-in-out;
    -moz-transition: all .28s ease-in-out;
    -o-transition: all .28s ease-in-out;
    transition: all .28s ease-in-out;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

ul.mainMenu.ul li.mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.mega-menu .item p {
    min-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.mega-menu .item p a, .mega-menu .item ul li a {
    color: #1f1f1f;
    transition: all 0.3s linear;
}

.mega-menu .item ul li a:hover {
    opacity: 0.5;
}

.mega-menu .item ul li a:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: transparent;
    border: 4px solid transparent;
    border-left: 4px solid #5f5f5f;
}

.mega-menu .item ul {
    padding-left: 0px;
}

.mega-menu .item ul li {
    float: initial;
    padding-left: 10px;
    position: relative;
}

.mega-menu .item ul li ul {
    padding-left: 15px;
}

.mega-menu .item {
    padding: 0 10px;
    border-right: 1px solid rgba(0,0,0,0.15);
    border-left: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 15px;
}

.mega-menu .item:nth-of-type(5n+5) {
    border-right: none;
}

.mega-menu .item:nth-of-type(5n+1) {
    border-left: none;
}

.mega-menu {
    padding: 10px;
    margin: 0 -10px;
    opacity: 0;
    visibility: hidden;
}

.sub-gt {
    grid-template-columns: calc(100%/6)calc(100%/6)calc(100%/6)calc(100%/6)calc(100%/6)calc(100%/6)
}

#mainMenu .mainMenu > li > ul.sub-gt li {
    text-align: center;
    border: initial;
    text-transform: uppercase
}

.sub-gt li span {
    display: block;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

#mainMenu .mainMenu > li > ul.sub-gt li a {
    padding: 0;
    border: initial;
    text-align: center;
    line-height: 20px;
}

#mainMenu .mainMenu > li > ul.sub-gt li a img {
    margin-top: 15px;
    width: initial;
    height: initial;
}

#mainMenu .mainMenu > li > .mega-menu2 {
    width: auto;
    grid-template-columns: 45% 55%;
    right: 0;
    left: initial;
    top: calc(100% + 3px);
}

#mainMenu .mainMenu > li > .mega-menu2 ul li a:before {
    display: none
}

#mainMenu .mainMenu > li > .mega-menu2 ul li {
    text-align: left;
    padding: 3px 0;
    border: initial
}

#mainMenu .mainMenu > li > .mega-menu2 h3 {
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px
}

#mainMenu .mainMenu > li > .mega-menu2 ul li a {
    border: initial;
    padding: 0
}

#mainMenu .mainMenu > li > .mega-menu2 .item {
    border: initial;
    position: relative
}

#mainMenu .mainMenu > li > .mega-menu2 .img {
    height: 100%;
    position: relative;
    display: block;
}

#mainMenu .mainMenu > li > .mega-menu2 .img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover
}

#mainMenu .mainMenu > li > .mega-menu2 span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #000000a3;
    padding: 8px 0;
}

#mainMenu .mainMenu > li > .mega-menu2 ul li.viewall {
    margin-top: 20px
}

#mainMenu .mainMenu > li > .mega-menu3 > li {
    width: auto;
    margin: 0;
    grid-column: initial !important;
    grid-row: initial;
}

#mainMenu .mainMenu > li > .mega-menu3 > li:nth-child(4n) {
    border-right: 0
}

#mainMenu .mainMenu > li > .mega-menu3 > li a {
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px solid #cdcdcd;
    height: 100%;
}


.list-trai .item {
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
    display: block;
}

.bg-why {
    background: url('/Content/html/images/bg-why.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.color-black {
    color: var(--black_color) !important;
}

a.delay.ct {
    display: inline-block;
    padding: 3px 30px 3px 12px;
    border: 1px solid var(--main_color);
    background: url(/Content/html/images/ct.png)no-repeat 90% 8px;
    border-radius: 20px;
}

.item-home-slider .item:hover a.delay.ct {
    background: var(--main_color) url(/Content/html/images/ct2.png)no-repeat 90% 8px;
    color: white
}

.imghv, .item-home-slider .item:hover .imgnone,
.document a.item:hover .imgnone {
    opacity: 0;
    visibility: hidden;
}

.item-home-slider .item:hover .imghv,
.document a.item:hover .imghv {
    opacity: 1;
    visibility: visible;
}

.item-home-slider .item:hover .img {
    background: var(--main_color);
}

.item-home-slider .item .img {
    width: 100px;
    height: 100px;
    border: 2px solid var(--main_color);
    border-radius: 100%;
    margin: auto;
}

.item-home-slider .item .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.item-home-slider .item h3 a {
    font-size: 17px;
    color: #333;
    margin: 15px 0;
}

.item-home-slider .item:hover h3 a, .answer .item h2 a:hover {
    color: var(--main_color);
}

.item-home-slider {
    margin: 0px -10px;
}

.title-home {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #c07802;
    position: relative;
}

.title-home a {
    color: #c07802
}

.title-home:after {
    content: "";
    height: 5px;
    width: 148px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/Content/html/images/after-h2.png);
    background-size: 100% 100%;
}

.train {
    background: #ededed;
}

.train .title-home a:hover {
    color: #ffffff;
}

.list-trai .item .img img {
    height: 210px;
    transition: all 0.2s linear;
}

.list-trai .item .img a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}


.list-trai .item:hover .img a:before {
    opacity: 1;
    visibility: visible;
}


.list-trai .item .img a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: block;
}


.list-trai .item:hover .img a span {
    opacity: 1;
    visibility: visible;
}

.list-trai .item h2, .list-trai .item h3 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 10;
    display: table;
}



.list-trai .item h2 a,
.list-trai .item h3 a {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 18px;
    color: #ffffff;
    padding: 10px 5px;
    transition: initial;
    display: table-cell;
    vertical-align: middle;
    height: 56px;
}

.list-trai .item:hover h2 a,
.list-trai .item:hover h3 a {
    color: white;
    background: var(--main_color);
}

.client {
    padding: 10px 0;
}

.slider-home button.slick-arrow, .client button.slick-arrow {
    display: none !important
}

.slider-home img {
    height: initial;
    width: 100%;
}

.train a.btn.delay {
    display: inline-block;
    color: white;
    border: 1px solid white;
    padding: 7px 27px;
    text-transform: uppercase;
    margin: auto;
    font-weight: 600;
    margin-top: 30px;
}

.pd {
    padding: 50px 0;
}

.pd-about {
    padding: 70px 0;
}

.detail.pd {
    padding: 0 0 40px 0;
}

.detail.pd h6 {
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 10px;
    line-height: 1.4;
}

.detail.pd h5 {
    font-size: 14px;
    margin-bottom: 10px;
}

.detail.pd h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.detail.pd h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.detail.pd h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.detail.pd h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.detail.pd h1.pot, .detail.pd h2.pot, .detail.pd h1.pot, .detail.pd p.pot {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #c07802;
}

.detail.pd p.pot:before, .detail.pd h1.pot:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--main_color);
}

.detail.pd p, .detail.pd li {
    font-size: 16px;
}

.detail.pd li {
    margin-bottom: 10px;
}

.detail-field h2:before {
    display: none !important;
}

.detail.pd h5, .detail.pd h6 {
    font-size: 14px;
}

.news .item .link-item {
    border-top: none;
}

.news .item .link-item p {
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 400;
}

.news .item .link-item p.color {
    margin-bottom: 10px
}

.list-news.news .item {
    border: none;
    display: grid;
    grid-template-columns: 265px calc(100% - 265px);
}

.list-news.news .item {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.list-news.news .item:first-child {
    border-top: none;
    margin-top: 0;
}

.list-news.news .img.over {
    height: 172px;
    overflow: hidden;
}

.news .item .link-item h3 a {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 700;
}

.news .item .link-item a.btn.delay {
    font-weight: 600;
    border-radius: 44px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #F8F8F8;
    color: #777;
    padding: 10px 20px;
}

.news .item .link-item a.btn.delay svg {
    width: 8px;
    height: 8px;
    margin-left: 5px;
}

.news .col-sm-6 .item .link-item h3 a {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 18px;
}

.news .col-sm-6 .item .link-item {
    padding-bottom: 0;
    height: 125px;
}


.grid-news-index {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.news .item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
}

.news .item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 5;
}

.news .item:nth-child(3) {
    grid-area: 2 / 3 / 3 / 5;
}


.news .item.first {
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: #F8F8F8;
    overflow: hidden;
    padding: 20px;
}

.news .item.first .img {
    margin-bottom: 15px;
    aspect-ratio: 965/551;
}

.news .item:not(.first) {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: #F8F8F8;
    overflow: hidden;
}

.news .item:not(.first) .img, .news .item:not(.first) .link-item {
    width: 50%;
}

.news .item .img {
    aspect-ratio: 549/395;
    display: block;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.news .item.first .img {
    border-radius: 20px;
}

.news .item.first .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.news .item img {
    transition: all 0.5s ease;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.news .item .date-time, .news .item .date-time .date, .news .item .date-time .time {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.news .item.first .date-time {
    gap: 30px;
    margin-bottom: 15px;
}

.news .item.first .link-item {
    /* padding: 0 20px; */
}

.news .item:not(.first) .date-time {
    justify-content: space-between;
    margin-bottom: 15px;
}


.news .item:not(.first) .link-item {
    padding-left: 20px;
}

.news .item .date-time .icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .item .date-time .icon img {
    width: 100%;
    object-fit: contain;
}

.news .item .date-time .date, .news .item .date-time .time {
    gap: 10px;
}

.news .item:hover img {
    transform: scale(1.05);
}

.menu.delay.bg {
    z-index: 1000;
    position: relative;
}

.news .col-sm-6 .item img {
    height: 140px;
}

.client {
    background: #fff;
    /*    box-shadow: 0 0 8px rgba(0,0,0,0.25);*/
    position: relative;
}


.client-slider .item-parent {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
}

.client-slider {
    display: none;
}

.client-slider.active {
    display: block;
}

.client-slider .item-parent img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.bg-partner {
    background-size: 100% auto;
    background-position: top;
}

.client-slider .item-parent .item {
    width: calc((100% - 40px)/3);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(203, 192, 192, 0.70);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.12);
    aspect-ratio: 334/271;
}

.block-partner {
    display: flex;
    padding: 50px 0;
    align-items: center;
}

.block-partner .left {
    width: 40%;
}

.block-partner .left .item {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.99px;
    font-size: 16px;
    position: relative;
}

.block-partner .left .item:last-child {
    padding-bottom: 0;
}

.block-partner .left .item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 20px;
    left: 19px;
    width: 1px;
    height: 100%;
    background: var(--main_color);
    z-index: 2;
}

.block-partner .left .item p {
    margin-bottom: 0;
    flex: 1;
    line-height: 1.5;
    text-transform: uppercase;
}

.block-partner .left .item .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.block-partner .left .item .icon svg {
    width: 25px;
    height: 25px;
    transition: all 0.3s;
}


.block-partner .left .item:hover p, .block-partner .left .item.active p {
    background: linear-gradient(90deg, #c07802 30.79%, #B1D135 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.block-partner .left .item:hover .icon svg, .block-partner .left .item.active .icon svg {
    width: 40px;
    height: 40px;
}

.block-partner .right {
    width: 60%;
}

.client-slider .item-parent .item .img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.banner img {
    height: initial;
}

.menuLeft {
    z-index: 0;
}

.menuLeft p {
    background: var(--main_color);
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}

.main-content .aboust ul.ul.ul-aboust {
    border: 1px solid #ccc;
    background: #e6e4e4;
    border-radius: 0 0 4px 4px;
    margin-bottom: 15px;
}

.main-content .aboust ul.ul.ul-aboust li {
    float: initial;
    position: relative;
}

.main-content .aboust ul.ul.ul-aboust li i {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 12px;
}

.main-content .aboust ul.ul.ul-aboust li:hover i {
    color: var(--main_color);
}

.main-content .aboust ul.ul.ul-aboust li a {
    color: #333;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

.main-content .aboust ul.ul.ul-aboust li:last-child a {
    border-bottom: none;
}

.main-content .aboust ul.ul.ul-aboust li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background: #e6e4e4;
    border: 1px solid #cccccc;
    display: none;
    z-index: 1500;
}

.main-content .aboust ul.ul.ul-aboust li:hover ul {
    display: block;
}

.aboust {
    min-height: 400px;
}

.detail > h1, .detail > h2 {
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 18px;
}

.detail > h1.title-center, .detail > h2.title-center {
    text-align: center;
}

.detail > h1:before, .detail > h2:before {
    content: "";
    height: 2px;
    width: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--main_color);
}

.detail > h1.title-center:before, .detail > h2.title-center:before {
    left: calc((100% - 70px)/2);
}

.answer .item {
    padding: 15px;
    height: 175px;
    margin-top: 15px;
    background: #f6f6f6;
}

.answer .item h2 a {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
    line-height: 22px;
}

.answer .item a.delay.color {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
}

.answer .item a.delay.color:hover {
    color: white;
    background: var(--main_color);
}

.answer .item .desc {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.customer {
    background: #efefef;
    padding: 15px;
}

.customer .item {
    margin: 0px -6px;
}

.customer .item .selec-left {
    padding: 0px 6px;
    width: 88%;
    position: relative;
}

.customer .item .customer-sub {
    width: 12%;
    padding: 0px 6px;
}

.customer .item label {
    margin-bottom: 7px;
}

.customer .item .selec-left label.error {
    position: absolute;
    bottom: 8px;
    right: 25px;
    color: red;
    margin-bottom: 0;
    font-size: 13px;
}

.customer .item .customer-sub button {
    width: 100%;
    margin-top: 27px;
    height: 36px;
    padding: 0;
    font-weight: 600;
}

.customer .item label.erro {
    padding: 0px 6px;
    margin-bottom: 0;
    margin-top: 15px;
    color: red;
}

.contact p i {
    color: #5e5e5e;
    margin-right: 7px;
    font-size: 17px;
}

.contact .item .item-left {
    border: 1px solid #ccc;
    width: 175px;
    height: 175px;
    background: #eee;
}

.contact .item .item-left img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contact .item .item-right {
    padding-left: 30px;
}

.contact .item .item-right {
    width: calc(100% - 175px);
}

.contact .item .item-right h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 5px;
}

.contact .item .item-right p {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

.contact .item .item-right p i {
    position: absolute;
    left: 0;
    top: 0;
}

.contact .item .item-right a.delay.btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    border-radius: 0;
    text-transform: uppercase;
    color: #333;
}

.contact .item .item-right a.delay.btn i {
    margin-left: 7px;
    font-size: 18px;
}

.show-form {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px dashed #ccc;
}

.show-form span {
    margin-bottom: 5px;
    display: block;
}

.show-form span:first-child {
    font-weight: 600;
}

.show-form label {
    margin-bottom: 15px;
}

.show-form input {
}

.show-form textarea {
    height: 79px;
}

.show-form button {
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    padding: 6px 30px;
}

.map iframe {
    width: 100% !important;
    height: 400px !important;
}

.pagination > .active > a, .pagination > .active:hover > a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--main_color);
    border-color: var(--main_color);
}

.document a.item {
    background: #f6f6f6;
    height: 210px;
}

.document a.item .img {
    height: 140px;
}

.document a.item .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
}

.document a.item h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    line-height: 20px;
}

.document a.item:hover {
    background: #0eab5b;
}

.document a.item:hover h3 {
    color: white;
}

.table-document table tr {
    border-top: 1px dashed #ccc;
}

.table-document h3 a {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.table-document ul.ul li {
    margin-right: 18px;
    color: #9c9595;
}

.table-document ul.ul li i {
    margin-right: 5px;
}

.table-document a.blook {
    color: #333;
}

.table-document a i {
    margin-right: 10px;
    font-size: 18px;
    float: left;
    margin-top: 2px;
}

.table-document table tr td {
    vertical-align: middle;
    padding: 12px 0px;
}

.table-document table tr td:nth-child(1) {
    width: 80%;
}





.news .item .link-item a.btn.delay:hover {
    color: white;
    background: var(--main_color);
    border-color: var(--main_color);
}

.news .item .link-item a.btn.delay:hover svg path {
    fill: #fff;
}


.list-news.news .item .link-item p {
    line-height: 23px;
}

.pagination {
    width: 100%;
    margin: 0;
    padding: 15px 0;
}

.main-content .aboust ul.ul.ul-aboust li.active > a,
.main-content .aboust ul.ul.ul-aboust li a:hover,
.table-document h3 a:hover,
.news .item .link-item h3 a:hover {
    color: var(--main_color);
}

.item-home-slider .item {
    padding: 0 15px;
}

.item-home-slider .item p {
    font-weight: 600;
}

a:focus, .item-home-slider .item:focus {
    outline: none !important;
}

#emailletter {
    position: relative;
}

label#emailletter-error {
    position: absolute;
    z-index: 100;
    right: 45px;
    color: red;
    top: 0;
}

.remodal-login {
    width: 450px;
}

.remodal-close {
    right: 0;
    left: initial;
    background: transparent;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #018442;
    border-right: 15px solid #018442;
}

.remodal-close:before {
    top: -6px !important;
    width: 0 !important;
    height: 0 !important;
    color: #ffffff !important;
    line-height: 0 !important;
}

.remodal-login h3 {
    padding-bottom: 20px;
}

.remodal-login .input-group {
    margin-bottom: 15px;
    position: relative;
}

.remodal-login .input-group .btn, .remodal-login .input-group input {
    height: 35px;
}

.remodal-login .input-group .btn {
    background: #018442 !important;
}

.btn-login {
    background: #018442;
    color: #ffffff;
    transition: all 0.5s ease;
    border-radius: 0;
}

.btn-login:hover {
    color: #ffffff;
    opacity: 0.7;
}

.main-remodal label.error {
    color: red;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 100;
    font-size: 14px;
    font-weight: 400;
}

.remodal p.title-modal {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
}

.main-remodal .input-group {
    margin-bottom: 15px;
    width: 100%;
}

.main-remodal .input-group input {
    height: 35px;
}

.main-remodal .input-group span {
    height: 35px;
    line-height: 1;
    background: #018442 !important;
    color: #ffffff;
}

.main-remodal .form-login {
    width: 450px;
    margin: auto;
}

.google_plusone_iframe_widget {
    width: auto !important;
}

.list-answer .item {
    padding-bottom: 10px;
}

.list-answer .item p:last-child,
.list-answer .item h2,
.list-answer .item p:first-child {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    font-weight: 600;
}

.list-answer .item .content-answer {
    padding: 10px 0 0 0;
    height: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}

.list-answer .item .content-answer.show-full {
    height: auto;
}

.list-answer .item .content-answer > span {
    font-weight: 600;
}

.list-answer .item .content-answer table p {
    border-bottom: none;
}

.list-answer .item .content-answer p {
    font-size: 14px;
    font-weight: 400;
    color: var(--black_color);
    border: none;
}

.list-answer .item a {
    color: var(--main_color);
    margin-bottom: 10px;
}

.nav ul {
    padding-left: 0;
}



.nav ul li a {
    color: var(--black_color);
}

.nav ul li a:hover, .nav ul li.active {
    color: var(--main_color);
}

.nav ul li.active {
    font-weight: 700;
}

.tab-field li {
    display: inline-block;
    list-style: none;
    padding: 5px 10px;
}

.tab-field li a {
    color: var(--main_color);
    font-weight: 600;
    font-size: 15px;
}

.tab-field li.active {
    background: var(--main_color);
    color: #ffffff;
}

.tab-field li.active a {
    color: #ffffff;
}

.tab-field {
    border-bottom: 1px solid var(--main_color);
    padding-left: 0;
    margin-bottom: 15px;
}

.item-dv {
    margin-bottom: 10px;
}

.item-dv .img {
    height: 130px;
    overflow: hidden;
}

.item-dv .img img {
    transition: all 0.5s ease;
}

.item-dv .img:hover img {
    transform: scale(1.05);
}

.item-dv .tt h2 {
    margin-bottom: 10px;
    height: 34px;
}

.item-dv .tt h2, .item-dv .tt h2 a {
    color: var(--black_color);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.child {
    padding: 10px 0;
    overflow: hidden;
}

.child li {
    list-style: none;
    text-align: left;
    position: relative;
    padding-left: 10px;
}

.child li a {
    color: var(--black_color);
    transition: all 0.5s ease;
    font-size: 12px;
}

.child li h3 {
    margin-bottom: 0 !important;
}

.child li:last-child {
    text-align: right;
}

.child li:last-child a {
    font-style: italic;
}

.child li a:hover {
    color: var(--main_color);
}

.child li a i {
    position: absolute;
    top: 3px;
    left: 0;
}

.list-dv.row-s {
    margin: 0 -25px;
}

.list-dv .col-s {
    padding: 0 25px;
}

.detail.pd > h2:not(.pot):before {
    display: none;
}

.login-fb a {
    border-radius: 0px;
    background: #3b5998;
    color: #ffffff;
    padding: 5px 0;
    display: block;
    position: relative;
    padding-left: 25px;
    text-align: center;
}

.login-gg a {
    border-radius: 0px;
    background: #d34836;
    color: #ffffff;
    padding: 5px 0;
    display: block;
    position: relative;
    padding-left: 25px;
    text-align: center;
}

.main-remodal .input-group .login-fb a span, .main-remodal .input-group .login-gg a span {
    background: transparent !important;
}

.main-remodal .input-group .login-gg a span i {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 22px;
}

.main-remodal .input-group .login-fb a span i {
    position: absolute;
    left: 17px;
    top: 10px;
    font-size: 30px;
}

.login-social .col-sm-6:first-child {
    padding-right: 7.5px;
}

.login-social .col-sm-6:last-child {
    padding-left: 7.5px;
}

.fanpage iframe {
    width: 100%;
    height: 200px;
}

.headtop {
    background: var(--main_color);
    height: 35px;
    transition: all 0.5s linear;
}

.header {
    box-shadow: 0 0 10px -4px rgba(0,0,0,0.5);
    background: #ffffff;
    transition: all 0.5s linear;
    z-index: 1000;
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 3px solid var(--main_color);
}

.lang, .menutop, .search2 {
    float: left;
}

.menutop {
    width: calc(100% - 587px);
}

.menutop ul {
    padding-left: 0;
    text-align: left;
}

.menutop ul li {
    display: inline-block;
    list-style: none;
}

.menutop ul li a {
    color: #ffffff;
    display: block;
    padding: 0 13px;
    line-height: 35px;
    position: relative;
    transition: all 0.5s linear;
    font-size: 13px;
}

.menutop ul li a:before {
    width: 1px;
    height: 14px;
    content: '';
    position: absolute;
    top: 11px;
    right: -2px;
    background: rgba(255,255,255,0.5);
}

.menutop ul li:last-child a:before {
    display: none;
}

.menutop ul li a:hover {
    background: #ffffff;
    color: var(--main_color);
}

.lang {
    width: 80px;
}

.lang p {
    display: inline-block;
    line-height: 35px;
    width: 26px;
    height: 16px;
}

.lang p:last-child {
    margin-left: 10px;
}

.search2 {
    width: 250px;
}

.headtop .container {
    text-align: right;
}

.phone-hed {
    width: auto;
    float: left;
    margin-left: 15px;
    line-height: 35px;
    color: #fff710;
    font-size: 15px;
}

.phone-hed i {
    color: #ffffff;
}

.phone-hed img {
    margin-right: 5px;
    width: 19px;
    height: 19px;
}

.search2 {
    padding-left: 15px;
}

.search2 input {
    height: 35px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-left: 1px solid #ffffff82;
    background: initial;
}

.search2 input::placeholder {
    color: #fff;
    font-size: 13px
}

.search2 .input-group-addon {
    padding: 0;
    border: none;
    background: transparent;
}

.search2 .input-group-addon button {
    width: 35px;
    height: 35px;
    border: none;
    background: #ffffff00;
    border-right: 1px solid #ffffff82;
    color: #fff;
}

.menu {
    padding-left: 50px;
    align-self: center;
}

.mainMenu > li {
    display: table-cell;
    float: inherit !important;
    position: relative;
    vertical-align: middle;
    padding: 10px 5px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.5s linear;
}

.mainMenu > li:hover {
    background: #c07802;
}

.mainMenu > li:hover > a {
    color: #ffffff;
}

.mainMenu > li > a {
    font-size: 13px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
}

.cls-table {
    display: grid;
    width: 100%;
    grid-template-columns: 200px calc(100% - 200px);
    position: relative;
}



.logo img {
    width: 100%;
    transition: all 0.5s linear;
}

.logo img.scroll {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 0;
    transition: all 0.5s linear;
}


.header.headerxd {
    background: var(--main_color);
}

.header.headerxd .headtop {
    background: #ffffff;
    height: 0;
    overflow: hidden;
}

.header.headerxd .mainMenu > li {
}

.header.headerxd .menutop ul li a {
    color: #333333;
}

.header.headerxd .menutop ul li a:before {
    background: rgba(0,0,0,0.5);
}

.header.headerxd .search2 input {
    border-left: 1px solid #cdcdcd;
    border-bottom: none;
}

.header .search2 input:focus {
    box-shadow: none;
}

.header.headerxd .search2 .input-group-addon button {
    border-right: 1px solid #cdcdcd;
    border-bottom: none;
}

.header.headerxd .mainMenu > li > a {
    color: #ffffff;
}

.header.headerxd .logo {
}

.header.headerxd .logo img:not(.scroll) {
    opacity: 0;
}

.header.headerxd .logo img.scroll {
    opacity: 1;
}

.header.headerxd .mainMenu > li:hover {
    background: #ffffff;
}

.header.headerxd .mainMenu > li:hover > a {
    color: var(--main_color);
}

.advisory {
    background: #f8f7f5;
    padding: 15px 0;
    font-weight: 700;
}

.advisory .cls-table {
    grid-template-columns: auto auto;
}

.advisory > * {
}

.advisory p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}

.advisory ul {
    padding: 0;
    align-self: center;
    text-align: left;
}

.advisory ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin-right: 20px;
    font-family: "Segoe UI Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: "Segoe UI Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.advisory ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #2d7d4e;
    transition: all ease 0.3s;
}

.advisory ul li a:hover {
    color: var(--black_color);
    text-decoration: none;
    outline: none;
}

.advisory a.send-request:hover {
    background-color: var(--black_color);
    text-decoration: none;
    outline: none;
}

.advisory ul li a img {
    position: absolute;
    left: 0px;
    top: 0;
}

.advisory ul li:nth-of-type(2) a img {
    top: 5px;
}

.advisory .action {
    align-self: center;
    text-align: right;
}

.advisory a.send-request {
    background: var(--main_color);
    color: #ffffff;
    display: inline-block;
    padding: 10px 25px;
}

.about-index {
    padding: 50px 0;
}

.about-index ._title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    text-align: center;
    line-height: 1.5;
}

.about-index ._tit2 {
    text-align: left;
    font-size: 19px;
    padding-bottom: 0;
}

.about-index ._tit2 span {
    display: block;
    color: #197e49;
    font-size: 28px;
    font-weight: bolder;
    font-family: 'inter';
}

.about-index ._tit2:before {
    display: none
}

.about-index ._title:before {
    content: "";
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #0eab5b;
}

.about-index ._grid {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 -15px;
    align-items: center;
}

.about-index ._grid > * {
    margin: 0 15px;
    position: relative;
}

.about-index ._grid .avt {
    margin-right: 18px;
    position: relative;
}

.about-index ._grid .avt img {
    width: 100%;
}

.about-index ._grid .avt .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000008c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-index ._grid .avt .play-video {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #333333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
}

.about-index ._grid .avt .play-video:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f04b";
    font-size: 20px;
    margin: auto;
}

.about-index ._grid ._desc {
    padding-left: 32px
}

.about-index ._grid ._desc:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #ffffff00 0%,#0daa5b 40%,#0daa5b 60%,#ffffff00 100%);
}

.about-index ._grid .avt iframe {
    width: 100%;
    height: 293px;
}

.about-index ._grid ._desc p {
    line-height: 1.8;
}

._grid-footer {
    display: grid;
    grid-template-columns: 48% 25% 22%;
    margin: 0 -15px;
    gap: 33px;
}

._grid-footer > * {
    margin: 0 15px;
    color: #fff;
}

.ft-left > p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.ft-left .ct {
    margin-bottom: 15px;
}

.ft-left .ct li {
    text-align: center;
    list-style: none;
}

.ft-left .ct li a {
    display: block;
}

.ft-left .ct li span {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
}

.ft-left .ct li a i {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 2px solid #0eab5b;
    line-height: 45px;
    font-size: 19px;
    color: #0eab5b;
    margin-bottom: 10px;
}

.ft-left .address {
    padding: 0;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(2,calc(100%/2));
    margin: 0 -10px;
}

.ft-left .address li {
    font-size: 16px;
    padding-bottom: 30px;
    list-style: none;
    margin: 0 0 0 10px;
    text-align: left;
    padding-left: 20px;
}

.ft-left .address li span {
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}

.ft-left .address li span i {
    position: absolute;
    left: -20px;
    top: 3px;
}

.ft-left .address li span:before {
    content: '';
    width: 100%;
    left: 0;
    height: 2px;
    background: #ffffffba;
    position: absolute;
    bottom: -2px;
}

.ft-left .address li span i {
    margin-right: 7px
}

.ft-left .ct {
    padding: 0;
    display: grid;
    grid-template-columns: 50% 50%;
}

.ft-left .ct li span {
    display: block;
    width: 100%;
}

.ft-right h3, .ft-right h4 {
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}

.ft-right .item p.tit-email {
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.item-field {
    margin-bottom: 30px;
}

.item-field h2 {
    position: relative;
}

.item-field h2:before {
    content: "";
    height: 2px;
    width: 230px;
    position: absolute;
    left: 0;
    bottom: 0;
    /* background: var(--main_color); */
    z-index: 99
}

.item-field h2:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #c07802;
}

.item-field h2, .item-field h2 a {
    line-height: 1.4;
    color: #c07802;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Inter';
    text-transform: uppercase;
    margin: 0;
}

.item-field h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

._grid-field {
    display: grid;
    grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3);
    margin: 0 -15px;
}

._grid-field .item {
    margin: 0 15px 15px 15px;
    position: relative;
}

._grid-field .item:before {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background: rgba(13, 170, 91, 0.3);
}

._grid-field .item h3, ._grid-field .item h3 a {
    color: #333333;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

._grid-field .item h3 {
    margin-bottom: 10px;
}

._grid-field .item ul {
    padding: 0;
}

._grid-field .item ul li {
    padding-bottom: 7px;
    list-style: none;
    padding-left: 17px;
    position: relative;
    padding-right: 15px;
}

._grid-field .item ul li:last-child {
    padding-bottom: 0;
}

._grid-field .item ul li a {
    color: #333333;
    line-height: 1.5;
}

._grid-field .item ul li a i {
    color: var(--main_color);
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 6px;
}

._grid-child-field {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin: 0;
    gap: 15px;
}

._grid-child-field._grid-news {
    grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3);
}

._grid-child-field .item {
    margin: 0;
    background: #fff;
    border-radius: 20px 20px 8px 20px;
    overflow: hidden;
}

._grid-child-field .item:hover {
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}

._grid-child-field .item .avt {
    overflow: hidden;
    /* height: 172px; */
    display: block;
    aspect-ratio: 498/337;
}

._grid-child-field .item .avt img {
    width: 100%;
    transition: all 0.5s linear;
    min-height: 100%;
    object-fit: cover;
}

._grid-child-field .item:hover .avt img {
    transform: scale(1.05);
}

._grid-child-field .item h3, ._grid-child-field .item h3 a {
    color: #000;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

._grid-child-field .item .info {
    /* padding: 15px; */
    background: #fff;
    padding-left: 15px;
}

._grid-child-field .item .info .icon {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    width: 35%;
    aspect-ratio: 1;
    transform: translateY(-50%);
    margin-bottom: -15px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

._grid-child-field .item .info .icon img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    display: block;
}

._grid-child-field .item .info .btn {
    background: #c07802;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 7px 15px 7px 15px;
    gap: 15px;
    width: 70%;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #c07802;
}

._grid-child-field .item .info .btn:hover {
    background: #fff;
    color: #c07802;
}

._grid-child-field .item .info .btn svg {
    width: 15px;
}

._grid-child-field .item .info .btn svg path {
    fill: #fff;
}

._grid-child-field .item .info .btn:hover svg path {
    fill: #c07802;
}



._grid-child-field .item h3 {
    margin-bottom: 10px;
    min-height: 43px;
    padding-right: 5px;
}

._grid-child-field .item ._desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.file-pdf p {
    padding: 10px 15px;
    background: #e6e4e4;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}

.file-pdf p a {
    color: #333333;
}

.other-services > p {
    line-height: 26px;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    color: #c07802;
    padding-left: 20px;
    text-transform: uppercase;
    border-left: 4px solid #c07802;
}

.other-services > p:before {
    content: "";
    height: 2px;
    width: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--main_color);
    display: none;
}

.clock i {
    color: #c07802;
    margin-right: 7px
}

.clock {
    font-size: 14px;
    display: block;
    margin-bottom: 10px
}

.other-services .services .item .avt {
    overflow: hidden;
    max-height: 200px;
}

.other-services .services .item .avt img {
    width: 100%;
    transition: all 0.5s linear;
}

.other-services .services .item:hover .avt img {
    transform: scale(1.05);
}

.other-services .services .item .info {
    padding: 15px;
    background: whitesmoke;
}

.other-services .services .item .info h3, .other-services .services .item .info h3 a {
    color: #c07802;
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
    font-size: 15px; /* text-transform: uppercase; */
}

.other-services .services .item .info h3 {
    margin-bottom: 10px;
}

.other-services .services .item .info ._desc p {
    font-weight: 400;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}

.other-services {
    margin-bottom: 15px;
}

.other-services .services {
    margin: 0 -7.5px;
    display: grid;
    grid-template-columns: calc(100% /3)calc(100% /3)calc(100% /3);
    margin-bottom: 30px;
}

.other-services .slider-srv {
    display: block;
    margin: 0
}

.other-services .slider-srv .item {
    margin: 0
}

.other-services .services .item {
    padding: 0 7.5px;
}

.other-services .services .slick-prev {
    left: 0;
    border-radius: 0 6px 6px 0;
    top: 30%;
}

.other-services .services .slick-next {
    right: 0;
    border-radius: 6px 0 0 6px;
    top: 30%;
}

._list-child .item .avt {
    text-align: center;
    margin-bottom: 15px;
}

._list-child .item .avt img {
    width: auto;
}

._list-child .item:hover .avt img {
    transform: scale(1);
}

._list-child .item .info {
    padding: 0;
    background: transparent;
}

._list-child .item {
    padding: 15px;
    transition: all 0.5s linear;
    border: 1px solid transparent;
}

._list-child .item h3, ._list-child .item h3 a {
    text-transform: initial;
    font-size: 15px;
    text-align: center;
}

._list-child .item h3 {
    min-height: 44px;
}

._list-child .item:hover {
    background: #e6e4e4;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--main_color);
}

._list-child .item:hover h3 a {
    color: var(--main_color);
}

.new-contact {
    margin: 0 -13px;
    margin-bottom: 45px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.new-contact .ct-left {
    margin: 0 13px;
    grid-column: 1/2;
    grid-row: 1/1;
}

.phone-mail {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 -11px 27px;
    overflow: hidden;
}

.phone-mail li {
    width: calc(50% - 22px);
    float: left;
    background: #1d804c;
    display: block;
    border-radius: 99px;
    margin: 0 11px;
    padding: 7px;
    font-size: 22px;
    font-family: "Open Sans"
}

.phone-mail li a {
    color: #fff710;
    font-size: 22px;
    display: grid;
    grid-template-columns: 52px calc(100% - 52px);
    align-items: center;
}

.phone-mail li a span {
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
}

.phone-mail li:nth-child(2) {
    font-size: 19px;
    background: #27a0d6
}

.phone-mail li:nth-child(2) a {
    color: #fff;
    font-size: 19px;
}

.phone-mail li a span small {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: initial;
    display: block;
}

.phone-mail li i {
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    color: #1d804c;
    float: left;
}

.new-contact .ct-left .desc-1 {
    background: #f2f2f2;
    padding: 26px 22px;
    border-radius: 5px;
    margin-bottom: 23px;
}

.new-contact .ct-right {
    padding-left: 7.5px;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 26px;
    margin: 0 13px;
}

.new-contact .ct-right h2 {
    color: #c07802;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase
}

.new-contact .ct-right img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.ct-left h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}

.ct-left > p {
    font-size: 14px;
    margin-bottom: 15px;
}

._title h1 {
    line-height: 1.4;
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

._title h1:before {
    content: "";
    height: 2px;
    width: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--main_color);
}

.form-lh {
}

.form-lh > * {
    margin-bottom: 15px;
}

.form-group.code input {
    width: 132px
}

.form-group.code {
    display: flex;
    justify-content: space-between;
}

.form-lh .form-group.code .input-group {
    width: auto;
    border: initial;
    display: block;
}

.form-lh input {
    width: 100%;
    height: 32px;
    border-radius: 4px;
    box-shadow: none;
    padding-left: 10px;
}

.form-lh textarea {
    padding: 10px;
}

.form-lh .form-group:nth-of-type(5) {
    grid-column: 1/3;
}

.form-lh .form-group .input-group {
    width: 100%;
}

.form-lh .form-group .input-group-addon {
    padding: 0;
    width: 140px;
    padding: 3.5px 0;
}

.form-lh .form-group.code .input-group-addon {
    border: initial;
    margin-left: 5px;
}

.form-lh .form-group.code .input-group-addon img {
    margin: 0 7px !important;
}

.form-lh .form-group .action {
    text-align: right;
}

.form-lh .form-group .action button {
    background: var(--main_color);
    color: #ffffff;
    border: none;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 4px;
}

.ct-right h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: uppercase;
}

.ct-right .phone-mail {
    padding-left: 30px;
    margin-bottom: 30px;
}

.ct-right .phone-mail li {
    list-style: none;
    position: relative;
    padding: 20px 0 20px 60px;
}

.ct-right .phone-mail li a {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}

.ct-right .phone-mail li a i {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 2px solid #0eab5b;
    line-height: 45px;
    font-size: 19px;
    color: #0eab5b;
    margin-bottom: 10px;
    position: absolute;
    top: 11px;
    left: 0;
    text-align: center;
}

.ct-right .address-contact li {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 10px;
}

.ct-right .address-contact li span {
    font-weight: 600;
}

.list-search {
    position: relative;
    padding-top: 0;
}

.list-search ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-search ul li {
    margin-bottom: 15px;
    padding-left: 0;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.list-search ul li a {
    display: block;
}

.list-search ul li h3 {
    font-weight: 400;
    color: var(--main_color);
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 5px;
}

.link-web {
    line-height: 24px;
    margin: 0;
    color: #0a4e7f;
    font-size: 13px;
}

.list-search ul li .desc p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.other-services .services .item .avt {
    height: 200px;
}

.other-services .services .item .avt img {
    min-height: 100%;
    object-fit: cover;
}
/* sua */
#emailletter input {
    height: 40px;
    border-radius: 30px;
}

.footter .item .pot.over button {
    border-radius: 50%;
    padding: 0 14px;
    margin-right: 0px;
    width: 34px;
    height: 34px;
    top: 3px;
    right: 3px;
}

.ft-right h4 {
    text-align: center;
}

div.ul.ul-shade.over {
    margin: auto;
    display: table;
    position: relative;
    overflow: initial;
}

div.ul.ul-shade.over a {
    width: 34px;
    height: 34px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    line-height: 34px;
}

div.ul.ul-shade.over:before, div.ul.ul-shade.over:after {
    content: '';
    width: 17px;
    height: 1px;
    background: #ffffffad;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

div.ul.ul-shade.over:before {
    left: initial;
    right: -20px
}

p.sdt-lh {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

p.sdt-lh i {
    padding-right: 10px;
}

p.sdt-lh a {
    color: #fff;
}

p.sdt-lh a:hover {
    color: var(--main_color);
}

ul.email-sdt-lh {
    list-style: none;
    padding: 0;
    display: table;
    margin-top: 20px;
}

ul.email-sdt-lh li i {
    padding-right: 15px;
}

ul.email-sdt-lh li a {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
}

ul.email-sdt-lh li a:hover {
    color: var(--main_color);
}

ul.email-sdt-lh li {
    float: left;
    padding-right: 40px;
}
/*
.why .item {
    background-size: 100% 100%;
    width: 233px;
    height: 233px;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px dashed #197e46;
    border-radius: 117px;
    flex-direction: column;
}

    .why .item img {
        max-height: 35px;
        max-width: 45px;
        margin-bottom: 15px;
    }

    .why .item h3 {
        font-size: 50px;
        color: #197e46;
        margin-bottom: 10px
    }

    .why .item p {
        font-size: 14px;
        max-width: 60%;
        margin: 0 auto;
    }
*/
.news .wmg {
    margin: 20px 0 0;
}

.news {
    background: #ededed
}

.list-news {
    /* background: #fff; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.list-news .item {
    width: calc((100% - 40px) / 3);
}

.item-news .img {
    aspect-ratio: 752/460;
    width: 100%;
    display: block;
}

.item-t {
    display: grid;
    grid-template-columns: 265px calc(100% - 265px);
    border: initial
}

.item-t .img {
    height: 154px;
    overflow: hidden;
}

.ft-center ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 54%;
    float: left;
}

.ft-center p {
    margin-bottom: 10px;
    font-size: 16px;
}

.ft-center p a {
    color: #fff;
}

.ft-center p a:hover {
    color: #fff710;
}

.ft-center ul li {
    border-radius: 99px;
    border: 2px solid #fff;
    padding: 4px 4px;
    font-size: 22px;
    color: #fff710;
    margin-bottom: 10px;
}

.ft-center ul li:nth-child(1) small {
    font-size: 22px;
    text-align: center;
    display: block;
}

.ft-center ul li span {
    font-size: 16px;
    display: block;
    text-align: center;
}

.ft-center ul li:last-child span {
    font-size: 12px;
    font-weight: 700
}

.ft-center ul li small {
    font-size: 9px;
    display: block;
}

.ft-center ul li:nth-of-type(3) {
    background: #249ed4;
    font-size: 13px;
    border: initial
}

.ft-center ul li:nth-of-type(3) a {
    color: #Fff
}

.ft-center ul li:nth-of-type(3) i {
    color: #249ed4
}

.ft-center ul li a {
    color: #fff710;
    display: grid;
    align-items: center;
    grid-template-columns: 30px calc(100% - 30px);
}

.ft-center ul li i {
    height: 30px;
    width: 30px;
    background: #fff;
    color: initial;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 17px;
    color: #226433;
}

.ft-center ul li i img {
    width: 20px;
}

.ft-center .code-qr {
    width: calc(46% - 30px);
    float: left;
    text-align: right;
    margin-left: 30px;
}

.ft-center .code-qr span {
    background: #fff;
    display: block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0 0;
}

.ft-center .code-qr > span {
    background: transparent;
}

.ft-center .code-qr img {
    max-width: 100%
}

.dmca-badge {
    text-align: center;
}

.code-qr {
    text-align: center;
    margin-bottom: 15px;
}

.code-qr img {
    background: #fff;
    border-radius: 10px;
    width: 60%;
    margin-top: 15px;
}

.wrap-col-3 {
    display: grid;
    grid-template-columns: 75% 25%;
}

.wrap-col-3 .menu-left {
    margin-left: 25px
}

.menu-left .desc ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.menu-left .desc ul li {
    font-size: 14px;
}

.menu-left .desc ul li a {
    color: #000;
    padding: 7px 8px;
    display: block;
    padding-bottom: 0;
}

.menu-left .desc ul li:hover a, .menu-left .desc ul li.active a {
    color: #c07802
}

.menu-left .desc ul li i {
    color: #c07802;
    margin-right: 6px
}

.menu-left .desc h2, .menu-left .desc p {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1.5px solid var(--main_color);
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.menu-left .desc p {
    background: transparent;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #c07802;
}

.menu-left .desc p a {
    color: #000000;
}

.form-now {
    background: #ededed;
    padding: 15px;
    border-radius: 3px
}

.form-now h2, .form-now p {
    color: #c07802;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px
}

.form-now p {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.form-now input, .form-now textarea {
    height: 29px;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #dfdfdf
}

.form-now .form-group {
    margin-bottom: 8px
}

.form-now textarea {
    height: 77px;
    padding: 10px;
}

.form-now button {
    width: 100%;
    height: 32px;
    background: #c07802;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px
}

.form-now label.error {
    display: none !important;
}

.form-now input.error, .form-now textarea.error {
    border: 1px solid #ff0000;
}

.catlog {
    margin-bottom: 20px
}

.tit h2 a, .tit h1 {
    font-size: 24px;
    color: #c07802;
}

.tit h1 {
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.tit h2, .tit h1 {
    padding: 0;
    margin: 0;
}

.tit h2:before {
    display: none
}

.tit h2:after {
    display: none
}

.tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.tit span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.tit span a {
    display: inline-block;
    line-height: 29px;
    padding: 0 17px;
    background: #c07802;
    color: #fff;
    border-radius: 99px;
    margin-left: 15px
}

.tit span i {
    margin-right: 10px
}

.tab-scroll {
    margin-bottom: 45px;
    margin: 0;
    display: table;
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
    padding: 0;
}

.tab-scroll .item {
    width: auto;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    list-style: none;
    padding: 0 19.05px 10px 19.05px;
    float: left;
    transition: color 0.5s linear;
    cursor: pointer;
}

.tab-scroll .item span {
    position: relative;
}

.tab-scroll .item:first-child {
    padding-left: 0;
}

.tab-scroll .item:last-child {
    padding-right: 0;
}

.tab-scroll .item span:before,
.tab-scroll .item span:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0;
    transition: width 0.3s linear;
    height: 2px;
    background: #c07802;
}

.tab-scroll .item:hover span:before,
.tab-scroll .item.active span:before {
    width: 100%;
}

.tab-scroll .item span:after {
    content: '';
    background: #777;
    width: 1px;
    height: 14px;
    position: absolute;
    right: -15px;
    top: 2px;
}

.tab-scroll .item:last-child span:after {
    display: none;
}

.tab-scroll .item.active,
.tab-scroll .item:hover {
    color: #c07802;
}

._nav-scroll.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #e4e4e4;
    border-bottom: 1px solid #c7c7c7;
    z-index: 100;
    transition: .5s all;
}

._nav-scroll.fixed .tab-scroll {
    padding-top: 10px;
    margin-bottom: 0;
    border-bottom: none;
}

._nav-scroll.fixed .tab-scroll .item span:before, ._nav-scroll.fixed .tab-scroll .item span:before {
    bottom: -13px;
}
.navbar.affix.show ~ .main-content ._nav-scroll.fixed {
    top: 100px;
    transition: .5s all;
}
/*.main-content .capacity .container .desc p {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    row-gap: 10px;*/
/*}*/
h2._tit {
    font-size: 24px;
    color: #c07802;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px
}

h2._tit.tit-write {
    color: #fff
}

.history .desc > p {
    font-size: 14px;
    font-weight: 700;
}

.history .desc ul {
    list-style: none;
    padding: 0 0 0 49px;
    margin: 30px 0;
    position: relative;
}

.history .desc ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #c07802;
    width: 1px;
    height: calc(100% - 90px)
}

.history .desc ul li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}

.history .desc ul li:last-child {
    border: initial
}

.history .desc ul li span {
    line-height: 43px;
    display: inline-block;
    background: #88c967;
    padding: 0 34px;
    border-radius: 99px;
    color: #fff;
    font-weight: 700;
    position: relative;
    min-width: 185px;
}

.history .desc ul li span:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -33px;
    width: 22px;
    height: 1px;
    background: #88c967
}

.history .desc ul li span:after {
    content: '';
    position: absolute;
    left: -58px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #88c967
}

.history .desc ul li .txt {
    padding-left: 27px
}

.history .desc ul li .txt p {
    line-height: 24px;
    margin: 0
}

.history .desc ul li:nth-child(2) span, .history .desc ul li:nth-child(2) span:before, .history .desc ul li:nth-child(2) span:after {
    background: #2ba4c7
}

.history .desc ul li:nth-child(3) span, .history .desc ul li:nth-child(3) span:before, .history .desc ul li:nth-child(3) span:after {
    background: #ee6b3f
}

.history .desc ul li:nth-child(4) span, .history .desc ul li:nth-child(4) span:before, .history .desc ul li:nth-child(4) span:after {
    background: #e1b54f
}

.history .desc ul li:nth-child(5) span, .history .desc ul li:nth-child(5) span:before, .history .desc ul li:nth-child(5) span:after {
    background: #c472b0
}

.history .desc ul li:nth-child(6) span, .history .desc ul li:nth-child(6) span:before, .history .desc ul li:nth-child(6) span:after {
    background: #6963a1
}

.slider-year .item span {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 12px;
    display: block;
    background-size: 100% 100%;
    text-align: center;
    font-weight: 700;
    position: relative;
    /* margin-top: 22px; */
    background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/assets/images/about_pattern.png);
    padding: 25px 10px 5px 10px;
}

.slider-year .item span:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: 4px solid var(--main_color);
    position: absolute;
    border-radius: 50%;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-year .item.slick-current span {
    background-image: url('<?php echo get_stylesheet_directory_uri(); ?>/assets/images/about_year.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.slider-year .item {
    margin: 0 25px;
}

.capacity {
    background: #ececec;
    padding: 50px 0
}

.slider-year {
    position: relative;
    margin-top: 40px;
}

.slider-year:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    height: 1px;
    background: var(--main_color);
}

.slider-year .item .text {
    position: absolute;
    top: calc(100% + 22px);
    max-width: 1100px;
    padding: 25px 36px;
    border-radius: 10px;
    box-shadow: 0 0 14px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: all .3s linear;
}

.slider-year .item.slick-current .text {
    opacity: 1;
    visibility: visible
}

.slider-year .slick-track {
    position: initial;
}

.slider-year .slick-list {
    padding-bottom: 200px;
}

.slider-year .slick-prev, .slider-year .slick-next {
    top: 8px;
    color: #fff;
    background: var(--main_color);
    text-indent: 0;
    width: 33px;
    height: 33px;
    border-radius: 50%;
}

.slider-year .slick-prev:before, .slider-year .slick-next:before {
    color: #fff;
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    opacity: 1
}

.slider-year .slick-prev:before {
    content: '\f104'
}

.vision {
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 30px
}

.vision .wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    color: #fff;
    margin: 0 -25px
}

.vision .item {
    margin: 10px 25px
}

.vision .item:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2/3
}

.vision .item:nth-child(2) ul {
    list-style: none;
    padding: 0;
}

.vision .item:nth-child(2) ul li {
    margin-bottom: 10px;
    padding-left: 32px;
    position: relative
}

.vision .item:nth-child(2) ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('<?php echo get_stylesheet_directory_uri(); ?>/assets/images/about_vision.png');
    position: absolute;
    left: 0;
    top: 3px;
    background-size: 100% 100%
}

.vision .item h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.vision .item h3 img {
    height: 59px;
    margin-right: 18px;
}

.vision .item p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
}

.policy {
    padding: 50px 0 40px;
    background: #ececec
}

.policy .wrap {
    display: grid;
    grid-template-columns: 45% 55%;
    margin: 0 -25px
}

.policy .item {
    margin: 0 25px
}

.policy .item p {
    font-size: 14px;
    margin-bottom: 20px
}

.policy .item img {
    max-width: 100%
}

.policy .item ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.policy .item ul li {
    margin-bottom: 20px;
    line-height: 24px;
    padding-left: 33px;
    position: relative
}

.policy .item ul li span {
    width: 23px;
    height: 23px;
    background: #c07802;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px
}

.signature {
    text-align: right;
    text-transform: uppercase
}

.signature span {
    display: block;
    text-transform: initial;
    font-weight: 700
}

.diagram img {
    width: 100%;
    height:100%;
}

.why-sec {
    background: #ececec
}

.why-sec .container > p {
    width: 60%;
    margin: 0 auto;
    text-align: center
}

.why-sec .item {
    background: #fff;
    margin: 0 12px;
    padding: 34px 30px;
    border-radius: 8px;
    min-height: 320px
}

.slider-why {
    margin: 36px 0 0
}

.why-sec .item h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.why-sec .item p {
    line-height: 24px;
    font-size: 14px
}

.why-sec .item h3 img {
    margin-right: 10px;
    width: 42px;
    height: auto;
}

.slider-why .slick-prev, .slider-why .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #c07802;
    text-indent: 10px;
    color: #c07802;
    left: -40px;
}

.slider-why .slick-next {
    right: -40px;
    left: initial
}

.address-contact {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 -12px;
}

.address-contact .item iframe {
    width: 100%;
    height: 100%;
}

.address-contact .item {
    height: 210px;
    position: relative;
    margin: 0 12px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    overflow: hidden;
}

.address-contact .item img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    max-width: initial;
    width: 160px;
    height: 160px;
}

.address-contact .item:nth-child(2) {
    padding: 0 12px;
}

.address-contact .item:nth-child(2) h3 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 12px 0;
}

.address-contact .item:nth-child(1) h3 {
    position: absolute;
    top: 0;
    margin: 0;
    background: #ffffffd1;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    padding: 12px 0;
    text-align: center;
}

.top-detail h1 {
    font-size: 26px;
    color: #c07802;
    font-weight: 700;
    margin-bottom: 15px
}

.content-main {
    background: #f8f8f8;
    border: 1px solid #dadada;
    padding: 20px;
    margin-bottom: 20px
}

.content-main > span {
    text-align: center;
    font-size: 16px;
    display: block;
    font-weight: 700;
}

.content-main > span small {
    color: #c07802;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
    cursor: pointer;
}

.content-main ul {
    list-style: none;
    padding: 0;
}

.content-main ul li {
    font-size: 14px;
    line-height: 24px;
    color: #c07802;
    margin-bottom: 3px
}

.content-main ul li i {
    margin-right: 10px
}

.detail.pd.detail-feild h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #c07802;
    border-bottom: 1px solid #c07802;
}

.detail.pd.detail-feild ul li, .detail.pd.detail-feild p {
    font-size: 16px;
}

.detail.pd.detail-feild ul li {
    margin-bottom: 10px;
}

.detail-n img {
    max-width: 100%;
}

.detail-n iframe {
    max-width: 100%;
}

.detail-n > h1:before {
    display: none;
}

.grid-choose {
    display: grid;
    grid-template-columns: repeat(4,25%);
}

.other-services {
    margin-top: 30px;
}

.alrt {
    color: red;
    font-size: 14px;
    display: none;
}

.event.pd {
    padding: 0 0 50px 0;
}

.items-event {
    padding: 0 7.5px;
    height: 411px;
}

.items-event .img {
    aspect-ratio: 16/9;
    overflow: hidden;
    display: block;
}

.items-event .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.items-event .link-item {
    padding: 15px;
    background: #fff;
    /* height: 50%; */
    flex: 1;
}

.items-event .link-item h3, .items-event .link-item h3 a {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 700;
}

.items-event .link-item h3:hover, .items-event .link-item h3 a:hover {
    color: var(--main_color);
}

.items-event .link-item > p:not(.color) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    color: #333;
}

.event-index.slick-initialized .slick-slide.items-event {
    display: flex;
    flex-direction: column;
}

.event-index.slick-initialized .slick-slide.items-event:nth-child(2n+2) {
    flex-direction: column-reverse;
}

.event-index.slick-initialized .slick-slide.items-event .link-item {
    border-radius: 0 0 20px 20px;
}

.event-index.slick-initialized .slick-slide.items-event:nth-child(2n+2) .link-item {
    border-radius: 20px 20px 0 0;
}

.event-index.slick-initialized .slick-slide.items-event .img {
    border-radius: 20px 20px 0 0;
}

.event-index.slick-initialized .slick-slide.items-event:nth-child(2n+2) .img {
    border-radius: 0 0 20px 20px;
}


.block-why {
    display: flex;
}

.block-why .item {
    width: calc(100% / 3);
}

.block-why .item .text-main {
    background: linear-gradient(180deg, rgba(38, 131, 88, 0.98) 53.37%, #5BBD2E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.block-why .mid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.block-why .mid img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.block-why .left {
    padding-top: 30px;
    font-weight: 300;
}

.block-why .left .text-main {
    font-size: 20px;
    font-weight: 900;
}

.block-why .right .text-main {
    font-size: 40px;
    font-weight: 900;
}

.block-why .left .it {
    padding-left: 45px;
    position: relative;
    padding-bottom: 30px;
    font-size: 15px;
}

.block-why .left .it:not(:last-child):after {
    position: absolute;
    content: "";
    top: calc(15% + 10px);
    left: 15px;
    width: 1px;
    height: 100%;
    background: var(--main_color);
    z-index: 1;
}

.block-why .left .it .icon {
    position: absolute;
    top: 15%;
    left: 0;
    width: 30px;
    height: 30px;
    z-index: 2;
}

.block-why .left .it .icon svg {
    width: 100%;
    height: 100%;
}

.block-why .right {
    padding-top: 30px;
    font-weight: 300;
    font-size: 18px;
}

.block-why .right .title-main {
    font-size: 25px;
    color: #000;
}

.client-slider .slick-dots {
    bottom: -25px;
}

.client-slider .slick-dots li button {
    background: #D9D9D9
}

.client-slider .slick-dots li.slick-active {
    border: 0;
}

.client-slider .slick-dots li.slick-active button {
    background: linear-gradient(to bottom, #c07802, #ACCD37);
}

.block-why .block-text {
    display: flex;
    gap: 15px;
    align-items: center;
}

.bg-f1f1f1 {
    background: #f1f1f1;
}

.item-news-2 {
    border: none;
    display: grid;
    grid-template-columns: 265px calc(100% - 265px);
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.item-news-2:first-child {
    border-top: none;
    margin-top: 0;
}

.item-news-2 .img.over {
    height: 172px;
    overflow: hidden;
}

.item-news-2 .link-item {
    padding: 0 0 0 18px;
    border: none;
}

.item-news-2 .btn {
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid;
    padding: 4px 20px;
}

.item-news-2 .link-item a.btn.delay:hover {
    color: white;
    background: var(--main_color);
}

.item-news-2 .link-item h3 a {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.item-news-2 .link-item h3 a:hover {
    color: var(--main_color);
}

.item-news-2 .link-item .color {
    font-size: 14px;
}


.item-news {
    flex-direction: column;
}

.item-news .blook {
    font-size: 18px;
    color: #c07802;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-news .img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #ccc;
}

.item-news .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.item-news .link-item {
    background: #fff;
    margin-right: 15%;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    padding: 25px 15px 15px;
    border-radius: 0 20px 20px 20px;
}

.item-news .module-news {
    position: absolute;
    top: 0;
    left: 35px;
    transform: translateY(-50%);
    background: #c07802;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0 0 20px 20px;
}

.item-news .module-news:after {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    width: 46px;
    right: 0;
    height: 50%;
    z-index: -1;
    transform: skewX(-50deg);
    background: var(--main_color);
}

.item-news .module-news a {
    font-weight: 800;
    font-family: 'Inter';
    font-size: 13px;
    color: #fff;
}

.item-news .create-author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Inter";
    font-size: 12px;
    color: #777777;
    font-weight: 600;
}

.item-news .create-author svg {
    width: 20px;
}

.item-news h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #777;
}

.item-news .btn {
    color: #777;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: 'Inter';
    font-weight: 600;
    font-style: italic;
    padding: 5px 0;
}

.slider-home {
    aspect-ratio: 1905/594;
}


.slider-trai {
    background: #ffffff;
}

.slider-trai .item, .list-trai .item {
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
    display: block;
}

.slider-trai {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin: 0 -12.5px;
    background: initial;
}

.slider-trai .item ._desc .text {
    position: relative;
    z-index: 999;
    height: 100%;
    padding: 10px;
    color: #fff;
}

.slider-trai .item ._desc .text:before, .slider-trai .item ._desc .text:after {
    content: '';
    border: 1px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
}

.slider-trai .item ._desc .text:before {
    top: 0;
    left: 0;
}

.slider-trai .item ._desc .text:after {
    bottom: 0;
    right: 0;
}

.slider-trai .item ._desc:hover .text::before, .slider-trai .item ._desc:hover .text::after {
    width: 100%;
    height: 100%;
}

.slider-trai .item ._desc:hover .text::before {
    border-top-color: #fff;
    border-right-color: #fff;
    -webkit-transition: width .25s ease-out,height .25s ease-out .25s;
    -moz-transition: width .25s ease-out,height .25s ease-out .25s;
    -o-transition: width .25s ease-out,height .25s ease-out .25s;
    transition: width .25s ease-out,height .25s ease-out .25s;
}

.slider-trai .item ._desc:hover .text::after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    -webkit-transition: border-color 0s ease-out .5s,width .25s ease-out .5s,height .25s ease-out .75s;
    -moz-transition: border-color 0s ease-out .5s,width .25s ease-out .5s,height .25s ease-out .75s;
    -o-transition: border-color 0s ease-out .5s,width .25s ease-out .5s,height .25s ease-out .75s;
    transition: border-color 0s ease-out .5s,width .25s ease-out .5s,height .25s ease-out .75s;
}

.slider-trai .item .img {
    overflow: hidden;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s linear;
}

.slider-trai .item img {
    transition: all 0.2s linear;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.slider-trai .item ._desc {
    position: absolute;
    top: calc(100% - 57px);
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
    z-index: 99;
    text-align: left;
    overflow: hidden;
    transition: all 0.2s linear;
}

.slider-trai .item:hover ._desc {
    top: 0;
    padding: 10px;
    background: #197e49db;
}

.slider-trai .item ._desc p {
    width: 100%;
    display: block;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}

.slider-trai .item ._desc p a {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.slider-trai .item .img > a {
    width: 100%;
    display: flex;
}

.slider-trai .item ._desc h2 {
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    height: 44px;
    color: #fff;
    line-height: 22px;
}

.slider-trai .item ._desc h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}


.slider-trai .item:hover .img a:before,
.list-trai .item:hover .img a:before {
    opacity: 1;
    visibility: visible;
}

.slider-trai .item .img a span,
.list-trai .item .img a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: block;
}

.slider-trai .item:hover .img a span,
.list-trai .item:hover .img a span {
    opacity: 1;
    visibility: visible;
}

.list-trai .item h2, .slider-trai .item h3, .list-trai .item h3 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 10;
    display: table;
}

.slider-trai .item h3 {
    width: 100%;
    left: 0;
    bottom: 0;
}

.list-trai .item h2 a,
.slider-trai .item h3 a,
.list-trai .item h3 a {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 18px;
    color: #ffffff;
    padding: 10px 5px;
    transition: initial;
    display: table-cell;
    vertical-align: middle;
    height: 56px;
}

.list-trai .item:hover h2 a,
.slider-trai .item:hover h3 a,
.list-trai .item:hover h3 a {
    color: white;
    background: var(--main_color);
}

.slider-trai .item h2 a {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
}

.slider-trai .item:hover ._desc h2:before {
    display: block
}

.slider-trai .item {
    padding: 0;
    margin: 12.5px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.slider-trai .item img {
    transition: all 0.2s linear;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.slider-trai .item ._desc {
    position: absolute;
    top: calc(100% - 57px);
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
    z-index: 99;
    text-align: left;
    overflow: hidden;
    transition: all 0.2s linear;
}

.slider-trai .item:hover ._desc {
    top: 0;
    padding: 10px;
    background: #197e49db;
}

.slider-trai .item ._desc p {
    width: 100%;
    display: block;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}

.slider-trai .item ._desc p a {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.slider-trai .item .img > a {
    width: 100%;
    display: flex;
}

.slider-trai .item ._desc h2 {
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    height: 44px;
    color: #fff;
    line-height: 22px;
}

.slider-trai .item ._desc h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.event-index {
    aspect-ratio: 1140/411;
}
@media (min-width: 1366px) {
    .w1366 {
        width: 1366px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .menu-mobile {
        display: none;
    }
}

@media(min-width:1300px) {
    .img-first {
        height: 315px;
    }

    .aboust .col-sm-9 {
        width: 74%;
    }

    .aboust .col-sm-3 {
        width: 26%;
    }

    .aboust .answer .col-sm-3 {
        width: 25%;
    }
}

@media screen and (min-width: 768px) {
    .hidden-md {
        display: none;
    }
    .slick-prev {
        left: -15px;
    }

    .slick-next {
        right: -15px;
    }

    .navbar.affix.show ~ .main-content ._nav-scroll.fixed {
        top: 59px;
        transition: .5s all;
    }
    .footter.pd {
        padding: 48px 0;
        background: #206539;
        position: relative;
    }

    .footter .item .pot.over button {
        background: var(--main_color) url(/Content/html/images/sub.png)no-repeat;
        background-position: center center;
    }

    .news .item:not(:first-child) .img {
        /* aspect-ratio: 478/272; */
    }

    .news .item:not(:first-child) .img a {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 15px;
        overflow: hidden;
    }

    .menu > .container > nav > ul > li > a {
        padding: 9px 15px;
    }

    .news .item .link-item {
        padding: 7px
    }

    .touch-menu {
        position: absolute;
        width: 36px;
        height: 34px;
        background-color: #0daa5b;
        right: 0;
        top: calc((100% - 34px)/2);
        border-radius: 4px;
        z-index: 10;
        display: block;
    }

    .touch-menu span {
        display: block;
        width: 26px;
        position: absolute;
        height: 2px;
        background-color: #ffffff;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s linear;
    }

    .touch-menu span:before, .touch-menu span:after {
        content: '';
        width: 26px;
        position: absolute;
        height: 2px;
        background-color: #ffffff;
        left: 0;
        top: -7px;
        transition: .3s linear;
    }

    .touch-menu span:after {
        top: initial;
        bottom: -7px;
    }

    .menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 101;
        width: 320px;
        transform: translateX(-100%);
        transition: .4s linear;
        opacity: 0;
        visibility: hidden;
        background-color: #0daa5b;
    }

    .menu-mobile.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .menu-mobile .title {
        font-size: 20px;
        line-height: 65px;
        text-transform: uppercase;
        color: #fff;
        padding: 0 30px 0 20px;
        float: initial !important;
        text-align: center;
        border-bottom: 1px solid #cdcdcd;
    }

    .menu-mobile .close-menu {
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 5px;
        top: 10px;
        cursor: pointer;
        text-transform: uppercase;
    }

    .menu-mobile .close-menu:before,
    .menu-mobile .close-menu:after {
        width: 18px;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -9px;
        content: "";
        background: #fff;
    }

    .menu-mobile .close-menu:before {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate( 45deg );
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-mobile .close-menu:after {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate( -45deg );
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-mobile .menu {
        height: calc(100vh - 170px);
        overflow: auto;
        padding: 0;
        float: initial !important;
    }

    .menu-mobile .menu > ul {
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: block;
    }

    .menu-mobile .menu > ul > li {
        position: relative;
        padding: 0;
        margin-right: 0;
        display: block;
        text-align: left;
        border-bottom: 1px solid #cdcdcd;
    }

    .menu-mobile .menu li a {
        font-size: 15px;
        text-transform: initial;
        font-family: 'Open Sans',sans-serif;
        color: #fff;
        display: block;
        padding: 12px 10px;
    }

    .menu-mobile .menu > ul > li > a {
        text-transform: uppercase;
        font-weight: 600;
    }

    .menu-mobile .menu li a br {
        display: none;
    }

    .menu-mobile .menu > ul > li.active > a {
        color: #fff710;
    }

    .bg-black {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #00000075;
        z-index: 90;
        opacity: 0;
        visibility: hidden;
        transition: .3s linear;
        width: 100%;
    }

    .bg-black.active {
        opacity: 1;
        visibility: visible;
    }

    .menu-mobile ul.sub-menu {
        z-index: 10;
        min-width: 200px;
        transition: .2s linear;
        text-align: left;
        opacity: 1;
        visibility: visible;
        display: none;
        position: initial;
        border: 0;
        background: transparent;
        padding: 0;
    }

    .menu-mobile ul.sub-menu li {
        font-weight: 400;
        font-size: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        list-style: none;
        position: relative;
    }

    .menu-mobile ul.sub-menu li:first-child {
        border-top: 1px solid #cdcdcd;
    }

    .menu-mobile ul.sub-menu li a {
        font-family: 'Open Sans',sans-serif;
        text-transform: none;
        padding: 6px 20px;
        color: #fff;
        display: block;
    }

    .menu-mobile ul.sub-menu li:last-child {
        border-bottom: none;
    }

    .btn-show-sub {
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
        transition: .2s linear;
        color: #fff;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
    }

    .menu-mobile ul.sub-menu li .btn-show-sub {
        width: 35px;
        height: 20px;
        line-height: 20px;
    }

    .menu-mobile ul.sub2 {
        padding: 0;
        display: none;
    }

    .menu-mobile ul.sub2 li a {
        padding: 6px 35px;
    }
}

@media screen and (max-width: 1024px) {
    #mainMenu > ul {
        display: none;
    }

    #button-toggle-menu {
        display: block !important;
    }

    .header .pd-top {
        padding: 0 7px
    }

    .header .logo {
        width: 100%;
        padding: 6px 0;
        padding-left: 0;
    }

    .header .logo img {
        width: 140px;
        height: initial;
    }

    .menu.delay.bg {
        height: 0
    }

    .item-top.pull-right {
        position: absolute;
        right: 7px;
        max-width: 120px;
    }

    .search-item ul.ul li {
        display: none;
    }

    .search-item ul.ul li:nth-child(1) {
        display: block;
    }

    .leng {
        display: inline-block;
        float: right;
        margin-top: 20px;
        padding: 0;
    }

    .search-item ul.ul li .search a {
        display: block;
        position: absolute;
        right: 0;
    }

    .search-item {
        float: right;
        margin-top: 18px;
        width: 20px;
    }

    .search-item ul.ul li .search.pot {
        padding-right: 35px;
        width: 200px
    }

    .search-item ul.ul li .search button {
        right: 38px;
    }

    .search.pot.show-sea a img {
        opacity: 0
    }

    .search.pot.show-sea a {
        background: url(/Content/html/images/close.png)no-repeat;
        background-position: center center;
        background-size: 20px;
        -moz-transition: ease 0s;
        -o-transition: ease 0s;
        -webkit-transition: ease 0s;
        transition: ease 0s;
        width: 27px;
        height: 27px;
    }

    .search.pot.show-sea input, .search.pot.show-sea button {
        display: block;
    }

    .header .item-top .leng ul.ul li a.bg img {
        position: static;
    }

    .header .item-top .leng ul.ul li a.bg span {
        display: none;
    }

    .header .item-top .leng ul.ul li a.bg {
        padding: 0 7px;
    }

    .header .item-top .leng ul.ul li a[data-remodal-target=ModalLogin] {
        width: 25px;
        height: 20px;
        display: block;
    }

    .header .item-top .leng ul.ul li a.bg[data-remodal-target=ModalLogin]:before {
        left: 6px;
    }

    nav#mainMenuMobile ul.ul li {
        width: 100%;
        float: left !important;
        padding: 0 20px;
    }

    .main-content .aboust ul.ul li a:before {
        display: none;
    }

    .main-content .aboust ul.ul li a {
        text-align: left;
    }

    .pd {
        padding: 10px
    }

    .container .pd {
        padding: 20px 0
    }

    .footter h3 {
        padding-top: 5px
    }
}

@media (min-width: 1024px) and (max-width: 1079px) {
    .menutop {
        width: calc(100% - 250px);
    }

    .search2 {
        padding-left: 15px;
        position: absolute;
        bottom: 8px;
        right: 55px;
        z-index: 999;
    }

    .search2 form {
        border: 1px solid #cdcdcd;
    }

    .search2 form input {
        color: #333333;
    }

    .search2 form input::placeholder {
        color: #333333
    }

    .search2 .input-group-addon button {
        color: #333333;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .search2 {
        padding-left: 15px;
        position: absolute;
        bottom: 8px;
        right: 55px;
        z-index: 999;
    }

    .search2 form {
        border: 1px solid #cdcdcd;
    }

    .search2 form input {
        color: #333333;
    }

    .search2 form input::placeholder {
        color: #333333
    }

    .search2 .input-group-addon button {
        color: #333333;
    }

    .header .cls-table {
        padding: 4px 0;
    }

    .lang {
        position: absolute;
        top: 13px;
    }
}

@media screen and (max-width: 990px) {

    .code-qr img, .dmca-badge img {
        height: auto;
    }

    .block-partner {
        flex-direction: column;
        padding-top: 20px;
        gap: 30px;
    }

    .block-partner .left, .block-partner .right {
        width: 100%;
    }

    .block-partner .left {
        /*            display: none;*/
    }

    .block-why {
        flex-wrap: wrap;
    }

    .slider-trai .item {
        aspect-ratio: 453 / 680;
    }

    .block-why .item:nth-child(1), .block-why .item:nth-child(2) {
        width: 50%;
    }

    .block-why .item:nth-child(3) {
        width: 100%;
    }

    .block-why .item:nth-child(3) br {
        display: none;
    }

    .grid-news-index {
        display: flex;
        flex-wrap: wrap;
    }

    .news .item:nth-child(1) {
        width: 100%;
    }

    .menutop {
        width: calc(100% - 260px);
    }

    .footter {
        text-align: center;
    }

    .footter .col-xs-12.col-sm-12.col-md-8 .item {
        margin: auto;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .col-xs-12.col-sm-12.col-md-6.col-s .row.row-s .col-xs-12.col-sm-6.col-s ul.ul.ul-shade.over {
        display: inline-block;
    }

    .footter .item .pot.over {
        max-width: 250px;
        margin: auto;
    }

    .customer .item .selec-left {
        width: 40%;
    }

    .customer .item .customer-sub {
        width: 20%
    }

    .menutop ul li a {
        padding: 0 5px;
    }

    body {
        padding-top: 97px;
    }

    html.mm-opened body {
        margin-top: 0;
        padding: 0;
    }

    ._grid-footer {
        grid-template-columns: 66% 34%;
        margin: 0 -15px;
    }

    .ft-left > p {
        font-size: 16px;
    }

    ._grid-child-field {
        grid-template-columns: repeat(3, 1fr);
    }

    .new-contact {
        display: block;
        margin: 0
    }

    .new-contact .ct-left {
        margin: 10px 0
    }

    .new-contact .ct-right {
        margin: 10px 0
    }

    .list-news {
        gap: 15px;
    }
}

@media screen and (max-width: 767px) {
    .slider-home .slick-next {
        right: 0;
        font-size: 14px;
    }

    .news .item.first .link-item {
        padding: 0;
    }

    .list-news .item {
        width: 100%;
    }

    ._grid-child-field .item .info .btn {
        padding: 7px 15px 10px 10px;
    }

    .slider-trai .item {
        aspect-ratio: unset;
    }

    .slider-home .slick-prev {
        left: 0;
        font-size: 14px;
    }

    .search2 input::placeholder {
        color: var(--black-color)
    }

    .footter .item .pot.over button {
        background: var(--main_color);
    }

    .footter.pd {
        background: var(--main_color);
    }

    .pd {
        padding: 15px 0;
    }

    .slick-dots {
        bottom: 10px;
    }

    .footter.pd {
        padding: 10px 0;
    }

    .footter .item .pot.over {
        margin-bottom: 15px;
    }

    .client .client-slider img {
        margin: auto;
        width: 140px;
    }

    .lang a:last-child {
        margin-left: 0;
    }

    .phone-hed {
        margin-left: 5px;
    }

    .phone-hed i {
        font-size: 16px;
    }

    .wrap-col-3 .menu-left {
        margin-left: 0;
    }

    .search2 .input-group-addon button {
        color: #000
    }

    .ft-right {
        clear: both;
    }

    .form-group.code {
        display: block;
    }

    .form-lh .form-group .action {
        text-align: left
    }

    .phone-mail li {
        width: 100%;
        margin: 0 0 15px
    }

    .phone-mail {
        margin: 0
    }

    .address-contact .item {
        margin-bottom: 15px
    }

    .address-contact .item h3 {
        font-size: 13px !important
    }

    body {
        padding: 0;
        margin-top: 88px;
    }

    .show-form.over .col-xs-12.col-sm-6.text-right {
        text-align: left;
        padding-top: 15px;
    }

    .contact .item .item-right {
        width: 100%;
        padding: 0
    }

    .contact .item .item-right a.delay.btn {
        position: static;
        margin-top: 15px
    }

    .customer .item .form-control {
        margin-bottom: 15px;
    }

    .customer .item .selec-left {
        width: 100%
    }

    .main-content .aboust ul.ul.ul-aboust li {
        width: 100%;
        border-right: none
    }

    .header .logo img {
        width: 140px;
    }

    .header .container {
        overflow: inherit;
    }

    .title-home {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .news .col-sm-6 .item img, .news .item img, .news .item .link-item, .answer .item, .list-news.news .item .img img, .list-news.news .item .link-item, .list-trai .item .img img {
        height: auto;
    }

    .answer .item a.delay.color {
        position: static;
    }

    .footter ul.ul li a {
        padding-left: 0;
        background: transparent;
    }

    .list-news.news .item .link-item {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .detail > h1, .detail > h2 {
        font-size: 17px
    }

    .table-document h3 a {
        text-transform: inherit;
    }

    .list-news.news .img.over {
        height: auto;
    }

    .tab-field li {
        display: block;
    }

    .child {
        height: auto;
    }

    .item-dv .img {
        height: auto;
    }

    .news .col-sm-6 .item .link-item {
        height: auto;
    }

    .main-remodal .input-group .login-fb a span, .main-remodal .input-group .login-gg a span {
        font-size: 0;
        display: block;
        height: 32px;
    }

    .main-remodal .input-group .login-gg a span i {
        left: 0px;
        position: relative;
        top: 4px;
    }

    .main-remodal .input-group .login-fb a span i {
        left: 0px;
        position: relative;
        top: 0;
    }

    .login-gg a, .login-fb a {
        padding-left: 0;
    }

    .table-document table, .table-document table tbody, .table-document table tbody tr, .table-document table tbody tr td {
        display: block;
        width: 100%;
    }

    .table-document table tr td:nth-child(1) {
        width: 100%;
    }

    .table-document table tr {
        overflow: hidden;
    }

    .table-document table tr td:nth-child(2), .table-document table tr td:nth-child(3) {
        width: 50%;
        float: left;
    }

    .form-search {
        padding: 0 15px;
    }

    .customer .item .customer-sub button {
        font-size: 0;
    }

    .customer .item .customer-sub {
        width: 18%;
    }

    .customer .item .customer-sub button i {
        font-size: 15px;
    }

    div#ListCerrfiticate table,
    div#ListCerrfiticate table tbody,
    div#ListCerrfiticate table thead,
    div#ListCerrfiticate table tbody tr,
    div#ListCerrfiticate table tbody th,
    div#ListCerrfiticate table tbody tr td {
        display: block;
        width: 100%;
    }

    div#ListCerrfiticate table tbody th {
        text-align: center;
    }

    .mainMenu > li {
        display: block;
        float: left !important;
        text-align: left;
        padding: 0 0 0 15px;
    }

    .mainMenu > li br {
        display: none;
    }

    .mainMenu > li > a {
        text-transform: initial;
    }

    .menutop {
        width: auto;
        position: relative;
        margin-left: 5px;
    }

    .menutop ul {
        position: absolute;
        right: 0;
        top: 100%;
        min-width: 250px;
        background: var(--main_color);
        border: 1px solid #fbfbfb;
        z-index: 1000;
        display: none;
    }

    .menutop ul li {
        display: block;
        border-bottom: 1px solid #cdcdcd;
    }

    .menutop ul li:last-child {
        border-bottom: none;
    }

    .menutop ul li a {
        padding: 0 10px !important;
    }

    .menutop ul li a:before {
        display: none;
    }

    .header.headerxd .menutop ul {
        background: #Ffffff;
        border: 1px solid var(--main_color);
    }

    .header.headerxd .menutop ul li {
        border-bottom: 1px solid var(--main_color);
    }

    .header.headerxd .menutop ul li:last-child {
        border-bottom: none;
    }

    .menutop .dr-down {
        font-size: 18px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        display: block;
        color: #ffffff;
        position: relative;
        z-index: 100;
        cursor: pointer;
    }

    .header .logo {
        padding-left: 0;
    }

    .header .container > * {
        float: right;
    }

    .header .container > .search2 {
        width: auto;
        padding-left: 0;
        float: left;
    }

    .search2 > span {
        width: 35px;
        height: 35px;
        display: block;
        line-height: 35px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }

    .search.pot {
        width: 100%;
        position: absolute;
        top: 35px;
        right: 0;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        display: none;
        z-index: 1000;
        background: #fff;
    }

    .header.headerxd .search2 > span {
        color: #333333;
    }

    .header.headerxd .menutop .dr-down {
        color: #333333;
    }

    .lang {
        width: 57px;
        padding-left: 0;
        position: absolute;
        left: 15px;
        top: 25px;
        display: flex;
        gap: 10px;
    }

    .lang ul li:first-child {
        padding-left: 0;
    }

    html.mm-opened body {
        margin-top: 0;
    }

    .advisory .cls-table {
        display: block;
        text-align: center;
    }

    .advisory .action {
        text-align: center;
        margin: 10px 0 0 0;
    }

    .about-index {
        padding: 15px 0;
    }

    .about-index ._title h2 {
        font-size: 18px;
    }

    .about-index ._grid {
        display: block;
    }

    ._grid-footer {
        display: block;
    }

    ul.ul.ul-shade.over {
        margin: 10px auto;
    }

    ul.ul.ul-shade.over li {
        float: initial;
        display: inline-block;
    }

    .gotop {
        bottom: 20px;
        left: 15px;
        cursor: pointer;
    }

    ._grid-child-field {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 -5px;
        gap: 0;
    }

    ._list-child .item {
        padding: 10px;
        margin: 0 7.5px 15px 7.5px;
    }

    ._grid-field {
        display: block;
    }

    ._grid-child-field .item {
        margin: 0 7.5px 15px 7.5px;
    }

    ._grid-child-field .item .info {
        padding: 10px;
    }

    .nav nav ul {
        padding-left: 0;
    }

    .detail.pd.detail-feild iframe {
        width: 100%;
        height: 250px;
    }

    .new-contact .ct-right {
        width: 100%;
        padding: 0;
    }

    .ct-right .phone-mail {
        padding-left: 0;
    }

    .ct-right .phone-mail li {
        padding: 0 0 20px 45px;
    }

    .ct-right .phone-mail li:last-child {
        padding-bottom: 0;
    }

    .ct-right .phone-mail li a {
        font-size: 14px;
        font-weight: 400;
    }

    .ct-right .phone-mail li a i {
        width: 35px;
        height: 35px;
        border-radius: 45px;
        border: 1px solid #0eab5b;
        line-height: 33px;
        font-size: 15px;
        top: -6px;
    }

    .ct-right .address-contact li {
        font-size: 14px;
    }

    ul.address-contact {
        padding-left: 20px;
    }

    .new-contact .ct-left {
        width: 100%;
        padding: 0;
    }

    .form-lh {
        display: block;
    }

    .advisory ul li {
        width: 100%;
        display: block;
        text-align: center;
    }

    .advisory ul li:nth-of-type(2) {
        display: none;
    }

    .slider-trai {
        grid-template-columns: 50% 50%;
        margin: 0 -7.5px;
    }

    .slider-trai .item .img {
        height: 100%;
        min-height: initial;
    }

    .news .item .img {
        width: 100%;
        aspect-ratio: 16/9;
        /* float: left; */
        /* height: 79px; */
        overflow: hidden;
    }

    .news .item.first .link-item {
        width: 100%;
        float: left;
        color: #333;
    }

    .list-news.news .item {
        grid-template-columns: 39% 61%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .list-news.news .item .img,
    .list-news.news .item .link-item {
        width: 100%;
    }

    .list-news.news .item .link-item {
        padding-top: 0;
        padding-left: 10px;
        font-size: 13px;
        line-height: 1.5;
        text-transform: initial;
        color: #333;
        font-weight: 400;
    }

    .news .item .link-item a.btn.delay {
        display: none;
    }

    .news .item {
        /* display: table; */
        width: 100%;
        background: #fff;
        /* margin-bottom: 10px; */
    }

    .news .item.first {
        display: flex;
        flex-direction: column;
    }

    .news .item.first .img {
        width: 100%;
        aspect-ratio: 16/9;
    }

    .news .item .link-item p:nth-of-type(2) {
        display: none;
    }

    .slider-trai .item h2 a {
        font-size: 13px;
        padding: 5px;
    }

    ._grid-child-field .item .info ._desc {
        display: none;
    }

    ._grid-child-field .item h3 {
        margin-bottom: 15px;
    }

    ._grid-child-field .item h3, ._grid-child-field .item h3 a {
        font-size: 14px;
    }

    .item-field h2, .item-field h2 a {
        font-size: 16px;
    }

    ._nav-scroll.fixed {
        position: initial
    }

    .tit {
        display: block;
        margin: 0;
    }

    .tit span a {
        margin: 0
    }

    ._nav-scroll {
        display: none
    }

    h2._tit {
        font-size: 18px;
    }

    .history .desc > p {
        font-size: 13px
    }

    .history .desc ul {
        padding: 0;
    }

    .history .desc ul:before {
        display: none
    }

    .history .desc ul li {
        display: block
    }

    .history .desc ul li .txt {
        padding: 15px 0 0
    }

    .vision .wrap {
        display: block
    }

    .vision .item h3 img {
        height: 40px
    }

    .vision .item h3 {
        margin-bottom: 10px
    }

    .policy .wrap {
        display: block
    }

    .slider-why .slick-next {
        right: 0
    }

    .slider-why .slick-prev {
        left: 0
    }

    .slider-year .slick-prev {
        left: 0
    }

    .slider-year .slick-next {
        right: 0
    }

    .slider-year .item .text {
        height: auto;
        position: initial;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .about-index ._grid .avt {
        margin: 0 15px
    }

    .about-index ._grid .avt iframe {
        height: 230px
    }

    .about-index ._grid ._desc {
        padding: 10px 0 0
    }

    .about-index ._grid ._desc:before {
        display: none
    }

    .about-index ._grid ._desc p:last-child {
        margin-bottom: 0;
    }

    .catlog {
        margin: 20px 0
    }

    .catlog img {
        width: 100%
    }

    .grid-choose {
        grid-template-columns: repeat(2,50%);
    }

    .why .item {
        width: 130px;
        /* height: 130px; */
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .why .item:nth-of-type(-n+2) {
        margin-top: 10px;
    }

    .why .item h3 {
        font-size: 25px;
    }

    .why .item p {
        font-size: 12px;
    }

    .about-index ._tit2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .about-index ._tit2 span {
        line-height: 1;
    }

    .about-index ._grid ._desc p {
        font-size: 14px;
        line-height: 1.5;
    }

    .slider-trai .item {
        margin: 7.5px;
        display: block;
    }

    .news .wmg {
        margin: 0;
    }

    .news {
        padding-left: 0;
        padding-right: 0;
    }

    .news .wmg > .col-xs-12 {
        padding: 0;
    }

    .news .wmg .col-xs-12:last-child .item {
        margin-bottom: 0;
    }

    .ft-left .address li span {
        margin-bottom: 5px;
    }

    .event-index.slick-initialized .slick-slide.items-event {
        display: block;
    }

    .event-index.slick-initialized .slick-slide.items-event:nth-child(2n+2) {
        flex-direction: column-reverse;
    }

    .event-index .slick-next {
        right: 0;
    }

    .event-index .slick-prev {
        left: 0;
    }

    .event.pd {
        padding-bottom: 15px;
    }

    .slider-trai .item ._desc {
        bottom: 0;
        top: initial;
        height: 40px;
        margin: 0;
    }

    .slider-trai .item h2 {
        font-size: 11px;
        line-height: 1.5;
        color: #fff;
        text-transform: uppercase;
        padding: 5px;
    }

    .client-slider a {
        display: block;
    }
}

@media (min-width: 600px) and (max-width: 620px) {
    .item-home-slider .item {
        padding: 0 5px;
    }
}

@media (min-width: 768px) {
    .login-social .col-xs-offset-3 {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .news .col-sm-6 .item .link-item {
        height: 96px;
    }

    .news .item .img.img-first {
        width: 40%;
        float: left;
        margin-right: 15px;
    }

    .news .col-sm-6 .item img {
        height: 185px;
    }
}

@media (min-width: 1024px) and (max-width: 1079px) {
    .news .col-sm-6 .item .link-item {
        height: 114px;
    }
}

@media (min-width: 992px) {
    .document .col-md-3 {
        width: 20%;
    }
}

/*sua*/
@media(max-width:992px) {

    .mm-listview .mega {
        text-align: initial
    }

    .mm-listview .mega a br {
        display: none
    }

    nav#mainMenuMobile ul.ul li {
        text-align: initial;
        position: relative;
    }
}

@media(max-width:990px) {
    ._grid-footer {
        display: block
    }
}

@media(max-width:767px) {
    .mm-listview .mm-next {
        right: 35px
    }

    ._grid-child-field .item .info .btn {
        width: 85%;
    }

    .item-news-2 {
        grid-template-columns: 39% 61%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .item-news-2 .img.over {
        height: auto !important;
        aspect-ratio: 16/9;
    }

    .item-news-2 p, .item-news-2 .btn {
        display: none;
    }

    .block-partner {
        padding: 0;
    }

    .slide-event .slick-prev {
        left: 0;
    }

    .slide-event .slick-next {
        right: 0;
    }

    .client-slider .item-parent {
        gap: 15px;
    }

    .client-slider .item-parent .item {
        width: calc((100% - 15px) / 2);
    }

    .item-news-event .link-item h3 {
        color: #000;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 700;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news .item .link-item {
        padding: 7px 0;
    }

    .item-news-event .link-item {
        padding-right: 0 !important;
    }

    .block-why .left {
        padding-top: 0;
        /*        font-weight: 300;*/
    }

    .grid-news-index {
        gap: 15px;
    }

    .slider-trai {
        padding-bottom: 15px;
    }

    .block-why .item:nth-child(1), .block-why .item:nth-child(2) {
        width: 100%;
    }

    .news .item:not(.first) {
        display: block;
        border-radius: 20px;
        padding: 15px;
    }

    .news .item:not(.first) .img, .news .item:not(.first) .link-item {
        width: 100%;
        padding-left: 0;
    }

    .news .item.first, .news .item {
        padding: 15px;
        border-radius: 20px;
    }

    .news .item.first .img, .news .item .img {
        border-radius: 10px;
    }

    .news .item .link-item h3 a {
        font-size: 15px;
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .ft-left .address {
        display: block
    }

    .slider-year .slick-list {
        padding-bottom: 10px
    }

    .capacity {
        padding: 25px 0
    }

    .news .item .link-item p {
        display: none
    }

    .item-field {
        margin-bottom: 0
    }

    .main-field {
        padding: 0;
    }

    .top-detail h1 {
        margin-top: 20px;
        font-size: 20px
    }

    .wrap-col-3 {
        display: block
    }
}


