@import "reset.css";
@import "fonts.css";
#back-to-top{
    background-color: #fab702;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 999;
    opacity: 0;
    width: 40px;
    height: 40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:opacity ease 0.3s;
}
#back-to-top.show{opacity:1;}
.search-hd {
    position: absolute;
    width: 300px;
    right: 0;
    z-index: 2;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    display: none;
    top: calc(100% + 15px);
    background: #fff;
    padding: 10px;
}
.search-fr {
    position: relative;
}
.search-fr input {
    background: rgba(0, 0, 0, 0.07);
    width: 100%;
    height: 38px;
    border: none;
    padding-right: 35px;
    padding-left: 10px;
}
.search-fr button {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    color: #1D3455;
    font-size: 16px;
}
.search-b {
    position: relative;
}
.search-hd:before {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    right: 2px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}
.search-fr input::-webkit-input-placeholder { color: #1D3455;}
.search-fr input::-moz-placeholder { color: #1D3455;}
.search-fr input:-ms-input-placeholder { color: #1D3455;}
.btn-none {
    border-radius: 0;
    border: none;
    padding: 0;
}
header {
    background: rgba(108, 158, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.header_right {
    height: 100%;
}
.header_nav {
    height: 100%;
    padding-top: 10px;
}
.header_nav li a {
    color: #fff;
}
.header_nav li a:hover, .header_nav li.current a {
    color: #0d542b;
}
.header_right {
    padding-top: 10px;
}
.logo img {
    max-height: 73px;
}
.lang {
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
}
.lang select {
    background: transparent;
    border: none;
    color: #fff;
}
.lang select option {
    color: initial;
}
footer {
    background-color: #ecfcca;
    padding: 60px 0 40px 0;
}
.ft_mid {
    display: flex;
    justify-content: space-between;
}
.ft_bottom {
    display: flex;
    justify-content: space-between;
}
.ceti {
    display: flex;
    justify-content: space-between;
}
.ceti_left p {
    max-width: 350px;
}
.ceti a {
    color: #717680;
}
.bct {
    background-color: #032e15;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
}
.bct span {
    margin-right: 10px;
}
.ft_tel_right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 30px;
}
.link_fix {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 998;
}
.link_fix li {
    margin-bottom: 20px;
}
.link_fix a {
    padding: 15px;
    width: 80px;
    height: 80px;
    background: #F7FEE7;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.25), 0px 36px 20px rgba(0, 0, 0, 0.25);
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.banner_item > img, .banner_item video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.bnner {
    color: #faffe8;
}
.bnner span {
    margin-right: 15px;
}
.banner_search form input, .banner_search form button {
    -webkit-backdrop-filter: blur(28px);
    backdrop-filter: blur(28px);
    background-color: rgba(250, 255, 232, 0.6);
    border: none;
    height: 56px;
    padding: 15px;
}
.banner_search form button {
    border-radius: 28px 0 0 28px;
    width: 56px;
}
.banner_search form input {
    border-radius: 0 28px 28px 0;
    width: 100%;
}
.banner_search {
    max-width: 510px;
}
.title_1 img {
    margin-right: 5px;
}
.title_2 {
    line-height: 1.2;
    margin-top: 10px;
}
.zoom_67:before {
    padding-bottom: 67%;
}
.pro_item {
    border-radius: 16px;
    border: solid 1px #e6e7eb;
    overflow: hidden;
}
.pro_item .cache {
    padding: 20px 15px 15px 15px;
}
.pro_item .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
    margin-bottom: 20px;
}
.pro_item .cache > .flex-center-between {
    margin-bottom: 10px;
}
.pro_item h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}
.link_radius {
    border: solid 2px #0d542b;
    border-radius: 28px;
    color: #0d542b;
    width: 170px;
    height: 56px;
}
.link_radius:hover {
    background: #0d542b;
    color: #fff;
}
a.text-0d:hover {
    color: #6c9e00;
}
.link_radius:hover path {
    stroke: #fff;
}
.chart_cp {
    margin: 10px 0;
}
.notice_box {
    background: url("../images/bg-union.png") no-repeat top left;
    border-radius: 28px;
    height: 673px;
    width: 100%;
    padding: 90px 60px;
}
.notice_box h4 {
    text-transform: uppercase;
    max-width: 300px;
}
.link_radius_nor {
    padding: 0 15px;
    width: unset;
}
.notice_box .link_radius_nor {
    margin-top: 120px;
}
.link_radius_nor svg {
    margin-left: 20px;
}
.book {
    background: url("../images/book.png") no-repeat center;
    height: 512px;
    width: 473px;
}
.book * {
    font-size: 40px;
}
.index_number {
    background: url("../images/bg-index.png") no-repeat center /cover;
    height: 1013px;
}
.title_white * {
    color: #fff;
}
.number_sliders {
    display: flex;
    gap: 10px;
}
.number_item {
    height: 604px;
    border-radius: 10px;
    position: relative;
    width: 11%;
    transition:  all ease 0.3s;
    overflow: hidden;
}
.number_item .zoom-img {
    height: 100%;
}
.number_item .zoom-img:before {
    padding-bottom: 50%;
}
.number_item .absolute {
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.54%, rgba(0, 0, 0, 0.6) 100%);
    padding: 20px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.number_item .absolute div > div {
    display: none;
}
.number_item.hover {
    width: calc(100% - 40px - 44%);
}
.number_item.hover .absolute div > div {
    display: block;
}
.number_abs span {
    width: 96px;
    height: 96px;
    border-radius: 9999px;
    background-color: #a8ce26;
    margin-right: 10px;
}
.zoom_50:before {
    padding-bottom: 50%;
}
.date span {
    width: 63px;
    height: 29px;
    border-radius: 1000px;
    background-color: #d8f999;
    font-size: 15px;
    font-weight: bold;
    color: #1a695b;
}
#view_0 {
    --index: 1;
}

#view_1 {
    --index: 2;
}
@keyframes scale {
    to {
        transform:
            scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
    }
}

.view_relative {
    --numcards: 2;
    view-timeline-name: --cards-element-scrolls-in-body;
}

.view_item .view_inner {
    --start-range: calc(var(--index0) / var(--numcards) * 100%);
    --end-range: calc((var(--index)) / var(--numcards) * 100%);

    animation: linear scale forwards;
    animation-timeline: --cards-element-scrolls-in-body;
    animation-range: exit-crossing var(--start-range) exit-crossing var(--end-range);
}

.view_item {
    position: sticky;
    top: 0;
    --index0: calc(var(--index) - 1);
    --reverse-index: calc(var(--numcards) - var(--index0));
    --reverse-index0: calc(var(--reverse-index) - 1);
    padding-top: 30px;
}
.view_inner {
    background: url("../images/bg-view.png") no-repeat left top;
    border-radius: 48px;
    height: 673px;
    padding: 60px;
    /*position: absolute;*/
    /*z-index: 2;*/
    transition:  all ease 0.5s;
    cursor: pointer;
}
.view_img.zoom-img, .view_img.zoom-img img {
    border-radius: 24px;
}
.view_img.zoom-img:before {
    padding-bottom: 80%;
}
/*.view_relative {*/
/*    height: 700px;*/
/*}*/
/*.view_item {*/
/*    top: -130px;*/
/*    width: 95%;*/
/*    z-index: 1;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 0);*/
/*}*/
/*.view_item.show {*/
/*    top: 0 !important;*/
/*    width: 100%  !important;;*/
/*    z-index: 3 !important;;*/
/*}*/
.vfc_ck {
    background: url("../images/flower.png") no-repeat center center;
    height: 1100px;
}
.ck_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
.ck_item {
    width: 50%;
    transition: all ease 0.3s;
}
.ck_item:hover {
    transform: scale(1.1);
}
.ck_item:first-child {
    text-align: center;
    width: 100%;
}
.ck_value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.history {
    background: linear-gradient(118.89deg, #0B4021 17.87%, #032E15 67.78%);
}
.his_img {
    padding-top: 30px;
}
.his_img .zoom-img {
    width: 245px;
}
.his_img .zoom_67:before {
    padding-bottom: 162px;
}
.his_img.zoom-img, .his_img img {border-radius: 16px;}
.container-left {
    padding-left: calc((100% - 1430px)/2);
}
.his_text {
    border-bottom: 1px solid #99a1af;
    padding-bottom: 30px;
    width: 100%;
}
.his_text .desc {
    color: #abb692;
    max-width: 310px;
}
.his_item > div {
    height: 192px;
}
.his_item {
    display: flex;
    flex-wrap: wrap;
}
.his_item:nth-child(2n) .his_text {
    border:none;
    padding: 30px 0 0 0;
    order: 2;
}
.his_img {
    width: 100%;
}
.his_item:nth-child(2n) .his_img {
    border-bottom: 1px solid #99a1af;
    padding: 0 0 30px 0;
}
.his_number {
    color: #d8f999;
    font-size: 18px;
    font-weight: 500;
}
.his_item.swiper-slide-active > div {
    border-color: #d8f999 !important;
}
.nav-tabs {
    border: none;
}
.nav-tabs .nav-link {
    background-color: #ecfcca;
    color: #1a695b;
    border: none;
    border-radius: 18px;
    font-weight: 600;
    height: 36px;
    padding: 0 15px;
}
.nav-item {
    margin: 0 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #1a695b;
    color: #d8f999;
}
.mem_item {
    border: solid 1px #e5e7eb;
    border-radius: 24px;
    overflow:hidden;
    margin-top: 30px;
}
.mem_item .zoom-img:before {
    padding-bottom: 76%;
}
.mem_item .zoom-img {
    overflow: hidden;
}
.mem_item img {
    margin: 0 auto;
    display: block;
    max-width: 60%;
}
.mem_item .zoom-img span {
    background: linear-gradient(180deg, #FEEEC0 0%, #FFFFFF 123.16%);
    bottom: unset;
}
.mem_cache h4 {
    text-transform: capitalize;
}
ul.list_style, ul.list_style li {
    list-style: disc;
}
ul.list_style {
    padding-left: 20px;
}
.mem_cache {
    border-top: solid 1px #e5e7eb;
    padding: 20px;
}
.modal-dialog {
    max-width: 1180px;
    height: 630px;
}
.moda_img {
    background: linear-gradient(180deg, #FEEEC0 0%, #FFFFFF 123.16%);
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal-content {
    border-radius: 24px;
    border: solid 1px #e5e7eb;
    overflow: hidden;
}
.man_text {
    padding: 30px;
    height: 100%;
}
.man_text span {
    background-color: #d8f999;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    flex: 0 0 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.man_item {
    display: flex;
    margin-top: 30px;
}
.achi_img {
    background-image: linear-gradient(to bottom, #feeec0, #fff);
    border-radius: 24px;
    border: solid 1px #e5e7eb;
    height: 330px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.achi_img img {
    max-height: 100%;
}
.achi_text {
    padding: 0 20px;
}
.achi_item {
    margin-top: 30px;
}
.tt_item {
    margin-top: 30px;
    padding: 24px;
    border-radius: 24px;
    border: solid 2px #e5e7eb;
    min-height: 330px;
}
.tt_item p {
    color: #35530e;
}
.circle_icon {
    background-color: #d8f999;
    border-radius: 50%;
}
.tt_item .circle_icon {
    height: 80px;
    width: 80px;
}
#tabs-13 .tt_item {
    min-height: 280px;
}
.radius_24, .radius_24 img {
    border-radius: 24px;
}
.vt_item {
    margin-top: 30px;
}
.banner_page, .banner {
    margin-top: 103px;
}
.banner_page .zoom-img:before {
    padding-bottom: 33.33%;
}
.lv_navs {
    background-color: #ecfcca;
    padding: 30px 0;
}
.lv_nav {
    gap: 30px;
}
.lv_nav a {
    color: #6c9e00;
    font-size: 18px;
    font-weight: 600;
}

.lv_nav a.active, .lv_nav a:hover {
    color: #194b43;
}
.desc_p p:not(:last-child) {
    margin-bottom: 15px;
}
.ktr_achi {
    border-radius: 96px 96px 0 0;
    background: linear-gradient(180deg, rgba(192, 210, 136, 0.5) 0%, rgba(255, 251, 242, 0) 100%);
}
.ktr_achi_item {
    border-radius: 24px;
    border: solid 2px #e5e7eb;
    background-color: #fff;
    min-height: 240px;
    padding: 20px;
    transition: all ease 0.3s;
}
.index_pros .row {
    gap: 20px;
}
.ktr_service .row {
    gap: 30px;
}
.modal_right {
    padding: 30px;
}
.content_scroll {
    max-height: calc((100% - 93px));
    overflow: auto;
    padding-right: 30px;
}
.content_scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
.content_scroll::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}
.content_scroll::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 3px;
}
.modal-content .col-md-6 {
    max-height: 630px;
}
.lv_contact {
    background-image: linear-gradient(110deg, #1a452c 27%, #032e15 72%);
    height: 552px;
}
.pro_main_item, .pro_thumb_item {
    border-radius: 24px;
    border: solid 1px #e6e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.pb {
    font-size: 18px;
    font-weight: bold;
    color: #6e2910;
    text-transform: uppercase;
}
.list_span li {
    display: flex;
    margin-top: 10px;
}
.list_span li span {
    flex: 0 0 150px;
    max-width: 150px;
}
.link_1a {
    color: #1a695b;
    border-color: #1a695b;
}
.ct_box {
    width: 440px;
    height: 235px;
    padding: 24px;
    border-radius: 24px;
    background-color: #fff;
}
.lv_img {
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: 2;
}
.partner_list {
    flex-wrap: wrap;
}
.partner_list span {
    display: flex;
    justify-content: center;
    width: 20%;
    /*margin: 30px 0 0 0;*/
    padding: 0 30px;
}
.row_20 {
    margin: 0 -10px;
}
.row_20 > div {
    padding: 0 10px;
    width: 20%;
}
.tabs_child li {
    margin: 0 10px;
}
.tabs_child li button {
    border-bottom: solid 2px transparent;
    color: #1a695b;
    font-weight: 600;
    padding-bottom: 8px;
}
.tabs_child li button.active {
    border-color: #1a695b;
}
.lv_nav_scroll {
    background-color: #a8ce26;
}
.lv_nav_scroll a {
    color: #ecfcca;
}
.mes_box {
    border-radius: 24px;
    background-image: linear-gradient(132deg, #0b4021 39%, #032e15 63%);
    height: 600px;
    padding: 120px 60px 60px 60px;
}
.mes_img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.frm_nor select, .frm_nor input, .frm_nor textarea {
    padding: 8px 16px;
    border-radius: 8px;
    border: solid 1px #d5d7da;
    width: 100%;
}
.frm_nor select, .frm_nor input {
    height: 44px;
}
.frm_nor textarea {
    height: 120px;
}
.find_job .frm_nor select {
    margin-left: 20px;
    width: 320px;
}
.btn_blue {
    color: #0d542b;
    font-weight: 600;
    border:none;
    width: 145px;
    height: 44px;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #bbf451;
}
.job_item {
    border-top: 1px solid #d5d7da;
    padding: 20px 0;
}
.job_item:first-child {
    border: none;
    padding-top: 0;
}
.job_item > div {
    width: 60%;
}
.jobs {
    background: linear-gradient(180deg, rgba(192, 210, 136, 0.5) 0%, rgba(255, 251, 242, 0) 100%);
    padding: 120px 0;
}
.jobs_2 {
    background: linear-gradient(180deg, rgba(192, 210, 136, 0.5) 0%, rgba(255, 251, 242, 0) 100%);
}
.jb_box {
    padding: 16px;
    border-radius: 24px;
    background-color: #fff;
}
.jb_box li {
    display: flex;
    padding: 15px 0;
    color: #35530e;
    font-weight: 500;
}
.jb_box li:not(:last-child) {
    border-bottom: solid 1px #f0f0f0;
}
.jb_box li > span {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background-color: #ecfcca;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex: 0 0 48px;
}
.procedure {
    background: linear-gradient(180deg, rgba(192, 210, 136, 0.5) 0%, rgba(255, 251, 242, 0) 100%)
}
.job_enter {
    background: url("../images/bg-form.png") no-repeat top 200px right , linear-gradient(118.89deg, #0B4021 17.87%, #032E15 67.78%);
}
.frm_nor label {
    margin-bottom: 15px;
}

.documents {
    background: linear-gradient(180deg, rgba(192, 210, 136, 0.5) 0%, rgba(255, 251, 242, 0) 100%)
}
.doc_item {
    border-bottom: 1px solid #d5d7da;
    padding: 40px 0;
}
.doc_item:last-child {
    border-bottom: none;
}
.doc_item span, .doc_item p {
    color: #0d542b;
    font-weight: 600;
    font-size: 18px;
}
.doc_nav {
    gap: 30px;
}
.doc_nav a{
    font-size: 20px;
    font-weight: 600;
    color: #99a1af;
}
.doc_nav a.active {
    color: #0d542b;
}
.news_list .col-md-4 {
    margin-top: 30px;
}
.frm_contact .btn_blue {
    border-radius: 22px;
    width: 100%;
}
.contact .jb_box li {
    margin-bottom: 20px;
}
.map iframe {
    border-radius: 24px;
}
.news_cover .zoom-img:before {
    padding-bottom: 40%;
}
.news_cover {
    padding-top: 117px;
}
.news_block {
    padding: 0 60px;
}
article .date {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
    padding-bottom: 10px;
}
.date_pot span {
    padding: 0 10px;
    width: unset;
}
.post_view > div {
    margin-bottom: 20px;
}
.qt_item {
    background: url("../images/bg-view.png") no-repeat top left;
    height: 670px;
    padding: 60px;
}
.nav_lv {
    position: fixed;
    top: 77px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    padding-top: 30px;
}
.nav_close {
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}
.nav_lv .container {
    position: relative;
    z-index: 3;
}
.nav_lv .zoom-img {
    display: block;
}
.nav_lv .zoom-img:before {
    padding-bottom: 83%;
}
.nav_lv_cache {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}
.nav_item a:last-child {
    color: #0d542b;
    font-size: 24px;
    font-weight: 600;
    height: 77px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.nav_lv_cache .col-md-4:not(:last-child) .nav_item {
    border-right: 1px solid #eee;
}
.nav_lv {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition: all ease 0.3s;
}
.nav_lv.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
body.hidden {overflow: hidden}
a.text-6c:hover svg path {
    stroke: #185335;
}
.ft_logo {
    margin-bottom: 20px;
}
.ft_top p:last-child {
    margin-top: 10px;
}
.ft_nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.ft_nav > li > a {
    font-weight: 700;
    color: #1a695b !important;
    /*max-width: 70%;*/
    /*height: 45px;*/
    margin-bottom: 10px;
}
.ft_nav li a {
    color: #4a5565;
    margin-bottom: 10px;
}
.ft_tel {
    display: flex;
}
.ft_tel > span {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 9999px;
    background-color: #1a695b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.tel_box ul {
    color: #4a5565;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.tel_box ul a {
    color: #4a5565;
}
.tel_box li {
    width: 140px;
}
.social ul { gap: 10px}
.social p {
    margin-bottom: 20px;
}
.bct p:last-child {
    text-transform: uppercase;
}
.ceti {
    border-top: solid 1px #e9eaeb;
    margin-top: 30px;
    padding-top: 30px;
}
.ceti ul {
    gap: 15px;
}
.ceti_left {
    gap: 20px;
}
.banner > img {
    width: 100%;
}
.ck_item:nth-child(3), .ck_item:nth-child(5) {
    text-align: right;
}
.ck_item:first-child {
    padding-top: 120px;
}
.ck_item:nth-child(2), .ck_item:nth-child(3) {
    padding-bottom: 120px;
}
.ck_item:nth-child(4), .ck_item:nth-child(5) {
    padding-bottom: 120px;
}
.ck_item:nth-child(4) {
    padding-left: 30px;
}
.ck_item:nth-child(5) {
    padding-right: 30px;
}
.his_number {
    display: flex;
    align-items: flex-end;
}
.his_number span:not(:last-child) {
    width: 1px;
    height: 18px;
    background-color: #0d542b;
    margin-right: 20px;
}
.his_number span:last-child {
    position: relative;
    padding-bottom: 24px;
}
.his_number span:last-child:after {
    background-color: #05DF72;
    border-radius: 50%;
    content: '';
    height: 4px;
    width: 4px;
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translate(-50%, 0);
}
.his_number span:last-child:before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #05DF72;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.his_slider_thumb {
    margin-top: 120px;
}
.mem_cache .list_style {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 96px;
}
.qt_text .font-size-48 {
    line-height: 1.2;
    margin-bottom: 20px;
}
.qt_text li {
    border: solid 1px #6c9e00;
    border-radius: 50%;
    color: #1a695b;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    height: 160px;
    width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}
.qt_text ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.mes_box_inner h4 {
    margin-bottom: 20px;
}
.gr_a a {
    color: #4a5565;
    border: solid 1px #90a1b9;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.notices_dev .notice_box {
    background: url(../images/bg-baocao.png) no-repeat top left;
    border-radius: 48px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}
.select_fake select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    padding-right: 20px;
}
.select_fake img {
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}
.mgr-10 {
    margin-right: 10px;
}
.jobs_2 .vfc_ck {
    background: url(../images/flower-sm.png) no-repeat center center;
    height: 980px;
    max-width: 758px;
    margin: 0 auto;
    padding: 0 20px;
}
.jobs_2 .col-md-4 h2 {
    margin-top: 120px;
}
.frm_nor label {
    color: #abb692;
    font-weight: 600;
    margin-bottom: 10px;
}
.frm_nor select {
    color: #99a1af;
}
.frm_title {
    border-bottom: 1px solid #abb692;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.frm_title span {
    color: #abb692;
}
.btn_blue_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30%;
    width: 100%;
}
.btn_blue_img:hover {
    background: #fff;
}
.btn_send {
    border-top: 1px solid #abb692;
    padding-top: 15px;
    margin-top: 40px;
}
.btn_send button {
    text-align: center;
    padding-right: 0;
    justify-content: center;
}
.doc_list .btn_blue {
    align-items: center;
    width: 130px;
}
.filter_choose {
    background: url("../images/icon-down-b.svg") no-repeat center right 10px;
    border-radius: 8px;
    border: solid 1px #d5d7da;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 40px 0 10px;
    cursor: pointer;
}
.filter_choose > span {
    margin: 0 10px;
}
.y_choose {
    color: #99a1af;
    min-width: 40px;
}
.y_choose span:before {
    content: '-';
    margin: 0 5px;
}
.y_choose span:first-child:before {
    display: none;
}
.filter_abs {
    position: absolute;
    right: 0;
    top: 34px;
    z-index: 2;
    padding: 24px;
    border-radius: 8px;
    border: solid 1px #d5d7da;
    background-color: #fff;
    width: 290px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.2s;
}
.filter_abs.show {
    opacity: 1;
    visibility: visible;
    top: 54px;
}
.filter_check {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}
.filter_check label {
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
    padding-left: 50px;
}
.filter_check input {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.filter_check span {
    color: #99a1af;
}
.filter_check label span:before {
    content: '';
    border-radius: 8px;
    border: solid 1px #d5d7da;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.filter_check input:checked + span:after {
    content: url('../images/icon-check-filter.svg');
    position: absolute;
    left: 10px;
    top: 10px;
}
.filter_check input:checked + span:before {
    border: solid 1px #d5d7da;
    background-color: #6c9e00;
}
.filter_col {
    width: 50%;
}
.filter_col:last-child {
    border-left: solid 1px #d5d7da;
    padding-left: 20px;
}
.contact .jb_box p, .contact .jb_box a {
    color: #4a5565;
}
.ifr_chart {
    height: 400px;
}
.contact .jb_box {
    padding: 0;
}
.modal_nv .moda_img img {
    position: absolute;
    top: 0;
    max-width: 300px;
}
.achii {
    padding: 40px;
    border-radius: 24px;
    border: solid 1px #e5e7eb;
    text-align: center;
}
.notices_pt .pro_item h4 a {
    height: unset;
}
.notices_pt .pro_item .desc {
    -webkit-line-clamp: none;
    height: unset;
    margin-bottom: 0;
    min-height: 180px;
}
.anchor {
    position: absolute;
    top: -60px;
}
.price-up {
    color: green;
}
.price-down {
    color: red;
}
.price-neutral {
    color: #ffa60c;
}
.post_view .pro_item h4 {
    margin-top: 10px;
}
figure {
    margin: 15px auto;
}
figcaption {
    margin-top: 10px;
    font-style: italic;
    text-align: center;
}
.ktr_achi_nd .ktr_achi_item {
    min-height: 332px;
}
.ktr_achi_nd .ktr_achi_item h2 {
    min-height: 90px;
}
.news .pro_item .zoom-img:before {
    padding-bottom: 67%;
}
.documents_filter {
    position: relative;
    z-index: 3;
}
.chat {
    background: #6c9e00;
    padding: 20px;
    position: fixed;
    bottom: -30px;
    right: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
}
.chat p{
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.frm_chat input, .frm_chat button {
    background: #fff;
    border: none;
    height: 46px;
    width: 100%;
}
.frm_chat button {
    border-radius: 0 23px 23px 0;
    flex: 0 0 46px;
}
.frm_chat input {
    border-radius: 23px 0 0 23px;
    padding: 0 10px;
}
.close_chat {
    background: #0d542b;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 2;
    padding: 2px;
}
.chat.show {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.contact .jb_box li > span {
    background-color: #FEEEC0;
}
.view_flex {
    display: flex;
    gap: 20px;
}
.views_item {
    background: linear-gradient(180deg, #EEDAA1 0%, #FDFAF2 100%);
    border-radius: 40px;
    padding: 30px;
    transition: all ease 0.3s;
}
.views_item:hover {
    transform: scale(1.02);
}

.views_item h4 {
    height: 60px;
}
.views_item span {
    background: #ECFCCA;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.mgb-40 {
    margin-bottom: 40px;
}
.view_index {
    margin-top: -160px;
    position: relative;
    z-index: 2;
}
.val_img {
    height: 330px;
    background: linear-gradient(180deg, #FEEEC0 0%, #FFFFFF 100%);
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 10px;
}
.val_img img {
    max-height: 100%;
}
.ft_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.ft_button {
    color: #194B43;
    font-weight: 600;
    height: 60px;
    background: #D8F999;
    border: 2px solid #194B43;
    border-radius: 64px;
    padding: 0 20px;
}
.ft_button span {
    width: 170px;
}
.show_span {
    display: none;
}
.ft_nav.show {
    display: none;
}
.hide .show_span {
    display: inline-flex;
}
.hide .hide_span {
    display: none;
}
.product_detail .zoom-img span {
    padding: 10px;
}
.pro_main_slider .swiper {
    padding-right: 1px;
}
.index_pros_1 .pro_item h4 a {
    height: unset;
}
[id^="modal-service-"] .moda_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.nav-item.swiper-slide {
    width: auto;
}
