/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
body {
    -webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
header {
    position: relative;
    z-index: 4;
}

.home .setting-menu {
    /* position: absolute; */
    width: 100%;
}

.logo-section img {
    max-height: 4rem;
}

.menu-section > ul > li > a {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.list-menu {
    padding: 0;
    list-style: none;
}

.list-menu>li {
    display: inline-block;
    margin-right: 10px;
}

.list-menu>li:last-child {
    margin: 0;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.rti-custom {
    padding-top: 90vh;
}

.center-left-me {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.center-me {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.customer-image {
    margin-bottom: -25px;
    margin-left: 15px;
}

.customer-image img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.customer-career {
    height: 100px;
    overflow-y: scroll;
}

.customer-career::-webkit-scrollbar {
    width: 2px;
}

.customer-career::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
    outline: 1px solid var(--color-main);
}

.product-action {
    display: none !important;
}

.line-af:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background: var(--color-hightlight);
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;
}

.product-image-detail .slider-thumbs {
    display: none;
}

.bao-mxh {
    left: 0;
    right: auto;
    position: fixed;
    top: 30%;
    z-index: 999999;
}

.box-mxh {
    display: flex;
    flex-direction: column;
}

.mxh-item {
    border-radius: 0 5px 5px 0;
    transition: width 0.3s;
    overflow: hidden;
    color: #ffffff!important;
    white-space: nowrap;
    text-overflow: clip;
    display: inline-block;
    height: 40px;
    margin-bottom: 2px;
    position: relative;
    width: 40px;
}

.mxh-item.mxh-face {
    background: #3b5998;
}

.mxh-item.mxh-inta {
    background: #c32aa3;
}

.mxh-item.mxh-email {
    background: #000000;
}

.mxh-item.mxh-vk {
    background: #25D366;
}

.mxh-item.mxh-youtube {
    background: #c00;
}

.mxh-item.mxh-email {
    background: #000000;
}

.mxh-item a {
    color: #ffffff!important;
    font-weight: bolder;
    display: block;
}

.mxh-item a > i {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 6px;
    text-align: center;
    transition: all 300ms ease 0ms;
    width: 44px;
}

.mxh-item img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
    padding: 8px;
}

.mxh-item:hover {
    height: 100%;
    overflow: unset;
    width: 155px;
    transition: width 0.3s;
}

.tx-1 {
    position: absolute;
    top: 9px;
}

.product-detail-head {
    padding: 15px;
    background: #fdfdfd;
    border: 1px solid #e5e5e5;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (min-width: 1200px) {
    .fs-xl-free {
        font-size: 35px !important;
    }
}

/*--------------------------------------------------------------------------
|  TienTM
--------------------------------------------------------------------------*/
.product-image-detail .slick-dots {
    bottom: 15px;
}

.product-image-detail .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.rti-product {
    padding-top: 70% !important;
}

.box-category-home .img_category {
    padding-top: 60%;
}

.company-other {
    margin-top: 15px;
}

.company-other>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.company-other>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.company-other .item {
    border: 1px dashed #e5e5e5;
}

.list-contact {
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
    text-align: center;
}

.list-contact li {
    display: inline-block;
    margin: 0 5px;
}

.list-contact li:first-child {
    margin-left: 0;
}

.list-contact li:last-child {
    margin-right: 0px;
}

.list-contact li a,
.list-contact li button{
    display: block;
    padding: 10px !important;
    background: var(--color-main);
    text-align: center;
    border-radius: 5px;
    border: none;
}

#formLienhe .close {
    position: absolute;
    right: 0px;
    top: -18px;
    font-size: 30px;
    background: black;
    color: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 30px;
    width: 30px;
}

.list-contact li a img,
.list-contact li button img{
    filter: brightness(0) invert(1);
}
.list-contact li  img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.list-contact li button img {
    width: 25px;
}
.list-contact li a.phone_number {
    background: #25c023;
}

.list-contact li a.youtube {
    background: #c00;
}

.list-contact li a.zalo {
    background: #008ecc;
}

.company-other .slick-list .item.slick-slide img {
    object-fit: contain;
}

.company-other .slick-list .item.slick-slide .rti-56 {
    padding-top: 40%;
}

.logo-footer img {
    width: 70%;
}

.fix {
    position: fixed !important;
    top: 0;
    padding: 0px 0px !important;
    right: 0;
    width: 100%;
    z-index: 9999 !important;
    -webkit-transition: position 0.4s;
    -o-transition: position 0.4s;
    transition: position 0.4s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

@-webkit-keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

@keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

.btn-more-border {
    color: var(--color-main);
    background: none;
    border: 2px solid var(--color-main);
    padding: 5px 20px 3px !important;
}

.btn-more-border:hover {
    background: var(--color-main);
    color: #fff;
}
.module-form-contact .modal-header {
    display: table;
    width: 100%;
}
.module-form-contact .modal-title {
    text-align: center;
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-hightlight);
}
.module-form-contact .close {
    position: absolute;
    right: -14px;
    top: -18px;
    font-size: 30px;
    background: black;
    color: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
    opacity: 1;
}
.module-form-contact .modal-body .form-control,
.module-form-contact .modal-body textarea{
    border: 1px solid #333;
    border-radius: 5px;
}
.module-form-contact .form-group:last-child {
    margin-bottom: 0px;
    display: table;
    margin: 0 auto;
}
.module-form-contact .form-group .btn-submit {
    padding: 6px 20px 5px !important;
    text-transform: uppercase;
    height: auto;
    font-weight: 700;
}
.btn-button-popup {
    color: var(--color-main);
    background: none;
    border: 2px solid var(--color-main);
    padding: 8px 30px 6px !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: table;
    margin: 0 auto;
}
.btn-button-popup:hover {
    background: var(--color-main);
    color: #fff;
}
.boxButton-contact h3 {
    text-align: center;
    text-transform: uppercase;
    color: var(--color-main);
    -webkit-animation: my 700ms infinite;
	 -moz-animation: my 700ms infinite; 
	 -o-animation: my 700ms infinite; 
	 animation: my 700ms infinite;
}
@-webkit-keyframes my {
	 0% { color: var(--color-main); } 
	 50% { color: var(--color-hightlight);  } 
	 100% { color: var(--color-main);  } 
 }
 @-moz-keyframes my { 
	 0% { color: var(--color-main);  } 
	 50% { color: var(--color-hightlight);  }
	 100% { color: var(--color-main);  } 
 }
 @-o-keyframes my { 
	 0% { color: var(--color-main); } 
	 50% { color: var(--color-hightlight); } 
	 100% { color: var(--color-main);  } 
 }
 @keyframes my { 
	 0% { color: var(--color-main);  } 
	 50% { color: var(--color-hightlight);  }
	 100% { color: var(--color-main);  } 
 } 
.boxButton-contact {
    border: 3px dashed var(--color-hightlight);
    border-radius: 3px;
    background: #f7fff1;
    padding: 15px 15px 15px 15px;
}
.ft-social img {
    height: 45px;
    border: 1px solid #fff;
    padding: 2px;
    width: auto !important;
    max-width: initial;
}
.btnSubmit-partner {
    color: var(--color-main);
    background: none;
    border: 2px solid var(--color-main);
    padding: 8px 20px 6px !important;
    display: table;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
}
.btnSubmit-partner:hover {
    color: #fff;
    background: var(--color-main);
}
.form-btnSubmit-partner {
    margin-bottom: 0px;
    margin-top: 15px;
}
.infor-company-contact {
    margin-top: 30px;
}
.infor-company-contact .logo-footer img {
    filter: brightness(1) invert(0);
}
.infor-company-contact .title-section {
    margin-bottom: 20px !important;
}
.infor-company-contact .entire-info-website address p {
    font-size: 15px;
}
.infor-company-contact .entire-info-website address p span {
    font-weight: bold;
}
.name-title-company {
    font-size: 18px !important;
    font-weight: 700;
}
.infor-company-contact .entire-info-website {
    margin-bottom: 0px;
}
.img-logo-tour img {
    width: 100%;
    height: auto;
    object-fit: contain !important;
    transform: rotate(45deg);
}
.boxTour-content {
    position: relative;
}
.img-logo-tour {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.1;
}
.boxTour-banner-home .gallery-readmore {
    margin-top: 30px !important;
}
.box-category-home .item-title-category > a {
    background: #1b3a639e;
    display: table !important;
    margin: 0 auto;
    padding: 5px 5px;
}
.box-category-home .item-title-category > a:hover {
    background: var(--color-main);
    color: #fff;
}
@media (min-width: 992px) {
    .product-image-detail .product-image-detail-top {
        margin-bottom: 0px;
    }

    .product-detail-head .product-image-detail .inner-image {
        padding-top: 66%;
    }

    .rti-product {
        padding-top: 70% !important;
    }

    .box-category-home .img_category {
        padding-top: 100%;
    }

    .product-item {
        margin-bottom: 30px;
    }

    .article-item .article-title {
        font-size: 20px;
    }

    .product-item .inner-content .product-title a {
        font-size: 20px;
    }

    .list-contact {
        margin-bottom: 0px;
    }

    .home .header-fix.fix .logo-section img {
        filter: brightness(1) invert(0);
    }

    .home .header-fix.fix .menu-section > ul > li > a {
        color: #333 !important;
    }

    header .setting-menu > .container > .row {
        align-items: center;
    }

    .menu-section .entry-menu, .menu-section .entry-menu.dropdown ul {
        border: 1px solid #e3e3e3;
        margin-top: 0px;
    }
    .boxButton-contact {
        padding: 10px 10px 10px 10px;
    }
    .infor-company-contact {
        margin-top: 0px;
    }
    .infor-company-contact .entire-info-website address p {
        font-size: 16px;
    }
    .name-title-company {
        font-size: 20px !important;
    }
    .list-contact li {
        margin: 0 10px;
    }
    .list-contact li img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .list-contact li button img {
        width: 35px;
    }
    .boxTour-banner-home .gallery-readmore {
        margin-top: 40px !important;
    }
    .box-category-home .item-title-category > a {
        padding: 5px 10px;
    }
  .home .setting-menu {
    padding: 10px 0px;
  }
}
@media (max-width: 768px) {
    #formLienhe .close {
        top: -18px;
    }
}

