.no-image-bgr-wrapper * {
    /*background: #000 !important;*/
    /*color: #0f0 !important;*/
    /*outline: solid #f00 1px !important;*/
}

html,
body {
    width: 100%;
    /*height: 100%;*/
    margin: 0px;
    padding: 0px;
    /*overflow-x: hidden;*/
}

#frmseach_doc{
 overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    padding-right: 0px !important;
}

a {
    /*color: #118ba2;*/
    color: #558e37;
}

a:hover {
    /*color: #118ba2;*/
    /*text-decoration: underline;*/
    color: #558e37;
}

input {
    box-shadow: none !important;
}

.btn {
    box-shadow: none !important;
}

.language-picker .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 4px;
}


/*navbar*/

div#custom-nav {
    height: 40px;
    /*background-color: #e9e9e9;*/
    /*overflow: hidden;*/
    background-color: #136537;
}

.nav-ul {
    height: 40px;
    margin: 0px;
}

.nav-ul li {
    list-style: none;
    display: inline-block;
    float: left;
}

.my-custom-nav .nav-link {
    /*color: #000;*/
    color: #fff;
}

.my-custom-nav .nav-link:hover {
    /*color: #558e37;*/
    color: #c50303;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper {
    position: relative;
    z-index: 1;
    /*height: 160px;*/
    height: 37px;
    width: 100%;
    background: #ccc;
    overflow: hidden;
    -ms-touch-action: none;
}

#scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*width: 2400px;*/
    width: 788px;
    /*height: 160px;*/
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

#scroller ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#scroller li {
    /*width: 120px;*/
    /*height: 160px;*/
    float: left;
    min-height: 37px;
    /*line-height: 160px;*/
    /*border-right: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
    background-color: #fafafa;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}

p {
    /*font-size: 16px;*/
    /*padding: 1.2em;*/
    /*line-height: 200%;*/
}

@media (max-width: 992px) {
    #custom-nav {
        /*display: none;*/
    }
}

@media (max-width: 992px) {
    .my-custom-nav {
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        z-index: 1;
        height: 40px;
    }
}

.my-custom-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.my-custom-nav a.nav-link {
    /*padding: 0.5rem 1.5rem;*/
    /*padding: 0.5rem 0.7rem;*/
    padding: 0.5rem 0.5rem;
    text-transform: uppercase;
}

.my-custom-nav {}

.my-custom-nav::-webkit-scrollbar {
    display: none;
}

div#custom-nav-container {
    /*overflow-x: auto;*/
    -ms-overflow-style: none;
    scrollbar-width: none;
}

div#custom-nav-container::-webkit-scrollbar {
    display: none;
}

@media (max-width: 992px) {
    .my-custom-nav .language-picker {
        display: none;
    }
}

@media (max-width: 768px) {
    div#my-menu-wrapper {
        position: fixed;
        width: 100%;
        width: 100vw;
        z-index: 15;
        background-color: #fff;
    }
}

@media (max-width: 768px) {
    .brand-logo {
        padding-left: 15px;
    }
}

div#custom-nav .bootstrap-select>.dropdown-toggle:after {
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .my-custom-nav a.nav-link {
        padding: 0.5rem .5rem;
    }
}

@media (max-width: 992px) {
    div#custom-nav-container {
        overflow-x: auto;
    }
}

.child-side-nav {
    padding-left: 10%;
    display: none;
}

#mobile-menu-wrapper [class^=col] {
    display: flex;
    flex-direction: column;
}

#mobile-menu-wrapper [class^=col] div {
    flex-grow: 1;
}

.child-side-nav-link {
    font-size: 18px !important;
}

.child-side-nav-link {
    border-bottom: 1px solid #c0c0c0;
    width: 90%;
    padding: 5px 5px 10px 5px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

a.side-nav-link {
    border-bottom: 1px solid #c0c0c0;
}

.aside-cate__search {
    position: relative;
    margin-bottom: 4px;
}

.aside-cate__search .fi-icon {
    color: rgba(0, 0, 0, .4);
    position: absolute;
    font-size: 14px;
    top: 10px;
    left: 10px;
}

#aside-category .fa {
    display: inline-block;
    /*font-family: fi-icon;*/
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#aside-category .aside-cate__search-input {
    background-color: rgba(142, 142, 147, .12);
    height: 36px;
    border: 0;
    border-radius: 8px;
    padding-left: 32px;
}

#aside-category .aside-cate__search-input {
    background-color: rgba(142, 142, 147, .12);
    height: 36px;
    border: 0;
    border-radius: 8px;
    padding-left: 32px;
}

#aside-category .form-control {
    outline: none;
    border: 1px solid #eee;
    height: 45px;
    border-radius: 4px;
    padding: 8px 16px;
    width: 80%;
    background-color: #fff;
    -webkit-appearance: none;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
}

#aside-category .btn-default {
    background-color: #558e37;
    color: #fff;
    width: 45px;
    height: 45px;
}

#aside-category .input-group {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

a.side-nav-link {
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

a.language-link {
    cursor: pointer;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: rgba(0, 0, 0, 0);
}

.sidenav .language-link {
    display: inline-block;
}


/*end navbar*/

.nav-item select.form-control {
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.flying-nav .nav-item select.form-control {
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    border-color: #000;
    box-shadow: none;
}

.nav-item select.form-control option {
    color: #000;
}

.masthead.text-center.text-white {}

header.masthead1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*padding-top: 65px;*/
    /*padding-bottom: 1rem;*/
    padding-bottom: 0px;
    /*background: linear-gradient(0deg,#ff6a00,#ee0979);*/
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: scroll;
    background-size: cover;
}

.owl-item .item-image {
    width: 100%;
    /*height: 100%;*/
}

.header-img-wrapper {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1024px) {
    header.masthead1 {
        /*padding-top: 70px;*/
    }
}

@media (max-width: 768px) {
    header.masthead1 {
        /*padding-top: 150px;*/
    }
}

@media (max-width: 1024px) {
    .brush-under-text {
        font-size: 4.5vw;
    }
}

@media (max-width: 1024px) {
    .masthead-heading {
        /*font-size: 4.5vw;*/
        width: 100%;
        padding: 0px 30px;
        font-size: 22pt !important;
        margin-top: 70px;
    }
}

@media (max-width: 1024px) {
    .masthead-subheading {
        font-size: 4.5vw;
    }
}

@media (max-width: 1024px) {
    .mtop-5p {
        margin-top: 0px;
    }
}

@media (max-width: 1024px) {
    #page-nav {
        background-color: #fff;
    }
}

@media (max-width: 1024px) {
    .navbar-custom .navbar-nav .nav-item .nav-link {
        color: #000 !important;
    }
}

@media (max-width: 768px) {
    #parallax-item1 {
        display: none;
    }
}

