/*
Theme Name: Hà Giang
Description: Hà Giang
Author: UX Themes
Template: flatsome
Version: 2.0.1.4
*/

:root{
    --mau-menu-chinh:black;
    --margin-header-menu: 0 25px;
    --bo-goc:10px;
    --font-size-ten-san-pham-chi-tiet:40px;
}

#wrapper #header .header-main{
    box-shadow: none;
}
#wrapper #header .header-main .nav > li > a{
    font-weight: normal;
    color: var(--mau-menu-chinh);
    font-size: 18px;
}
.header-nav-main.nav-line-bottom > li > a:before{
    background-color: var(--mau-2);
}
#masthead .header-nav.nav-spacing-xlarge>li{
    margin: var(--margin-header-menu);
}

.BlockSlider .banner .overlay{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 34.57%, rgba(30, 31, 36, 0.5) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.18) 100%);
}

.txticon {
    margin: 15px 0px;
}
.txticon .icon-box-text{
    font-size: 25px;
    font-weight: normal;
    color: #62636C;
    padding-left: 5px
}

.product-small{
    border: 1px solid #B9BBC6;
    border-radius: 10px;
}
.product-small .box-image{
    border-radius: 10px 10px 0px 0px;
}

.product-small .badge-container{
    top: unset;
    bottom: 0px;
    left: -4px;
}
.product-small .badge-container , .product-small .badge-container .badge-circle{
    margin: 0px;
}
.product-small .badge-container .badge-circle{
    height: auto;
}
.product-small .badge-container .badge-circle .badge-inner {
    font-weight: normal;
    font-size: 14px;
    border-radius: 0px;
    background: transparent;
    line-height: unset;
}
.product-small .badge-container .badge-circle .badge-inner span.onsale span{
    padding: 6px 12px;
    color: #C29551;
}
.product-small .badge-container .badge-circle .badge-inner span.onsale span:first-child{
    background: #F6E3C8;
}
.product-small .badge-container .badge-circle .badge-inner span.onsale span:last-child{
    background: #FDF8F2;
    border-radius: 0px 8px 8px 0px;
    border: 1px solid var(--mau-2);
}


.product-small .box-text , .san_pham_lien_quan .product-small .box-text{
    padding: 15px 20px;
}
.product-small .box-text .title-wrapper .product-title{
    margin-bottom: 0px;
}
.product-small .box-text .title-wrapper .product-title a{
    font-size: 22px;
    font-weight: normal;
    text-transform: initial;
}

.box-text .NhanSanPham span , .box-text .add_meta_product , .box-text .add_meta_product span:last-child{
    color: #62636C;
}


.box-text .NhanSanPham , .box-text .add_meta_product , .product-small .box-text .price-wrapper{
    margin: 5px 0px;
}
.box-text .NhanSanPham span , span.txtNhanSanPhaam{
    background: #EFF0F3;
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
    margin: 0px 5px;
}
.box-text .NhanSanPham span:first-child{
    margin-left: 0px;
}
.box-text .NhanSanPham span:last-child{
    margin-right: 0px;
}

/**Đánh giá**/
.box-text .add_meta_product span:first-child{
    font-weight: bold;
    color: #F6A300;
}
.box-text .add_meta_product span:last-child{
    position: relative;
    margin: 0px 10px;
    padding-left: 10px;
}
.box-text .add_meta_product span:last-child::before{
    content: '';
    height: 80%;
    width: 1px;
    background-color: #62636C;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.product-small.box .box-text .price-wrapper , .product-small.box .box-text .price del , .product-small.box .box-text .price ins{
    display: block;
}
.product-small.box .box-text .price , .product-small.box .box-text .price-wrapper .btnBookNow{
    display: inline-block;
    width: 49%;
}
.product-small.box .box-text .price{
    margin-top: 0px;
    vertical-align: bottom;
    line-height: 22px;
}
.product-small.box .box-text .price-wrapper .btnBookNow{
    margin: 0px;
}




