@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);

@font-face {
    font-family: "din-regular";
    src: url("../fonts/din-next-lt-w23-regular.ttf") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "din-medium";
    src: url("../fonts/din-next-lt-w23-medium.ttf") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "din-bold";
    src: url("../fonts/din-next-lt-w23-bold.ttf") format("woff2");
    font-weight: 700;
}


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #33A03A;
    --sub-color: #C58D3E;
    --ph-color: #424242;
    --sec-padding: 80px 0;
}
html {
  scroll-padding-top: 143px;
}
body {
    font-family: 'din-regular', sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'din-bold', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding-top: 143px;
}
.main-wrapper.pd58 {
    padding-top: 58px
}
.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}

.hamburger,
.is-closed {
    width: 25px;
    height: 19px;
    flex-direction: column;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span,
.is-closed span {
    width: 25px;
    height: 3px;
    border-radius: 0px;
    background-color: var(--main-color);
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger span:nth-child(1) {
    width: 21px
}

.hamburger span:nth-child(2) {
    width: 25px
}

.hamburger span:nth-child(3) {
    width: 17px
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg);
    width: 17px;
    height: 2px;
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -6px;
    width: 17px;
    height: 2px;
}

.hamburger,
.mobile-menu {
    display: none;
}

/* Style Header */

#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

#header.header-home {
    background: transparent;
    box-shadow: none !important;
}
#header.header-home .bottom-header {
    padding: 0
}
#header.header-home .bottom-header:before {
    content: "";
    background: var(--main-color);
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#header.header-home .bottom-header .container {
    background: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    width: 1192px;
    overflow: hidden;
}

.top-header {
    background: var(--main-color);
    padding: 20px 0;
}

.lst-contact {
    display: flex;
}

.lst-contact li {
    margin-left: 30px;
}

.lst-contact li:last-child {
    margin-left: 0;
}

.lst-contact li a {
    color: #fff;
    display: flex;
    align-items: end;
    font-size: 14px;
}

.social-media li {
    display: inline-block;
    margin-left: 10px;
}

.social-media li:last-child {
    margin-left: 0;
}

.social-media li a {
    color: #fff;
}
.social-media li a:hover {
    color: #000;
}

.bottom-header {
    position: relative;
    padding: 10px 0;
}

.logo-site a {
    display: inline-block;
}

.header-home .logo-site a {
    padding-right: 20px;
}

.logo-site img {
    max-width: 140px;
}

.main_menu {
    display: flex;
    padding-right: 130px
}

.main_menu > li {
    margin-left: 50px !important;
}

.main_menu > li:last-child {
    margin-left: 0;
}

.main_menu > li > a {
    display: block;
    color: var(--ph-color);
    font-size: 17px !important;
    text-transform: capitalize;
    font-family: "din-medium";
    font-weight: 500;
    position: relative;
    padding: 10px 0;
}

.main_menu > li.active a {
    color: var(--sub-color);
}

.menu-end {
    display: flex;
    align-items: center;
}

.search-st {
    margin-left: 25px;
}

.search-st .btn-search {
    border: 1px solid #E7E7E7;
    border-radius: 16px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9F9E9A;
    cursor: pointer;
}

.sec-contact .btn-site {
    margin: 0;
}

.sec-contact .btn-site span svg {
    margin-right: 10px;
}

#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}

.cont-srch-hd {
    position: absolute;
    right: 64px;
    width: 1192px;;
    height: calc(100% + 20px);
    background: #fff;
    z-index: 9;
    display: none;
    padding: 0 15px;
}
#header.header-home .cont-srch-hd {
    right: 0;
}
.cont-srch-hd .form-search {
    width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.cont-srch-hd .form-search .form-control {
    border: 0;
}
.cont-srch-hd .form-search .form-control::placeholder {
    color: var(--ph-color);
}
.cont-srch-hd .form-search .form-control:focus {
    box-shadow: none;
}
.form-search .form-group {
    width: 100%;
}


/* Style Home Slide */

.section_home {
    position: relative;
    background: #F9F9F9;
    z-index: 1;
}

.section_home:before {
    content: "";
    background: url(../images/before-shape-home.svg);
    background-size: 100% 100% !important;
    width: 240px;
    height: 100px;
    position: absolute;
    top: 100px;
    right: 0;
}

.section_home:after {
    content: "";
    background: url(../images/after-shape-home.svg);
    background-size: 100% 100% !important;
    width: 550px;
    height: 170px;
    position: absolute;
    bottom: -45px;
    right: 31%;
}

.section_home .item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 58px);
}