@media (max-width: 768px) {
    .parallax-container {
        height: 100vh;
    }
}

@media screen and (max-width: 576px) {
    .news-slider {
        /*margin-top: 60px;*/
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .header-video-button {
        position: absolute;
        top: 50%;
        right: 35px;
        transform: translate(0, -50%);
    }
}

.item-video {
    /*height: 100vh;*/
    /*object-fit: fill;*/
    /*width: 110vw;*/
    /*min-height: 100vh;*/
    /*min-width: 100vw;*/
    min-width: 100%;
    object-fit: fill;
    --video--width: 1903;
    --video--height: 1003;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    overflow: hidden;
    max-width: 100%;
    background: black;
    width: 100%;
}

.item-video iframe,
.item-video object,
.item-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-button-img-small {
    left: auto !important;
    right: 30px;
    width: 70px !important;
}

.video-button-img {
    width: 50px !important;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-button-play {
    background-image: url('../../assets/img//video-play.png');
}

.video-button-pause {
    background-image: url('../../assets/img//video-pause.png');
}

.video-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.item-img {
    max-height: 1003px;
    overflow: hidden;
}

.header-banner-img {
    width: 100%;
    padding-bottom: 57%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-slider-text {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    height: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .header-slider-text {
        width: 100%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans';
    font-weight: 800!important;
}

.brush-text-wrapper {
    padding: 20px 0px;
    position: relative;
    overflow: hidden;
}

.navbar-custom {
    padding-top: 0px;
    padding-bottom: 0px;
}

* {
    /*font-family: 'Farsan';*/
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Farsan';*/
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.masthead-heading {
    text-shadow: 2px 3px 6px #000;
    font-size: 32pt;
    /*font-family: 'UTM Demian KT';*/
}

.masthead-subheading {
    text-shadow: 2px 2px #000;
    font-family: 'UTM Demian KT';
    margin: 10px 0px;
    font-size: 30pt;
    font-weight: normal !important;
}

.navbar-custom {
    /*background-color: rgba(0,0,0,0.5);*/
    background-color: #e9e9e9;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    /*font-size: 1rem;*/
    font-size: .8rem;
    /*text-shadow: 2px 2px #000;*/
    /*color: #fff;*/
    color: #000;
    font-weight: normal;
}

.flying-nav .navbar-nav .nav-item .nav-link {
    color: #000;
    text-shadow: initial;
}

.flying-nav {
    background-color: #fff;
    border-bottom: 2px solid #118ab2;
}

.language-picker .filter-option-inner-inner img {
    width: 25px;
}

.language-picker .dropdown-item.active,
.language-picker .dropdown-item:active {
    background-color: initial;
}

.language-picker .dropdown-item img {
    width: 25px;
}

.language-picker button {
    border: none !important;
    outline: none !important;
}

.language-picker button:hover,
.language-picker button:focus {
    border: none !important;
    outline: 0px !important;
    box-shadow: none;
}

.news__txt {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-seemore-link {
    font-size: 15pt;
}

#promotion .wrapper {
    position: relative;
    padding-bottom: 50px;
}

#promotion .wrapper .item-bg {
    background: #558e37;
}

#promotion .background:after {
    /*background-color: #118ab2;*/
    /*background-color: #558e37;*/
    /*background-color: #e9e9e9;*/
    background-color: #fff;
}

#promotion .background {
    max-width: 100vw;
    left: 0;
    top: -60px;
    width: 100%;
    height: 120%;
    position: absolute;
}

#promotion .news-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#promotion .card-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all .2s ease-in-out;
}

#promotion .card-image:hover {
    transform: scale(1.2);
}


/*
.home-type1 *, .home-type1 *:after, .home-type1 *:before {
        box-sizing: border-box;
        position: relative;
}
*/

@media (min-width: 1158px) {
    #promotion .news-slider__ctr {
        position: relative;
        z-index: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        /*z-index: 1;*/
        max-width: 1300px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media (min-width: 1158px) {
    .news-slider__pagination {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        margin-bottom: 15px;
    }
}

#promotion .news-slider__ctr {}

#promotion .swiper-wrapper {
    /*z-index: 2;*/
}

#promotion .news-slider__arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0px;
}

#promotion {
    /*background-color: #118ab2;*/
    /*background-color: #558e37;*/
    /*background-color: #e9e9e9;*/
    background-color: #fff;
}

#promotion .promotion-wrapper {
    width: 100%;
    height: 100%;
}

#parallax-item0 {
    background-position: center;
    background-size: cover;
}

#parallax-item1 {
    background-image: url('../../assets/img//touristback_small4.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 70%;
    top: 50px;
}

.section-title {
    width: 100%;
    text-align: center;
    /*padding: 10px;*/
    padding: 20px;
    /*font-size: 20pt;*/
    font-size: 18pt;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

.section-title a {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 2px solid;
}

.news__title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 108px;
}

#ninhbinhdest-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ninhbinhdest-content .section-desc {
    font-size: 13pt;
    color: #fff;
}

#ninhbinh-dest {
    position: relative;
    background-color: #558e37;
}

#ninhbinhdest-content {}

.ninhbinhdest-content-inner {
    height: 100%;
    width: 100%;
}

.ninhbinhdest-content-inner-row {
    height: 100%;
}

#destinationExplorer .modal-dialog {
    max-width: 100%;
    min-height: 100%;
}

#destinationExplorer .modal-content {
    height: 95%;
}

.seemore-link {
    color: #fff;
    display: inline-block;
    background-color: #c50303;
    padding: 5px 10px;
    margin-top: 15px;
    border: 1px solid #fff;
}

.seemore-link:hover {
    border: 1px solid #c50303;
    color: #c50303;
    background-color: #fff;
}

.more-dests {
    font-size: 14pt;
}

.animatedModal {
    overflow-y: auto !important;
}

.animatedModal #modal-container .thumb {
    text-align: center;
}

.animatedModal #modal-container {
    overflow-x: hidden;
    padding-top: 60px;
}

.animatedModal div#closebt-container {
    position: fixed;
    width: 100%;
    text-align: center;
    /*background-color: rgb(52, 152, 219);*/
    background-color: #558e37;
    z-index: 1;
}

img.closebt {
    padding: 5px;
}

.animatedModal .visible {
    /*visibility: visible;*/
}

#destinationExplorer {
    display: none;
}

#destinationExplorer1 {
    display: none;
}

.destinationExplorerBtt {
    display: none;
}

.animatedModal {
    /*display: none;*/
}

.section-desc {
    max-width: 1200px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

.ninhbinhdest-content .section-desc {
    /*background-color: rgba(255,255,255,0.3);*/
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.3);
}

#demo01 {
    font-size: 16pt;
}

