#preload {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999999999;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  transition: .3s; }

#preload.loadajax {
  background-color: rgba(0, 0, 0, 0.35); }

#preload img {
  margin-bottom: 12px; }

#preload .object {
  width: 14px;
  height: 14px;
  background-color: #f9aa34;
  float: left;
  margin-right: 10px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

#preload #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite; }

#preload #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#preload #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

#preload #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

#preload #object_five {
  -webkit-animation: object_five 1.5s infinite;
  animation: object_five 1.5s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0); } }
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0); } }
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0); } }
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }
@-webkit-keyframes object_four {
  75% {
    -webkit-transform: scale(0); } }
@keyframes object_four {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }
@-webkit-keyframes object_five {
  75% {
    -webkit-transform: scale(0); } }
@keyframes object_five {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }
.scroll_style {
  overflow: auto; }

.scroll_style::-webkit-scrollbar-track {
  background-color: #e2e2e2;
  border-radius: 3px;
  width: 6px; }

.scroll_style::-webkit-scrollbar {
  background-color: #de9314;
  width: 6px;
  border-radius: 3px; }

.scroll_style::-webkit-scrollbar-thumb {
  background-color: #de9314;
  width: 6px;
  border-radius: 3px; }

.result-text {
  font-size: 30px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px; }

.result-list .block-title {
  padding: 0 15px 0 50px;
  margin-top: 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }

.result-list .block-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  height: 3px;
  width: 22px;
  background-color: #7a121d;
  margin-left: 15px; }

