/*box search*/
.section-shap {
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    height: 144px;
    width: 100%;
    margin-top: -70px;
    background-image: url(/images/shape-cfo.png);
    position: relative;
    z-index: 9;
}
.form-search {
    background-color: #fff;
    border-radius: 5px;
     margin-top: -133px; 
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 8%);
    padding: 0px 40px;
    position: relative;
    z-index: 9;
}
.col-search .icon {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0px;
    top: 0px;
}
.col-search .icon.icon-search {
    background: url(/images/gemlock_icon1.png) no-repeat center;
    background-size: 90px;
}
.col-search {
    position: relative;
    padding-left: 100px;
    border-right: 1px solid #eee;
    margin: 30px auto;
}
.col-search label{
    text-transform: uppercase;
}
.col-search input {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding-left: 0;
    height: 40px;
    outline: none !important;
    box-shadow: none !important;
}
.col-search .icon.icon-dv {
    background: url(../images/gemlock_icon2.png) no-repeat center;
    background-size: 90px;
}

.col-search .icon.icon-baohanh {
    background: url(../images/gemlock_icon3.png) no-repeat center;
    background-size: 90px;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #171717;
    background-color: #fff;
    background-image: url(/images/mui-ten.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}
.col-search select {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding-left: 0;
    height: 40px;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 5px;
}
.col-search .icon.icon-khuvuc {
    background: url(../images/icon-kv.png) no-repeat center;
    background-size: 38px;
}
.btn-search {
    height: 65px;
    width: 65px;
    background-color: #e3bf35;
    border-radius: 50%;
    color: #fff;
}
@media (max-width: 575.98px){
    .form-search {
        padding: 20px;
        border-radius: 9px;
    }
    .btn-search {
        width: 100%;
        border-radius: 45px;
        height: 47px;
    }
    .col-search {
        margin-bottom: 14px;
    }
}

/*home dau muc*/
.dich_vu {
    padding-top: 50px;
    padding-bottom: 30px;
}
.item_dv {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}
.item_dv:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    transition: all 0.3s;
    z-index: 11;
    border-radius: 20px;
}
.position-absolute {
    position: absolute!important;
}
.top-50 {
    top: 50%!important;
}
.start-50 {
    left: 50%!important;
}
.translate-middle {
    transform: translate(-50%,-50%)!important;
}
.item_dv .text {
    text-transform: uppercase;
    color: #fff;
    z-index: 100;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}
.item_dv>img {
    border-radius: 20px;
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: transform .8s;
    margin-bottom: -4px;
}
.item_dv:hover>img {
    transform: scale(1.1);
}
.item_dv:hover:before {
    opacity: 0.6;
}

