.vitri-box p strong{
    background: -webkit-gradient(linear, left top, right top, from(#ffe7a2), color-stop(#bc9344), color-stop(#edd78c), color-stop(#c29e50), color-stop(#eae192), color-stop(#d1b56b), to(#f4e195));
    background: -webkit-linear-gradient(left, #ffe7a2, #bc9344, #edd78c, #c29e50, #eae192, #d1b56b, #f4e195);
    background: -moz-linear-gradient(left, #ffe7a2, #bc9344, #edd78c, #c29e50, #eae192, #d1b56b, #f4e195);
    background: -o-linear-gradient(left, #ffe7a2, #bc9344, #edd78c, #c29e50, #eae192, #d1b56b, #f4e195);
    background: linear-gradient(to right, #e8ca72, #bc9344, #edd78c, #c29e50, #eae192, #d1b56b, #f4e195);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 18px;
    font-weight: bold;
}
.vitri-box{
    background:rgba(232, 222, 139, 0.3);
}
p.desc{
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}
.nhamau-box{
    background: #fafafa;
}
.video-box{
    background:linear-gradient(0,rgba(232, 222, 139, 0.2) 0,#e8de8b 100%)
}
.tai-box{
    background:linear-gradient(0,rgba(232, 222, 139, 0.2) 0,#eee 100%)
}
.tai-box form{
    width: 100%;
}
.tai-box .left{
    display: block;
}
.tai-box input[type="text"],
.tai-box input[type="tel"],
.tai-box input[type="email"],
.tai-box textarea{
    border: 0 none;
    border-radius: 4px;
    display: block;
    font-size: 18px;
    height: auto;
    padding: 12px 12px 8px;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.tai-box input[type="submit"]{
    background-color: #e8de8b;
    border-radius: 2px;
    color: #07414c;
    display: block;
    font-size: 16px;
    margin: 25px auto 0;
    max-width: 130px;
    padding: 10px 0;
    text-align: center;
    transition: all .2s;
    width: 100%;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}
footer ul{
    margin: 0px;
    padding: 0px;
}
footer ul li{
    list-style: none;
}
.description-box{
    margin-bottom: 20px;
}
p{
    margin-bottom: 10px;
}
#matbang{
    background: rgba(232, 222, 139, 0.3);
}
#giaban{
    background: linear-gradient(0,rgba(232, 222, 139, 0.2) 0,#e8de8b 100%);
}