.filter_drop a.active {
  color: #de9314; }

.toast-error .text-danger {
  color: white; }

.filter-search form {
  flex-grow: 1; }

.map-areas .map-ct .list-location .tab-content .tab-pane ul li.active {
  color: #7a121d; }

.fancybox-caption {
  text-align: center;
  font-size: 16px; }

.text2line {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  height: 3em; }

.career-form__form-group.career-form__form-group--text .text-danger {
  position: absolute;
  right: 0;
  top: 100%; }

.toast-message .text-danger {
  color: white !important; }

.fb-like {
  display: flex !important; }

.c-img {
  position: relative;
  display: block;
  padding-top: 60% !important; }

.c-img > img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.col-p-30 {
  padding-left: 30px;
  padding-right: 30px; }

.row-m-30 {
  margin-left: -30px;
  margin-right: -30px; }

.top-show {
  padding: 32px 0; }

@media (max-width: 991px) {
  .col-p-30 {
    padding-left: 15px;
    padding-right: 15px; }

  .row-m-30 {
    margin-left: -15px;
    margin-right: -15px; }

  .mini-show {
    background-size: cover !important; }

  .top-show .right .info ul li {
    text-align: left; }

  .mini-show .tab-content.h-50 {
    height: auto !important; } }
@media (max-width: 480px) {
  .top-show .right .info {
    flex-wrap: wrap; }

  .top-show .right .info ul {
    flex: 100%; } }
.q-page-pri {
  overflow: hidden; }

.logo {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  padding: 5px; }

.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 99999;
  display: none;
  width: 50px;
  height: 50px;
  padding: 10px 12.5px;
  border-radius: 50%;
  background: #de9314;
  box-shadow: 0px 0px 6px 0px #ddd;
  transition: .3s;
  opacity: .7; }
  .back-to-top:hover {
    opacity: 1; }

.ft-item .form-group button:hover {
  background-color: white;
  color: #de9314; }

.hv-scale:hover {
  transform: scale(1.1); }

.m-t-10 {
  margin-top: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-b-15 {
  margin-bottom: 15px !important; }

@media (max-width: 1600px) {
  .item-show .ct .desc {
    font-size: 16px; } }
.ct-post .desc {
  font-size: 1.2rem; }

.is_link:hover h3.title a {
  color: #de9314; }

.ct-bigshow .view {
  font-weight: unset;
  float: right; }

.menu-restaurant .item-menu .list {
  overflow-y: unset; }

.menu-restaurant .item-menu .list:hover {
  overflow-y: auto; }

.video_banner {
  border: none !important;
  height: 100vh;
  width: 100%;
  object-fit: cover; }

.visiting-area {
  overflow: hidden; }

.close_popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  color: red;
  text-shadow: 0px 0px 0px #fff;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s; }

.close_popup:hover {
  color: #012c71; }

.btn_popup {
  display: inline-block;
  margin-left: 15px;
  border-radius: 5px;
  border: 1px solid #fafafa;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  width: 100px;
  text-align: center;
  transition: 0.3s;
  color: white; }
  .btn_popup:hover {
    opacity: 0.8; }
  .btn_popup.btn_cancel {
    background-color: #b97a11; }
  .btn_popup.btn_accept {
    background-color: #7a121d; }

.m-b-20 {
  margin-bottom: 20px; }

.text-2-line {
  line-height: 1.3em;
  max-height: 2.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-3-line {
  line-height: 1.3em;
  max-height: 3.9em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-4-line {
  line-height: 1.3em;
  max-height: 5.2em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.m-b-5 {
  margin-bottom: 5px; }

.item-sercive-other .desc {
  font-size: 14px; }

.item-event {
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 15px; }
  .item-event .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .item-event .img {
    position: relative;
    z-index: 1; }
  .item-event .title a {
    display: block;
    line-height: 1.4em;
    max-height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1; }
  .item-event .desc {
    line-height: 1.3em;
    max-height: 3.9em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .item-event .view {
    position: absolute !important;
    bottom: 15px;
    right: 0; }

#popup_text_button {
  top: -100%;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  height: 150px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  max-width: 450px;
  background: white;
  box-shadow: 1px 1px 3px 0 #dddddd;
  height: 150px;
  z-index: 999999;
  transition: 0.3s;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  #popup_text_button.show {
    top: 0;
    opacity: 1;
    pointer-events: all; }
  #popup_text_button .content {
    display: flex;
    align-items: center; }
    #popup_text_button .content > img {
      width: 100px;
      margin-right: 20px;
      max-height: 85px; }
    #popup_text_button .content .text {
      font-size: 18px;
      line-height: 1.4em;
      max-height: 4.2em;
      font-weight: 600px;
      overflow: hidden; }

.popup_image {
  position: fixed;
  z-index: 999;
  transition: 0.3s;
  bottom: -100%; }
  .popup_image .close_popup {
    top: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px; }
  .popup_image.bot-left {
    left: 0; }
    .popup_image.bot-left .close_popup {
      right: 5px; }
  .popup_image.bot-right {
    right: 0; }
    .popup_image.bot-right .close_popup {
      left: 5px;
      right: auto; }
  .popup_image.show {
    bottom: 0; }
  .popup_image .img {
    position: relative;
    display: block; }
    .popup_image .img img {
      object-fit: contain;
      max-height: 200px;
      max-width: 350px; }

.over-flow-hidden {
  overflow: hidden; }

.eapps-widget-toolbar {
  display: none !important; }

.jsx-946684963.eatr-cta-actions {
  display: none !important; }

.eatr-reviews-skeleton-container.jsx-903231360 {
  height: 520px !important; }

.jsx-903231360.eatr-reviews-skeleton-container.eatr-reviews-skeleton-height-fixed > div:nth-child(3) {
  display: none !important; }

.eatr-header-component.eatr-header-with-side-paddings {
  padding-top: 0 !important; }

.eatr-content-wrapper::-webkit-scrollbar-track {
  background-color: #e2e2e2;
  border-radius: 3px;
  width: 6px; }

.eatr-content-wrapper::-webkit-scrollbar {
  background-color: #de9314;
  width: 6px;
  border-radius: 3px; }

.eatr-content-wrapper::-webkit-scrollbar-thumb {
  background-color: #de9314;
  width: 6px;
  border-radius: 3px; }

.s-content li {
  margin-left: 10px; }

.s-content blockquote {
  font-size: 2rem;
  line-height: 1.2;
  padding: 1rem 0;
  text-align: center;
  background-image: url("../../public/images/signs.png");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: center; }
.s-content figcaption {
  font-style: italic;
  margin-bottom: 20px;
  font-size: 13px; }

.m-t-20 {
  margin-top: 20px; }

#content_minishow {
  margin-bottom: -23.15%; }

#list_images_minishow {
  min-height: 360px; }

.mini-show .nav-tabs .nav-link .ct {
  opacity: 0.7;
  visibility: unset; }

.border-minishow {
  position: relative; }
  .border-minishow:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: calc(100% - 40px);
    height: 100%;
    border: 1px solid #de9314;
    z-index: 1;
    pointer-events: none; }

.block-bigshow.v3 .ct-bigshow {
  position: relative;
  padding-bottom: 42%; }
.block-bigshow.v3 .dc-img {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0; }

#popup_bottom {
  position: fixed;
  transition: .3s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 99999;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8); }
  #popup_bottom .box_popup {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -300px;
    background-color: rgba(255, 255, 255, 0.85);
    transition: .3s; }
    #popup_bottom .box_popup .container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      #popup_bottom .box_popup .container .box_text {
        width: calc(100% - 200px); }
      #popup_bottom .box_popup .container .box_button {
        width: 150px; }
  #popup_bottom.show {
    pointer-events: all;
    opacity: 1; }
    #popup_bottom.show .box_popup {
      bottom: 0; }