.dest-explorer-title {
    font-size: 25pt;
    color: #fff;
}

.brush-text-container a {
    position: relative;
    width: 250px;
    height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.brush-text-container a:hover {
    /*color: #ee0979;*/
}

.brush-text-container a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('../../assets/img//brush/brush-stroke-banner-7.svg');*/
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: left;
    /*transition: 0.5s;*/
    transition: 0s;
    /*background-color: #118ab2;*/
    background-color: #558e37;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-image: url('../../assets/img//brush/brush-stroke-banner-7.svg');
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-image: url('/brush-stroke-banner-7.svg');
}

.brush-text-container a:hover:before {
    width: 100%;
}

.filtr-controls .active {
    /*color: #118ba2;*/
    color: #558e37;
}

.filtr-controls .active:after {
    /*background: #118ba2 !important;*/
    background: #558e37 !important;
}

.service-icon {
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    margin-right: 10px;
}


/*
.hotel-service .service-icon {
    background-image: url(../../assets/img//svg/e672d52f24153fc27c8a6b7237a8a5f2.svg);
}

.rest-service .service-icon {
    background-image: url(../../assets/img//svg/5f097d2c9ae8bdc8aefa546610fef1bb.svg);
}

.tour-service .service-icon {
    background-image: url(../../assets/img//svg/e43ff3d0cb4e4506005e9bf87a6879dd.svg);
}
*/

.service-icon .fa {
    padding: 4px;
}

.service-card-header {
    /*background-color: #118ba2;*/
    background-color: #558e37;
}

.service p.card-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13pt;
}

.section-seemore-wrapper {
    text-align: center;
}

.service-seemore-link {
    color: #fff;
    display: inline-block;
    /*background-color: #ee0979;*/
    background-color: #c50303;
    padding: 5px 10px;
    margin-top: 15px;
    border: 1px solid #fff;
}

.service-seemore-link:hover {
    /*border: 1px solid #ee0979;*/
    /*color: #ee0979;*/
    border: 1px solid #c50303;
    color: #c50303;
    background-color: #fff;
}

.service .card-seemore-btt {
    color: #000;
    background-color: #fff;
    border-color: #c0c0c0;
}

.card-seemore-btt:hover {
    background-color: #118ba2;
    color: #fff;
    outline: #118ba2;
}

#useful-wrapper {
    /*background-color: #118ba2;*/
    background-color: #558e37;
}

.useful .tab-content {
    /*min-height: 510px;*/
    /*height: 100%;*/
    /*max-height: 510px;*/
    overflow-y: auto;
    /*min-height: 585px;*/
    /*max-height: 585px;*/
}

.useful .tab-content .tab-pane {
    height: 100%;
}

.useful .tab-content .tab-pane img {
    max-width: 100%;
}

.tab-content .tab-pane {
    padding: 15px !important;
}

#useful-wrapper {}

.useful-section-title-link {
    color: #fff;
}

.useful-section-title-link:hover {
    color: #fff;
}

.contact .hotline-text {
    color: #fc0505;
    font-size: 15pt;
    font-weight: bold;
    text-shadow: 1px 0px #000;
}

.contact-section-title {
    color: #fff;
    font-size: 40px;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .safari_only {
            background-attachment: initial !important;
        }
    }
}

.nav-pills-custom .nav-link {
    /*color: #aaa;*/
    color: #646464;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}

.promotion-wrapper .section-title a:hover {
    /*color: #fff;*/
    color: #558e37;
}

.promotion-wrapper .section-title a {
    /*color: #fff;*/
    color: #558e37;
}

.useful-section-title,
.service-section-title {
    font-size: 21pt;
    /*display: inline-block;*/
    padding-bottom: 5px;
    border-bottom: 2px solid;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.service-section-title {
    color: #558e37;
}

@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.nav-pills-custom span {
    font-size: 8pt;
}

.getintouch {
    /*background-image: url('../../assets/img/tranganninhbinh.jpg');*/
    background-position: center bottom;
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

_::-webkit-full-page-media,
_:future,
 :root .safari_only {
    background-attachment: initial;
}

@media (max-width: 425px) {
    .getintouch {
        /*background-size: auto;*/
    }
}

.getintouch .form-control.input {
    background-color: #fff;
}

footer#footerpad .text-muted {
    color: #fff !important;
}

.owl-carousel .owl-stage {
    display: flex;
}

.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.aticle-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#page-nav .nav-link:hover {
    /*color: #c50303;*/
    color: #558e37;
}

.background-filter {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.2);*/
}

.close_icon {
    transition: all 0.075s ease-in-out;
    position: absolute;
    width: 2em;
    height: 2em;
    top: 22px;
    right: -10px;
    transform: translate(-50%, -50%);
    border: 0.1em solid;
    border-color: #646464;
    border-radius: 6em;
    z-index: 1;
}

.close_icon:after {
    transition: all 0.075s ease-in-out;
    font: 1em Helvetica, arial;
    font-size: 1em;
    width: 100%;
    height: 100%;
    content: "x";
    color: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, 0%) scale(1.25, 1);
}

@media (max-width: 767px) {
    .modal-on-mobile {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }
}

@media (max-width: 768px) {
    .useful .tab-content .active {
        min-height: 100vh;
    }
}

@media (min-width: 768px) {
    .modal-on-mobile .spin {
        display: none;
    }
}

@media (max-width: 768px) {
    .destination .parallax-on-mobile {
        background-position: center bottom;
        position: relative;
        opacity: 1;
        /*background-attachment: fixed !important;*/
        background-attachment: fixed;
        /*background-position: center;*/
        /*background-repeat: no-repeat;*/
        /*background-size: cover;*/
    }
}