/* csss by hieu */
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 724px;
    }
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 5px solid rgba(225, 225, 225, .2);
    border-radius: 5px !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
}

.contact-popup .modal-content {
    border-radius: 20px!important;
}
.image-policy{
    height: 100%;
}

.modal-content .image-policy img {
    width: 100%;
    height: 100%;
}
.bg-main .btn-action-header {
    display: inline-block;
    height: 0px;
    line-height: 0px;
    padding: 0 12px;
}
.bg-main .btn-action-header i {
    font-size: 18px;
}
.popup-home-custom .image-policy {
    height: auto;
}
.popup-home-custom .image-policy img {
    width: 100%;
    height: auto;
}
.popup-home-custom .btn-more-border {
    color: var(--color-main);
    background: #fff;
    border: 2px solid var(--color-main);
    padding: 5px 20px 3px !important;
    
}
.popup-home-custom .btn-more-border:hover {
    background: var(--color-main);
    color: #fff;
}
.popup-home-custom .gallery-readmore {
    padding-bottom: 15px;
    margin-top: 15px !important;
}
/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    left: 15px;
    bottom: 15px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: var(--color-highlight);
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 24px;
    margin-bottom: 2px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: var(--color-highlight);
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 235px;
    position: absolute;
    bottom: 80px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -7px;
    left: 25px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    width: 100%;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background-color: var(--color-highlight);
    border-radius: 50%;
    padding: 8px;
}

