img {
    max-width: 100%;
}
.btn-style{
    padding: 10px 20px 10px;
    display: inline-block;
    font-weight: 500;
    transition: 0.6s;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    vertical-align: middle;
    background: #bcac79;
    border: solid 1px#bcac79;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 0 0 rgb(255 255 255 / 15%), 0 0 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 0 rgb(255 255 255 / 15%), 0 0 0 rgb(0 0 0 / 8%);
}
.btn-style:hover{
    color: #fff;
    background-color: #af9c60;
    border-color: #ab9757;
    text-decoration: none;
}
.new-style{
    /* font-family: "Oswald", sans-serif; */
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #242529;
}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
.trust-bar {
    background-color: #f6f6f6;
    max-height: 50px;
    overflow: hidden;
}
.list-trust-bar {
    display: flex;
    justify-content: center;
    
}
.trust-bar-item .icon {
    margin-right: 8px;
    font-size: 22px;
    color: #919090;
}
.trust-bar-item .icon svg path{
    fill: #919090;
}
.trust-bar-item .title {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .05rem;
    margin-bottom: 0;
    line-height: 1.4;
}
.trust-bar-item .description {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1;
}
.trust-bar-item a {
    color: #666;
    display: block;
    letter-spacing: 0.5px;
}
.trust-bar-item a > .d-flex{
    padding: 6px 15px;
    color: #666;
    display: block;
    height: 50px;
    align-items: center;
}
.trust-bar-item a:hover  {
    /* background-color: #dadada; */
    text-decoration: none;
}

/* section-stage */
.section-stage {
    margin-top: 20px;
    margin-bottom: 40px;
}
.section-stage .d-grid{
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.section-stage .d-grid-item{
    position: relative;
    overflow: hidden;
}
.section-stage .d-grid-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.section-stage .d-grid-item:hover img {
    /* transform: scale(1.1); */
}
.section-stage .d-grid-item:first-child{
    grid-row: 1 / 3;
    grid-column: 1 / 3;
}
.section-stage .stage-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff8a;
    color: #562345;
    padding: 6px;
    border: none;
    font-size: 12px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
}
.section-stage .stage-box-content > div{
    background: #fff;
    padding: 6px;
}

/* section-landing */
.section-landing {
    margin-top: 20px;
    margin-bottom: 40px;
}
.section-landing .d-grid{
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.section-landing .d-grid-item{
    position: relative;
    overflow: hidden;
}
.section-landing .d-grid-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.section-landing .d-grid-item:hover img {
    /* transform: scale(1.1); */
}
.section-landing .d-grid-item:nth-child(1){
    grid-column: 1;
    grid-row: 1 / span 2;
}
.section-landing .d-grid-item:nth-child(2){
    grid-column: 2 / span 2;
    grid-row: 1 / 2;
}
.section-landing .d-grid-item:nth-child(3){
    grid-column: 2 / span 2;
    grid-row: 2 / 2;
}
.section-landing .d-grid-item:nth-child(4){
    grid-column: 4;
    grid-row: 1 / span 2;
}

.section-landing .stage-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff8a;
    color: #562345;
    padding: 6px;
    border: none;
    font-size: 12px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    max-width: 285px;
    margin: auto;
}
.section-landing .stage-box-content > div{
    background: #fff;
    padding: 6px;
}

/* header title */
.heading-new{
    position: relative;
    margin-bottom: 16px;
}
.heading-new.heading-new-line:before {
    position: absolute;
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    top: 50%;
    z-index: 0;
    background: #B69469;
}
.heading-new.heading-new-line .heading-new-title {
    background: #fff;
}
.heading-new .heading-new-title {
    padding-left: 1em;
    padding-right: 1em;
    z-index: 1;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.6em;
    color: #B69469;
    letter-spacing: .1em;
    font-weight: normal;
}
.section-liqueur{
    padding-top: 40px;
    padding-bottom: 150px;
    position: relative;
    background-position-x: center!important;
    background-position-y: 90%!important;
    padding: 40px 0 40px;
    position: relative;
}

