.header-logo img{max-width: 144px;border-radius: 12px;background: #fff;padding: 10px;}
.sticky .header-logo img{
    width: 100px;
}

.section-our-services.home-1 {
    background-image: url(../image/section/bg-our-services-h1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 120px;
    /* margin-top: -145px; */
    background-color: var(--color-primary);
}
.tf-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1200px;
    max-width: 100%;
}
.tf-container.w-1880 {
    width: 1880px;
}
.section-content.style-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 35px;
}
.section-our-services.home-1 .section-content {
    margin-bottom: 48px;
}
.heading-section {
    position: relative;
    z-index: 3;
}
.section-our-services.home-1 .section-content .heading-section {
    margin-bottom: 0;
    max-width: 628px;
}
.heading-section .sub-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: end;
    color: var(--secondary);
    gap: 8px;
    margin-bottom: 15px;
}
.heading-section.style-color-white .sub-heading {
    color: var(--white);
}
.heading-section .title {
    color: var(--secondary);
    letter-spacing: -0.1px;
}
.heading-section.style-color-white .title {
    color: #fff;
}
.section-content .text {
    color: var(--color-text);
    margin-bottom: 20px;
    letter-spacing: 0.1px;
}
.section-our-services.home-1 .section-content .text {
    max-width: 475px;
    color: var(--white);
    margin-bottom: 0;
    font-family: "Barlow", sans-serif;
}
.services-item {
    position: relative;
    z-index: 5;
}
.services-item .image {
    position: relative;
    display: inline-block;
    width: 100%;
}
.services-item.style-absolute .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--line-3);
    opacity: 0.9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.services-item .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.services-item.style-absolute .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--color-primary);
    opacity: 0.6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.number-services {
    color: transparent;
    -webkit-text-stroke: 1px var(--bs-primary);
    font-weight: bold;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 4;
}
.services-item.style-absolute .number-services {
    position: absolute;
    top: 35px;
    left: 36px;
    font-weight: 700;
    font-size: 50px;
    line-height: 45px;
}
.services-item .services-content {
    z-index: 4;
}
.services-item.style-absolute .services-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 26px;
}
.services-item.style-absolute .services-content h6{}
.services-item.style-absolute .services-content h6 a{
    color: #333333;
}
.services-item .services-content .sub-heading {
    color: var(--color-text-4);
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.services-item.style-absolute .services-content .services-btn {
    margin-top: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--line-8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tf-btn-arrow-up-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    color: var(--main-color);
}
.tf-btn-arrow-up-right i {
    transform: rotate(-45deg);
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-item.style-absolute:hover .image::before {
    width: 0;
}
.services-item.style-absolute:hover .image::after {
    width: 100%;
}
.services-item.style-absolute:hover .number-services {
    -webkit-text-stroke: 1px var(--white);
    opacity: 0.8;
}
.services-item.style-absolute:hover .services-content .name-services {
    color: var(--white);
}
.services-item.style-absolute:hover .services-content .sub-heading {
    color: var(--white);
}
.services-item.style-absolute:hover .services-content .services-btn {
    border-color: var(--line-9);
}
.services-item.style-absolute:hover .services-content .services-btn .tf-btn-arrow-up-right {
    color: var(--white);
}
.section-page{padding: 40px 0px;}

#exampleModal .newsletter-input input{
    height: calc(1em + 1.25rem + 8px);
    background: #fff;
    padding: 10px 10px;
    padding-left: 20px;
    height: 50px;
    border: 1px solid #e5e6ec;
    height: 55px;
    border-radius: 30px 30px 30px 30px;
}
.btn-register{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 0 35px;
    background-color: #fff;
    border-radius: 8px;
    color: #121315;
    column-gap: 7px;
    line-height: 50px;
    text-transform: capitalize;
    font-size: 15px;
    align-items: center;
    border: 0;
}
#exampleModal .title-pro-detail{
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 5px;
}
.desc-detail-popup{
    display: block;
    margin-bottom: 20px;
}
#exampleModal{}
#exampleModal .modal-content{
    border-radius: 20px;
    overflow: hidden;
}
#exampleModal .modal-body{
    padding: 25px;
    border-radius: 20px;
}
#exampleModal button.close{
    background: var(--color-primary);
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 6px 15px;
    border-radius: 0px 20px 0px 20px;
    border: 0;
}
#exampleModal button.close svg{
    stroke: #fff;
}
#exampleModal .form-register textarea.form-control {
    height: 80px;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #e5e6ec;
}
#exampleModal .form-register {
    padding: 0;
    background: no-repeat;
}
   /* gg dich */
.gtranslate_wrapper {
    position: relative;
    margin-left: auto;
    width: 45px;
}
.gt_switcher-popup img+span {
    display: none;
}
.gt_black_overlay {
    display: none !important;
}
.gtranslate_wrapper .gt_white_content {
    position: absolute !important;
    margin: unset !important;
    top: 35px !important;
    right: 0;
    left: unset !important;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15) !important;
    border-radius: 5px;
    height: auto;
    padding: 0 10px;
}
.gt_white_content a {
    display: block;
    padding: 10px 0 !important;
    border-bottom: 1px solid #e7e7e7;
    white-space: nowrap;
    line-height: 0;
    flex-basis: 39px;
    box-sizing: border-box;
	color: #000
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination{
    gap: 10px;
}
.gt_container-unisv1 a.glink span{font-size: 10px !important;}