.back-to-top {
  z-index: 999; }

figure.align-center {
  text-align: center; }

.content_galery_album .dots {
  top: auto;
  bottom: 5px; }
  .content_galery_album .dots .owl-dot span {
    box-shadow: 0px 0px 1px 1px #fff; }

.banner_category {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  pointer-events: none; }
  .banner_category .ct {
    pointer-events: all; }

.img_banner_category {
  max-height: calc(100vh - 90px); }

.nav-tabs.nav-pri .nav-link {
  font-weight: normal !important; }

.back-to-top {
  text-align: center;
  padding: 0;
  line-height: 50px; }
  .back-to-top i {
    line-height: unset; }

.career-form__form-group--textarea textarea {
  height: 71px; }

.m-b-30 {
  margin-bottom: 30px; }

.cas-home .item .ct .title {
  font-size: 18px; }

.cas-home .item .ct .time {
  font-size: 35px; }

header {
  z-index: 99; }

.item-area:hover .img img {
  filter: none !important; }
.item-area .img img {
  filter: grayscale(1); }

.detail_news figure img {
  width: 100%; }

body {
  line-height: 1.4; }

.s-content ul {
  margin-left: 35px; }

.item-news.v2 .ct .desc {
  line-height: 1.4em;
  height: calc(1.4em * 3); }

.item-show .ct .title a {
  text-transform: capitalize; }

.item-show.hotShow .ct .title a {
  font-size: 1.3em; }
.item-show.v1 .ct .title a {
  font-size: 1.1em; }

.top-show .right .info ul li {
  text-transform: capitalize; }

.item-promotion .ct .title {
  text-transform: capitalize;
  font-size: 1.2rem; }

.item-gallery .album-img .title {
  text-transform: capitalize;
  font-size: 1.2rem; }

.cas-event .ct .title a {
  text-transform: capitalize;
  line-height: 1.4em;
  max-height: calc(1.4em * 3); }

.item-event .ct .title a {
  text-transform: capitalize;
  font-size: 1.2rem; }

.item-visit .ct .title a {
  text-transform: capitalize;
  font-size: 1.5rem; }

.block-direct .item span {
  text-transform: capitalize; }

.item-sercive-other .ct .title a {
  text-transform: capitalize;
  font-size: 1.1rem; }

.eatr-reviews-skeleton-component a {
  z-index: 9 !important; }

.block-qc a {
  text-align: center; }

#logo_trips {
  filter: none !important; }

.show .btn-pri {
  opacity: 0.8; }

.book-ticket {
  opacity: 0.8; }

.item-news.v2 .ct .title a {
  line-height: 1.3em;
  height: calc(1.3em * 2); }

.item-news.hot .ct .title a {
  font-size: 1.3em; }
.item-news.v2 .ct .title {
  margin-bottom: 5px; }
.item-news.v2 .ct .desc {
  display: block; }
.item-news.featured .ct .control {
  margin-bottom: 5px; }
.item-news.featured .ct .title {
  margin-bottom: 5px; }
  .item-news.featured .ct .title a {
    font-size: 21px;
    line-height: 1.3em;
    max-height: 2.3em; }
.item-news.featured .ct .desc {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  max-height: 2.6em; }
.item-news .ct .title a {
  line-height: 1.3em;
  max-height: calc(1.3em * 3);
  text-transform: capitalize;
  font-size: 1.1em; }