/*tour tron goi*/
.tour-tron-goi {
    margin-bottom: 80px;
}
.tour-tron-goi .box-left {
    position: relative;
    width: 100%;
    padding-top: calc(100% + 10px);
}
.tour-tron-goi .box-left img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.tour-tron-goi .box-right {
    position: relative;
    width: 100%;
    padding-top: 50%;
}
.tour-tron-goi .box-right img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.tour-tron-goi .mb-10 {
    margin-bottom: 10px;
}
.tour-tron-goi .content {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    background: -moz-linear-gradient(top,#00000000 30%,#000000c7 70%);
    background: -o-linear-gradient(top,#00000000 30%,#000000c7 70%);
    background: -ms-linear-gradient(top,#00000000 30%,#000000c7 70%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.3,#00000000),color-stop(0.7,#000000c7));
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
}
.tour-tron-goi .content .diadiem {
    font-family: 'Aleo', serif;
    color: #e3bf35;
    font-style: initial;
    font-size: 16px;
    display: block;
    margin-bottom: 7px;
}
.tour-tron-goi .content .title a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 768px) {
    .tour-tron-goi .box-right {
        padding-top: 100%;
    }
}

/*home gioi thieu*/
.gioithieu {
    height: 500px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
    margin-top: 3rem!important;
}
.box_gioithieu {
    width: 490px;
    background-color: #ffffffe0;
    padding: 30px;
    border-radius: 17px;
    position: relative;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 31%);
    top: -55px;
    margin-left: 47px;
}

.olay_video {
    position: absolute;
    right: 40%;
    bottom: 40%;
    background-color: #ffffff9c;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    line-height: 156px;
    padding-left: 8px;
}
.olay_video i {
    position: relative;
    z-index: 100;
    font-size: 50px;
    color: #e3bf35;
}
.olay_video:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #fff;
    top: 15px;
    left: 15px;
    border-radius: 50%;
}
.olay_video:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: 1;
}
@keyframes pulse-animation{
    0%{
        transform: scale(1);
        opacity: .6;
    }
    40%{
        transform: scale(1.3);
        opacity: .6;
    }
    100%{
        transform: scale(2);
        opacity: 0;
    }
}
.pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-repeat: repeat-x;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
    z-index: -1;
    top: 0;
    bottom: 0;
}
@keyframes slide{
  0%{
    background-position: 0 0;
  }

  100%{
    background-position: 1920PX 0;
  }
}
.ve-chung-toi {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.box_gioithieu .title {
    color: #e3bf35;
    font-family: 'Aleo', serif;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
}
.box_gioithieu .title strong {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #101010;
    font-family: 'Inter';
    font-style: initial;
    line-height: 30px;
}
.box_gioithieu .des {
    font-family: 'Aleo', serif;
    font-size: 21px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 30px;
}
.box_gioithieu .content {
    margin-bottom: 30px;
    font-weight: 400;
}
.d-flex {
    display: flex!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.box_gioithieu .hotline {
    position: relative;
    padding-left: 68px;
    padding-top: 5px;
    font-size: 15px;
}
.box_gioithieu .hotline span.icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #e3bf35;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 27px;
    left: 0;
    top: 0;
}
.box_gioithieu .hotline strong {
    display: block;
    font-size: 20px;
    color: #e3bf35;
    white-space: nowrap;
}

.so_lieu_item .num {
    font-family: 'Aleo', serif;
    font-weight: 600;
    font-size: 42px;
}
.so_lieu_item .text {
    font-family: 'Aleo', serif;
    font-size: 18px;
    font-style: italic;
    color: #e3bf35;
    margin-bottom: 10px;
}
.so_lieu_item .des {
    font-size: 18px;
}
@media (max-width: 575.98px){
    .box_gioithieu {
        margin-left: 10px;
        width: auto;
        margin-right: 10px;
    }
    .olay_video {
        bottom: 0px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .so_lieu_item .des {
        font-size: 14px;
    }
}

/*home khach hang */
.khachhang {
    padding-bottom: 190px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 30px;
}
.khachhang:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    top: 0;
}
.khachhang .title-home {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 25px;
}
.khachhang .title-home i {
    color: #fff;
}
.khachhang .title-home .title {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.item_kh {
    padding-left: 52px;
}
.item_kh .content {
    color: #fff;
    font-family: 'Aleo', serif;
    font-size: 17px;
    font-style: italic;
}
.item_kh .content:before {
    content: "\f10d";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 8px;
}
.item_kh .tt_kh {
    position: relative;
    padding-left: 99px;
    height: 90px;
    color: #fff;
}
.item_kh .tt_kh .avata {
    border-radius: 50%;
    border: 1px solid #e3bf35;
    position: absolute;
    left: 0;
}
.item_kh .tt_kh strong {
    display: block;
    padding-top: 18px;
    font-weight: 600;
    font-size: 18px;
    color: #e3bf35;
}
.item_kh .tt_kh i {
    font-size: 14px;
    font-weight: 400;
}
.mt-4 {
    margin-top: 1.5rem!important;
}

.p-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.vuong {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
}
.vuong img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_sale {
    margin-top: -85px;
    margin-bottom: 60px;
}
.pro_sale .item img {
    width: 100%;
}
.pro_sale .item .box {
    background: #f7f3f3;
    overflow: auto;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 10px;
    padding: 5px 5px;

}
.pro_sale .item .box img {
    border-radius: 50%;
}
.pro_sale .price-btn {
    display: flex;
    justify-content: space-between;
}
.pro_sale .price strong {
    color: #e3bf35;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
}
.pro_sale .price del {
    font-weight: 400;
    font-style: italic;
    color: #707070;
}
.pro_sale .btn-dattour {
    background-color: #e3bf35;
    border-radius: 5px;
    padding: 4px 20px;
    color: #fff;
}
.pro_sale .des {
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #2a2a2acc;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px;
}
.pro_sale .diadiem {
    display: block;
    padding-top: 10px;
    font-family: 'Aleo', serif;
    font-style: italic;
}
.pro_sale .title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #000;
    display: inline-block;
}

/*home news*/
.home-news img {
    width: 100%;
}
.home-news .info .des {
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
    margin-bottom: 20px;
}
.home-news .box {
    border: 1px solid #ececec;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 25px 0 rgb(0 0 0 / 8%);
    color: #575757;
    margin-bottom: 20px;
    background-color: #fff;
}
.home-news .info {
    padding: 20px;
    padding-top: 15px;
    min-height: 220px;
}
.home-news .info .title {
    font-style: italic;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    min-height: 40px;
}
.home-news .xem-them {
    color: #e3bf35;
}
/*.home-news .xem-them:hover {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    background-color: #e3bf35;
    color: #e3bf35;
}*/

/*home du lich nghi duong*/
.home-title {
    color: #e3bf35;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.gb-product_ruouvang-item .info-sub i {
    color: #e3bf35;
}
.gb-product_ruouvang-item {
    box-shadow: 1px 1px 10px 1px #ccc;
    border-radius: 14px;
    padding: 5px;
}
.gb-product_ruouvang-item .gb-product_ruouvang-item-text {
    padding: 5px;
}
.gb-product_ruouvang-item .info-sub {
    padding: 10px;
}
.gb-product_ruouvang-item img {
    border-radius: 14px;
}
.gb-home-product {
    margin-bottom: 60px;
}
.price-star {
    display: flex;
    justify-content: space-between;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.price-star i {
    color: #e3bf35;
}
.price-star .price span {
    color: #e3bf35;
    font-size: 18px;
    font-weight: bold;
}

/*brearcrumb*/
.breadcrumb {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.breadcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}
.breadcrumb .container {
    position: relative;
    z-index: 1;
}
.breadcrumb .container ul {
    list-style: revert;
}
.breadcrumb .container ul li {
    list-style: revert;
    display: inline-block;
    margin-left: 20px;
}
.breadcrumb .container ul li a {
    color: #fff;
}
.breadcrumb .container ul li::before {
  content: "\2022";
  color: #fff;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.breadcrumb .container ul .hidden-bullet {
    margin-left: 0;
}
.breadcrumb .container ul .hidden-bullet::before {
    display: none;
}
.breadcrumb .title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    font-family: 'Oswald', sans-serif;
    text-shadow: 1px 1px 2px #000;
}

/*page chi tiet san pham*/
.box-dat-tour {
  background: #e5e5e5cc;
  padding: 20px 10px 10px 10px;
  border-radius: 15px;
}
.box-dat-tour .title_booking {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 21px;
}
.dat-tour-btn {
  position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    padding: 10px 24px;
    text-transform: uppercase;
    transition: all ease-in-out .5s;
    background: #e3bf35;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 0 4px rgb(255 255 255 / 10%);
    overflow: hidden;
    font-weight: 600;
}
.dat-tour-btn:hover {
  color: #fff !important;
    transition: all ease-in-out .5s;
    background: #e3bf35;
}
.dat-tour-btn::before {
  position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    content: '';
    background: #e3bf35;
    color: #fff !important;
    transition: all ease-in-out .5s;
    z-index: -1;
}

/*home news*/
.home-news-img {
    position: relative;
    width: 100%;
    padding-top: 70%;
    display: block;
}
.home-news-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book-menu {
  background: #e3bf35;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 10px;
  display: inline-block;
  transition: all ease-in-out .5s !important;
}
.book-menu:hover {
  background: #e3bf35;
}

.header-top {
  background: #e3bf35;
  color: #fff;
}
.header-top ul li {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-top .text-left ul li {
  margin-right: 10px;
}
.header-top .text-right ul li {
  margin-left: 10px;
}

.footer-bottom {
    background: #e3bf35;
    color: #fff;
    padding:10px;
}

.gb-page-sanpham_ruouvang .gb-product_ruouvang-item .box-img {
    position: relative;
    width: 100%;
    padding-top: 70%;
    display: block;
}
.gb-page-sanpham_ruouvang .gb-product_ruouvang-item .box-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}