/* Blog */
.BlockBlog .post-item .box-vertical , body.archive.category .post-item .box-vertical{
    display: flex;
    background: #FDF8F2;
    border-radius: var(--bo-goc);
    box-shadow: 5px 5px 5px #ccc;
}
.BlockBlog .post-item:nth-child(2n+1) .box-vertical .box-image .image-cover a img , body.archive.category .post-item:nth-child(2n+1) .box-vertical .box-image .image-cover a img{
    border-radius: 10px 0px 0px 10px;
}
.BlockBlog .post-item:nth-child(2n+0) .box-vertical .box-image , body.archive.category .post-item:nth-child(2n+0) .box-vertical .box-image{
    order: 2;
}
.BlockBlog .post-item:nth-child(2n+0) .box-vertical .box-image .image-cover a img , body.archive.category .post-item:nth-child(2n+0) .box-vertical .box-image .image-cover a img{
    border-radius: 0px 10px 10px 0px;
}
.BlockBlog .post-item .box-vertical .post-title a , body.archive.category .post-item .box-vertical .post-title a{
    color: black;
    font-weight: 600;
}
.BlockBlog .post-item .box-vertical .box-text .button ,  body.archive.category .post-item .box-vertical .box-text .button{
    border-radius: 8px;
}



/* Sản phẩm */
body.single-product h1.product-title , body.single-product .box-text{
    margin: 15px 0px;
    padding: 0px;
}
body.single-product .Tour_ten {
    margin-bottom: 15px;
}
body.single-product .Tour_ten h1.product_title {
    font-size: var(--font-size-ten-san-pham-chi-tiet);
    color: black;
}
body.single-product .is-divider{
    display: none;
}
body.single-product .Block_Experience{
    position: relative;
}
body.single-product .Block_Experience::before {
    content: '';
    background: #F9EFE0;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 73%;
    border-radius: 0px 100px 100px 0;
}
body.single-product .album_Itinerary a.image-lightbox , body.single-product .album_Itinerary .box-image , body.single-product .album_Itinerary img , .bo_tron_hinh a.image-lightbox , .bo_tron_hinh .box-image , .bo_tron_hinh img {
    border-radius: var(--bo-goc);
}