.post-full, .item-program-hot .box-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.item-program-hot {
  animation: ani-fade1 12s ease-in-out 5s;
  position: relative;
  padding: 0 !important;
  padding-top: 27% !important;
  max-width: 100%;
  width: 350px;
  visibility: hidden; }
  .item-program-hot .box-text {
    padding: 20px;
    display: flex;
    align-items: center; }
  .item-program-hot .c-img {
    padding-top: 27% !important;
    width: 100%; }
  .item-program-hot.trips {
    border-radius: 5px;
    overflow: hidden;
    padding: 0 !important;
    animation: ani-fade1 20s ease-in-out 5s;
    background: none !important; }
    .item-program-hot.trips img {
      opacity: 0.8;
      border-radius: 5px; }
  .item-program-hot:nth-child(2) {
    animation-delay: 7s; }

@keyframes ani-fade1 {
  0% {
    transform: translateX(200px);
    opacity: 0;
    visibility: hidden; }
  15% {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible; }
  90% {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible; }
  100% {
    transform: translateX(200px);
    opacity: 0;
    visibility: hidden; } }
.cas-home .item .ct {
  bottom: 20px; }
  .cas-home .item .ct .control {
    display: inline-flex;
    border-radius: 5px;
    overflow: hidden; }

#CDSWIDSSP {
  width: 100% !important; }
  #CDSWIDSSP a {
    text-decoration: none !important;
    transition: .2s;
    color: #de9314 !important; }
    #CDSWIDSSP a > dt {
      color: #de9314 !important;
      font-size: 29px !important; }
  #CDSWIDSSP .withBorder {
    border-color: #de9314 !important; }
  #CDSWIDSSP .widSSPData .widSSPH11 {
    font-size: 16px;
    margin-bottom: 10px; }
  #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall {
    font-size: 15px !important; }
  #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {
    font-size: 17px !important; }

#CDSWIDSSP .widSSPData .widSSPH11 {
  padding: 11px 0 3px !important;
  font-size: 14px !important; }

.cas-home .item .btn-pri {
  background-color: rgba(255, 255, 255, 0.75); }
  .cas-home .item .btn-pri:last-child {
    background-color: rgba(222, 147, 20, 0.75); }

#myVideo {
  position: relative;
  display: block;
  padding-top: 50%; }
  #myVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.cas-home .item .ct {
  z-index: 9;
  pointer-events: none; }
  .cas-home .item .ct a {
    pointer-events: all; }

.language ul {
  background: none;
  box-shadow: none;
  right: 12px; }
  .language ul a {
    width: 36px;
    padding: 5px 3px; }
    .language ul a img {
      box-shadow: 1px 1px 3px #333;
      border-radius: 50%;
      width: 30px;
      height: 30px; }

.row-space-8px {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px; }
  .row-space-8px > [class^="col-"] {
    padding-left: 8px;
    padding-right: 8px; }

#modal_detail_album .modal-dialog {
  margin-top: 10vh;
  max-width: none !important; }
#modal_detail_album .modal-content {
  border: none;
  background: none; }
#modal_detail_album .close_album {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: white;
  top: -25px;
  right: -10px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  background-color: #de9314;
  transition: .3s;
  z-index: 9; }
  #modal_detail_album .close_album:hover {
    opacity: .7; }

