.s-home-44 {
    margin-bottom: 20px;
}
/* BEGIN b-card-3 */
.b-card-3 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.b-card-3::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-3 .b_thumb {
    width: 150px;
    flex: 1 0 auto;
    border-radius: 50%;
    margin-right: 25px;
    text-align: center;
    border: 6px solid #f7f7f7;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 4%), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.b-card-3 .b_icon>i {
    color: #a05000;
    font-size: 55px;
}
.b-card-3 .b_content {
    width: calc(100% - 170px);
}
.b-card-3 .b_title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.b-card-3 .b_desc {
    font-size: 16px;
    color: #222;
}
/* END b-card-3 */
.s-sanpham {
    margin-bottom: 30px;
}
.s-monan {
    padding-top: 50px;
    border-top: 1px solid #f5f5f5;
    background-image: linear-gradient(to top, rgb(10 90 170 / 0%), rgb(249 249 249 / 60%));
}
.s-monan+.s-home-44 {
    margin-top: 50px;
}
.s-monan .row>div {
    padding: 0;
}
.s-monan .row>div .b-card-39 {
    border-right: 1px solid;
    border-image: linear-gradient(to top, rgb(60 60 60 / 15%), #f9f9f9);
    border-image-slice: 1;
}
.s-monan .c-headline-2 {
    margin-bottom: -15px;
}
.s-monan .c-headline-2 .c_name {
    font-size: 30px;
    color: #A05000;
    font-weight: bold;
}
/* BEGIN s-home-11 */
.s-home-11 {
    margin-bottom: 50px;
    overflow: hidden;
}
.s-home-11 .container-fluid, .s-home-11 .right .col-md-6 {
    padding: 0;
}
.s-home-11 .right .row {
    margin: 0;
}
.s-home-11 .content {
    display: flex;
}
.s-home-11 .content .left {
    position: relative;
    width: 34%;
    background-size: cover;
    background-position: center;
}
.s-home-11 .content .left::before {
    content: '';
    background-color: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.s-home-11 .content .right {
    position: relative;
    width: 66%;
    background-color: #000;
}
.s-home-11 .content .right::before {
    content: '';
    background-color: rgb(0 0 0 / 10%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/* END s-home-11 */
/* BEGIN b-card-4 */
.b-card-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    padding: 50px 55px 60px 55px;
    z-index: 2;
}
.b-card-4 .b_title {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #f60;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(204 204 204 / 46%);
}
.b-card-4 .b_desc {
    color: #eee;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 1.7;
}
.b-card-4 ul li {
    margin-bottom: 10px;
}
.b-card-4 ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #eee;
}
.b-card-4 ul li a::before {
    content: '\f105';
    font-family: Fontawesome;
    margin-right: 0.36em;
}
.b-card-4 ul li a:hover {
    color: #d14900
}
.b-card-4 .b_icon {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.b-card-4 .b_icon span:first-child {
    color: #fff;
    background-color: #d14900;
}
.b-card-4 .b_icon span:last-child {
    color: #ddd;
    font-size: 14px;
    font-style: italic;
    margin-top: 2px;
    margin-left: 8px;
    transition: color 0.5s ease-in-out;
}
/* END b-card-4 */
.s-khachhang {
    padding: 50px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.s-khachhang::before {
    content: '';
    background: #000 url('/images/bgs/pattarn.png');
    height: 100%;
    width: 100%;
    opacity: 0.75;
    top: 0;
    left: 0;
    position: absolute;
}
.s-khachhang .s_title .title {
    color: #f15602;
}
/* BEGIN b-card-9 */
.b-card-9 {
    background-color: rgb(255 255 255 / 90%);
    padding: 15px 0 30px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    transition: box-shadow 0.2s linear;
}
.b-card-9 .b_icon {
    font-size: 50px;
    text-align: center;
    color: #a05000;
}
.b-card-9 .b_desc {
    color: #333;
    font-style: italic;
    padding: 0 20px;
    text-align: center;
}
.b-card-9 .b_author {
    margin: 20px 10px 15px;
    text-align: center;
}
.b-card-9 .b_author>span {
    display: block;
}
.b-card-9 .b_author>span:first-child {
    color: #a05000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.b-card-9 .b_author>span:last-child {
    color: #888;
    font-size: 13px;
    margin-top: 5px;
}
.b-card-9 .b_avatar {
    line-height: 0;
    position: relative;
    text-align: center;
}
.b-card-9 .b_avatar img {
    border-radius: 50%;
    height: 110px;
    width: 110px;
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.b-card-9:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
/* END b-card-9 */
.s-home-90 {
    position: relative;
}
.s-home-90 img {
    height: 100%;
    object-fit: cover;
}
.s-home-90::before {
    content: '';
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.s-home-90 .s_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 60%;
    z-index: 2;
}
.s-home-90 .s_content .title {
    font-size: 45px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #f15602;
    text-shadow: 1px 1px 1px #eee;
}
.s-home-90 .s_content .desc {
    font-size: 20px;
    margin-bottom: 50px;
    color: #f5f5f5;
}
.s-home-90 .s_content .button {
    display: flex;
    justify-content: center;
}
.s-home-90 .s_content .button .btn {
    flex: 1;
    cursor: pointer;
    max-width: 160px;
    font-weight: bold;
    line-height: inherit;
    background-color: #a05000;
    padding: 9px 30px 6px;
    border-radius: 30px;
    color: #fefefe;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: 0 0 1px 1px #643200;
    transition: 0.25s ease;
}
.s-home-90 .s_content .button .btn:hover {
    background-color: #d14900;
}
.s-home-17 {
    margin-bottom: 50px;
}
.s-home-17::before {
    background: #a05000;
}
.s-home-17 .s_title .title, .s-home-17 .s_note .note::before {
    color: #ffd700;
}
.editor {
    padding: 55px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}
/* Responsive */
@media screen and (min-width: 768px) {
    .s-khachhang .row {
        margin-left: -0.7%;
        margin-right: -0.7%;
    }
    .s-khachhang .row>div {
        padding-left: 0.7%;
        padding-right: 0.7%;
    }
}

@media screen and (max-width: 1259px) {
    .b-card-3 .b_title {
        font-size: 18px;
    }
    .b-card-3 .b_desc {
        font-size: 15px;
        padding-right: 30px;
    }
    .b-card-3 .b_thumb {
        margin-right: 20px;
    }
    .b-card-4 {
        padding: 30px 30px 35px;
    }
    .b-card-4 .b_title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .b-card-4 .b_desc {
        margin-bottom: 20px;
    }
    .b-card-4 .b_icon {
        margin-top: 10px;
    }
}
@media screen and (max-width: 991px) {
    .b-card-4 {
        padding: 40px 45px 30px;
    }
    .s-home-11 .content {
        flex-direction: column;
    }
    .s-home-11 .content .left, .s-home-11 .content .right {
        width: 100%;
    }
    .s-home-90 .s_content {
        max-width: 80%;
    }
    .s-home-90 .s_content .title {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .s-home-90 .s_content .desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .s-home-90 .s_content .button .btn {
        max-width: 125px;
        padding: 8px 0 7px;
        font-size: 15px;
    }
    .b-card-9 {
        margin-bottom: 10px;
        height: calc(100% - 10px);
    }
}
@media screen and (max-width: 767px) {
    .b-card-4 {
        padding: 40px 25px 30px;
    }
    .s-home-90 .s_content {
        max-width: 95%;
    }
    .s-home-90 .ht-ratio--35::before {
        padding-bottom: 60%;
    }
    .s-home-17, .s-home-11 {
        margin-bottom: 40px;
    }
    .s-monan, .s-khachhang {
        padding-top: 40px;
    }
    .s-khachhang {
        padding-bottom: 40px;
    }
    .s-monan+.s-home-44 {
        margin-top: 40px;
    }
    .s-monan .c-headline-2 .c_name {
        font-size: 26px;
    }
    .s-monan .c-headline-2 {
        margin-bottom: 10px;
    }
    .b-card-3 {
        margin-bottom: 20px;
    }
    .b-card-3 .b_thumb {
        width: 116px;
        margin-right: 15px;
    }
    .b-card-3 .b_content {
        width: calc(100% - 131px);
    }
    .b-card-3 .b_title {
        margin-bottom: 5px;
    }
    .editor {
        padding: 40px 0;
        border: none;
    }
}
@media screen and (max-width: 575px) {
    .s-home-90 .s_content .title {
        font-size: 30px;
    }
    .s-home-90 .s_content .desc {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .s-home-90 .s_content .button .btn {
        max-width: 125px;
        padding: 9px 0 7px;
        font-size: 16px;
        font-weight: 500
    }
    .b-card-3 .b_title {
        font-size: 16px;
    }
    .b-card-9 .b_desc {
        padding: 0 10px;
    }
}
@media screen and (max-width: 400px) {
    .s-home-90 .s_content .title {
        font-size: 30px;
    }
    .s-home-90 .s_content .desc {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .s-home-90 .s_content .button .btn {
        font-size: 14px;
        max-width: 110px;
    }
}