@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Roboto' !important, sans-serif;
    text-decoration: none;
    margin-top: 0;
    color: black
}

.v_align_all {
    white-space: nowrap
}

.v_align_all > * {
    vertical-align: middle;
    display: inline-block !important;
}

.v_align_fix {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 0px;
    white-space: nowrap;
}

.header {
    background: #cb2235 url(../img/banner-qua-tet-2023-1.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 100vh;
}

.header-left {
    float: left;
    margin-top: 170px !important;
    margin-right: 15% !important;
    margin-bottom: 140px !important;
    margin-left: 15% !important;
    background-color: rgba(203, 34, 53, 0.7) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    *background-color: rgb(203, 34, 53) !important;
    border-radius: 10px !important;
    padding: 35px 15px 0 15px;
}

.header h1 {
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-style: normal;
}

.btn-header {
    display: block;
    display: block;
    margin-bottom: 21.73913043px;
    max-width: 100%;
    text-align: center;
}

.header .btn-free,
.btn-hotline {
    padding-right: 60px;
    color: #fff;
    background-color: #f90;
    font-size: 25px !important;
    font-weight: normal !important;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 4px;
    text-transform: uppercase;
}

.wapper-content {
    margin: 20px auto;
    display: block;
    float: left;
    width: 100%;
}

.summary-content {
    margin-top: 10% !important;
    margin-bottom: 5% !important;
    font-size: 24px;
    color: #757575;
    text-align: center;
    padding: 0px 10%;
}

.zalo {
    padding: 20px 40px;
}

.product {
    border-top-width: 1px !important;
    padding-top: 5% !important;
    padding-right: 10% !important;
    padding-bottom: 5% !important;
    padding-left: 10% !important;
    background: #f7f7f9 url('../img/banner-san-pham-1.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-top-color: #cecece !important;
    border-top-style: solid !important;
    min-height: 100vh;
}

.product_thumbnail_wrapper {
    position: relative;
}

.product_thumbnail.with_second_image {
    position: relative;
}

.product_thumbnail_background {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0ms ease 0.3s !important;
    transition: opacity 0ms ease 0.3s !important;
}

.product_thumbnail img,
.stepbuy img {
    width: 100%;
}

.product_thumbnail_wrapper:hover .product_thumbnail img {
    opacity: 0 !important;
    -webkit-transition: opacity 300ms ease 0.05s !important;
    transition: opacity 300ms ease 0.05s !important;
}

.product_thumbnail_wrapper:hover .product_thumbnail_background {
    opacity: 1 !important;
    -webkit-transition: opacity 300ms ease 0.05s !important;
    transition: opacity 300ms ease 0.05s !important;
}

.productbox {
    margin: 20px 0px;
}

.productbox h2 {
    font-size: 13px;
    text-align: center;
    color: black;
    margin-bottom: 0px;
}

.price {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 4px;
    text-align: center
}

.title-content {
    font-size: 50px;
    color: #565656;
    text-align: center;
}

.icon-title {
    text-align: center;
    font-size: 80px;
    color: red;
    margin: 20px auto;
}

.icon-title h3 {
    font-size: 24px;
    color: red !important;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.icon-title p {
    font-size: 18px;
    color: black;
    padding: 20px 50px;
    text-align: center;
}

.vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 12px;
    display: block;
    min-width: 10%;
}

.vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
    border-color: black;
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
}

.customer h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.customer-child {
}

.content-customer {
    position: relative;
    border: 1px #e7e7e7 solid;
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
    color: #555;
    background: #f5f5f5;
    text-align: left;
    font-style: italic;
}

.content-customer:after {
    content: "";
    position: absolute;
    border-width: 20px 15px 0px 15px;
    border-style: solid;
    border-color: #f5f5f5 transparent transparent transparent;
    left: 49%;
    bottom: -19px;
    z-index: 2;
}

.content-customer:before {
    content: "";
    position: absolute;
    border-width: 20px 15px 0px 15px;
    border-style: solid;
    border-color: #e7e7e7 transparent transparent transparent;
    left: 49%;
    bottom: -21px;
    z-index: 1;
}

.content-customer p {
    position: relative;
    padding: 20px 30px;
    text-align: justify;
}

.content-customer p:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/ngoackepmo.png)no-repeat center center;
    left: 0;
    top: 0;
}

.content-customer p:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/ngoackepdong.png)no-repeat center center;
    right: 0;
    bottom: 0;
}

.images-people {
    position: relative;
    z-index: 0;
}

.images-people img {
    max-width: 200px;
    max-height: 200px;
    margin-top: 30px;
    border-radius: 100%
}

.images-people a {
    display: block;
}

.images-people span {
    display: block;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    color: #372803
}

.site-footer {
    padding: 80px 0px;
    background: #F4F4F4;
    display: block;
}

.site-footer p {
    margin: 0px;
}