.img-fluid-cover {
    width: 100%;
    padding-bottom: 65%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.dest-content {
    background-color: #fff;
}

.text-secondary {
    color: #000 !important;
    text-align: left;
    font-size: 13pt;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    line-height: 22px;
    color: rgb(9, 9, 10);
    /*margin-left: 24px;*/
    text-align: justify;
    padding: 0px 15px;
}

.dest-content h3 {
    text-align: left;
    margin-top: 20px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 18px;
    /*margin-right: 0;*/
    /*margin-left: 24px;*/
    line-height: 34px;
    letter-spacing: 0px;
    font-style: normal;
    font-weight: bold;
    padding: 0px 15px;
}

img.img-obj-fit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

figure.imghvr-hinge-right {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

figure.imghvr-hinge-right a.fa {
    position: relative;
    font-size: 15pt;
    padding: 10px;
    margin: 10px;
}

.fa:hover {
    opacity: 0.7;
}

footer .fa-facebook {
    background: #3B5998;
    color: white;
}

footer .fa-twitter {
    background: #55ACEE;
    color: white;
}

footer .fa-google {
    background: #dd4b39;
    color: white;
}

footer .fa-linkedin {
    background: #007bb5;
    color: white;
}

footer .fa-youtube {
    background: #bb0000;
    color: white;
}

footer .fa-instagram {
    background: #125688;
    color: white;
}

footer .fa-pinterest {
    background: #cb2027;
    color: white;
}

footer .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

footer .fa-skype {
    background: #00aff0;
    color: white;
}

footer .fa-android {
    background: #a4c639;
    color: white;
}

footer .fa-dribbble {
    background: #ea4c89;
    color: white;
}

footer .fa-vimeo {
    background: #45bbff;
    color: white;
}

footer .fa-tumblr {
    background: #2c4762;
    color: white;
}

footer .fa-vine {
    background: #00b489;
    color: white;
}

footer .fa-foursquare {
    background: #45bbff;
    color: white;
}

footer .fa-stumbleupon {
    background: #eb4924;
    color: white;
}

footer .fa-flickr {
    background: #f40083;
    color: white;
}

footer .fa-yahoo {
    background: #430297;
    color: white;
}

footer .fa-soundcloud {
    background: #ff5500;
    color: white;
}

footer .fa-reddit {
    background: #ff5700;
    color: white;
}

footer .fa-rss {
    background: #ff6600;
    color: white;
}

#brand-logo {
    display: none;
}

#top-banner {
    padding: 10px 0px;
    background-color: #558e37;
}

.top-banner-img {
    max-width: 100%;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

#event-runner {
    /*background-color: rgba(24,120,67,0.7);*/
    /*background-color: #558e37;*/
    background-color: #fff;
    height: 30px;
}

#event-runner marquee {
    text-transform: uppercase;
    line-height: 30px;
    /*color: #fff;*/
    color: #558e37;
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#event-runner .container-fluid {
    position: relative;
}

#promotion .news__txt {
    color: #555;
    font-size: 13pt;
}

#promotion .news__title {
    color: #558e37;
}

.swiper-slide-active .news__title {
    /*color: #fff !important;*/
}

.news-date,
.news__title,
.news__txt {
    opacity: 1;
}

.news-slider__item .active .news__title {
    color: #fff !important;
}

.news-slider__item .active .news__txt {
    color: #fff !important;
}

#promotion .on-hover .news__title {
    color: #fff;
}

#promotion .on-hover .news__txt {
    color: #fff;
}

.news-slider__pagination .swiper-pagination-bullet-active {
    /*opacity: 1;*/
    background: #558e37;
    /*width: 100px;*/
    /*transition-delay: 0s;*/
}

.news-slider__pagination .swiper-pagination-bullet {
    /*width: 13px;*/
    /*height: 10px;*/
    /*display: inline-block;*/
    background: #558e37;
    opacity: 1;
    /*margin: 0 5px;*/
    /*border-radius: 20px;*/
    /*transition: opacity .5s,background-color .5s,width .5s;*/
    /*transition-delay: .5s,.5s,0s;*/
}

.slick-slide img {
    display: block;
    height: 80px;
    width: 100%;
    max-width: 100%;
}

div#mobile-menu-wrapper {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#my-menu-wrapper .nav-item .nav-link {
    padding: 0.5rem 0.5rem;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 15;
    top: 0;
    /*left: 0;*/
    right: 0px;
    /*background-color: #111;*/
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
}

.sidenav a {
    /*padding: 8px 8px 8px 32px;*/
    /*text-decoration: none;*/
    /*font-size: 25px;*/
    /*color: #818181;*/
    /*display: block;*/
    /*transition: 0.3s;*/
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
    transition: 0.3s;
    /*border-bottom: 1px solid #c0c0c0;*/
}

.sidenav a:hover {
    /*color: #f1f1f1;*/
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    padding: 0px;
}

.mobile-btt-close-wrapper {
    width: 100%;
    height: 50px;
    position: fixed;
    background-color: #fff;
    z-index: 1;
}

span#mobile-menu-btt {
    font-size: 30px;
    cursor: pointer;
    background-color: #fff;
    width: 47px;
    text-align: center;
    border: 1px solid;
    position: absolute;
    right: 0px;
    margin-right: 10px;
    /*padding: 0px;*/
    margin-top: 15px;
}

@media (min-width: 992px) {
    span#mobile-menu-btt {
        display: none;
    }
}

#service {
    /*display: none;*/
}

.promotion-section-title {
    color: #558e37;
    display: table;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    margin-left: auto;
    margin-right: auto;
    font-size: 18pt;
}

.post-slide5 .post-title a {
    color: #558e37 !important;
}

.post-slide5 .category {
    width: auto;
    padding: 11px 10px;
}

.post-slide5 .post-bar {
    display: none;
}

.post-slide5 .post-img img {
    display: block;
    width: 100%;
    max-height: 210px;
    object-fit: cover;
}

.post-slide5 .post-bar {
    display: none;
}

a.promotion-section-title-link {
    display: block;
    margin-bottom: 35px;
    margin-top: 25px;
}

h4.section-desc {
    font-weight: normal !important;
}

h4.section-desc * {
    font-weight: normal !important;
}

div#event-runner .container {
    height: 30px;
}

#page-nav {
    display: none;
}

.side-owl-nav {
    position: relative;
    margin-bottom: 30px;
}

.side-owl-nav .post-description {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side-owl-nav .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}

.side-owl-nav .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.side-owl-nav .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}

.side-owl-nav .owl-prev i,
.side-owl-nav .owl-next i {
    transform: scale(1.2, 3);
    /*color: #ccc;*/
    color: #555;
}

.side-owl-nav .post-slide5 img:hover {
    animation: pulse 1s;
}

.side-owl-nav .owl-dot.active span {
    background-color: #558e37;
}

.animatedModal [class*=" imghvr-hinge-"]:hover img,
[class^=imghvr-hinge-]:hover img {
    opacity: 1;
}

.animatedModal figure.imghvr-hinge-right {
    border-radius: 5px;
}

.animatedModal .img-fluid-cover {
    border-radius: 5px;
}

.animatedModal .dest-content {
    border-radius: 5px;
    padding-bottom: 15px;
}

.social-bar.social-transparent {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.5);
}

.social-bar.social-transparent .fa {
    background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1920px) {
    .container-fluid {
        max-width: 1150px;
    }
}

@media (min-width: 1920px) {
    body {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

.image-overflow-container img:hover {
    animation: pulse 1s;
}

.image-overflow-container {
    overflow: hidden;
}

.modern-form__hr {
    border-color: #558e37;
    border-width: 2px;
    width: 121px;
}

#kmacb {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 160px;
    margin: auto;
    transition: visibility 0.5s ease 0s;
    /*z-index: 200000 !important;*/
    z-index: 10;
}

#kmacb a {
    text-decoration: none;
}

