:root {
    --blueColor: #252A48;
    --redColor: #ff0000;
}

body {
    font-family: gilroy, sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: gilroy, sans-serif;
    font-weight: 700 !important;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.absolute-footer, html {
    background-color: #F5F5F5 !important;
}

#wrapper, #main {
    background: #F5F5F5 !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: transparent;
    color: #fff !important;
    text-align: left;
    padding: 5px 30px;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 8px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**header**/
.header-hotline {
    background: linear-gradient(90deg, #FED224 8.15%, #FFA511 100%);
    border-radius: 50px;
    border: 2px solid #fff;
    position: relative;
    padding: 5px 30px 5px 40px;
    line-height: 20px;
    text-align: center;
    margin-left: 40px !important;
}

.header-hotline .hotline-icon {
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

.header-hotline .hotline-text a {
    color: #333;
}

.header-hotline .hotline-text span {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}

.header-hotline .hotline-text strong {
    font-size: 18px;
    color: var(--primary-color)
}

.header-hotline .hotline-text a:hover span {
    color: #333;
}

/**menu**/
div#mega-menu-wrap-primary {
    width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: space-between;
}

div#mega-menu-wrap-primary ul li a {
    color: #333 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: #333 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

/**abouts**/
.about-item .box-text.text-center {
    padding: 0px !important;
    text-shadow: unset !important;
}

.about-item h3 {
    background: var(--primary-color) !important;
    width: auto !important;
    padding: 8px 20px 8px 30px !important;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 0px !important;
    margin: 0px !important;
    border-radius: 50px 0 0 0;
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
}

.abouts-t {
    color: #333;
    font-size: 15px;
    text-align: left;
}

.about-entry {
    width: 100%;
}

.about-entry .about-entry-number {
    text-align: center;
}

.about-entry .about-entry-number p {
    width: 100%;
    border-radius: 10px;
    background: var(--primary-color);
    color: #fff;
    margin: 10px 0 0 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0;
    text-transform: uppercase;
}

.about-entry .about-entry-number h3 {
    font-size: 24px;
    line-height: 28px;
    color: var(--primary-color);
    margin: 0px !important;
}

.about-entry .about-entry-content {
    font-size: 16px;
    color: #333;
    line-height: 22px;
}

.brBottom {
    border-bottom: 1px solid #f2f2f2 !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}

/**contact**/
.box-contact h1 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px 0;
}

.box-contact h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

.box-contact p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}

.box-contact .header-hotline {
    width: 200px;
    display: inline-block;
    margin: 15px auto 0;
}

/**home-title**/
.home-title {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.home-title h3 {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 30px;
    line-height: 38px;
    margin: 0px 0 5px 0;
    text-transform: uppercase;
}

.home-box {
    background: #000;
    color: #fff;
    width: 250px;
    padding: 5px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: auto;
}

.home-title p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #333;
    margin: 0px !important;
}

/**service**/
.service-item {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 3px 64px rgb(0 0 0 / 10%);
    border-radius: 33px;
    padding: 8px;
}

.service-item .box-image .image-cover img {
    border-radius: 35px !important;
}

.service-item .service-content {
    margin-top: -42px;
}

.service-item .box-text.text-center {
    padding: 0px !important;
}

.service-item .service-content h4 {
    color: #fff;
    background: var(--primary-color);
    padding: 10px 0;
    border-radius: 33px !important;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}

.service-item .service-content p {
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    padding: 0 10px 10px 10px;
}

.service-body .col .col-inner {
    min-height: 100%;
    height: 100% !important;
}

.support-list ul {
    display: flex;
    flex-flow: wrap;
}

.support-list ul li {
    width: 50%;
    list-style: none !important;
    margin: 0px !important;
    margin-bottom: 5px !important;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.support-list ul li img {
    width: 20px;
    margin-right: 5px;
}

.support-entry {
    background: #FFFFFF;
    border-radius: 15px;
    height: 100%;
}

.support-entry .box-image {
    background: var(--primary-color);
    border-radius: 50%;
    padding: 15px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #fff;
}

.support-entry .box-text.text-center {
    padding-top: 65px !important;
}

.support-entry h4 {
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.support-entry p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    color: #333;
}

.support-body .col .col-inner, .proccess-body .col .col-inner {
    min-height: 100%;
    height: 100% !important;
}

.proccess-item .box-image {
    border-radius: 50%;
    border: 1px solid #D4D4D4;
    padding: 8px;
    width: 30% !important;
    margin-bottom: 15px !important;
}

.proccess-item .box-image div {
    background: #E8EDEE;
    padding: 10px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.proccess-item {
    position: relative;
    height: 100%;
}

.proccess-item h4 {
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.proccess-item p {
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    color: #333;
}

.proccess-item strong, .proccess-item b {
    color: var(--primary-color)
}

.proccess-item .proccess-number {
    width: 40px;
    height: 40px;
    background: var(--primary-color) !important;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    position: absolute;
    top: -175px;
    right: 140px;
    transform: translate(50%, 100%);
    border: 2px solid #fff;
}

/**contact**/
.formContact {
    width: 900px;
    margin: auto;
}

.input__contact {
    width: 100%;
    height: 40px !important;
    box-shadow: unset !important;
    border: 0px !important;
}

.btnContact {
    background: #000000 !important;
    width: 100%;
    margin: 0px !important;
}

form.wpcf7-form.init {
    margin: 0px !important;
}

/**footer**/
#footer {
    background: #E8EDEE;
    padding: 20px 0;
}

.footer-top {
    color: #333;
}

.footer-top .footer-logo a {
    width: 150px;
}

.footer-top .footer-logo a img {
    width: 150px;
}

.footer-top .footer-address {
    width: 100%;
    display: flex;
}

.footer-top .footer-address .footer-ad-item {
    width: calc(100% / 3);
    display: flex;
    align-items: center !important;
}

.footer-top .footer-address .footer-ad-item:not(:first-child) {
    padding-left: 15px;
}

.footer-top .footer-address .footer-ad-item i {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    color: var(--primary-color);
}

.footer-top .footer-address .footer-ad-item span b {
    display: -webkit-box;
}

.footer-top .footer-address .footer-ad-item span {
    width: calc(100% - 35px);
    padding-left: 15px;
    color: #333;
    font-size: 15px;
    line-height: 25px;
}

#footer .footer-bottom {
    width: 100%;
    display: inline-block;
    margin: 25px 0 0 0;
    border-top: 1px solid #D5D5D5;
    padding: 25px 0 0 0;
}

#footer .footer-bottom .footer-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px !important;
    text-align: center;
    line-height: 40px;
}

#footer .footer-bottom .footer-social a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#footer .footer-bottom .footer-social {
    text-align: center;
}