.section_home .container {
    align-items: center;
}

.home_txt {
    position: relative;
    width: 400px;
    max-width: 100%;
}

.home_txt > span {
    color: var(--main-color);
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: "din-medium"
}

.home_txt h1 {
    color: #424242;
    margin-bottom: 15px;
    font-size: 57px;
}

.home_txt p {
    color: #9F9E9A;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.home_txt .btn-site {
    margin: 0;
    background: var(--sub-color);
}

.home_txt .btn-site span svg {
    margin-right: 10px;
}

.thumb-home {
    width: calc(100% - 330px);
    height: 100%;
    padding-right: 200px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.circular-image {
    height: 100%;
    margin-bottom: 0;
}

.circular-image img {
    width: 100%;
    height: 100%;
    background-image: url('../images/path-home.svg');
    -webkit-mask-image: url('../images/path-home.svg');
    mask-image: url('../images/path-home.svg');
    mask-size: cover;
}


#slide-home .owl-nav {
    position: absolute;
    bottom: 20px;
    left: 20%;
    z-index: 9999;
    display: block !important;
}

#slide-home .owl-nav > button {
    color: rgb(255 255 255 / 29%) !important;
    border-radius: 50%;
    font-size: 65px !important;
    margin: 0 30px
}

#slide-home .owl-nav > button:hover {
    color: rgb(255 255 255 / 100%) !important;
}


/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
}

.sec_head h2 {
    color: var(--ph-color);
    font-weight: 600;
    font-size: 50px;
    position: relative;
}

.sec_head > span {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    color: var(--main-color);
    font-family: "din-medium";
}

.sec_head .btn-site {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec_head .btn-site span svg {
    margin-right: 10px;
}


.btn-site {
    height: 45px;
    width: 160px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    border-radius: 4px;
    justify-content: center;
    background: var(--main-color);
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #000;
    position: absolute;
    content: "";
    top: 0;
    height: 140%;
    right: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    right: -5px;
    width: 140%;
    z-index: 0
}

.btn-site span {
    color: #fff;
    position: relative;
}

.btn-site:hover span {
    color: #fff;
}
.btn-site span svg {
    transition: .3s;
}
.btn-site:hover span svg {
    transform: translate(-8px)
}

.container {
    padding-right: var(--bs-gutter-x, 4rem);
    padding-left: var(--bs-gutter-x, 4rem);
}
.icon {
    width: 17px;
    height: 17px;
    background-size: 100% 100% !important;
    display: block;
    margin-left: 8px;
}

.icon-phone {
    background: url(../images/icon-svg/phone-flip.svg);
}

.icon-email {
    background: url(../images/icon-svg/envelope.svg);
}

.icon-location {
    background: url(../images/icon-svg/marker.svg);
}

/* Style About */

.section_about {
    position: relative;
    padding: 80px 0;
}

.txt-about span {
    color: var(--main-color);
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "din-medium"
}

.txt-about h2 {
    margin-bottom: 45px;
    color: var(--ph-color);
    font-size: 45px;
}

.cont-about .lst-about {
    position: relative;
    display: flex;
    margin-bottom: 10px;
}

.cont-about .lst-about:last-child {
    margin-bottom: 0;
}

.lst-about figure {
    margin: 10px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--main-color);
    text-align: center;
    line-height: 40px;
}

.lst-about .title-about {
    width: calc(100% - 40px);
    padding-right: 15px;
}

.title-about h6 {
    color: var(--ph-color);
    margin-bottom: 10px;
    font-size: 19px;
    font-family: "din-medium";
    font-weight: 500;
}

.title-about p {
    color: #969696;
    font-size: 17px;
    line-height: 30px;
}

.thumb-about {
    position: relative;
    padding-left: 30px;
}