#kmacb .kmacb-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
    background: #5aaade url(../../assets/img//phone.png) no-repeat scroll center center;
    border: 2px solid transparent;
    border-radius: 100%;
    /*height: 80px;*/
    /*left: 40px;*/
    /*opacity: 0.8;*/
    /*position: absolute;*/
    /*top: 40px;*/
    /*transform-origin: 50% 50% 0;*/
    /*width: 80px;*/
    height: 60px;
    left: 10px;
    opacity: 0.8;
    position: absolute;
    top: 90px;
    transform-origin: 50% 50% 0;
    width: 60px;
}

#kmacb .kmacb-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running kmacb-circle-fill-anim !important;
    background: #5aaade none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 100%;
    /*height: 110px;*/
    /*left: 25px;*/
    /*opacity: 0.24;*/
    /*position: absolute;*/
    /*top: 25px;*/
    /*width: 110px;*/
    height: 80px;
    left: 0px;
    opacity: 0.24;
    position: absolute;
    top: 80px;
    width: 80px;
}

#kmacb .kmacb-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running kmacb-circle-anim !important;
    background-color: transparent;
    border: 2px solid #5aaade;
    border-radius: 100%;
    height: 100%;
    opacity: 0.35;
    position: absolute;
    width: 100%;
    top: 40px;
    left: -40px;
}


}
#kmacb:hover .kmacb-img-circle,
#kmacb:hover .kmacb-circle-fill {
    background-color: #72d582;
}
#kmacb:hover .kmacb-circle {
    border-color: #72d582;
}
#kmacb:hover .kmacb-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim-hover;
}
@keyframes kmacb-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes kmacb-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    
    100% {
        opacity: 0.1;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes kmacb-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    
    50% {
        opacity: 0.2;
    }
    
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
@keyframes kmacb-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
@keyframes kmacb-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes kmacb-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes kmacb-circle-img-anim-hover {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }
    
    20% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }
    
    30% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }
    
    40% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }
    
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes kmacb-circle-img-anim-hover {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }
    
    20% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }
    
    30% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }
    
    40% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }
    
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
#fb-root {
    display: none;
}
@media (max-width: 768px) {
    header.cat-page-header {
        padding-top: 158px;
    }
}
.copyright {
    overflow-wrap: break-word;
}
.jumbotron {
    margin-bottom: 0px;
}
@media (max-width: 1024px) {
    div.jumbotron.hero-technology {
        background-size: auto;
    }
}
.follow-height {
    overflow: auto;
    padding-right: 0px;
}
@media (max-width: 768px) {
    .follow-height {
        padding-right: 15px;
    }
}
.zalo-link-icon {
    background: #fa8c00;
    /*background: #03a5fa;*/
    
    filter: invert(1);
}
.menu-lang-wrapper {
    padding: 5px;
}
.menu-lang-wrapper img {
    width: 25px;
    border-radius: 0px;
}
.cat-page-header .hero-title {
    text-transform: uppercase;
}

/* Image Modal */
.modal .carousel {
    padding: 0px;
}
.modal .modal-desc {
    width: 100%;
    display: block;
    text-align: justify;
}
.image-modal .modal-dialog {
    height: 90%;
}
.image-modal .modal-content {
    height: 100%;
}
.image-modal .modal-body {
    height: 70%;
    text-align: center;
}
.image-modal .preview-modal-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.image-modal .modal-open .modal {
    height: 100vh;
}
.image-modal .carousel {
    height: 100%;
}
.image-modal .carousel-inner {
    height: 100%;
}
.image-modal .carousel-item {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.image-modal .carousel-inner .preview-modal-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.video-modal .modal-dialog {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/*
@media (max-width: 768px) {
    .copyright-block {
        text-align: center !important;
    }
}
@media (max-width: 425px) {
    footer p.copyright {
        font-size: 10pt;
    }
    
    .web_responsible_name2 {
        display: block;
    }
    
    .copyright_name1 {
        display: block;
    }
}
@media (max-width: 375px) {
    .copyright_name1,
    .copyright_name2,
    .copyright_name3 {
        font-size: 10pt;
    }
    
    footer p.copyright {
        font-size: 10pt;
    }
    
    .copyright_name1 {
        display: block;
    }
    
    .web_responsible_name1 {
        display: block;
    }
}
@media (max-width: 367px) {
    .copyright_name2 {
        display: block;
    }
}
@media (max-width: 320px) {
    .copyright_name1,
    .copyright_name2,
    .copyright_name3 {
        font-size: 10pt;
    }
    
    .copyright_name1 {
        display: block;
    }
    
    .copyright_name2 {
        display: block;
    }
}
*/

/* End Image Modal */
.video-button {
    position: absolute;
    top: 45%;
    /*top: 0px;*/
    
    width: 100%;
    text-align: center;
}
video.video-container-responsive {
    max-width: 100%;
    height: auto;
    width: 100%;
}

/* Feedback modal*/
.error {
    color: red;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}
.modal-status-icon {
    width: 120px;
    padding-bottom: 120px;
    background-image: url(../../assets/img/fail.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.success-modal .modal-status-icon {
    background-image: url('../../assets/img/success.png');
}
.modal-status-message {
    font-weight: bold;
    font-size: 14pt;
}
.modal-status-message p {
    font-weight: normal;
    font-size: 13pt;
    margin-bottom: 0px;
    margin-top: 5px;
}

/* End Feedback modal*/
.form-control:focus {
    outline: none;
    outline-color: rgba(255, 255, 255, 0) !important;
    box-shadow: none !important;
}
a.page-websites-link {
    color: #cbf851;
}
.masthead-content .owl-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.pill-content-wrapper {
    position: relative;
}

/* img hover */
.overflow-img-wrapper {
    overflow: hidden;
}
.pulse-img:hover {
    animation: pulse 1s;
}

/* end img hover */
.no-image-bgr-wrapper {
    /*border: 1px solid #646464;*/
    
    border: 1px solid rgba(0, 0, 0, .125);
}
@media (max-width: 1024px) {
    ol.breadcrumb {
        padding: 15px;
    }
    
    .breadcrumb li a:before {
        content: none;
    }
    
    .breadcrumb li a:after {
        content: none;
    }
    
    .breadcrumb li.home a {
        background-color: rgba(0, 0, 0, 0);
        color: #000;
        padding-left: 0px;
    }
    
    .breadcrumb li a {
        background-color: rgba(0, 0, 0, 0);
        color: #000;
        padding: 0px;
    }
    
    .breadcrumb li.active a {
        background-color: rgba(0, 0, 0, 0);
        color: #000;
    }
    
    .breadcrumb li.navbar-dash {
        padding: 0px 5px;
    }
    
    .breadcrumb li.dash {
        padding: 0px 5px;
    }
}
@mixin excerpt($font-size: $paragraph-font-size,
$line-height: 1.4,
$lines-to-show: 3,
$excerpt-bg: transparent) {
    background: $excerpt-bg;
    display: block;
    /* Fallback for non-webkit */
    
    display: -webkit-box;
    max-height: $font-size*$line-height*$lines-to-show;
    /* Fallback for non-webkit */
    
    font-size: $font-size;
    line-height: $line-height;
    -webkit-line-clamp: $lines-to-show;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    // Fallback for non-webkit
    @media screen and (min--moz-device-pixel-ratio: 0), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        overflow: hidden;
        position: relative;
        &:before {
            background: $excerpt-bg;
            bottom: 0;
            position: absolute;
            right: 0;
            float: right;
            content: '\2026';
            margin-left: -3rem;
            width: 3rem;
        }
        &:after {
            content: '';
            background: $excerpt-bg;
            position: absolute;
            height: 50px;
            width: 100%;
            z-index: 1;
            color: red;
        }
    }
}
@media screen and (max-width: 576px) {
    .news-date__title {
        margin-right: 10px
    }
}

/*footer with social media icons*/
#footerpad {
    padding-top: 2rem;
    padding-bottom: 2rem;
    /*background-color: #2c3e50;*/
    
    background-color: #136537;
    color: #fff;
}

/*Contact-Form-v2-Modal--Full-with-Google-Map*/
#contactForm .h4 {
    font-weight: 400;
    border-bottom: 1px solid silver;
}
.required-input {
    color: maroon;
}
.static-map {
    margin-bottom: 20px;
}
@media (max-width: 768px) and (min-width: 767px) {
    #contactForm .static-map img {
        width: 100%;
    }
}

