@import url(/skin/css/bootstrap.css);
@import url(/skin/css/swiper.css);
@import url(/skin/css/box.css);
@import url(/skin/css/fonts.css);
@import url(/skin/css/animate.css);
@import url(/skin/css/animation.css);
@import url(/skin/css/responsive.css);

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    width: 100%;
    height: 100%;
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.wrapper {
    height: 100%;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
    -webkit-user-drag: none;
}
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}
a {
    outline: none;
    text-decoration: none;
    transition: all 0.4s linear;
}
a img {
    border: none;
}
a:active {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
a:hover {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
button {
    outline: medium none;
}
iframe {
    border: none;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}
input {
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
ul {
    list-style-type: none;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
b {
    font-weight: 900;
}
strong {
    font-weight: 900;
}
.z-index {
    z-index: 999999;
}
body {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: var(--clr-white);
    color: #787878;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #120f0f;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
.content p {
    margin: 0;
}
.content img {
    border-radius: 4px;
}
a,
.btn,
button {
    outline: medium none;
    text-decoration: none;
}
p {
    color: #787878;
    margin: 0 0 10px;
    text-transform: none;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
}
img {
    max-width: 100%;
    width: 100%;
}

.clamp_one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: initial;
}
.clamp_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: initial;
}

.index_banner .img {
    background-image: url(/skin/img/banner.jpg);
    overflow: hidden;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    background-size: cover;
    transform: scale(1);
    transition: all 8s ease-out 0s;
    background-repeat: no-repeat;
    background-position: center;
}
.index_banner .img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, #16171a 0.06%, rgba(22, 23, 26, 0) 99.93%);
    z-index: -1;
}
.index_banner .content {
    padding: 230px 0;
    z-index: 9;
    position: relative;
}
.index_banner .content h6 {
    color: #fff;
    background-color: #0b3d2c;
    padding: 8px 20px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 16px;
}
.index_banner .content h1 {
    color: #fff;
    font-size: 50px;
}
.index_banner .content a {
    background-color: #0b3d2c;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 24px 40px;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}

header {
    position: relative;
    z-index: 99999;
}
header .cover {
    position: relative;
    z-index: 9999;
    background-color: #fff;
}
header .logo {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 15px 15px 15px 0;
}
header .logo img {
    max-width: 300px;
}
header .menu {
    text-align: center;
}
header .menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin: 0 18px;
}
header .menu ul li:first-child {
    margin-left: 0;
}
header .menu ul li:last-child {
    margin-right: 0;
}
header .menu ul li a {
    color: #010f30;
    font-size: 18px;
    font-weight: bold;
}
header .menu ul li a.active {
    color: #0b3d2c;
}
header .tel {
    display: flex;
    align-items: center;
}
header .tel .icon {
    margin-right: 8px;
    color: #fff;
    background-color: #0b3d2c;
    border: 1px solid #ecf5fb;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    width: 52px;
    height: 52px;
    line-height: 56px;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s ease;
}
header .tel .icon i {
    font-size: 20px;
}
header .tel .num span {
    font-weight: 400;
    font-family: "Exo", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #484848;
    font-weight: 400;
    display: block;
}
header .tel .num .number {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #0b3d2c;
}
header .tel .num {
    flex: 1;
}
.fixed-header {
    position: fixed !important;
    visibility: visible;
    opacity: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: top 300ms ease;
}

header .menu_phone {
    display: none;
}
.phone {
    display: none;
}

.list-cover {
    padding: 100px 0;
}

.list-banner {
    position: relative;
    display: block;
    padding: 150px 0;
    overflow: hidden;
    z-index: 1;
}
.list-banner-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    background: rgba(var(--thm-black-rgb), 0.85);
    content: "";
    z-index: -2;
}
.list-banner-bg {
    background-image: url(/skin/img/list-banner.jpg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.list-banner .box h4 {
    color: var(--thm-white);
    font-size: 48px;
    margin-bottom: 10px;
}
.list-banner .box ul {
    display: flex;
    align-items: center;
    justify-content: left;
}
.list-banner .box ul li a {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: bold;
}
.list-banner .box ul li {
    margin-right: 5px;
}
.list-banner .box ul i {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
}
.list-banner .box ul em {
    font-style: normal;
}
.list-banner .box ul em a {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 53px;
}

.sec-title__tagline {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.sec-title__tagline span.left {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: var(--thm-base);
    margin-right: 10px;
    top: -6px;
}

.sec-title__tagline span.right {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: var(--thm-base);
    margin-left: 10px;
    top: -6px;
}

.sec-title__tagline h6 {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-transform: capitalize;
}

.sec-title__title {
    font-size: 35px;
    line-height: 1em;
    font-weight: bold;
    text-transform: capitalize;
}

.sec-title .text {
    margin: 0;
    margin-top: 29px;
}

.index-box {
    padding: 100px 0;
}

.bg-index {
    background: #f2f7f7;
}

.about {
    padding: 120px 0 150px;
}
.about .about-left {
    position: relative;
    display: block;
    margin-right: 60px;
}
.about .about-left .about-img-one {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.about .about-left .about-img-one::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(25deg);
    z-index: 1;
}
.about .about-left .counter-box {
    position: absolute;
    left: -95px;
    bottom: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 185px;
    height: 185px;
    background: var(--thm-black);
    border-radius: 50%;
    border-bottom-right-radius: 0;
    border: 5px dotted #2a7d2e;
    z-index: 5;
}
.about .about-left .counter-box h4 {
    position: relative;
    color: #fff;
    font-size: 30px;
    line-height: 65px;
    font-weight: 700;
}
.about .about-left .counter-box p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.about .about-left .about-two-img {
    position: absolute;
    right: 0;
    bottom: -65px;
    max-width: 275px;
    width: 100%;
    overflow: hidden;
    z-index: 3;
}
.about-content .sec-title {
    padding-bottom: 30px;
}
.about .sec-title .sec-title__tagline {
    display: flex;
    align-items: center;
}
.about .sec-title__tagline i {
    margin-right: 8px;
    font-size: 22px;
    line-height: 26px;
    color: #2a7d2e;
}
.about .sec-title__tagline h6 {
    position: relative;
    display: inline-block;
    color: #2a7d2e;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
}
.about .sec-title__title {
    color: #0b3d2c;
    font-size: 45px;
    font-weight: bold;
    text-transform: capitalize;
}
.about-text p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 15px;
}


.video{
    margin-bottom: 85px;
}
.video .cover{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--thm-black);
    padding: 75px 120px 67px;
    border-radius: 20px;
    border: 4px solid #2a7d2e;
    overflow: hidden;
    z-index: 1;
}
.video .cover .content {
    position: relative;
    display: block;
    z-index: 5;
}
.video .cover .content h4 {
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
}
.video .cover .content h4 span {
    color: #fff;
    font-size: 50px;
}
.video .cover .shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video .btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.video .btn_play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 45px;
    height: 55px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 28px 30px 30px 38px;
    background: #ffffff;
}
.video .btn_play::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 100%;
    animation: video 1500ms ease-out infinite;
}
.video .btn_play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 10px;
    border-left: 30px solid #098974;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    top: 10px;
}
.video .btn_play::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 100%;
    transition: all 200ms;
}