.section-liqueur:before, .section-liqueur:after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-liqueur:after {
    border-width: 0px 25px 17px 25px;
    bottom: 0;
    border-color: transparent transparent #fff transparent;
}

.section-liqueur:before {
    border-width: 17px 25px 0 25px;
    border-color: #fff transparent transparent transparent;
    top: 0;
}
.section-liqueur .heading-new div{
    color: #999;
    font-size: 400;
}
.liqueur-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.liqueur-item a{
    padding: 10px;
    text-align: center;
    color: #000000bd;
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.liqueur-item a .hide-when-hover {
    display: inline-block;
}
.liqueur-item a .show-when-hover {
    display: none;
}
.liqueur-item a:hover{
    text-decoration: none;
    color: #ff7010;
}
.liqueur-item a:hover .show-when-hover{
    display: inline-block;
}
.liqueur-item a:hover .hide-when-hover{
    display: none;
}
/* .liqueur-item .quick-links__icon{
    font-family: icon-ruou !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 50px;
    font-size: 50px;
    height: 50px;
} */
.heading-description{
    margin-top: 12px;
    text-align: center;
    color: #999;
}
.list-liqueur {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.list-liqueur a > div{
    margin-top: 12px;
}
.list-liqueur a > img{
    height: 50px;
}
.section-product{
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-blog{
    background-color: #F4F4F4;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.bg-blog-overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .6s cubic-bezier(0.25, 1, 0.2, 1);
    transition: opacity .6s cubic-bezier(0.25, 1, 0.2, 1);
}
.list-kien-thuc > a{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #22262a;
    font-size: 16px;
    font-weight: 500;
}
.list-kien-thuc > a img{
    height: 80px;
}
.list-kien-thuc > a div{
    margin-top: 12px;
}
.list-kien-thuc > a:hover{
    text-decoration: none;
}
.ky-gui{
    color: #333;;
    font-size: 14px;
    line-height: 20px;
}
.ky-gui h3{
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    color: #5F0724;
    margin-bottom: 12px;
}
.ky-gui p{
    margin-bottom: 10px;
}
.ky-gui .btn-style{
    margin-top: 20px;
}
.section-kien-thuc{
    margin-top: 90px;
}
.section-kien-thuc .heading-new .heading-new-title{
    background: #F4F4F4;
}
.section-kien-thuc .heading-new{
    margin-bottom: 24px;
}
.ky-gui{
    margin-bottom: 30px;
}
.noi-dung-ky-gui{
    padding-right: 60px;
}
.thuong-hieu{
    margin-top: 30px;
}
.image-ky-gui{
    box-shadow: -30px 30px #e8d79b;
}
.section-blog .container{
    position: relative;
}

@media only screen and (max-width: 991px){
    .liqueur-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .section-stage .d-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 767px){
    .liqueur-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .ky-gui {
        flex-direction: column-reverse;
    }
    .noi-dung-ky-gui {
        padding-right: 0;
        margin-top: 60px;
    }
    .ky-gui h3{
        text-align: center;
    }
    .image-ky-gui{
        box-shadow: none;
    }
    .section-blog{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-kien-thuc {
        margin-top: 30px;
    }
    .noi-dung-ky-gui{
        text-align: center;
    }
    .noi-dung-ky-gui p{
        text-align: left;
    }
    .ky-gui .btn-style {
        margin-top: 14px;
    }
    .list-kien-thuc > a {
        width: 50%;
        margin-bottom: 30px;
    }
    .list-kien-thuc{
        flex-wrap: wrap;
    }
    .section-landing .d-grid{
        display: grid;
        grid-gap: 8px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
    .section-landing .d-grid-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1 / span 2;
    }
    .section-landing .d-grid-item:nth-child(2){
        grid-column: 1 / span 2;
        grid-row: 3 / span 1;
    }
    .section-landing .d-grid-item:nth-child(3){
        grid-column: 1 / span 2;
        grid-row: 4 / span 1;
    }
    .section-landing .d-grid-item:nth-child(4) {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
    .trust-bar-item .title, .trust-bar-item .description{
        font-size: 11px;
    }
    .trust-bar-item a {
        letter-spacing: 0.3px;
    }
}