body.single-product .Block_options_alternatives ul.ul_options_alternatives , body.single-product .Block_options_alternatives ul.ul_options_alternatives li.li_options_alternatives{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
body.single-product .Block_options_alternatives ul.ul_options_alternatives li.li_options_alternatives {
    display: block;
    padding: 20px 0px;
    margin: 20px 0px;
    border-bottom: 1px solid #ccc;
}
body.single-product .Block_options_alternatives ul.ul_options_alternatives li.li_options_alternatives span{
    display: inline-block;
    padding: 0px 15px 15px 15px;
    vertical-align: top;
}
body.single-product .Block_options_alternatives ul.ul_options_alternatives li.li_options_alternatives span.icon{
    width: 70px;
    margin-right: 40px;
}
body.single-product .Block_options_alternatives ul.ul_options_alternatives li.li_options_alternatives span.title{
    width: 200px;
    font-weight: bold;
}
body.single-product .Block_options_alternatives ul.ul_options_alternatives li.li_options_alternatives span.title strong{
    font-weight: normal;
    color: var(--mau-2);    
}
body.single-product .Block_Weather select[name="slc_thoi_tiet"]{
    margin: 20px 0px;
    display: block;
    padding: 6px 20px;
    width: 200px;
    border: 1px solid var(--mau-2);
    border-radius: 10px;
    height: 45px;
    width: 300px;
}
body.single-product .Block_Weather select[name="slc_thoi_tiet"]:hover{
    cursor: pointer;
}
body.single-product .Block_Weather .div_thoi_tiet h3{
    color: black;
    font-size: 40px;
    margin-bottom: 10px;
}
body.single-product .Block_Preparation{

}



/* homestay */
:root{
    --homestay-padding: 20px;
}
.clsDanh_Gia{
    color: #FFB200;
}
.Thietkewebchuyen_com_homestay{

}
.Thietkewebchuyen_com_homestay .clsGiaPhong .text{
    text-align: right;
}
.Thietkewebchuyen_com_homestay .Convenient p , .Thietkewebchuyen_com_homestay .Convenient img.size-full.alignnone{
    margin-bottom: 0px;
    vertical-align: top;
}
.Thietkewebchuyen_com_homestay .Convenient p span{
    float: right;
}
.Thietkewebchuyen_com_homestay .Convenient img.size-full.alignnone{
    width: 11px;
    vertical-align: middle;
    margin-top: -3px;
}
.Thietkewebchuyen_com_homestay .Convenient::before , .Thietkewebchuyen_com_homestay .Convenient::after{
    clear: both;
}
.duong_vien_bo_homestay > .col-inner{
    border: 1px solid #B9BBC6;
    border-radius: var(--bo-goc);
    padding: var(--homestay-padding);
}

.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong{
    display: block;
    border: 1px solid #ccc;
    border-radius: var(--bo-goc);
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong tr td{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong tr:last-child td{
    border-bottom: none;
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong tr.lbl td{
    font-weight: bold;
    background: #B9BBC6;
    color: #1E1F24;
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong tr.lbl td:first-child{
    border-radius: var(--bo-goc) 0px 0px 0px;
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong tr.lbl td:last-child{
    border-radius: 0px var(--bo-goc) 0px 0px;
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong tr td:last-child{
    border-right: none;
}

.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong tr.lbl td:nth-child(1){
    width: 40%;
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong tr.lbl td:nth-child(2){
    width: 15%;
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong tr.lbl td:nth-child(3){
    width: 25%;
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong tr.lbl td:nth-child(4){
    width: 25%;
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong .thong_tin_phong{
    line-height: 30px;
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong .thong_tin_phong .txtNhanSanPhaam:first-child{
    margin-left: 0px;
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong .thong_tin_phong .ten_tung_phong{
    font-weight: bold;
    color: black;
    font-size: 16px;
}
.Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong .people .icon-box .icon-box-text{
    font-size: 20px;
    color: black;
    padding-left: 6px;
}




/* footer */
#footer::after{
    content: '';
    background: url(/wp-content/uploads/2024/11/logo_footer.png) no-repeat bottom right;
    position: absolute;
    bottom: 0px;
    left: -20%;
    width: 700px;
    height: 700px;
    background-size: 100%;
    opacity: 0.3;
}

@media only screen and (max-width: 48em) {

    :root{
        --font-size-ten-san-pham-chi-tiet:30px;
    }

    .BlockBlog .post-item .box-vertical , body.archive.category .post-item .box-vertical{
        display: block;
    }
    .BlockBlog .post-item .box-vertical .box-text , body.archive.category .post-item .box-vertical .box-text{
        padding: 10px;
    }
    .BlockBlog .post-item .box-vertical .box-image .image-cover a img , body.archive.category .post-item .box-vertical .box-image .image-cover a img{
        border-radius: 10px 10px 0px 0px !important;
    }


    /**************hành trình******************/
    body.single-product .Block_options_alternatives ul.ul_options_alternatives li.li_options_alternatives {
        padding: 10px 0px;
        margin: 10px 0px;
    }
    body.single-product .Block_options_alternatives ul.ul_options_alternatives li.li_options_alternatives span {
        padding: 10px;
    }
    body.single-product .Block_options_alternatives ul.ul_options_alternatives li.li_options_alternatives span.icon {
        margin-right: 5px;
        width: 14%;
    }
    body.single-product .Block_options_alternatives ul.ul_options_alternatives li.li_options_alternatives span.title {
        width: 30%;
    }
    body.single-product .Block_options_alternatives ul.ul_options_alternatives li.li_options_alternatives span.detail {
        width: 50%;
    }


    .Thietkewebchuyen_com_homestay .clsGiaPhong .text{
        text-align: left;
    }


    .BloclNhanSanPham .nhansanpham.col{
        flex-basis: 50%;
        max-width: 50%;
        line-height: 24px;
    }
    .BloclNhanSanPham .nhansanpham.col .icon-box-text{
        padding-left: 10px;
        font-size: 13px;
    }
    .Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong tr.lbl td:nth-child(1) {
        width: 35%;
    }
    .Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong tr.lbl td:nth-child(2) {
        width: 25%;
    }
    .Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong .gia del{
        font-size: 11px;   
    }
    .Thietkewebchuyen_com_homestay .tbl_ThongSoTungPhong .gia .gia *{
        color: red;
    }

}