#footer .footer-bottom .footer-social a:hover {
    background: #fff;
    color: var(--primary-color)
}

#footer .footer-copyright {
    text-align: center;
    margin: 15px;
    color: #fff;
    font-size: 15px;
}

/**question**/
.bk-question .accordion-item {
    background: #FFFFFF;
    box-shadow: 0px 3px 60px rgb(0 0 0 / 6%);
    border-radius: 5px;
    border: 0px !important;
    margin-bottom: 20px;
}

.bk-question .accordion-item a {
    border: 0px !important;
    margin-bottom: 20px;
    margin: 0px;
    position: relative;
    padding-left: 10px !important;
}

.bk-question .accordion-item a i {
    font-size: 18px !important;
}

.bk-question .accordion-item a.active {
    background: #FFFFFF;
}

.bk-question .accordion-item a .icon-angle-down:before {
    content: "\f055";
    font-family: 'Font Awesome 6 Pro';
}

.bk-question .accordion-item a.active .icon-angle-down:before {
    content: '\f056';
    font-family: 'Font Awesome 6 Pro';
}

.bk-question .active .toggle {
    transform: unset !important;
}

.bk-question .accordion-inner {
    padding: 10px !important;
}

.bk-question .accordion-inner ul li, .bk-question .accordion-inner p, .bk-question .accordion-inner ol li {
    margin: 0 0 10px 0;
}

.bk-question .accordion-inner ul, .bk-question .accordion-inner ol {
    margin-left: 25px !important;
}

.bk-question .toggle {
    position: absolute;
    right: 0px;
    left: unset !important;
}

.blog-cus .box-image img {
    width: 100%;
    height: 100%;
    padding: 0px !important;
}

.blog-cus .box-image {
    width: 220px !important;
    float: left;
    height: 180px;
}

.blog-cus .image-cover {
    width: 100%;
    height: 100%;
    padding: 0px !important;
}

.blog-cus .box-text.text-center {
    width: calc(100% - 220px);
    float: left;
    padding-left: 15px;
    text-align: left;
}

.blog-cus .col.post-item .col-inner {
    background: #F1F2F2 !important;
    width: 100%;
    display: inline-block;
}

.blog-cus button.button.is-link.is-small.mb-0 {
    color: #D61D29 !important;
    text-transform: unset !important;
    font-size: 15px;
    padding: 0px !important;
    height: unset !important;
    min-height: unset !important;
    border: 0px !important;
    line-height: 0px !important;
    margin-top: 10px !important;
}

.blog-cus .is-divider {
    display: none !important;
}

.blog-cus p.from_the_blog_excerpt {
    margin: 10px 0 0 0;
}

/*8Cam ket**/
.camket:not(:last-child) {
    border-bottom: 1px solid rgba(212, 212, 212, 1);
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.camket p strong {
    color: var(--primary-color);
}

.camket p img {
    width: 20px;
}

.camket p {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.camket h3 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.col-bg {
    background: url(/wp-content/uploads/2023/03/Rectangle_356-removebg-preview.png) no-repeat;
    background-size: 100% !important;
}

.c-item h4 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}
.bRight{
    border-right: 1px solid rgba(255,255,255,0.3) !important;
}