.item_detail_ablum {
  background: white; }
  .item_detail_ablum .c-img {
    padding-top: 73% !important; }
    .item_detail_ablum .c-img:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 80px;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
      background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
      opacity: 0.9;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      z-index: 1; }
    .item_detail_ablum .c-img .change_image {
      position: absolute;
      top: calc(50% - 30px);
      cursor: pointer;
      width: 35px;
      height: 60px;
      line-height: 60px;
      font-size: 40px;
      text-align: center;
      font-weight: normal;
      color: white;
      z-index: 9;
      user-select: none;
      text-shadow: 1px 1px 1px #434040; }
      .item_detail_ablum .c-img .change_image.prev_image {
        left: 30px; }
      .item_detail_ablum .c-img .change_image.next_image {
        right: 30px; }
    .item_detail_ablum .c-img .bottom {
      text-align: center;
      padding: 30px;
      color: white;
      font-size: 18px;
      z-index: 2; }
  .item_detail_ablum .info {
    display: flex;
    flex-direction: column; }
  .item_detail_ablum .box-text {
    padding: 40px 30px 25px 30px;
    border-bottom: 1px solid #d0cfce;
    height: 51.8%; }
    .item_detail_ablum .box-text .title {
      font-weight: bold;
      line-height: 1.3;
      font-size: 40px; }
    .item_detail_ablum .box-text .desc {
      font-size: 18px;
      color: #404041;
      max-height: calc(1.4em * 7);
      margin: 0 -8px 25px -8px;
      padding: 0 8px;
      line-height: 1.4; }
  .item_detail_ablum .box-images {
    padding: 30px;
    height: 48.2%; }
  .item_detail_ablum .social-blog {
    margin-bottom: 30px;
    height: 30px; }
  .item_detail_ablum .list_images {
    overflow: auto; }
    .item_detail_ablum .list_images .item {
      padding-top: 5px !important; }
      .item_detail_ablum .list_images .item.active .img {
        outline: 1px solid red; }
      .item_detail_ablum .list_images .item .img {
        outline: 1px solid transparent; }

.c-img.pad100 {
  padding-top: 100%; }
.c-img .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

[data-dismiss] {
  cursor: pointer; }

.view_full_screen {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-flex;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 2px solid white;
  align-items: center;
  justify-content: center;
  z-index: 9;
  box-shadow: 1px 1px 1px #ddd;
  user-select: none; }
  .view_full_screen > img {
    width: 28px; }

.box_preview_image .img {
  cursor: pointer; }

.is_full_screen {
  object-fit: contain !important; }

.item-gallery .album-img .tag {
  top: 0 !important; }

.cas-album.owl-carousel {
  margin-top: -200px; }
  .cas-album.owl-carousel .owl-stage-outer {
    padding-top: 200px; }

.head-pri.v3 {
  position: relative;
  z-index: 2; }

.nav-tabs.nav-pri {
  position: relative;
  z-index: 2; }

@media (min-width: 1920px) {
  .d-nav ul li a {
    font-size: 18px; } }
@media (min-width: 1366px) {
  .d-nav ul li a {
    font-size: 15px; }

  .language ul a {
    width: calc(1.8050541516vw + 11.3429602888px); }

  .language ul a img {
    width: calc(1.8050541516vw + 5.3429602888px);
    height: calc(1.8050541516vw + 5.3429602888px); } }
@media (min-width: 992px) {
  #result_partner .owl-nav {
    display: none; } }
@media (max-width: 1600px) {
  .eatr-reviews-skeleton-container.jsx-903231360 {
    height: 410px !important; }

  .item-program-hot {
    width: 280px; }

  .item-news .ct .title a {
    font-weight: bold; }
  .item-news.v2 .ct .title a {
    font-size: 16px; }
  .item-news.featured .ct .title {
    margin-bottom: 5px; }
    .item-news.featured .ct .title a {
      font-size: 14px; }
  .item-news.featured .ct .desc {
    font-size: 13px; }

  #modal_detail_album .close_album {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    top: -20px;
    right: -5px; }

  .item_detail_ablum .box-text {
    height: auto;
    min-height: 51.2%;
    padding: 20px; }
    .item_detail_ablum .box-text .title {
      font-size: 30px; }
  .item_detail_ablum .box-images {
    padding: 20px;
    height: auto; }

  .cas-event .ct .title a {
    font-size: 1.5rem; } }
@media (min-width: 1200px) {
  .logo img {
    transform: scale(0.9); } }
@media (max-width: 1440px) {
  #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {
    font-size: 14px !important; }

  #CDSWIDSSP a > dt {
    font-size: 24px !important; } }