.list_contact .box {
    display: inline-flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: center;
    position: relative;
    padding: 40px;
    border-radius: 6px;
    background-color: #f3f7fb;
    width: 100%;
}
.list_contact .box .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_contact .box .icon i {
    font-size: 30px;
    color: #0b3d2c;
}
.list_contact .box .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    animation: xuan 10s linear infinite;
    border: 1px dashed #0b3d2c;
    border-radius: 50%;
}
.list_contact .box .content p {
    color: #0b3d2c;
    font-weight: bold;
}
.list_contact .box .content h3 {
    color: #010f30;
}

.about-content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 35px;
}

.about-content .btn-box .thm-btn {
    background: var(--thm-base);
}

.about-content .btn-box .thm-btn:before {
    background-color: #0b3d2c;
}

.about-content .btn-box .thm-btn::after {
    background-color: #0b3d2c;
}

.thm-btn {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 0 45px 0;
    line-height: 65px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: var(--thm-black);
    overflow: hidden;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0.2s;
    z-index: 1;
}

.thm-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    background-color: var(--thm-primary);
    transition: all 0.5s;
    z-index: -1;
    border-radius: 5px;
}

.thm-btn:hover:before {
    transform: rotateX(90deg);
}

.thm-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    background-color: var(--thm-primary);
    transition: all 0.5s;
    z-index: -1;
    border-radius: 5px;
}

