@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    font-family: "Montserrat" !important;
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
}

a {text-decoration: none !important}

/* Navbar */
.ng-navbar {
    background-color: #fff;
}

.ng-navbar-home {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: rgba(0,0,0,0);
}

.ng-navbar .nav-link {
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    margin-left: 15px;
}

.ng-navbar .btn-red {
    background-color: #e31e24;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 15px;
    padding: 9px 20px !important;
    margin-left: 40px;
}

.ng-navbar .btn-red:hover, .ng-navbar .btn-red:focus {
    background-color: #cd1016;
    color: #fff !important;
}

.ng-navbar .dropdown-menu {
    border-radius: 0 !important;
    background-color: #d9ead3;
    padding: 0 !important;
}

.ng-navbar .dropdown-menu a {
    font-weight: 500;
    padding: 10px;
    transition: 0.2s;
}

.ng-navbar .dropdown-menu a.active, .ng-navbar .dropdown-menu a:hover {
    color: #fff;
    background-color: #38a650;
}

.ng-navbar .nav-link.active, .ng-navbar .nav-link:hover, .ng-navbar .nav-link:focus {
    color: #e31e24;
}

/* Brands */
.ng-brand {
    border: 2px solid #efefef;
    margin-bottom: 24px;
    height: calc(100% - 24px);
}

.ng-brand .logo {
    padding: 5px 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #efefef;
}

.ng-brand p {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
}

.title-green {
    font-size: 30px;
    color: #38a650;
    margin-bottom: 20px;
}

/* Slider */
.sliderHome .swiper-slide {
    height: 850px;
    padding-top: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sliderHome .swiper-slide .title {
    font-size: 48px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 12px;
    font-weight: 400 !important;
}

.sliderHome .swiper-slide .title span {
    font-weight: 700;
}

.sliderHome .swiper-slide .container-fluid {
    display: grid;
    grid-template-columns: 300px 1fr;
    padding: 0 50px !important;
}

.sliderHome .container-fluid {
    padding: 0 50px !important;
}

.sliderHome .container {
    max-width: 1100px !important
}

.sliderHome .left {
    position: absolute;
    left: 40px;
}

.sliderHome .swiper-slide .text {
    color: #666666;
    margin-bottom: 24px;
}

.sliderHome .number {
    font-size: 72px;
    position: relative;
    top: -15px;
}

.sliderHome .slider-items {
    position: absolute;
    top: 320px;
    left: -100px;
    z-index: 2;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
}

.sliderHome .swiper-pagination {
    position: relative;
    color: #1a242d;
    text-align: left;
    width: 250px;
    visibility: hidden;
    bottom: 0;
    user-select: none;
    -webkit-user-select: none;
}

.sliderHome .swiper-pagination::before {
    content: "";
    display: block;
    height: 4px;
    width: 134px;
    background-color: #3ca953;
    visibility: visible;
    left: 38px;
    top: 22px;
    position: absolute;
}

.sliderHome .swiper-pagination span {
    visibility: visible;
    font-size: 24px;
    font-weight: 700;
}

.sliderHome .swiper-pagination-total {
    left: 185px;
    position: absolute;
    color: #cccccc;
}

.sliderHome .container-pagination {
    position: absolute;
    top: 400px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding-left: 20px;
}

/* Video */
.ng-background-dark {
    background-color: #1a242d;
    color: #fff;
    padding-bottom: 140px;
}

.ng-video {
    position: relative;
    background-image: url("../img/video.jpg");
    height: 500px;
    background-size: cover;
    background-position: center;
    margin-top: -100px;
    z-index: 2;
}

.ng-video .content {
    display: flex;
    align-items: center;
    position: absolute;
    right: 60px;
    bottom: 100px;
}

.ng-video .content .video-play-button {
    left: -115px;
}

.ng-video .content .text {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.modal-video .modal-content {
    background-color: transparent !important;
    border: 0 !important;
}

.video-100 {
    position: relative;
    width: 100%;
    left: 0;
    height: 0;
    padding-bottom: 56.25%;
    margin: 30px 0;
}

.video-1001 {
    position: relative;
    width: 90%;
    left: 0;
    height: 0;
    padding-bottom: 90%;
    margin: 30px 0;
}


.video-100 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
  
.video-play-button:before {
    content: "";
    color: red;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
.video-play-button: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: 50%;
    transition: all 200ms;
}
  
.video-play-button:hover:after {
    background-color: #f0f2f1;
}
  
.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 17px solid #3ca953;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 12px;
    left: 6px;
}
  
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* Page Header */
.ng-page-header {
    background: url("../img/page-header.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 60px 0;
}

.ng-page-header .title {
    font-size: 40px;
    color: #38a650;
    margin-bottom: 0;
}

.ng-page-content {
    padding: 40px 0;
}

#gallery-certificate {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px;
}

#gallery-certificate a img {
    max-height: 240px;
    width: 100%;
    object-fit: cover;
}

