.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;
}

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;
}

.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;
    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: 'Open Sans', 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: 'Open Sans', 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;
}

/* 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;
        }
    }
}