/*filterable cards*/
.filtr-item {
    padding-top: 30px;
}
.filtr-controls span {
    cursor: pointer;
}
.filtr-controls span:after {
    content: ' ';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: transparent;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.filtr-controls span.active:after {
    width: 100%;
    left: 0;
    background: #000;
}
.filtr-loading {
    border: 5px solid #333;
    position: relative;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: 80px 0;
    opacity: 0;
    top: 0;
    width: 40px;
    z-index: 2;
    -webkit-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
}
@keyframes pulsate {}

/*bootstrap tabs*/
@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
    }
}
@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }
}
.with-arrow .nav-link.active {
    position: relative;
}
.with-arrow .nav-link.active::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2b90d9;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}
.lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
}
.lined .nav-link.active {
    background: none;
    color: #555;
    border-color: #2b90d9;
}
.nav-pills .nav-link {
    color: #555;
}
.text-uppercase {
    letter-spacing: 0.1em;
}

/*client slider*/
.slick-slide {
    margin: 0 20px
}
.slick-slide img {
    width: 100%
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}

/*card 3 column animation*/
#lorem {
    color: grey;
    font-family: serif;
}

/*custom parallax*/
.parallax-container {
    height: 130vh;
    width: 100vw;
    overflow: hidden
}
.parallax-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

/*Modern-Contact-Form*/
.submit-now {
    margin-top: 20px;
    font-size: 16px;
    width: 200px;
    height: 50px;
    background-color: #c50303;
    border-color: transparent;
    color: #fff;
    font-weight: 700
}
.submit-now:hover {
    background-color: #f90526;
    color: #fff
}
.form-control.input {
    border: 0;
    background: 0 0;
    border-bottom: 1px solid silver;
    border-radius: 0!important
}
.getintouch {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
    border-radius: 0!important
}
input[type=text],
input[type=email],
input[type=tel],
textarea {}
.btn-primary:hover {
    color: #fff;
    background-color: #4daade;
    border-color: #4daade;
    box-shadow: 0 10px 15px rgba(157, 157, 157, .4)
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4daade;
    border-color: #4daade
}
.modern-form {
    padding-top: 80px;
    padding-bottom: 80px
}
.modern-form__hr {
    border-color: #4daade;
    border-width: 2px;
    width: 121px
}
.modern-form__form-container {
    padding-top: 100px
}
.modern-form__form-group--padding-r {
    padding-right: 20px
}
.modern-form__form-group--padding-t {
    padding-top: 50px
}
.modern-form__form-control--textarea {
    height: 95px!important;
    resize: none
}

/*my hover effect*/
.pulse-hover-elm:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