.thumb-about:before {
    content: "";
    background: url(../images/shape-about.svg);
    background-size: 100% 100%;
    width: 210px;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.big-image-about {
    position: relative;
    margin-bottom: 0;
    padding: 0 55px 60px 40px;
}

.big-image-about:before {
    content: "";
    background: var(--main-color);
    width: 10px;
    height: calc(100% - 60px);
    position: absolute;
    right: 35px;
    top: 0;
}

.big-image-about img {
    border-radius: 10px;
    width: 100%;
}

.plyr__video-embed {
    height: 530px;
}

.click-video {
    border: 5px solid #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.click-video span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: block;
}

.click-video span:before,
.click-video span:after {
    content: "";
    position: absolute;
    top: -13%;
    left: -15%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: transparent;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    border: 1px solid #fff;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.click-video span:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.click-video img {
    border-radius: 10px;
}

.icon-play {
    background: url(../images/icon-svg/play-circle.svg);
    width: 60px;
    height: 60px;
    margin: 0;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(1.8, 1.8);
        transform: scale(1.8, 1.8);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(1.8, 1.8);
        transform: scale(1.8, 1.8);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* Style Latest News */

.section_latest_news {
    background: #F8F7F0;
    padding: 60px 0 80px;
}

.section_latest_news .sec_head .btn-site {
    background: var(--sub-color)
}

.big-news {
    margin-bottom: 30px;
}

.big-news .row {
    align-items: center;
}

.thumb-news {
    position: relative;
}

.thumb-news img {
    width: 100%;
    border-radius: 15px;
}

.title-news {
    background: rgb(51 160 58 / 66%);
    padding: 20px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: calc(100% - 90px);
}

.title-news h4 {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
}

.icon-calendar {
    background: url(../images/icon-svg/calendar-lines.svg);
}

.txt-news p,
.txt--news p {
    color: var(--sub-color);
    font-size: 17px;
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    font-family: "din-medium";
}

.txt-news h5 {
    color: #24231D;
    font-size: 22px;
    line-height: 40px;
    height: 160px;
    font-family: "din-medium";
    font-weight: 500;
    text-align: justify;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.txt-news .btn-site {
    margin: 0 auto 0 0;
}

.txt-news .btn-site span svg {
    margin-right: 8px;
}

.item-news {
    display: flex;
    align-items: center;
}

.item-news figure {
    width: 160px;
    margin-bottom: 0;
}

.item-news figure img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.item-news .txt--news {
    width: calc(100% - 160px);
    padding: 0 20px;
}

.item-news .txt--news h6 {
    color: var(--ph-color);
    font-size: 17px;
    line-height: 30px;
    font-family: "din-medium";
    font-weight: 500;
}


/* Style Partners */

.section_partners {
    position: relative;
    padding: 100px 0;
    background: var(--main-color);
}

.section_partners:before {
    content: "";
    background: url(../images/partnership-handshake.svg);
    background-size: 100% 100%;
    width: 170px;
    height: 130px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 20%;
}

.section_partners:after {
    content: "";
    background: url(../images/bg-partners.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 12%;
}

.section_partners .container {
    display: flex;
    align-items: center;
}

.section_partners .sec_head {
    width: 200px;
    margin-bottom: 20px;
}

.section_partners .sec_head h2 {
    color: #fff;
    font-size: 40px;
}

#partners-slider {
    width: calc(100% - 200px);
}

.item-partners {
    background: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 8px;
    height: 120px;
}

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

#partners-slider .owl-nav {
    position: absolute;
    bottom: 0;
    right: -190px;
    z-index: 9999;
    display: block !important;
}

#partners-slider .owl-nav > button {
    color: #fff !important;
    border-radius: 50%;
    font-size: 30px !important;
    margin: 0 8px
}
#partners-slider .owl-dots {
    text-align: center;
    padding-top: 20px;
}
#partners-slider .owl-dot span {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: block;
    margin: 0 5px
}
#partners-slider .owl-dot.active span {
    width: 20px
}
/* Style Latest Blog */

.section_latest_blog {
    position: relative;
    padding: 80px 0;
}

.section_latest_blog:before {
    content: "";
    background: url(../images/shape-blog.svg);
    background-size: 100% 100%;
    width: 420px;
    height: 410px;
    position: absolute;
    top: 12%;
    left: -190px;
    opacity: 22%;
}

.section_latest_blog .row {
    margin-right: calc(var(--bs-gutter-x) * -1);
    margin-left: calc(var(--bs-gutter-x) * -1);
}