.thm-btn:hover::after {
    transform: rotateY(90deg);
}

.thm-btn .txt {
    position: relative;
    z-index: 1;
}

.thm-btn i::before {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    top: 1px;
    font-weight: 700;
}

.thm-btn:hover,
.thm-btn:focus {
    color: #fff;
}

.environment .box {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, 0.05);
}
.environment .box .content {
    background-color: #f8f5f0;
    padding: 20px 0;
}
.environment .box .content h5 {
    text-align: center;
}
.environment .box .content a {
    color: var(--thm-black);
    font-size: 22px;
}

.show .box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
}
.show .box .content {
    padding: 25px 0 0;
}
.show .box .content a {
    color: var(--thm-black);
    font-size: 22px;
}

.process {
    position: relative;
    display: block;
    background: #fff;
    counter-reset: count;
    z-index: 1;
    overflow: hidden;
}
.process .shape {
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 800px;
    height: 800px;
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #79b823 44%, #fff 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #79b823 44%, #fff 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #79b823 44%, #fff 100%);
    opacity: 0.13;
    border-radius: 50%;
    margin: 0 auto;
    z-index: -1;
}
.process .shape-img {
    position: absolute;
    top: 262px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}
.process .shape-img img {
    width: auto;
    max-width: 100%;
}
.process .box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.process .box.one {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.process .box.two {
    margin-top: 100px;
}
.process .box.three {
    margin-top: 50px;
}
.process .box .icon {
    position: relative;
    display: block;
    width: 150px;
    margin: 0 auto 23px;
}
.process .box .icon .cover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid rgba(var(--thm-base-rgb), 0.2);
    margin: 0 auto;
    z-index: 1;
}
.process .box .icon .cover::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #79b823 44%, #fff 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #79b823 44%, #fff 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #79b823 44%, #fff 100%);
    opacity: 0.15;
    content: "";
    z-index: -1;
}
.process .box .icon .cover span {
    font-size: 60px;
    color: var(--thm-base);
}
.process .box .icon .count-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    background: var(--thm-base);
    color: #fff;
    border-radius: 50%;
    font-family: var(--thm-font-2);
    font-weight: 400;
    letter-spacing: -0.02em;
    z-index: 1;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}
.process .box .icon .count-box::before {
    top: -35px;
    left: 70px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    font-family: var(--thm-font-2);
    font-weight: 400;
    counter-increment: count;
    content: "0" counter(count);
}
.process .box .content {
    position: relative;
    display: block;
    text-align: center;
}
.process .box .content h2 {
    font-size: 22px;
    margin-bottom: 5px;
}
.process .box .content p {
    font-size: 16px;
    margin-bottom: 0;
}