@media (max-width: 1199px) {
  .view_full_screen {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px; }

  .list-area {
    white-space: unset; }
    .list-area .item-area .title {
      white-space: unset; }

  #modal_detail_album .close_album {
    font-size: 21px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: -15px;
    right: 0; }

  #modal_detail_album .modal-dialog {
    margin-top: 10vh; }

  .page_album_detail .item_detail_ablum .box-text {
    padding: 25px 0; }
  .page_album_detail .item_detail_ablum .box-images {
    padding: 25px 0; }
  .page_album_detail .item_detail_ablum .box-text .desc {
    max-height: none; }
  .page_album_detail .item_detail_ablum .list_images {
    max-height: none; }

  .item_detail_ablum .c-img {
    padding-top: 50% !important; }
    .item_detail_ablum .c-img .bottom {
      padding: 15px; }
    .item_detail_ablum .c-img .change_image {
      font-size: 30px; }
      .item_detail_ablum .c-img .change_image.prev_image {
        left: 15px; }
      .item_detail_ablum .c-img .change_image.next_image {
        right: 15px; }
  .item_detail_ablum .box-text {
    min-height: auto;
    border-bottom: none; }
    .item_detail_ablum .box-text .desc {
      font-size: 16px; } }
@media (max-width: 991px) {
  #list_images_minishow {
    min-height: auto; }

  #content_minishow {
    margin-bottom: 20px; }

  .row-m-10 {
    margin-right: -10px;
    margin-left: -10px; }

  .col-p-10 {
    padding-left: 10px;
    padding-right: 10px; }

  .block-bigshow.v3 .ct-bigshow {
    padding-bottom: 0; }
  .block-bigshow.v3 .dc-img {
    position: relative;
    padding-top: 180px; }

  .item-event .title a {
    font-weight: bold; }

  #promotion_home .owl-nav, #news_home .owl-nav {
    left: 0;
    right: 0;
    justify-content: center; }

  #news_home {
    padding-bottom: 10px; }
    #news_home .cas-news-home {
      padding-bottom: 60px;
      padding-top: 0px; }
    #news_home .owl-nav {
      top: auto;
      bottom: 12px; }

  #customer_review .cas-review {
    padding-bottom: 60px;
    padding-top: 0px; }
  #customer_review .item-review .bottom {
    max-width: 100%; }
  #customer_review .owl-nav {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center; }

  #result_partner .cas-partner {
    padding-bottom: 60px;
    padding-top: 0px; }
  #result_partner .owl-nav {
    top: auto;
    bottom: 12px;
    left: 0;
    right: 0;
    justify-content: center; } }
@media (max-width: 767px) {
  #result_partner .head-pri {
    margin-bottom: 10px !important; }

  .fancybox-slide--iframe {
    padding: 40px 15px; }

  .item-gallery.v2 {
    margin-top: 0; }

  .list-blog-cate.list .item-news .img {
    width: 100%; }

  .img_banner {
    padding-top: 70%; }

  .col-sm-6.m-b-20 {
    margin-bottom: 15px; }

  .popup_image .img img {
    max-height: 100px;
    max-width: 200px; }

  .popup_image .close_popup {
    font-size: 16px; }

  .close_popup {
    font-size: 20px; }

  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0; }

  .cas-home .item .btn-pri {
    position: relative; }
    .cas-home .item .btn-pri i {
      position: absolute;
      right: 15px;
      top: calc(50% - 7px); }

  .cas-home .item .ct .control {
    display: flex; }

  .cas-home.videoVimo .ct.video {
    position: relative;
    margin-top: 20px; }
    .cas-home.videoVimo .ct.video a {
      background-color: rgba(222, 147, 20, 0.8);
      color: white !important; }
      .cas-home.videoVimo .ct.video a:last-child {
        background-color: rgba(122, 18, 29, 0.8); }

  #promotion_home .cas-promotion {
    padding-top: 0;
    padding-bottom: 50px; }
    #promotion_home .cas-promotion .owl-nav {
      bottom: 0;
      top: auto; } }
@media (max-width: 575px) {
  .img_banner > img,
  .img_banner > video {
    padding-top: 0; }

  .cas-home .item .ct .title {
    font-size: 16px; }

  .cas-home .item .ct .time {
    font-size: 25px; }

  .item-news.hot .ct .title a {
    font-size: 1.1rem; }
  .item-news.hot .ct .control {
    font-size: 12px; }
  .item-news .ct .title a {
    font-size: 13px; }

  .ct-post .head {
    font-size: 27px; }

  .ct-post .desc {
    font-size: 1.1rem; }

  .program-home {
    top: 35px;
    min-width: 200px;
    width: 200px; }

  .program-home .item-program-hot {
    width: 200px; }

  .cas-home .item.video {
    padding-top: calc(100vh - 60px); } }

/*# sourceMappingURL=custom.css.map */
