/*
Theme Name: PUNO
Description: Vui lòng không xóa giao diện này
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.back-to-top {bottom: 80px;}
.section2 {background-image: linear-gradient(white, #f8f9fb);}
.section2 .cot2 {
    margin-top: 50px;
}
.section2 .box .image-zoom {
    -webkit-mask-image: url(/wp-content/uploads/2025/03/backgro.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
.section2 .box .box-text {
    position: absolute;
    top: 18.5em;
}
.section2 .box .box-text-inner {
    background: white;
    padding: 20px;
    -webkit-mask-image: url(/wp-content/uploads/2025/03/backgro.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
.section3 .col {
    padding-bottom: 10px;
}
.section3 .cot1 {
    background-image: url(https://xuongthubong.com/wp-content/uploads/2025/11/bg-gaubong.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section3 .cot1:before {
    content: '';
    background: url(/wp-content/uploads/2025/03/anti-arrow-gray-right.webp);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-filter: contrast(0%) brightness(200%);
    filter: contrast(0%) brightness(200%);
}
.section3 .cot2 {
    max-width: 660px;
}
.progress {
    background: none;
    margin: 0 auto;
    box-shadow: none;
    width: 150px;
    height: 150px;
    line-height: 150px;
    position: relative;
}

.progress .progress-value {
    font-size: 40px;
    top: 0;
    color: rgb(245 72 87);
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
}
.progress:after {
    content: "";
    border-radius: 50%;
    border: 3px solid #f2f5f5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.section4 .icon-box {
    margin-bottom: 30px;
}
.section4 .icon-box .icon-box-text {
    padding-top: 14px;
}
.box-blog-post .is-divider {
    display: none;
}
/****** NÚT LIÊN HỆ *******/
#custom-btm-fixed {
    display: flex
;
    position: fixed;
    bottom: 0.5rem;
    z-index: 9999;
    justify-content: center;
    left: 0;
    right: 0;
}
#custom-btm-fixed > span {
    display: flex
;
    column-gap: 1rem;
    max-width: 39rem;
}
#custom-btm-fixed img, #custom-btm-fixed a {
    width: 100%;
}