#gallery-certificate a .text {
    font-size: 14px;
    border: 1px solid #dedede;
    padding: 4px;
    color: #333;
    display: block;
    font-weight: 500;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.ng-brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
    grid-gap: 40px;
    align-items: center;
}

.ng-brands-grid a {
    transition: 0.2s;
}

.ng-brands-grid a:hover {
    transform: scale(1.07);
}

.ng-ref-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    grid-gap: 40px;
    align-items: center;
}

#mapModCanvas41 {
    height: 400px;
    width: 100%;
    display: block;
}

.ng-contact-desc .title {
    font-size: 25px;
    color: #38a650;
    margin-bottom: 20px;
}

.ng-contact-desc .subtitle {
    font-size: 20px;
    color: #38a650;
    margin-bottom: 20px;
}

.ng-contact-desc table td:first-child {
    font-weight: 600;
    padding-right: 10px;
}

.ng-contact-desc table td {
    padding-bottom: 10px;
}

/* Brands */
.ng-brands {
    padding: 70px 0;
}

.ng-brands .title {
    font-size: 20px;
    color: #3ea955;
    margin-bottom: 30px;
}

.sliderBrands .swiper-slide {
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.sliderBrands .swiper-button-next:after, .sliderBrands .swiper-button-prev:after {
    color: #333 !important;
    font-size: 20px !important;
}

.sliderBrands .swiper-button-next {
    right: -7px;
}

.sliderBrands .swiper-button-prev {
    left: -7px;
}

/* Feature Left */
.ng-feature-left {
    padding-top: 30px;
}

.ng-feature-left .container {
    max-width: 1550px !important;
}

.ng-feature-left .img {
    width: 100%;
}

.ng-feature-left .content {
    max-width: 480px;
    margin-left: 70px;
}

.ng-feature-left .subtitle {
    font-size: 16px;
    color: #3ea955;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.ng-feature-left .title {
    font-size: 61px;
    margin-bottom: 30px;
}

.ng-feature-left p {
    color: rgba(255, 255 ,255 ,0.7);
    line-height: 24px;
    margin-bottom: 40px;
}

.ng-feature-left .btn-success {
    padding: 0 60px !important;
}

/* Services */
.ng-services {
    padding: 90px 0 20px 0;
}

.ng-services .head-title .subtitle {
    font-size: 16px;
    color: #3ea955;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.ng-services .head-title .title {
    font-size: 48px;
}

.ng-services .head-title {
    margin-bottom: 90px;
}

.ng-service {
    width: 100%;
    height: 630px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    margin-bottom: 24px;
}

.ng-service .hover {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    overflow-y: auto;
}

.ng-service .title {
    position: absolute;
    top: 50px;
    left: 40px;
    transition: 0.2s;
}

.ng-service:hover .hover {
    visibility: visible;
    opacity: 1;
}

.ng-service:hover .title {
    visibility: hidden;
    opacity: 0;
}

.ng-service .hover {
    background-color: rgba(62, 169, 85, 0.87);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: relative;
    left: 20px;
    top: 20px;
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
}

.ng-service .name {
    font-size: 41px;
    margin-bottom: 50px;
}

.ng-service p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.ng-service .link {
    height: 60px;
    width: 60px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #3ea955;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.ng-service .link:hover {
    background-color: rgba(255,255,255,0.7);
}

.ng-service.h520 {
    height: 520px;
}

.ng-service.h900 {
    height: 900px;
}

.ng-services .btn-all {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

/* Stats */
.ng-stats {
    padding: 20px 0;
}

.ng-stats .subtitle {
    font-size: 16px;
    color: #3ea955;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.ng-stats .title {
    font-size: 48px;
    line-height: 64px;
}

.ng-stat .number {
    font-size: 60px;
    color: #3ea955;
    margin-bottom: 2px;
}

.ng-stat .value {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ng-stats .text {
    color: #666666;
    font-size: 14px;
    line-height: 21px;
}

/* EDT */
.ng-edt-brands .img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.ng-edt-brands a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    transition: 0.2s;
}

.ng-edt-brands a:hover {
    transform: scale(1.07);
}

.ng-edt-locations {
    padding-bottom: 70px;
}

.ng-edt-locations .title-head {
    font-size: 46px;
    text-align: center;
    margin-bottom: 30px;
}

.ng-edt-locations .title-head.mini {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.ng-edt-places {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.ng-edt-places .place {
    padding-bottom: 125%;
    position: relative;
    overflow: hidden;
}

.ng-edt-places .place::after {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #000, rgba(0,0,0,0));
    transition: 0.2s;
}

.ng-edt-places .place img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.2s;
}

.ng-edt-places .place .title {
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    z-index: 2;
}

.ng-edt-places .place:hover img {
    transform: scale(1.1);
}

.ng-edt-feature .img {
    padding-bottom: 80%;
    position: relative;
}

.ng-edt-feature .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.ng-edt-feature .subtitle {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500 !important;
    color: #3ea955;
}

.ng-edt-feature .title {
    font-size: 40px;
}

.ng-edt-feature p {
    font-size: 15px;
    line-height: 26px;
    color: #5a6269;
}

/* Contact */
.ng-contact {
    background-color: #1a242d;
    padding: 40px 0;
    margin: 80px 0 90px 0;
}

.ng-contact .content {
    color: #fff;
}

.ng-contact .content .subtitle {
    color: #38a650;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.ng-contact .content .title {
    font-size: 48px;
    margin-bottom: 30px;
}

.ng-contact .content p {
    opacity: 0.7;
}

.ng-contact .content .title-contact {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.ng-contact .content .link-contact {
    display: inline-block;
    color: #fff;
    margin: 8px 0;
    transition: 0.2s;
}

.ng-contact .content .link-contact i {
    width: 30px;
    text-align: center;
}

.ng-contact .content .link-contact:hover {
    transform: translateY(-3px);
}

.ng-contact .form {
    background-color: #fff;
    padding: 60px 40px;
    margin-left: 50px;
}

.ng-contact .form .btn-success {
    padding: 0 70px !important;
}

.ng-contact .container {
    max-width: 1092px !important;
}

/* Blogs */
.ng-blogs {
    margin-bottom: 90px;
}

.ng-blogs .head-title {
    margin-bottom: 50px;
}

.ng-blogs .head-title .subtitle {
    font-size: 16px;
    color: #38a650;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ng-blogs .head-title .title {
    font-size: 48px;
    margin-bottom: 26px;
}

.ng-blogs .head-title p {
    opacity: 0.7;
    margin: auto;
    max-width: 510px;
}

.ng-blog .img {
    height: 640px;
    width: 100%;
    object-fit: cover;
}

.ng-blog {
    position: relative;
}

.ng-blog .content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 25px;
    background-color: rgba(56, 78, 97, 0.9);
    color: #fff;
}

.ng-blog .content .title {
    font-size: 24px;
    line-height: 32px;
}

.ng-blog .content p {
    font-size: 14px;
    line-height: 21px;
}

.ng-blog .content a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    border-bottom: 4px solid #fff;
    padding: 8px 0;
    font-size: 14px;
    transition: 0.2s;
}

.ng-blog .content a:hover {
    background-color: #fff;
    color: #333;
    padding: 8px;
}

.ng-blog .content p, .ng-blog .content a {
    display: none;
}

.ng-blog:hover .content p {
    display: block;
}

.ng-blog:hover .content a {
    display: inline-block;
}

.ng-blog:hover .content {
    background-color: rgba(62, 169, 85, 0.87);
}

/* Footer */
.ng-footer {
    color: #fff;
    padding: 90px 0 40px 0;
    position: relative;
    margin-top: auto;
}

.ng-footer::before {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1a242d;
    z-index: -1;
}

.ng-footer .logo {
    margin-bottom: 30px;
}

.ng-footer .desc {
    color: #85929a;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.ng-footer .top {
    margin-bottom: 80px;
}

.ng-footer .list a {
    color: #929ba2;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ng-footer .list a:hover {
    text-decoration: underline !important;
}

.ng-footer .footer-title {
    font-size: 14.5px;
    font-weight: 700;
    margin-bottom: 30px;
}

.ng-footer .content {
    max-width: 300px;
}

.ng-footer .mail-form {
    position: relative;
}

.ng-footer .mail-form .form-control {
    height: 60px;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 10px 20px !important;
}

.ng-footer .mail-form .form-control::placeholder {
    font-size: 14px;
    color: #85929a;
}

.ng-footer .mail-form .button {
    height: 60px;
    width: 60px;
    border-left: 1px solid #f5f6f7;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0210d9;
}

.ng-footer .copyright {
    font-size: 14px;
}

.ng-footer .list-social a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #85929a;
    font-weight: 700;
    transition: 0.2s;
}

.ng-footer .list-social a:hover {
    transform: translateY(-3px);
}

.ng-footer .list-social img {
    margin-right: 8px;
}

.ng-footer .list-social li {
    display: inline-block;
    margin-right: 20px;
}

.ng-footer .scroll-up {
    width: 95px;
    height: 380px;
    background-color: #38a650;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    border-top-left-radius: 4px;
}

.ng-footer .tel {
    color: #929ba2;
    font-size: 31px;
    transition: 0.2s;
}

.ng-footer .tel:hover {
    opacity: 0.7;
}

.ng-footer .mail {
    font-size: 14px;
    color: #38a650;
    margin-bottom: 10px;
    display: inline-block;
    transition: 0.2s;
}

.ng-footer .mail:hover {
    opacity: 0.7;
}

.ng-footer .address {
    color: #929ba2;
    font-size: 13px;
    line-height: 22px;
}

.ng-footer .city {
    font-weight: 700;
    font-size: 13px;
}

.ng-footer .city i {
    margin-right: 5px;
}

.ng-footer .content {
    position: relative;
}

.ng-footer .content::before {
    content: "";
    background-image: url("../img/mouse.png");
    width: 82px;
    height: 131px;
    display: block;
    position: absolute;
    left: -76px;
    z-index: -1;
}

/* General */
.btn {
    height: 55px;
    padding: 0 30px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.btn-success {
    background-color: #3ca953 !important;
    border-color: #3ca953 !important;
    color: #fff !important;
}

.btn-success:hover {
    background-color: #279d41 !important;
    border-color: #279d41 !important;
}

.container {
    max-width: 1230px !important;
}

.container-1100 {
    max-width: 1100px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

form label {
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.form-control {
    background-color: #f7f6fe !important;
    border: 1px solid #dfe6ec !important;
    padding: 16px 22px !important;
    border-radius: 8px !important;
}

@media (max-width: 1400px) {
    .ng-footer .scroll-up {
        width: 60px;
        bottom: 0;
        top: inherit;
    }
    .ng-footer::before {
        width: 100%;
    }
    .ng-footer .scroll-up {
        height: 60px;
    }
}

@media (max-width: 992px) {
    .ng-edt-feature .title {
        font-size: 30px;
    }
    .ng-edt-feature p {
        font-size: 14px;
        line-height: 20px;
    }
    .ng-navbar .nav-link {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .ng-navbar .navbar-collapse {
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 15px;
    }
    .ng-navbar .nav-link {
        color: #fff;
        border-radius: 0 !important;
    }
    .ng-navbar .navbar-toggler {
        background-color: #333;
        color: #fff;
        height: 50px;
        width: 50px;
        border-radius: 0 !important;
    }
    .ng-video {
        height: 350px;
    }
    .ng-feature-left .img {
        height: 400px;
        object-fit: cover;
        margin-bottom: 40px;
    }
    .ng-feature-left .content {
        max-width: 100%;
        margin-left: 0;
    }
    .ng-feature-left .subtitle {
        margin-bottom: 10px;
    }
    .ng-feature-left .title {
        margin-bottom: 20px;
        font-size: 40px;
    }
    .ng-feature-left p {
        font-size: 15px;
    }
    .ng-background-dark {
        padding-bottom: 50px;
    }
    .ng-service .hover {
        padding-top: 40px;
    }
    .ng-service .name {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .ng-service p {
        font-size: 16px;
    }
    .ng-service.h900 {
        height: 700px;
    }
    .ng-service {
        height: 570px;
    }
    .ng-stats .subtitle {
        margin-bottom: 20px;
    }
    .ng-stats .title {
        font-size: 38px;
        line-height: 50px;
    }
    .ng-contact {
        margin: 40px 0;
        padding: 20px;
    }
    .ng-contact .container {
        max-width: 100% !important;
        padding: 0;
    }
    .ng-contact .content .subtitle {
        margin-bottom: 20px;
    }
    .ng-contact .content .title {
        font-size: 38px;
    }
    .ng-contact .content .title-contact {
        font-size: 20px;
        margin-top: 30px;
    }
    .ng-contact .form {
        margin-left: 0;
        margin-top: 20px;
    }
    .ng-contact .form .btn-success {
        width: 100%;
    }
    .ng-blog {
        margin-bottom: 24px;
    }
    .ng-blog .img {
        height: 400px;
    }
    .ng-blog .content {
        background-color: rgba(62, 169, 85, 0.87);
    }
    .ng-blog p {
        display: block !important;
    }
    .ng-blog .link {
        display: inline-block !important;
    }
    .ng-services .head-title {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .ng-edt-feature .content {
        padding: 20px 0 !important;
    }
    .ng-edt-locations .title-head {
        font-size: 36px;
    }
    .ng-edt-places .place::after {
        height: 100%;
    }
    .ng-edt-places .place {
        padding-bottom: 200%;
    }
    .ng-edt-places .place .title {
        bottom: 10px;
        color: #fff;
        z-index: 2;
        transform: rotate(270deg);
        text-align: left;
        left: 50%;
        right: 50%;
    }
    .ng-slider .container-fluid, .sliderHome .swiper-slide .container-fluid {
        padding: 0 30px !important;
    }
    .ng-page-header .title {
        font-size: 30px;
    }
    .ng-stat {
        margin-bottom: 20px;
    }
    .ng-service {
        height: 470px;
    }
    .ng-footer .content {
        margin-top: 30px;
    }
    .ng-footer .top {
        margin-bottom: 50px;
    }
    .ng-footer .copyright {
        text-align: center;
        margin-bottom: 20px !important;
    }
    .ng-footer .scroll-up {
        height: 40px;
        width: 40px;
    }
    .ng-video .content .text {
        font-size: 20px;
    }
    .video-play-button:after {
        height: 60px;
        width: 60px;
    }
    .ng-video .content {
        left: 50%;
        top: 50%;
    }
    .ng-video {
        height: 180px;
    }
    .sliderHome .swiper-slide .container-fluid {
        grid-template-columns: 200px 1fr;
    }
    .sliderHome .swiper-pagination::before {
        width: 96px;
    }
    .sliderHome .swiper-pagination-total {
        left: 150px;
    }
    .sliderHome .swiper-slide .title {
        font-size: 36px;
        line-height: 50px;
    }
    .ng-footer {
        padding: 60px 0 40px 0;
    }
}

@media (max-width: 574px) {
    .ng-service {
        height: 400px !important;
    }
    .sliderHome .swiper-slide .left {
        display: none;
    }
    .sliderHome .swiper-slide .container-fluid {
        grid-template-columns: 1fr;
    }
    .sliderHome .container-pagination {
        top: 150px;
    }
    .sliderHome .swiper-slide {
        height: 750px;
    }
    .ng-feature-left .img {
        height: 300px;
    }
    .ng-services {
        padding: 60px 0 20px 0;
    }
    .ng-services .head-title .title {
        font-size: 38px;
    }
}