.uu-diem-web h3 {
    padding-bottom: 3px;
    margin: 0;
    font-size: 18px;
}
.uu-diem-web p {
    margin-bottom: 0!important;
}
.uu-diem-web .col.medium-2.small-12.large-2{
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 36px;
    color: #da190e;
}
.dich-vu .icon-box {
	padding: 36px 20px;
    background-color: #fff;
    box-shadow: 0 10px 30px -6px rgba(26, 35, 38, .2);
    transition: all .2s ease-in-out;
    border-radius: 10px;
}
.ss h2 {
    color: #da190e;
}
.section-quy-trinh .cot1 {
    padding-top: 50px;
}
.section-quy-trinh .cot3 {
    padding-top: 70px;
}
.section-bang-gia .r_price.row-collapse .col-inner .pricing-table {
    border-radius: 5px;
    overflow: hidden;
}
.section-bang-gia .pricing-table-header {
    background: linear-gradient(to right, #1daf00 0%, #49d62c 100%);
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
}
.section-bang-gia .pricing-table .title {
    font-size: 20px;
    background: 0 0;
}
.section-bang-gia .pricing-table-header .title {
    border: 0;
}
.section-bang-gia .pricing-table .price {
    color: #fff;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 10px;
}
.section-bang-gia .r_price.row-collapse .description {
    font-size: 17px;
    position: relative;
    background: #55555538;
}
.section-bang-gia .r_price.row-collapse .description {
    padding: 5px 0;
    margin: 15px 0 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

.section-bang-gia .pricing-table-items span {
    font-size: 14px;
}
.section-bang-gia .r_price .col:nth-child(1) .pricing-table .button {
    background: linear-gradient(to right, #1daf00 0%, #49d62c 100%);
    border: 0;
}
.section-bang-gia .pricing-table-wrapper {
    margin-bottom: 40px;
}
.section-bang-gia .featured-table {
    border-color: #1ba0fd;
}
.section-bang-gia .featured-table .pricing-table-header {
    background: linear-gradient(to right, #3663ff 0%, #44abff 100%);
}
.section-bang-gia .pricing-table.featured-table .title {
    background: 0 0;
}
.section-bang-gia .r_price .col:nth-child(2) .pricing-table .button {
    background: linear-gradient(to right, #3663ff 0%, #44abff 100%);
    border: 0;
}
.section-bang-gia .r_price .col:nth-child(3) .pricing-table-header {
    background: linear-gradient(to right, #ef4c23 0%, #ffc600 100%);
}
.section-bang-gia .r_price .col:nth-child(3) .pricing-table .button {
    background: linear-gradient(to right, #ef4c23 0%, #ffc600 100%);
    border: 0;
}
.divider-home {
    height: 1px;
    width: 60%;
    left: 0;
    opacity: .4;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #da190e, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #da190e, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #da190e, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #da190e, #f0f0f0);
}
.tieu-de-section h1, .tieu-de-section h2, .tieu-de-section h3 {
    margin: 0;
    color: #da190e;
    padding: 10px 0;
}
.product-small .product-title a {
    font-weight: 700;
    color: #0e77f7 !important;
}
.col-no-padding {
    padding-bottom: 0 !important;
}
p.nhay-so {
    color: #fec301 !important;
    font-weight: 700;
    text-align: center;
    font-size: 64px;
    margin-bottom: 0;
}
.section-tai-sao .p-to {
    text-transform: uppercase;
    font-size: 21px;
}
.nbw_single_price {
    margin-bottom: 10px;
}
.product-info .price ins bdi, .product-info .price bdi, .nbw_single_price bdi {
    font-size: 30px;
    color: #E5322D;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333;
}


/* CSS hiệu ứng bóng lướt NGHIÊNG cho logo by GIUSEART.com */

/* Sửa #logo thành phần tử CSS của bạn */
#logo:after,#logo:before{transform: skewX(-25deg) translateY(-50%);content:"";position:absolute;top:50%;width:40px;height:100%;background-color:white;z-index:0}
#logo:before{left:0%;animation:light-left 5s infinite alternate linear}
#logo:after{right:-5%;animation:light-right 5s infinite alternate linear}

@keyframes light-left{0%{left:-5%;opacity:0}50%{left:50%;opacity:1}to{left:105%;opacity:0}}@keyframes light-right{0%{right:-5%;opacity:0}50%{right:50%;opacity:1}to{right:105%;opacity:0}}