.section_latest_blog .row > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

.item-blog {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    overflow: hidden;
}

.item-blog > figure {
    height: 240px;
    margin: 0;
    overflow: hidden;
}

.item-blog > figure img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    transition: .3s;
}

.item-blog:hover > figure img {
    transform: scale(1.1);
}

.txt-blog {
    padding: 20px 20px 30px;
}

.txt-blog h3 {
    color: var(--ph-color);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}

.item-blog:hover .txt-blog h3 {
    color: #000
}

.txt-blog .ph-blog {
    color: #9F9E9A;
    font-size: 17px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 90px;
}

.static-blog {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.static-blog > div {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.static-blog > div figure {
    margin-left: 8px;
    margin-bottom: 0;
}

.static-blog > div figure svg {
    margin-top: -2px;
}

.static-blog p {
    color: var(--main-color);
    font-size: 17px;
    font-weight: 500;
    font-family: "din-medium";
}

.scroll-page {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: var(--main-color);
    border-radius: 5px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-page .scroll-top {
    color: #fff;
}

/* Style Fotter */

footer {
    position: relative;
    background: #24231D;
}

footer:before {
    content: "";
    background: url(../images/image-footer.png);
    background-size: 100% 100%;
    width: 600px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 25%;
}

.contact-ft {
    padding: 80px 0;
}
.contact-ft .row > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}
.item-contact-ft {
    background: var(--main-color);
    padding: 20px;
    border-radius: 15px;
    display: flex;
}

.item-contact-ft figure {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}

.txt-contact-ft {
    width: calc(100% - 45px);
    padding-right: 15px;
    padding-top: 8px;
}

.txt-contact-ft h6 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: "din-medium";
    font-weight: 500;
}

.txt-contact-ft p {
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 25px;
}

.txt-contact-ft p svg {
    margin-left: 8px
}

.top-footer {
    padding: 30px 0;
}

.logo-ft {
    margin-bottom: 30px;
    display: block;
}

.logo-ft img {
    width: 210px;
    max-width: 100%;
    margin-bottom: 20px
}

.menu-ft h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}

.menu-ft > p {
    color: #fff;
    line-height: 25px;
}

.muen--ft li {
    margin-bottom: 15px;
}

.muen--ft li a {
    color: #fff;
    font-size: 14px;
}

.muen--ftli a:hover {
    color: var(--main-color);
}

.news-ft {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.news-ft figure {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
}

.news-ft figure img {
    border-radius: 50%;
}

.txt-news-ft {
    width: calc(100% - 60px);
    padding-right: 15px;
}

.txt-news-ft h6 {
    color: #fff;
    line-height: 20px;
    font-family: "din-medium";
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.txt-news-ft p {
    color: #fff;
    display: flex;
    align-items: baseline;
    font-family: "din-medium";
}

.txt-news-ft .icon {
    filter: brightness(14);
}

.form-subs {
    position: relative;
    margin-top: 20px;
}

.form-subs .form-control {
    border: 1px solid #707070;
    background: transparent;
    height: 55px;
    border-radius: 10px;
    color: #fff;
}

.form-subs .form-control::placeholder {
    color: rgb(255 255 255 / 49%);
}

.form-subs .btn-site {
    width: 55px;
    height: 55px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0 0 10px;
}


.cont-bt {
    position: relative;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 45%);
}

.copyRight {
    color: #fff;
    font-size: 14px;
}

/* Style Head Page */

.hd-page {
    position: relative;
    background-position: center !important;
    background-size: 100% 100% !important;
    height: 350px;
}
.hd-page:before {
    content: "";
    background: rgb(36 35 29 / 56%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hd-page .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    height: 100%;
    position: relative;
    z-index: 2;
}
.txt-head-page {
    text-align: center;
}
.txt-head-page h2 {
    color: #fff;
    font-size: 45px;
}
.txt-head-page span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "din-medium";
}

/* Style Our Works Page */

.stage-padding {
    position: relative;
    padding: 80px 0;
}
.row {
    margin-right: calc(var(--bs-gutter-x) * -1);
    margin-left: calc(var(--bs-gutter-x) * -1);
}
.row > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}
.our_works_page .col-lg-3 {
    margin-bottom: 48px;
}
.item-our-work {
    position: relative;
    background: #fff;
    padding: 10px 20px 30px;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(232 232 232 / 26%);
    height: 100%;
    transition: .3s;
}
.item-our-work:hover {
    background: var(--sub-color);
}
.item-our-work > span {
    display: block;
    font-size: 38px;
    color: #E1E1E1;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: "din-medium";
}
.item-our-work:hover span {
    color: #fff;
}
.item-our-work figure {
    height: 80px;
}
.item-our-work figure svg {
    max-width: 60px;
    max-height: 60px;
}
.item-our-work:hover figure svg path {
    fill: #fff
}
.txt-our-work h4 {
    color: var(--ph-color);
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "din-medium";
}
.item-our-work:hover .txt-our-work h4 {
    color: #fff;
}
.txt-our-work p {
    color: #9F9E9A;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px
}
.item-our-work:hover .txt-our-work p {
    color: #fff
}