.contact-fixed__item-icon img {
    filter: brightness(0) invert(1);
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

/*End Button Contact Fixed*/


.box {
  position: relative;
  /* overflow: hidden; */
  width: 100%;
  /* height: 200px; */
  display: table;
  /* overflow: hidden; */
  margin: 0 auto;
  /* border: 3px solid transparent; */
}

.top,
.bottom,
.left,
.right {
  position: absolute;
  -webkit-animation: 8s linear infinite;
          animation: 8s linear infinite;
}
.top {
  top: -3px;
  left: -3px;
  height: 3px;
  -webkit-animation-name: top;
          animation-name: top;
}
@-webkit-keyframes top {
  25% {
    width: 0;
    background: #ff7948;
  }
  38% {
    width: calc(100%);
    background: #ff7948;
  }
  50% {
    background: #ff7948;
  }
  62% {
    background: #ff7948;
  }
  75% {
    width: calc(100%);
    background: #ff7948;
  }
  88% {
    left: auto;
    right: -3px;
    width: 0;
    background: #ff7948;
  }
}

.bottom {
  bottom: -3px;
  right: -3px;
  height: 3px;
  -webkit-animation-name: bottom;
          animation-name: bottom;
}
@-webkit-keyframes bottom {
  0% {
    width: 0;
  }
  12% {
    width: calc(100%);
    background: #ff7948;
  }
  25% {
    background: #ff7948;
  }
  38% {
    background: #ff7948;
  }
  50% {
    width: calc(100%);
    background: #ff7948;
  }
  62% {
    left: -3px;
    width: 0;
    background: #ff7948;
  }
  75% {
    background: #ff7948;
  }
}

.left {
  bottom: -3px;
  left: -3px;
  width: 3px;
  -webkit-animation-name: left;
          animation-name: left;
}
@-webkit-keyframes left {
  12% {
    height: 0;
    background: #ff7948;
  }
  25% {
    height: calc(100%);
    background: #ff7948;
  }
  38% {
    background: #ff7948;
  }
  50% {
    background: #ff7948;
  }
  62% {
    height: calc(100%);
    background: #ff7948;
  }
  75% {
    top: -3px;
    height: 0;
    background: #ff7948;
  }
  88% {
    background: #ff7948;
  }
}

.right {
  top: -3px;
  right: -3px;
  width: 3px;
  -webkit-animation-name: right;
          animation-name: right;
}
@-webkit-keyframes right {
  38% {
    height: 0;
    background: #ff7948;
  }
  50% {
    height: calc(100%);
    background: #ff7948;
  }
  62% {
    background: #ff7948;
  }
  75% {
    background: #ff7948;
  }
  88% {
    height: calc(100%);
    background: #ff7948;
  }
  100% {
    top: auto;
    bottom: -3px;
    height: 0;
    background: #ff7948;
  }
}

.pagination {
    margin-bottom: 15px;
}
.boxCategory-content {
    margin-bottom: 30px;
}
.boxTour-content .title-company {
  height: 90px;
}
.boxTour-content .price-amount {
  font-size: 20px !important;
}
.content-tour-partner {
    overflow-y: scroll;
    height: 350px;
}
.content-tour-partner::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.content-tour-partner::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.content-tour-partner::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

@media (min-width: 992px) {
  .pagination {
      margin-bottom: 30px;
  }
  .boxCategory-content {
      margin-bottom: 30px;
  }
  .boxTour-content .title-company {
      height: 90px;
  }
  .boxTour-content .price-amount {
      font-size: 20px !important;
  }
}

@media (max-width: 768px) {
   .article-content img {
       width: 100%;
      height: auto !important;
   }
}
.list-contact li .frm-oder-tour {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 15px !important;
    background: var(--color-hightlight);
    font-weight: 700;
}
.price-amount {
    font-size: 20px;
}