/*UTM Demian*/
@font-face {
    font-family: 'UTM Demian KT';
    src: url(../../assets/fonts/UTMDemianKT.woff2) format('woff2'), url(../../assets/fonts/UTMDemianKT.woff) format('woff'), url(../../assets/fonts/UTMDemianKT.ttf) format('truetype'), url(../../assets/fonts/UTMDemianKT.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

/* nice breadcrumb*/
.breadcrumb {
    padding: 0px;
    background: #D4D4D4;
    overflow: hidden;
    margin: 1.5rem 0 0 0;
}
.breadcrumb li.home a {
    background: #136537;
    color: white;
    padding-left: 15px;
}
.breadcrumb li.home a:after {
    border-left: 30px solid #136537;
}
.breadcrumb li.home a span:before {
    content: " ";
}
.breadcrumb li a {
    /*color: black;*/
    
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    float: left;
    color: #fff;
    background-color: #558e37;
}
.breadcrumb li a:before {
    content: " ";
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.breadcrumb li a:after {
    content: " ";
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    /*border-left: 30px solid hsla(0, 0%, 83%, 1);*/
    
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 2;
    border-left: 30px solid #558e37;
}
.breadcrumb li a:hover:after {
    /*border-left-color: #74381d !important;*/
    
    border-left-color: #c50303 !important;
}
.breadcrumb li.active a {
    /*background: #A54F29;*/
    
    background: #c50303;
    color: white;
}
.breadcrumb li.active a:after {
    /*border-left: 30px solid #A54F29;*/
    
    border-left: 30px solid #c50303;
}
.breadcrumb li a:hover {
    /*background: #74381d;*/
    
    background: #c50303;
    color: white;
}
.fas.fa-home {
    /*float: left;*/
}
.sub-breadcrumb {
    display: block;
    width: 100%;
    text-align: left;
}
.sub-bread-item {
    display: inline-block;
    padding: 5px;
}
.sub-bread-item a {
    color: #000;
    text-decoration: underline;
}

/*search input*/
.custom-search-input {
    border: none;
    border-bottom: 2px solid #757575;
    background: 0 0;
    outline: none;
    padding-bottom: 5px;
    min-width: 250px;
    text-indent: 40px
}
.search-area {
    display: inline-block
}
.search-icon {
    font-size: 18px;
    margin-right: -20px;
    margin-top: 3px
}

/*fontawesome5-overrides*/
.fab.fa-bitcoin:before {
    content: "\f379"
}
.far.fa-calendar:before,
.fas.fa-calendar:before {
    content: "\f133"
}
.far.fa-clipboard:before,
.fas.fa-clipboard:before {
    content: "\f328"
}
.fab.fa-facebook-f:before {
    content: "\f39e"
}
.fab.fa-google-plus:before {
    content: "\f2b3"
}
.fas.fa-hotel:before {
    content: "\f594"
}
.fab.fa-linkedin:before {
    content: "\f08c"
}
.fas.fa-reply:before {
    content: "\f3e5"
}
.fas.fa-thermometer:before {
    content: "\f491"
}
.fab.fa-vimeo:before {
    content: "\f40a"
}
.far.fa-window-close:before,
.fas.fa-window-close:before {
    content: "\f410"
}
.fab.fa-youtube-square:before {
    content: "\f431"
}

/*simple line icons*/
@font-face {
    font-family: simple-line-icons;
    src: url(../fonts/Simple-Line-Icons.eot?v=2.4.0);
    src: url(../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(../fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(../fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(../fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url(../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
    font-weight: 400;
    font-style: normal
}
.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-down-circle,
.icon-arrow-left,
.icon-arrow-left-circle,
.icon-arrow-right,
.icon-arrow-right-circle,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calendar,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camera,
.icon-camrecorder,
.icon-chart,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawer,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emotsmile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-event,
.icon-exclamation,
.icon-eye,
.icon-eyeglass,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-location-pin,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-menu,
.icon-microphone,
.icon-minus,
.icon-mouse,
.icon-music-tone,
.icon-music-tone-alt,
.icon-mustache,
.icon-note,
.icon-notebook,
.icon-options,
.icon-options-vertical,
.icon-organization,
.icon-paper-clip,
.icon-paper-plane,
.icon-paypal,
.icon-pencil,
.icon-people,
.icon-phone,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-behance,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-foursqare,
.icon-social-github,
.icon-social-google,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-reddit,
.icon-social-skype,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-steam,
.icon-social-stumbleupon,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-vkontakte,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symbol-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-user:before {
    content: "\e005"
}
.icon-people:before {
    content: "\e001"
}
.icon-user-female:before {
    content: "\e000"
}
.icon-user-follow:before {
    content: "\e002"
}
.icon-user-following:before {
    content: "\e003"
}
.icon-user-unfollow:before {
    content: "\e004"
}
.icon-login:before {
    content: "\e066"
}
.icon-logout:before {
    content: "\e065"
}
.icon-emotsmile:before {
    content: "\e021"
}
.icon-phone:before {
    content: "\e600"
}
.icon-call-end:before {
    content: "\e048"
}
.icon-call-in:before {
    content: "\e047"
}
.icon-call-out:before {
    content: "\e046"
}
.icon-map:before {
    content: "\e033"
}
.icon-location-pin:before {
    content: "\e096"
}
.icon-direction:before {
    content: "\e042"
}
.icon-directions:before {
    content: "\e041"
}
.icon-compass:before {
    content: "\e045"
}
.icon-layers:before {
    content: "\e034"
}
.icon-menu:before {
    content: "\e601"
}
.icon-list:before {
    content: "\e067"
}
.icon-options-vertical:before {
    content: "\e602"
}
.icon-options:before {
    content: "\e603"
}
.icon-arrow-down:before {
    content: "\e604"
}
.icon-arrow-left:before {
    content: "\e605"
}
.icon-arrow-right:before {
    content: "\e606"
}
.icon-arrow-up:before {
    content: "\e607"
}
.icon-arrow-up-circle:before {
    content: "\e078"
}
.icon-arrow-left-circle:before {
    content: "\e07a"
}
.icon-arrow-right-circle:before {
    content: "\e079"
}
.icon-arrow-down-circle:before {
    content: "\e07b"
}
.icon-check:before {
    content: "\e080"
}
.icon-clock:before {
    content: "\e081"
}
.icon-plus:before {
    content: "\e095"
}
.icon-minus:before {
    content: "\e615"
}
.icon-close:before {
    content: "\e082"
}
.icon-event:before {
    content: "\e619"
}
.icon-exclamation:before {
    content: "\e617"
}
.icon-organization:before {
    content: "\e616"
}
.icon-trophy:before {
    content: "\e006"
}
.icon-screen-smartphone:before {
    content: "\e010"
}
.icon-screen-desktop:before {
    content: "\e011"
}
.icon-plane:before {
    content: "\e012"
}
.icon-notebook:before {
    content: "\e013"
}
.icon-mustache:before {
    content: "\e014"
}
.icon-mouse:before {
    content: "\e015"
}
.icon-magnet:before {
    content: "\e016"
}
.icon-energy:before {
    content: "\e020"
}
.icon-disc:before {
    content: "\e022"
}
.icon-cursor:before {
    content: "\e06e"
}
.icon-cursor-move:before {
    content: "\e023"
}
.icon-crop:before {
    content: "\e024"
}
.icon-chemistry:before {
    content: "\e026"
}
.icon-speedometer:before {
    content: "\e007"
}
.icon-shield:before {
    content: "\e00e"
}
.icon-screen-tablet:before {
    content: "\e00f"
}
.icon-magic-wand:before {
    content: "\e017"
}
.icon-hourglass:before {
    content: "\e018"
}
.icon-graduation:before {
    content: "\e019"
}
.icon-ghost:before {
    content: "\e01a"
}
.icon-game-controller:before {
    content: "\e01b"
}
.icon-fire:before {
    content: "\e01c"
}
.icon-eyeglass:before {
    content: "\e01d"
}
.icon-envelope-open:before {
    content: "\e01e"
}
.icon-envelope-letter:before {
    content: "\e01f"
}
.icon-bell:before {
    content: "\e027"
}
.icon-badge:before {
    content: "\e028"
}
.icon-anchor:before {
    content: "\e029"
}
.icon-wallet:before {
    content: "\e02a"
}
.icon-vector:before {
    content: "\e02b"
}
.icon-speech:before {
    content: "\e02c"
}
.icon-puzzle:before {
    content: "\e02d"
}
.icon-printer:before {
    content: "\e02e"
}
.icon-present:before {
    content: "\e02f"
}
.icon-playlist:before {
    content: "\e030"
}
.icon-pin:before {
    content: "\e031"
}
.icon-picture:before {
    content: "\e032"
}
.icon-handbag:before {
    content: "\e035"
}
.icon-globe-alt:before {
    content: "\e036"
}
.icon-globe:before {
    content: "\e037"
}
.icon-folder-alt:before {
    content: "\e039"
}
.icon-folder:before {
    content: "\e089"
}
.icon-film:before {
    content: "\e03a"
}
.icon-feed:before {
    content: "\e03b"
}
.icon-drop:before {
    content: "\e03e"
}
.icon-drawer:before {
    content: "\e03f"
}
.icon-docs:before {
    content: "\e040"
}
.icon-doc:before {
    content: "\e085"
}
.icon-diamond:before {
    content: "\e043"
}
.icon-cup:before {
    content: "\e044"
}
.icon-calculator:before {
    content: "\e049"
}
.icon-bubbles:before {
    content: "\e04a"
}
.icon-briefcase:before {
    content: "\e04b"
}
.icon-book-open:before {
    content: "\e04c"
}
.icon-basket-loaded:before {
    content: "\e04d"
}
.icon-basket:before {
    content: "\e04e"
}
.icon-bag:before {
    content: "\e04f"
}
.icon-action-undo:before {
    content: "\e050"
}
.icon-action-redo:before {
    content: "\e051"
}
.icon-wrench:before {
    content: "\e052"
}
.icon-umbrella:before {
    content: "\e053"
}
.icon-trash:before {
    content: "\e054"
}
.icon-tag:before {
    content: "\e055"
}
.icon-support:before {
    content: "\e056"
}
.icon-frame:before {
    content: "\e038"
}
.icon-size-fullscreen:before {
    content: "\e057"
}
.icon-size-actual:before {
    content: "\e058"
}
.icon-shuffle:before {
    content: "\e059"
}
.icon-share-alt:before {
    content: "\e05a"
}
.icon-share:before {
    content: "\e05b"
}
.icon-rocket:before {
    content: "\e05c"
}
.icon-question:before {
    content: "\e05d"
}
.icon-pie-chart:before {
    content: "\e05e"
}
.icon-pencil:before {
    content: "\e05f"
}
.icon-note:before {
    content: "\e060"
}
.icon-loop:before {
    content: "\e064"
}
.icon-home:before {
    content: "\e069"
}
.icon-grid:before {
    content: "\e06a"
}
.icon-graph:before {
    content: "\e06b"
}
.icon-microphone:before {
    content: "\e063"
}
.icon-music-tone-alt:before {
    content: "\e061"
}
.icon-music-tone:before {
    content: "\e062"
}
.icon-earphones-alt:before {
    content: "\e03c"
}
.icon-earphones:before {
    content: "\e03d"
}
.icon-equalizer:before {
    content: "\e06c"
}
.icon-like:before {
    content: "\e068"
}
.icon-dislike:before {
    content: "\e06d"
}
.icon-control-start:before {
    content: "\e06f"
}
.icon-control-rewind:before {
    content: "\e070"
}
.icon-control-play:before {
    content: "\e071"
}
.icon-control-pause:before {
    content: "\e072"
}
.icon-control-forward:before {
    content: "\e073"
}
.icon-control-end:before {
    content: "\e074"
}
.icon-volume-1:before {
    content: "\e09f"
}
.icon-volume-2:before {
    content: "\e0a0"
}
.icon-volume-off:before {
    content: "\e0a1"
}
.icon-calendar:before {
    content: "\e075"
}
.icon-bulb:before {
    content: "\e076"
}
.icon-chart:before {
    content: "\e077"
}
.icon-ban:before {
    content: "\e07c"
}
.icon-bubble:before {
    content: "\e07d"
}
.icon-camrecorder:before {
    content: "\e07e"
}
.icon-camera:before {
    content: "\e07f"
}
.icon-cloud-download:before {
    content: "\e083"
}
.icon-cloud-upload:before {
    content: "\e084"
}
.icon-envelope:before {
    content: "\e086"
}
.icon-eye:before {
    content: "\e087"
}
.icon-flag:before {
    content: "\e088"
}
.icon-heart:before {
    content: "\e08a"
}
.icon-info:before {
    content: "\e08b"
}
.icon-key:before {
    content: "\e08c"
}
.icon-link:before {
    content: "\e08d"
}
.icon-lock:before {
    content: "\e08e"
}
.icon-lock-open:before {
    content: "\e08f"
}
.icon-magnifier:before {
    content: "\e090"
}
.icon-magnifier-add:before {
    content: "\e091"
}
.icon-magnifier-remove:before {
    content: "\e092"
}
.icon-paper-clip:before {
    content: "\e093"
}
.icon-paper-plane:before {
    content: "\e094"
}
.icon-power:before {
    content: "\e097"
}
.icon-refresh:before {
    content: "\e098"
}
.icon-reload:before {
    content: "\e099"
}
.icon-settings:before {
    content: "\e09a"
}
.icon-star:before {
    content: "\e09b"
}
.icon-symbol-female:before {
    content: "\e09c"
}
.icon-symbol-male:before {
    content: "\e09d"
}
.icon-target:before {
    content: "\e09e"
}
.icon-credit-card:before {
    content: "\e025"
}
.icon-paypal:before {
    content: "\e608"
}
.icon-social-tumblr:before {
    content: "\e00a"
}
.icon-social-twitter:before {
    content: "\e009"
}
.icon-social-facebook:before {
    content: "\e00b"
}
.icon-social-instagram:before {
    content: "\e609"
}
.icon-social-linkedin:before {
    content: "\e60a"
}
.icon-social-pinterest:before {
    content: "\e60b"
}
.icon-social-github:before {
    content: "\e60c"
}
.icon-social-google:before {
    content: "\e60d"
}
.icon-social-reddit:before {
    content: "\e60e"
}
.icon-social-skype:before {
    content: "\e60f"
}
.icon-social-dribbble:before {
    content: "\e00d"
}
.icon-social-behance:before {
    content: "\e610"
}
.icon-social-foursqare:before {
    content: "\e611"
}
.icon-social-soundcloud:before {
    content: "\e612"
}
.icon-social-spotify:before {
    content: "\e613"
}
.icon-social-stumbleupon:before {
    content: "\e614"
}
.icon-social-youtube:before {
    content: "\e008"
}
.icon-social-dropbox:before {
    content: "\e00c"
}
.icon-social-vkontakte:before {
    content: "\e618"
}
.icon-social-steam:before {
    content: "\e620"
}

/* scrool to top*/
html {
    scroll-behavior: smooth;
}
#scroll-to-top {
    background-color: rgba(19, 20, 25, 0.6);
    width: 44px;
    height: 40px;
    position: fixed;
    bottom: 0;
    /*bottom: 95px;*/
    /*right: 40px;*/
    
    right: 34px;
    border-radius: 5px 5px 0 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 9;
}
#scroll-to-top i {
    color: #fff;
    font-size: 22px;
    line-height: 44px;
}
.client-logos .slick-slide {
    position: relative;
    padding-bottom: 10%;
}
.client-logos .slick-slide img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}

.cat-subcat-section {
    display: none;
}