/*
Theme Name: Tiến Hà Giang Tour
Description: Tiến Hà Giang Tour
Author: Thietkewebchuyen.com
Template: flatsome
Version: 2.0.2.1
*/



.header-wrapper #masthead .header-inner .header-nav li > a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #f4aa2c;
    font-size: 21px;
}


.BlockVideo{
    z-index: 0;
    overflow: hidden;
}
.BlockVideo .content_video{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.BlockVideo .content_video .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / .5);
    z-index: 1;
}
.BlockVideo .content_video .video {
    width: 100%;
    height: 100vh;
    z-index: -1;
    object-fit: cover;
    object-position: 50% 55%;
}
.BlockVideo .banner , .BlockVideo .banner .overlay{
    background: transparent !important;
}

.BlockOurTours .col-inner{
    border: 1px solid var(--primary-color);
    background: white;
    border-radius: 20px;
}
.BlockOurTours .AnBorder .col-inner{
    border: none;
}
.BlockOurTours .col-inner .img-inner{
    border-radius: 20px 20px 0px 0px;
}
.BlockOurTours .col-inner .text{
    padding: 10px 20px;
}
.BlockOurTours .col-inner .text p{
    margin-bottom: 3px;
}
.BlockOurTours .col-inner .text hr{
    margin: 5px 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--primary-color);
    padding: 0;
}


.BlockWhatWeOffer ul li{
    position: relative;
    list-style: none;
    margin-left: 0px;
    font-size: 29px;
    font-weight: 400;
}
.BlockWhatWeOffer ul li::before{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    color: var(--primary-color);
    margin-right: 10px;
}


div.wpforms-container-full .wpforms-field-label , div.wpforms-container-full .wpforms-field-label-inline{
    color: white;
}



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

}