.news .box {
    margin-bottom: 20px;
}
.news .box .img {
    position: relative;
}
.news .box .img a {
    display: block;
    position: relative;
    overflow: hidden;
}
.news .box .img a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    background: var(--thm-black);
    z-index: 1;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform-origin: center;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
}
.news .box:hover .img a::before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
    transform: perspective(400px) rotateX(0deg) scaleY(1);
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}
.news .box .content {
    position: relative;
    padding: 50px 20px 35px;
    background: #fff;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
}
.news .box .content ul {
    position: absolute;
    top: -20px;
    left: 30px;
    right: 30px;
    background: #fff;
    box-shadow: 0 0 60px 0 rgb(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 7px 22px 6px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .box .content ul li {
    font-size: 16px;
    color: var(--thm-black);
    font-weight: bold;
    text-align: center;
}
.news .box .content ul li:first-child {
    margin-right: 15px;
}
.news .box .content ul li i {
    margin-right: 3px;
    color: var(--thm-base);
}
.news .box .content .txt h6 {
    font-size: 22px;
    margin-bottom: 10px;
}
.news .box .content .txt h6 a {
    color: var(--thm-black);
}
.news .box .content .txt p {
    color: #787878;
    font-size: 16px;
    margin-bottom: 0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}
.pagination li {
    width: 45px;
    height: 45px;
    margin: 0 8px;
    border-radius: 50px;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: var(--thm-black);
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.5s ease;
    padding: 5px 10px;
}
.pagination li a.active {
    background: var(--thm-black);
    color: #fff;
}
.pagination li a:hover {
    background: var(--thm-black);
    color: #fff !important;
}

footer {
    background: var(--thm-black);
}
footer .top {
    padding: 80px 0;
    position: relative;
    display: block;
    z-index: 1;
}
footer .widget.full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
footer .widget.full .swiper_foot {
    flex: 1 1 auto;
    margin: 0;
    min-height: 150px;
}
footer .widget h3 {
    color: var(--thm-white);
    margin-bottom: 15px;
    font-size: 20px;
}
footer .swiper-slide a {
    color: #eeeeee;
    padding: 0;
    font-size: 18px;
    transition: all 0.4s ease;
}
footer .footer-logo img {
    max-width: 150px;
}
footer .footer-content {
    font-size: 18px;
    color: #eeeeee;
    margin-top: 15px;
}
footer .footer-contact li {
    color: #eeeeee;
    padding: 0;
    font-size: 18px;
    margin-bottom: 5px;
}
footer .footer-contact li i {
    margin-right: 5px;
}
footer .footer-contact li:last-child {
    margin-bottom: 0;
}

footer .bottom {
    border-top: 1px solid #999;
    padding: 5px 0;
}
footer .bottom img {
    max-width: 100%;
    width: 20px;
    height: auto;
}
footer .bottom p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    color: #f3f3f3;
}
.footer_map {
    padding-left: 20px;
}
footer .bottom a {
    color: #f3f3f3;
    padding: 0 15px 0 0;
}
.foot_map {
    padding: 0 5px 0 0 !important;
}
footer .bottom a:hover {
    color: #fff;
}
.foot_phone {
    display: none;
}
.fancybox-content {
    height: auto !important;
    width: auto !important;
}

#mapDiv img{
    width: auto !important;
    max-width: 100%;
}
.details .next {
    margin-top: 25px;
}
.details .next p {
    margin: 0;
    color: #4f5e64;
    font-size: 13px;
    line-height: 1.8;
}
.details .next p a {
    color: #4f5e64;
    font-size: 13px;
}
.details .right .top{
    padding: 20px;
    border-radius: 6px;
    background-color: #f3f7fb;
}
.details .right .top h5{
    color: #022f5d;
    padding-bottom: 20px;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    color: var(--thm-black);
}
.details .right .top h5::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34%;
    border-bottom: 1px dashed var(--thm-black);
}
.details .right .top h5::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    border-bottom: 1px dashed #d5ddcf;
}
.details .right ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.details .right ul li:last-child {
    margin-bottom: 0;
}
.details .right ul li .img {
    width: auto;
    flex: 1;
    max-width: 120px;
    border-radius: 6px;
}
.details .right ul li .img img {
    border-radius: 6px;
}
.details .right ul li .text {
    flex: 1;
    padding-left: 10px;
}
.details .right ul li .text h6 a {
    font-size: 15px;
    color: #022f5d;
    font-weight: bold;
}
.details .right ul li .text h6 {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.details .right ul li .text span {
    color: var(--thm-black);
    font-size: 13px;
    font-weight: bold;
}

.details .box {
    padding: 25px;
    background-color: #f3f7fb;
    border-radius: 6px;
}
.details .box h4 {
    color: #022f5d;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.details .box .source {
    font-size: 12px;
    color: var(--thm-black);
    font-weight: 600;
    margin-right: 25px;
}
.details .box .time {
    font-size: 12px;
    font-weight: 600;
}
.details .box .content {
    margin-top: 25px;
}
.details .box .content img {
    margin: 10px 0;
    border-radius: 6px;
}
.details .box .content p {
    color: #4f5e64;
    margin-bottom: 0;
}
.details .box .middle{
    display: inline-block;
    background: rgb(42 125 46 / 12%);
    padding: 3px 20px;
    color: var(--thm-black);
    border-radius: 4px;
}
.details .box .middle i{
    font-size: 12px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .header_cover {
        text-align: right;
    }
    .head_btn {
        border: none;
    }
    .head_btn em {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #0b3d2c;
        margin-bottom: 5px;
        border-radius: 6px;
    }
    .head_btn em:last-child {
        margin-bottom: 0;
    }
    header .menu_phone {
        padding: 30px 0;
        background-color: #fff !important;
        position: absolute;
        top: 102px;
        left: 0;
        right: 0;
    }
    header .menu_phone ul {
        display: block;
        height: 100%;
    }
    header .menu_phone ul li {
        padding: 10px 0;
        position: relative;
    }
    header .menu_phone ul li a {
        font-size: 20px;
        font-weight: bold;
        color: #141422;
        text-align: center;
        position: relative;
        text-transform: capitalize;
        transition: all 0.4s ease-in-out;
        display: block;
        width: 100%;
    }
    header .menu_phone ul li a.active {
        color: #0b3d2c;
    }
    header .logo img {
        max-width: 200px;
    }
    .index_banner .content {
        padding: 100px 0;
    }
    .index_banner .content h1 {
        font-size: 35px;
    }
    header .cover {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 102px;
    }
    .index_banner{
        margin-top: 102px;
    }
    .about .about-left {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .about .about-left .counter-box {
        left: 0;
        top: 0;
        border-radius: 50% !important;
    }
    .about .about-left .about-two-img {
        display: none;
    }
    .about .sec-title__title {
        font-size: 30px;
        padding-bottom: 0;
    }
    .about-content .sec-title {
        padding-bottom: 0;
    }
    .about {
        padding: 70px 0;
    }
    .index-box {
        padding: 70px 0;
    }
    .sec-title__title {
        font-size: 30px;
    }
    .sec-title {
        padding-bottom: 35px;
    }
    .process .box {
        margin: 10px 0 !important;
    }
    .process .shape {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .phone {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        z-index: 999;
    }
    .phone a {
        height: 50px;
        background-color: var(--thm-black);
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    footer {
        display: none;
    }
    header .logo{
        padding: 10px 0;
    }
    .list-banner{
        padding: 80px 0;
        margin-top: 102px;
    }
    .list-banner-bg::before{
        right: 30%;
    }
    .list-banner .box h4{
        font-size: 32px;
    }
    .list-cover{
        padding: 50px 0 85px;
    }
    .video .cover{
        padding: 50px 20px 30px;
        display: block;
    }
    .video .cover .content h4{
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 35px;
    }
    .video .cover .content h4 span{
        font-size: 22px;
    }
    .list_contact .box .content{
        width: calc(100% - 80px);
    }
    .news .box .content ul li{
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    header .logo img {
        max-width: 100px;
    }
    header .cover{
        height: 72px;
    }
    .index_banner{
        margin-top: 72px;
    }
    .index_banner .content h1{
        font-size: 28px;
    }
    .about .sec-title__title{
        font-size: 22px;
    }
    .news .box .content ul{
        padding: 7px 10px 6px;
    }
    .news .box .content ul li{
        font-size: 12px;
    }
}