@font-face {
    font-family: hauora_sans;
    src: local(hauora_sans Thin), url(../font/hauora_sans/Hauora-ExtraLight.eot);
    src: url(../font/hauora_sans/Hauora-ExtraLight.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: hauora_sans;
    src: local(hauora_sans Light), url(../font/hauora_sans/Hauora-Light.eot);
    src: url(../font/hauora_sans/Hauora-Light.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: hauora_sans;
    src: local(hauora_sans Regular), url(../font/hauora_sans/Hauora-Regular.eot);
    src: url(../font/hauora_sans/Hauora-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: hauora_sans;
    src: url(../font/hauora_sans/Hauora-Medium.eot);
    src: url(../font/hauora_sans/Hauora-Medium.ttf) format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: hauora_sans;
    src: url(../font/hauora_sans/Hauora-SemiBold.eot);
    src: url(../font/hauora_sans/Hauora-SemiBold.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: hauora_sans;
    src: url(../font/hauora_sans/Hauora-Bold.eot);
    src: url(../font/hauora_sans/Hauora-Bold.ttf) format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: hauora_sans;
    src: url(../font/hauora_sans/Hauora-ExtraBold.eot);
    src: url(../font/hauora_sans/Hauora-ExtraBold.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Montserrat;
    font-weight: normal;
    src: url(../font/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    src: url(../font/Montserrat/Montserrat-Bold.ttf);
}

/* root */
.mm-menu_offcanvas {
    width: 45%!important
}
:root {
    --main-color: #2CA17E;
    --main-color2: #EDDC74;
    --text-color: #164247;
    --button-color: #0073B4;
}
button {
    outline: none !important;
}
button[type="submit"] {
    cursor: pointer;
}

section {
    padding-top: 25px;
    padding-bottom: 15px;
}
.w-60 {
    width: 60%!important;
}
.background {
    background-size: cover;
}
.breadcrumb {
    padding: 60px 0px 40px 0px;
    font-size: 28px;
    font-weight: bold;
    color: var(--text-color);
}
.blue-skin {
    background: #4285f4;
}
.white-skin {
    background: #fff;
}
.algin-center {
    align-items: center;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-30 {
    margin-top: 30px;
}
body {
    color: var(--text-color);
    font-family: hauora_sans;
    font-size: 14px;
}
a {
    color: var(--text-color);
    text-decoration: unset;
}
a:hover, a:focus, a:active {
    text-decoration: unset;
}
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.button-cus {
    border-radius: 10px;
    background: var(--button-color);
    padding: 8px 30px;
    display: block;
    width: fit-content;
}
.button-cus.xemthem:hover {
    background: #fff;
    color: var(--text-color);
}
.btn-send {
    border-radius: 25px;
    background: #fff;
    outline: 1px solid var(--main-color)!important;
    color: var(--main-color);
}
.btn-send:hover {
    background: var(--main-color);
    color: #fff;
}
.button-cus2 {
    border-radius: 25px;
    background: var(--text-color);
    padding: 8px 30px;
    display: block;
    width: fit-content;
    color: #fff;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    display: inline-block;
    top: 50%;
    margin: 0px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #ffffff;
    background-color: #4a535c;
    border: none;
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
.owl-nav .owl-prev {
    left: 0;
}
.owl-nav .owl-next {
    right: 0;
}
.owl-controls .owl-page, .owl-controls .owl-nav {
    cursor: pointer;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    background: transparent;
}
.owl-carousel button.owl-dot {
    outline:1px solid #fff!important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}
.owl-carousel button.owl-dot:last-child {
    margin-right: unset;
}
.owl-carousel button.owl-dot.active {
    background: #fff;
}
/* end root */
/* header */
li:hover .menu-child {
    display: block;
}
.top-header li {
    color: #fff;
}
.menu-child {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 15px;
    right: -30px;
    display: none;
    background: #fff;
    padding: 0px;
    z-index: 1000;
    border-radius: 5px;
    min-width: 250px;
}
.menu-child a:hover {
    background-color: var(--main-color);
    color: #fff;
}
.menu-child li:first-child :hover {
    border-radius: 5px 5px 0 0;
}
.menu-child li:last-child :hover {
    border-radius: 0 0 5px 5px;
}
.top-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
}
.top-header a {
    color: #fff;
}
.top-header a:hover {
    color: var(--text-color);
}
.top-header .menu-child a {
    color: var(--text-color);
}
.top-header .menu-child a:hover {
    background-color: var(--main-color);
    color: #fff;
}
.nav-item.dangky {
    outline: 1px solid #fff;
}
.nav-item.dangky:hover {
    background-color: #fff;
    color: #fff;
}
.page-header {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 15px;
    top: 155px;
    font-size: 14px;
}
.page-header a {
    color: var(--text-color)
}
.page-header .dangky {
    outline: 1px solid var(--text-color);
}
.page-header .dangky:hover {
    background-color: var(--text-color)
}
.page-header .dangky:hover a{
    color: #fff
}
.searchAjax .form-control {
    padding-left: 30px;
    position: relative;
}
.searchAjax .icon-search {
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 15px;
    padding: .375rem .75rem;
    color: #fff;
    font-weight: 600;
}
.btn-search {
    position: absolute;
    top: 0;
    right: 15px;
    border-radius: 15px;
    padding: 0 5px;
    font-size: 13px;
    margin: 8px 15px;
    color: #fff;
    background-color: var(--text-color);
}
/*footer*/
footer {
    background: var(--main-color);
    padding: 50px 0;
    color: #fff;
    font-size: 16px;
}
footer a, footer a:hover {
    color: #fff;
}
footer .logo, footer .addess {
    margin-bottom: 30px;
}
footer .div-phone {
    margin-bottom: 30px;
}
footer a.phone {
    background: var(--main-color2);
    color: var(--text-color);
    display: block;
    font-weight: 600;
    width: fit-content;
    padding: 5px 25px;
    border-radius: 25px;
    font-size: 25px;
}
footer .cat .title {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
footer .list-cat {
    padding-inline-start: 0px;
    padding-left: 35px;
    list-style: circle;
    margin-bottom: 0px;
}
footer .list-cat li {
    margin-bottom: 10px;
}
footer .social {
    width: 100%;
    height: 100%;
}
footer .social a {
    margin-right: 15px;
}
footer .social a:last-child {
    margin-right: unset;
}
.bottom-footer {
    padding: 15px 0;
    background: var(--main-color2);
    color: var(--text-color);
    font-weight: 500;
    font-size: 15px;
}
/*home*/
.page-slider {
    position: relative;
    z-index: 0;
    padding: 0;
}
.slider-info {
    position: relative;
}
.slider-content {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
}
.slider-content .big-title {
    font-size: 55px;
    color: #fff;
}
.uudaigiochot {
    background-image: url(../img/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.uudaigiochot .big-title {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.uudaigiochot .xemthem {
    color: #fff;
    margin: 0 auto;
    font-weight: 600;
}

.uudai-item {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}
.uudai-item a:hover {
    color: var(--text-color)
}
.uudai-item .img-item img {
    position: relative;
}
.uudai-item .img-item .rating {
    position: absolute;
    background-image: url(../img/Vector2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 5px 15px;
    right: 30px;
    top: 15px;
}
.uudai-item .info-item {
    padding: 15px;
}
.uudai-item .info-item .title {
    font-size: 20px;
    font-weight: 600;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 90px;
    margin: 0 auto;
    margin-bottom: 10px;
    /* line-height: 1.4; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uudai-item .info-item .price {
    text-align: right;
}
.flex-phantram, .flex-price {
    margin-bottom: 10px;
}
.dulich-entry .flex-price {
    margin-bottom: 0px;
}
.flex-phantram span.phantram {
    background-color: var(--main-color);
    font-size: 80%;
    margin-right: 10px;
    padding: 0 5px;
    color: #fff;
}
.flex-phantram span.phantram2 {
    background-image: url(../img/Vector.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 5px 7px;
}
.flex-price .gia {
    margin-right: 10px;
}
.flex-price del {
    font-size: 90%;
    color: #797575;
}
.flex-price .gia2 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.uudai-item .info-item .thoigian span {
    color: #fff;
    width: 100%;
    font-weight: 200;
}
.vechungtoi {
    padding: 0;
}
.vechungtoi .bg-title {
    background-color: var(--main-color2);
    padding: 30px 0;
}
.vechungtoi .bg-title .big-title {
    margin-bottom: 0px;
}
.vechungtoi .about-content {
    padding: 50px 0;
}
.vechungtoi .about-content .big-title {
    font-size: 45px;
    font-weight: 600;
}
.vechungtoi .about-content .hinh {
    margin-bottom: 30px;
}
.button-cus2.xemthem:hover {
    background: var(--main-color);
    color: var(--text-color)
}
.home-dulich.bg {
    background-image: url(../img/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: #18B99C;
}
.home-dulich.bg2 {
    background-image: url(../img/bg2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: #18B99C;
}
.home-dulich .big-title {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.home-dulich .xemthem {
    color: #fff;
    margin: 0 auto;
    font-weight: 600;
}
.dulich-item {
    margin-bottom: 30px;
}
.dulich-item .img-item {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.dulich-item .info-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background: rgb(0 0 0 / 50%);
}
.dulich-item .info-item .title {
    color: #fff;
}
.button-cus2.chuyen {
    margin: 0 auto;
    padding: 5px 25px;
    font-size: 80%;
}
.dulich-item img {
    transition: transform 0.4s ease-in-out
}
.dulich-item:hover img {
    transform: scale(1.2);
}

.hoatdong .big-title {
    margin-bottom: 30px;
}
.hoatdong .item-hinh {
    margin-bottom: 30px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
.hoatdong .item-hinh .overlay {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), var(--main-color));
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    padding: 20px;
}
.datvemaybay .info-item {
    color: #fff;
}
.nhanthongtin .thongtin {
    margin-bottom: 30px;
}
.nhanthongtin .thongtin span {
    margin-right: 30px;
}
.nhanthongtin .thongtin span:last-child {
    margin-right: 0px;
}
/*ve chung toi*/
.page-cat .banner, section.banner {
    color: #fff;
}
.page-about .info {
    padding-bottom: 0;
}
.page-about .img-chinh {
    border-radius: 25px;
}
.tamnhin .row2 {

}
.tamnhin .row2 .tamnhin-content {
    text-align: right;
}
.camket {
    background: var(--main-color);
    color: #fff;
}
/*dulich*/
.page-dulich .big-title {
    padding-bottom: 30px;
}
.page-dulich .info {
    padding-bottom: 0;
}
.list-tour .item {
    margin-bottom: 30px;
    border-radius: 25px 25px 25px 0;
    background: #F6F6F6;
    overflow: hidden;
}
.list-tour .item .item-hinh {
    border-bottom-right-radius: 25px;
    height: 290px;
    object-fit: cover;
}
.img1 {
    height: 530px;
    object-fit: cover;
}
.img2 {
    height: 250px;
    object-fit: cover;
}
.list-tour .item .item-hinh img {
    position: relative;
    height: 100%;
}
.list-tour .item .item-hinh .rating {
    position: absolute;
    background-image: url(../img/Vector3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 5px 15px;
    right: 30px;
    top: 15px;
}
.list-tour .item .item-info {
    height: 100%;
    padding: 15px 15px;
}
.list-tour .item .item-info .title {
    margin-top: .5rem;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2rem;
}
.thongtinchuyendi .info {
    padding: 10px 0;
}
.thongtinchuyendi .info img {
    margin-right: 15px;
}
.thongtinchuyendi .info .span1 {
    /*font-size: 18px;*/
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0px;
}
.thongtinchuyendi .info .span2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.list-tour .item .item-info .thu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.giathamkhao {
    background-color: var(--main-color);
    margin-right: 10px;
    padding: 0 15px;
    color: #fff;
}
.list-tour .flex-price .gia2 {
    font-weight: 700;
    font-size: 30px;
    color: var(--main-color);
}
.list-tour .chung .btn-xemthem {
    margin-bottom: 15px;
}
.list-tour .xemthem {
    background: transparent;
    padding: 8px 30px;
    display: inline-block;
    width: fit-content;
    color: #000;
    outline: 1px solid var(--main-color);
    border-radius: 10px;
}
.list-tour .xemthem:hover {
    background: var(--main-color);
    color: #fff;
}
.list-tour .thoigian .button-cus {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
.entry-info {
    background: #f6f6f6;
}
.entry-image .item-hinh {
    margin-bottom: 30px;
}
.info-content .info1 {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.thongtin-info .span {
    margin-bottom: 5px;
}
.list-tab-bg {
    background: #f6f6f6;
    padding: 25px;
    padding-left: 50px;
    border-radius: 25px;
}
.list-tab {
    border-left: 1px dashed #afafaf;
}
.tab-title {
    margin-bottom: 15px;
    padding: 10px 15px;
    padding-left: 25px;
}
.tab-title .ngay {
    font-size: 16px;
    position: relative;
    font-weight: 700;
    margin-bottom: 2px;
} 
.tab-title .ngay:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    left: -34px;
    background: var(--main-color);
    border-radius: 50%;
    top: 1px;
}
.tab-title .tieude {
    font-size: 16px;
    font-weight: 700;
}
.list-tab-content-bg {
    background: #f6f6f6;
    padding: 25px;
    border-radius: 25px;
}
.list-tab-content .card-body {
    border-left: 1px dashed #afafaf;
}
.tieude.collapsed {
    border-bottom: 1px solid #afafaf;
    padding: 12px 0;
}
.list-tab-content .tieude {
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.list-tab-content .tieude {
    position: relative;
}
.list-tab-content .tieude i {
    position: absolute;
    right: 0;
}
.list-tab-content .col-i {
    padding-left: 15px;
}
.accordion-html {

}
.dulich-entry .luuy {
    margin-bottom: 15px;
}
.dulich-entry .big-title {
    margin-bottom: 25px;
}
section.thongtinluuy {
    /*margin-bottom: 80px;*/        
}
.thongtinluuy .big-title {
    margin-bottom: 30px;
}
.thongtinluuy-item {
    position: relative;
    cursor: pointer;
    background: #F3F3F3;
    padding: 30px;
    border-radius: 10px;
    transition: 0.5s;
    margin-bottom: 30px;
}
.thongtinluuy-item .clicktab {
    margin-bottom: 0;
}
.thongtinluuy-item .clicktab i {
    position: absolute;
    right: 30px;
}
.thongtinluuy-item .content {
    height: 0;
    position: relative;
    z-index: 1;
    left: 0;
    background-color: #F3F3F3;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
    border-radius: 0 10px 10px 0;
}
.thongtinluuy-item .content i {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
}
.thongtinluuy-item.show {
    padding-top: 15px;
}
.thongtinluuy-item.show .clicktab {
    font-size: 20px;
}
.thongtinluuy-item.show .content {
    height: max-content;
    padding-top: 15px;
    width: 100%;
}
@keyframes rollOut {
   0% {
      opacity: 1;
      transform: translateX(0px) rotate(0deg);
   }
   100% {
      opacity: 0;
      transform: translateX(100%) rotate(120deg);
   }
} 
/*hoatdong*/
.page-hoatdong .cat-chinh .head-item {
    padding: 5px 15px;
}
.page-hoatdong .cat-chinh .head-item a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.page-hoatdong .cat-chinh .head-item a.active {
    color: var(--main-color);
}
.page-hoatdong .cat-phu-slider {
    list-style: none;
    padding-inline-start: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.page-hoatdong .slider_nav_tab .slider_nav {
    color: #10161a;
    position: absolute;
    top: 0;
    font-size: 15px;
}
.page-hoatdong .slider_nav_tab .slider_nav.slider_prev {
    left: 0;
}
.page-hoatdong .slider_nav_tab .slider_nav.slider_next {
    right: 0;
}
.cat-phu-slider.owl-carousel .owl-nav .owl-next, 
.cat-phu-slider.owl-carousel .owl-nav .owl-prev {
    width: auto;
    height: auto;
    top: 15px;
}
.cat-phu-slider .tab-big {
    padding: 0 15px;
    text-align: center;
}
.cat-phu-slider .tab-big a {
    color: #afafaf;
}
.cat-phu-slider .tab-big.active a {
    color: #000;
}
/*hoat dong*/
.page-hoatdong .grid {
    width: 100%;
    display: inline-block;
}
.page-hoatdong .col-big {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.page-hoatdong .col-small {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.siderbar-widget .widget-title {
    font-size: 20px;
    font-weight: 700;
}
.list-news2 {
    padding-inline-start: 0px;
    list-style: none;
}
.list-news2 .news-item2 a:hover {
    color: unset;
}
.list-news2 .news-item2 a:hover .span1 {
    color: var(--main-color)
}
.list-news2 .news-item2 .title {
    font-size: 16px;
    font-weight: 600;
}
.list-siderbar-bg {
    background: #f6f6f6;
    padding: 25px;
    border-radius: 25px;
}
.list-news2 .news-item2 .thongtin-icon {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.list-news2 .news-item2 .thongtin-info {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
}

/*mobile*/
.center {
    text-align: center;
    clear: both;
}

.paginationVT {
    display: inline-block;
    list-style: none;
    padding: 0;
}

.paginationVT li {
    color: black;
    float: left;
    list-style: none;
    display: block;
    padding: 5px 10px;
}
.paginationVT li .page-number {
    text-decoration: none;
}
.paginationVT li.current {
    background-color: #D9D9D9;
    color: #000;
}
.menu-child-lang {
    right: 0;
    width: auto;
    min-width: max-content;
}
.btn-popup {
    border: unset;
    border: unset;
    padding: 5px 15px;
    cursor: pointer;
}
.dulich-entry .btn-popup {
    margin-left: 30px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 15px;
}
#dattour .modal-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#dattour label {
    font-size: 17px;
    font-weight: 500;
}
#dattour .form-control {
    outline: 1px solid var(--main-color);
    background: #fff;
    padding: 15px;
    line-height: 15px;
    height: auto;
    border-radius: 15px;
    color: var(--main-color);
}
#dattour .form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

#dattour .form-control:focus {
    color: var(--main-color);
    background-color: #fff;
    /*border-color: transparent;*/
    /*outline: 0;*/
    box-shadow: unset;
}

#dattour .form-control::-webkit-input-placeholder {
    color: var(--main-color);
    opacity: 1
}

#dattour .form-control::-moz-placeholder {
    color: var(--main-color);
    opacity: 1
}

#dattour .form-control:-ms-input-placeholder {
    color: var(--main-color);
    opacity: 1
}

#dattour .form-control::-ms-input-placeholder {
    color: var(--main-color);
    opacity: 1
}

#dattour .form-control::placeholder {
    color: var(--main-color);
    opacity: 1
}
#dattour .button-cus2 {
    display: inline-block;
    outline: unset!important;
}
@media (max-width: 400px) {
    .paginationVT li {
        padding: 5px 10px;
    }
}
@media (max-width: 992px) {
    /**/
    .c-mb-15 {
        margin-bottom: 25px;
    }
    .text-center-mb {
        text-align: center;
    }
    .owl-dots {
        bottom: 5px;
    }
    .owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    section, footer {
        padding: 30px 0;
    }
    footer .cat {
        margin-bottom: 30px;
    }
    .bottom-footer {
        font-size: 12px;
    }
    .top-header, .hidden-mb, .dangnhap, .dangky {
        display: none;
    }
    .page-header {
        display: block;
        top: 0;
        margin-top: 0;
        padding: 15px 0;
        position: relative;
    }
    .order4 {
        order: 4;
        margin-top: 15px;
    }
    .page-header .logo {
        width: 100%;
    }
    .slider-content {
        width: 100%;
        height: fit-content;
        color: #000;
        top: unset;
        background: rgb(44 161 126 / 50%);
        padding: 15px 15px 45px 15px;
        bottom: 0;
    }
    .slider-content .big-title {
        font-size: 20px;
    }
    .big-title {
        font-size: 25px;
    }
    .dulichnoidia .big-title, .dulichquocte .big-title {
        font-size: 25px;
    }
    .uudaigiochot .big-title, .dulichnoidia .big-title, .dulichquocte .big-title {
        padding-bottom: 10px;
    }
    .uudai-item {
        margin-bottom: 15px;
    }
    .uudai-item .justify-content-end {
        justify-content: unset!important;
    }
    .uudai-item .info-item .title {
        font-size: 16px;
    }
    .vechungtoi .bg-title, .vechungtoi .about-content {
        padding: 15px 0;
    }
    .vechungtoi .button-cus2 {
        margin-bottom: 15px;
    }
    .dulich-item .img-item {
        border-radius: 5px;
    }
    .dulich-item {
        margin-bottom: 30px;
    }
    .page-about .des, .page-blog .des {
        font-size: 20px;
    }
    .page-about section.info, .page-blog section.info {
        padding-bottom: 0px;
    }
    .tamnhin .img-chinh {
        margin-bottom: 15px;
    }
    .tamnhin .row2 .col-md-8 {
        order: 2;
    }
    .tamnhin .row2 .col-md-4 {
        order: 1;
    }
    .tamnhin .row2 .tamnhin-content {
        text-align: left;
    }
    .page-hoatdong .col-small {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .page-hoatdong .col-big, .page-hoatdong .col-small {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hoatdong .item-hinh {
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .list-tour .item .item-hinh {
        border-bottom-right-radius: unset;
    }
    .list-tour .item .item-info .title {
        font-size: 20px;
    }
    .thongtinchuyendi .info {
        /*padding: 0px;*/

    }
    .thongtinchuyendi .info .span1 {
        font-weight: 700;
    }
    .info-content .info1 {
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .list-tab-bg {
        margin-bottom: 15px;
    }
    .page-dulich .dulich-item {
        margin-bottom: 20px;
    }
    .list-news2 .news-item2 .thongtin-icon, .list-news2 .news-item2 .thongtin-info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .list-news2 .news-item2 .thongtin-info  {
        padding: 15px 0;
    }
    .list-siderbar-bg {
        margin-top: 30px;
    }
}