.bg-main {
    background: var(--color-main);
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
body {
    font-family: 'Roboto';
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.article-item .article-description {
    margin-top: 1rem;
    text-align: justify;}
.search_input-custom::placeholder{
    color: #0585D4;
}
.form_custom:hover, .form_custom:focus {
            outline: 0;
            border: 2px solid #0585D4;
            border-radius: 0;
        }
    .form_custom:hover .search_input-custom:hover .btn-search:hover{
        background: white;
    }
.search_input-custom {
    border:0 !important;
    outline: 0;
        height: calc(1.5em + 2.5rem + 2px);
    background: #F3F3F3;
    /*border-radius: 50px;*/
}
.form_custom {
    background: #F3F3F3;
    /*border-radius: 50px;*/
}
.btn-search {
    background: #F3F3F3;
    margin-right: 2rem;
    display: inline-block;
    border: 0;
}
.wrap-suggestion .form_custom{
     border-radius: 0px !important;
}
.customer-content {
    min-height: 41rem;
}
.customer-content-decs {
    min-height: 17rem;
}
.about-main .about--description, .why--description, .benefit--description ,.customer-content-decs, .procedure-service--decs {
    text-align: justify;
}
/*nut lien he*/
.contact-right {
    position: fixed;
        right: 16px;
    bottom: 120px;
    z-index: 9;
}
.contact-right li.entry-content {
    list-style: none;
    margin-top: 5px;
    position: relative;
}
.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: var(--color-main);
    border-radius: 50px;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
@keyframes arcontactus-pulse {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	50% {
		opacity:.5
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
li.entry-content.zoom-item {
    margin-top: 25px;
}

li.entry-content.zoom-item a img {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
@-webkit-keyframes quick-alo-circle-img-anim{
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.contact-right li.entry-content img {
    width: 44px;
    height: 44px;
}
/*nut lien he*/
/*nut keo len*/
#button {
    display: inline-block;
    background-color: var(--color-main);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 19rem;
    right: 1.5rem;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 40px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: red;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}
.container-custom{
    background: #f76c06;
    padding:0px 46px;
}
.about--title, .benefit-section {
    font-weight: 900;
    font-size: 3.4rem;
    line-height: 42px;
    text-transform: uppercase;
    color: var(--color-main);
}

.about--image.border {
    pointer-events: none;
}

.about--image img {
    z-index: 1;
}

.about-main .wrp-effect-album:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: .4;
}

.about-main .wrp-effect-album i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 10rem;
    color: white;
}

.benefit-image img {
    height: 56px;
}

.benefit-image {
    display: inline-block;
    padding: 8px;
    border-radius: 1rem;
}

.bg-benefit--0 {
    background: #FEF3C7;
}

.bg-benefit--1 {
    background: #E0E7FF;
}

.bg-benefit--2 {
    background: #D1FAE5;
}

.bg-benefit--3 {
    background: #FFE4E6;
}

.title-section {
    font-weight: 900;
    font-size: 2.9rem;
    text-transform: uppercase;
    color: var(--color-main);
}
.btn-x {
    padding: 1rem;
}
.bg-service {
    background: #F8FBFF;
}

.service-image {
    display: inline-block;
    padding: 2rem;
    border-radius: 100%;
}

.service-image img {
    height: 64px;
    width: 64px;
}

.service-item {
    margin-top: 0 !important;
    margin-bottom: 3rem;
}

.service-item {
    margin-top: 0 !important;
    margin-bottom: 3rem;
}

.service-image--0 {
    background: #FEF9C3;
}

.service-image--1 {
    background: #FEE2E2;
}

.service-image--2 {
    background: #FEF3C7;
}

.service-image--3 {
    background: #FFEDD5;
}

.service-image--4 {
    background: #FFE4E6;
}

.service-image--5 {
    background: #E0E7FF;
}

.service-image--6 {
    background: #ECFCCB;
}

.service-image--7 {
    background: #FAECE9;
}

.service-image--8 {
    background: #CFFAFE;
}

.service-image--9 {
    background: #E0F2FE;
}

.center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-1:hover {
    border: 1px solid var(--color-main);
    background-color: white;
    color: var(--color-main);
}

.btn-1 {
    border: 1px solid var(--color-highlight);
    background-color: var(--color-highlight);
    color: var(--white);
}

.template-image img {
    /* filter: grayscale(1); */
}

.template-image .btn-action {
    opacity: 0;
    transition: all .5s ease-out;
}

.template-image:hover .btn-action {
    opacity: 1;
}

.template-image:hover img {
    filter: none;
}

.template-image {
    border: 2px solid transparent;
    position: relative;
    padding-top: 115%;
}

.template-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.template-image:hover {
    border-color: var(--color-main);
}

.partner-image {
    background-color: white;
    display: flex;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 1rem;
}

.partner--description {
    font-weight: bold;
    font-size: 2.5rem;
}

.solution-image {
    display: inline-flex;
    width: 76px;
    height: 76px;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 1rem;
}

.bg-solution--0 {
    background: #FFE9D5;
}

.bg-solution--1 {
    background: #FAE9F7;
}

.card {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.card:last-child {
    margin: 0;
}

.card-body {
    padding: 0rem 2rem 2rem 2rem;
}

.card-header h5 button {
    border-radius: 10px;
    width: 100%;
    text-align: left;
    font-size: 1.8rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
}

.card-header h5 button:hover {
    color: var(--color-highlight);
    text-decoration: none;
}

.reg-phone {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.reg-phone .form-group {
    display: flex;
    margin: 0;
    align-items: center;
    position: relative;
    border-radius: 3rem;
    overflow: hidden;
}

.reg-phone .form-group input {
    height: 5.5rem;
}

.reg-phone .form-group .btn-submit {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 53px;
    line-height: 3rem;
    border-radius: 3rem !important;
    color: #fff;
    font-size: 17px;
    width: auto;
}

.reg-phone .form-group btn-submit:hover {
    background: var(--color-highligh) !important;
}

.reg-phone .form-group .btn-submit:hover {
    background: var(--color-highlight);
}

.page-contact .form-control {
    font-weight: 400;
    color: #b7b9c5;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    padding: 0.375rem 0;
    border-bottom: 1px solid #d6d6de;
}

.page-contact textarea.form-control {
    height: 14rem;
}

.benefit--title {
    font-weight: bold;
    margin-bottom: 1rem;
}

.title-price {
    color: var(--color-main);
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.number-price {
    font-size: 3rem;
    font-weight: 600;
}

.line-price {
    border-top: 3px solid var(--color-main);
    width: 50%;
    margin: 3rem auto;
}

.item-price ul li {
    margin-bottom: 1rem;
    list-style: none;
    position: relative;
}

.item-price ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    left: -3rem;
}

.bg-1 {
    background: var(--color-main);
    color: white;
}

.bg-1 hr {
    border-color: white;
}

.bg-1 .title-price {
    color: white;
}

.ratio-customer img {
    width: 10rem;
    height: 10rem;
    object-fit: cover;
}

.customer-content-title {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.customer-content-position {
    font-size: 1.3rem;
}

.bg-breadcrumbs {
    padding: 15rem 3rem;
    font-size: 3rem;
    justify-content: center;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-breadcrumbs span {
    font-size: 4rem;
    color: white;
}

.procedure-service--image {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.procedure-service--title {
    font-weight: bold;
    color: var(--color-main);
}

.bg-procedure0 {
    background: #CCFBF1;
}

.bg-procedure1 {
    background: #CFFAFE;
}

.bg-procedure2 {
    background: #FAE8FF;
}

.bg-procedure3 {
    background: #E0E7FF;
}

.bg-procedure4 {
    background: #E0E7FF;
}

.bg-procedure5 {
    background: #EDE9FE;
}

.box-form {
    background: white;
    padding: 15px;
}

.bg-hotline {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-hotline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: white;
}

.box-hotline a {
    display: block;
    background: var(--color-main);
    width: 100%;
    text-align: center;
    padding: 2rem;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

.service-contact {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

.box-hotline a.bg-email {
    background: var(--color-highlight);
}

.title-form {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--color-main);
    max-width: 600px;
    margin: 0 auto;
}

.radio-item {
    border: 1px solid #f5f5f5;
    padding: 1rem;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.radio-item label {
    margin: 0 !important;
}

.title-form-contact {
    font-size: 3rem;
    font-weight: bold;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: #003556;
}

.title-footer {
    margin-bottom: 1.5rem;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.7rem;
}

.title-footer span {
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
}

.footer-section ul li a {
    color: white;
    margin-bottom: 1rem;
    display: block;
    font-size: 1.4rem;
}

.footer-section ul {
    padding: 0;
    list-style: none;
}

.add-footer {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 3rem 0;
}

.social {
    padding: 0;
    display: flex;
    list-style: none;
}

.social li a {
    font-size: 3rem;
    color: white;
    margin-right: 1rem;
}

.why-image {
    width: 88px;
    height: 88px;
    margin: 0 auto;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.why-bg0 {
    background: #FEF3C7;
}

.why-bg1 {
    background: #DBEAFE;
}

.why-bg2 {
    background: #CCFBF1;
}

.why-bg3 {
    background: #DCFCE7;
}

.why-bg4 {
    background: #F3E8FF;
}

.why-bg5 {
    background: #E0E7FF;
}

.why--title {
    font-weight: bold;
    color: var(--color-main);
}
form.form_search {
    margin-left: 1rem;
    width: 38%;
    display: flex;
}
.input-group-cus {
    margin-right: 1rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
button.btn-bro {
    color: #a461d8;
    border-color: #a461d8;
    border: 1px solid;
    padding: 0px 4rem;
}
.btn-bro:hover{
    color: white;
    background:#a461d8 ;
}
input.input_search {
        border-radius: 5px;
    border: 1px solid #a461d845;
}
button.btn.btn-bro {
    border-radius: 5px;
}
.categories-Cus{
     border: 1px solid rgba(151, 151, 151, 0.3);
     padding: 1rem;
}
.category_Product_cus {
    border: 1px solid rgba(151, 151, 151, 0.3);
    margin-bottom: 5px;
    max-height: 1262px;
    overflow-y: scroll;
}
.categories-section-new{
    list-style: none;
}
.title_category_product{
    padding: 8px 15px;
    cursor: pointer;
    border: 1px solid #ebedf2;
    color: #333!important;
    border-radius: 20px;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    transition: color .15s ease-in-out,border-color .15s ease-in-out;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    position: relative;
}
ul.categories-section-new li {
    margin-bottom: 1.5rem;
}
ul.categories-section-new {
    /* max-height: 230px; */
    /* overflow-y: auto; */
    padding: 1rem;
}
a.title_category_product:hover {
    color: white !important;
    background: #007bff;
}

/* Set the scroll-behavior property to smooth */
.categories-section-new {
  scroll-behavior: smooth;
}
/* Style the scroll bar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background-color: white;
}
::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
}
.title_Page_product{
    font-size: 20px;
}


/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 500px) {
    form.form_search {
        margin-left: 1rem;
        width: 95%;
        display: flex;
    }
    .container-custom{
            padding: 0px 7px;
    }
    .row-mobile .row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    footer .row-mobile .row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .menu-section > ul > li {
        margin-right: 5.5rem;
    }
}


a.su-button.su-button-style-stroked {
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 47px;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    background-image: linear-gradient(90deg, #0083D3 0%, #0AA6D7 49%, #16CDDB 100%) !important;
    display: inline-block!important;
    text-align: center;
    text-decoration: none!important;
    box-sizing: content-box!important;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@keyframes pulse {
  0% {
        transform: scale(1);
  }
  50% {
        transform: scale(1.2);
  }
  100% {
        transform: scale(1);
  }
}