/* Style News & News Details Page */

.news_page .item-news {
    margin-bottom: 20px;
}
.stage-padding:before {
    content: "";
    background: url(../images/shape-blog.svg);
    background-size: 100% 100%;
    width: 460px;
    height: 460px;
    position: absolute;
    top: -3%;
    left: -177px;
    opacity: 22%;
}
.head-news .txt-head-page {
    width: 60%;
    margin: auto;
}
.head-news .txt-head-page h2 {
    font-size: 32px;
    line-height: 1.5;
}
.breadcrumb {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.breadcrumb a {
    font-weight: 500;
    font-family: "din-medium";
    color: var(--main-color);
}
.breadcrumb li {
    color: #fff;
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 15px;
}
.breadcrumb > li:before {
    content: "/";
    color: var(--main-color);
    font-size: 21px;
    position: absolute;
    top: 2px;
    left: -2px;
}
.breadcrumb > li:last-child:before {
    display: none;
}
.breadcrumb > li:last-child {
    margin-left: 0;
    padding-left: 0;
}

.cont-news-dtls {
    position: relative;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    overflow: hidden;
}

.cont-news-dtls > figure img {
    width: 100%;
    height: auto;
}

.dta-news-dtls {
    padding: 0 20px 20px;
}
.static-news {
    display: flex;
    align-items: center;
    padding: 5px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.static-news > div {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.static-news > div figure {
    margin-left: 8px;
    margin-bottom: 0;
}
.static-news > div figure svg {
    margin-top: -2px;
}
.static-news p {
    color: var(--main-color);
    font-size: 17px;
    color: #424242;
    font-weight: 400;
    font-family: 'din-regular';
}
.txt-news-dtls {
    margin-bottom: 20px;
}
.txt-news-dtls p {
    color: #9F9E9A;
    line-height: 25px;
    font-size: 16px;
}
.txt-news-dtls blockquote {
    position: relative;
    background: rgb(197 141 62 / 10%);
    border-right: 4px solid var(--sub-color);
    display: block;
    padding: 20px 35px;
    margin: 30px 0;
}
.txt-news-dtls blockquote::after {
    border: 0;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f10e";
    color: var(--sub-color);
    font-size: 100px;
    position: absolute;
    top: 10px;
    right: 35px;
    opacity: 10%;
}
.txt-news-dtls blockquote p {
    color: #9F9E9A;
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 25px;
}
.txt-news-dtls blockquote span {
    color: var(--ph-color);
    font-weight: 500;
    font-family: "din-medium";
    display: block;
    margin-bottom: 15px;
}
.more-images {
    margin-top: 40px;
}
.more-images figure {
    height: auto;
}
.more-images figure img {
    border-radius: 10px;
}
.ft-news-dtls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #E3E3E3
}
.share-news {
    display: flex;
    align-items: center;
}
.share-news p {
    margin-left: 15px;
}
.share-news .social-media li a {
    background: var(--sub-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}
.share-news .social-media li a:hover {
    background: var(--main-color);
}
.tags-news li {
    display: inline-block;
    margin-left: 10px;
}
.tags-news li:last-child {
    margin-left: 0;
}
.tags-news li a {
    background: var(--main-color);
    padding: 10px 15px;
    border-radius: 3px;
    color: #fff;
}

.other-news {
    display: flex;
    margin-top: 40px;
}
.other-news > div > p {
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--ph-color);
    margin-bottom: 10px;
}
.other-news > div > p svg {
    margin-left: 4px;
    font-size: 14px;
}
.other-news .next-news > p svg {
    margin-right: 4px;
    margin-left: unset;
}
.other-news > div {
    width: 50%;
}
.other-news > div figure {
    width: 70px;
    margin-bottom: 0
}
.other-news > div figure img {
    border-radius: 5px;
}
.other-news > div .txt--news {
    width: calc(100% - 70px);
    padding: 0 10px 0 20px
}
.other-news > div .txt--news h6 {
    font-size: 14px;
    line-height: 20px;
}

.next-news .item-news {
    flex-direction: row-reverse;
}
.next-news {
    text-align: left;
}
.other-news .next-news .txt--news {
    padding: 0 20px 0 10px
}

.cont-search-news,
.cont-categories-news {
    position: relative;
    background: #F9F3EB;
    border-radius: 10px;
    margin-bottom: 24px;
}
.head-aside {
    background: var(--main-color);
    border-radius: 10px 10px 0 0;
    padding: 20px;
}
.head-aside span {
    color: #fff;
    font-weight: 500;
    font-family: "din-medium";
    display: block;
    font-size: 20px;
    padding-right: 15px;
    position: relative;
}
.head-aside span:before {
    content: "";
    background: #fff;
    width: 2px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.body-aside {
    padding: 20px 20px 40px;
}
.form-search .form-group {
    position: relative;
}
.form-search .form-control {
    background: #fff;
    height: 50px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
}
.form-search .form-control::placeholder {
    color: #B3B3B3;
}
.form-search .btn-site {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 5px;
    margin: 0;
    border-radius: 7px;
    cursor: pointer;
}
.form-search .btn-site:hover svg {
    transform: unset;
}

.body-aside ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2;
}
.body-aside ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.body-aside ul li a {
    color: var(--ph-color);
    font-weight: 500;
    font-family: "din-medium";
    display: block;
    font-size: 17px;
}
.body-aside ul li a:hover {
    color: var(--sub-color);
}

/* Style Blogs Page */

.hd-page.hd-blog:before {
    background: rgb(197 141 62 / 56%);
}
.blogs_page .item-blog {
    margin-bottom: 48px;
}

/* Style Contact Page */

.cont-contact {
    margin-bottom: 80px;
}
.cont-contact .item-contact-ft {
    background: #fff;
    border-bottom: 5px solid var(--main-color);
    padding: 20px;
    border-radius: 0;
    display: flex;
    box-shadow: 0 25px 40px rgb(194 194 194 / 25%);
}
.cont-contact .item-contact-ft figure {
    background: var(--main-color);
}
.cont-contact .item-contact-ft svg path {
    fill: #fff;
}
.cont-contact .txt-contact-ft h6 {
    color: var(--ph-color);
}
.cont-contact .txt-contact-ft p {
    color: #9F9E9A
}
.cont-contact .txt-contact-ft p svg path {
    fill: #9F9E9A
}
.sec-head-contact {
    margin-bottom: 30px;
}
.sec-head-contact span {
    display: block;
    font-weight: 500;
    font-family: "din-medium";
    color: var(--main-color);
    margin-bottom: 10px;
}
.sec-head-contact h4 {
    color: #24231D;
    line-height: 1.2;
    font-size: 34px;
    margin-bottom: 15px;
}
.sec-head-contact p {
    color: #9F9E9A;
    font-size: 15px;
    line-height: 25px;
}

.form-contact .form-control {
    border: 1px solid #E3E3E3;
    height: 50px;
    border-radius: 9px;
}
.form-contact textarea.form-control {
    height: 130px
}
.form-contact .form-group {
    margin-bottom: 20px;
}
.form-contact .d-flex .form-group {
    width: 50%;
    margin-left: 20px;
}
.form-contact .d-flex .form-group:last-child {
    margin-left: 0;
}
.form-contact .form-control::placeholder {
    color: #B3B3B3;
    font-size: 15px;
}
.form-contact .btn-site {
    width: 100%;
    height: 50px;
    border-radius: 9px;
    margin: 0;
}

#googleMap2 {
    height: 545px;
}



