/*=============== topbar ===============*/
/* .top-bar {
    background: var(--color-theme-red);
    color: var(--color-white);
    display: block;
    max-height: auto;
    font-size: 16px;
    padding: 0.5rem 1.9rem;
}

.top-bar ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    list-style: none;
}

.float-right {
    float: right !important;
}

.top-bar ul li {    
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(255, 255, 255);
    display: inline-block;
}

.top-bar.top-bar-light {
    background: var(--color-white);
    color: #555;
    border-bottom: 1px solid #ddd;
}
  
.top-bar.top-bar-light a.login-btn, .top-bar.top-bar-light a.signup-btn {
    color: #555 !important;
}
  
.top-bar.top-bar-light a.login-btn span, .top-bar.top-bar-light a.signup-btn span {
    display: inline-block;
}
  
.top-bar p {
    margin-bottom: 0;
    font-size: 0.75rem;
}
  
.top-bar ul {
    margin-bottom: 0;
}
  
.top-bar a.login-btn, .top-bar a.signup-btn {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    font-size: 0.75rem;
    font-weight: 700;
    margin-right: 10px;
}
  
.top-bar a.login-btn i, .top-bar a.signup-btn i {
    margin-right: 10px;
}
  
.top-bar ul.social-custom {
    margin-left: 20px;
}
  
.top-bar ul.social-custom li {
    padding: 0;
    margin: 0;
}
  
.top-bar ul.social-custom a {
    text-decoration: none !important;
    font-size: 0.7rem;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #999;
    text-align: center;
    border-radius: 50%;
    margin: 0;
}
  
.top-bar ul.social-custom a:hover {
    background: #da4d4d;
    color: var(--color-white);
}
  
.top-bar .contact-info {
    margin-right: 20px;
}
  
.top-bar .contact-info a {
    font-size: 0.8rem;
}

@media (max-width: 991px) {
    .top-bar {
      padding: 1rem 0.2rem;
    }
} */
/*=============== topbar ===============*/

/*=============== header ===============*/
/* .header-area {
    box-shadow: 0px 5px 10px 0px rgb(255 0 0 / 20%);
} */

    /*===== sticky =====*/
        /* header.header-area.sticky {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: var(--color-white);
            z-index: 999;
            background-color: var(--color-white);
            -webkit-box-shadow: 0px 5px 10px 0px rgb(255 0 0 / 20%);
            -moz-box-shadow: 0px 5px 10px 0px rgb(255 0 0 / 20%);
            box-shadow: 0px 5px 10px 0px rgb(255 0 0 / 20%);
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; 
        } */
    /*===== sticky =====*/
/*=============== header ===============*/

.header-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 10px 0 rgba(34, 34, 34, 0.2);
}

.header-area.sticky {
    position: fixed;
    background-color: var(--color-white);
    z-index: 999;
}

/*=================== Top Bar ===================*/
.topbar-area {
    background-color: transparent;
    color: #212529;
    display: block;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

header.header-area.sticky .topbar-area {
    padding: 5px 0;
}

.topbar-area .topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-area .topbar .social {
    display: flex;
}

.topbar-area .topbar .social-link {
    color: #212529;
    font-size: 22px;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.topbar-area .topbar .social-link:hover {
    color: var(--color-theme-red);
}

.topbar-area .topbar .logo img {
    width: 150px;
}

.topbar-area .topbar .right-link {
    text-align: end;
}

.topbar-area .topbar .right-link a {
    color: #212529;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.topbar-area .topbar .right-link a:hover {
    color: var(--color-theme-red);
}
/*=================== Top Bar ===================*/

/*=============== all button style ===============*/
.btn-login-link { 
    width: 150px;
    background-color: #fff600;
    transform: skew(-20deg);
    text-align: center;
    color: var(--color-theme-red) !important;
    font-weight: 600;
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 8px;
    border: 0;
    color: var(--color-white);
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(to right, #ff1919 0%, var(--color-theme-red) 50%, #ff1919 100%);
    background-size: 200%; 
}

.main-btn:hover {
    color: var(--color-white);
    background-position: right center; 
}
/*=============== all button style ===============*/

/*=============== all section title style ===============*/
.section-title .line {
    background: -webkit-linear-gradient(var(--color-theme-red) 0%, #fe6e9a 100%);
    background: -o-linear-gradient(var(--color-theme-red) 0%, #fe6e9a 100%);
    background: linear-gradient(var(--color-theme-red) 0%, #fe6e9a 100%);
    width: 150px;
    height: 5px;
    margin-bottom: 10px !important;
}

.section-title .title {
    font-weight: 700;
    line-height: 1.5;
}

@media (min-width: 375px) {
    .section-title .title {
        font-size: 19px;
    }
}

@media (min-width: 768px) { 
    .section-title .title {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .section-title .title {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .section-title .title {
        font-size: 26px;
    }
}

.section-title .title span {
    font-weight: 400;
    display: contents; 
}
/*=============== all section title style ===============*/

/*=============== all section sub title style ===============*/
.section-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #361CC1;
    text-transform: uppercase; 
}

@media (max-width: 767px) {
    .section-title .sub-title {
        font-size: 16px; 
    } 
}
/*=============== all section sub title style ===============*/

/*=============== Swiper Slide ===============*/
.swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: var(--background-white-1);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: var(--border-radius-2);
}

.swiper .swiper-slide img {
	display: block;
	/* width: 100%;
	height: 100%; */
	object-fit: cover;
    aspect-ratio: auto;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0.5));
}

.swiper .swiper-pagination .swiper-pagination-bullet{
    background-color: var(--color-theme-red);
    transition: opacity .6s ease;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-theme-red);
    width: 16px;
    border-radius: 50px;
    opacity: 1;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
    color: var(--color-theme-red);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: 'fontawesome';
    font-size: 2.5rem;
}

.swiper-button-next:after {
	content: "\f105";
}

.swiper-button-prev:after {
	content: "\f104";
}
/*=============== Swiper Slide ===============*/

/*=============== register online card ===============*/
.register-online-area .video-content {
    position: relative;
    padding-bottom: 0; 
}

.register-online-area .video-content .dots {
    position: absolute;
    left: -30px;
    bottom: -30px; 
}

.register-online-area .video-detail {
    margin-top: 15px;
    text-align: center;
}

.register-online-area .video-detail p {
    color: var(--color-theme-red);
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 0 #fff600;
}

.register-online-area .register-online-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 10px;
    background-color: var(--color-theme-red);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    color: var(--color-white);
    border-radius: 10px;
}

.register-online-area .register-online-card:hover {
    transform: translateY(-5px);
}

.register-online-area .register-online-card .images {
    width: 60px;
    height: 60px;
    align-content: center;
    text-align: center;
    border-radius: 50px;
}

.register-online-area .register-online-card .images img {
    width: 40px;
}

.register-online-area .register-online-card .content {
    flex: 1;
    margin-left: 15px;
}

.register-online-area .register-online-card .content h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--color-white);
}

.register-online-area .register-online-card .content span {
    font-size: 16px;
}
/*=============== register online card ===============*/

/*=============== category box default ===============*/
.category {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    overflow: hidden;
    border-radius: 10px; 
    transition: all 0.5s ease;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
}

.category:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

.category .category-image {
    position: relative; 
}

.category .category-image img {
    width: 100%; 
}

.category .category-image .social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px; 
}

.category .category-image .social ul {
    background-color: rgba(255, 255, 255, 0.23);
    display: inline-block;
    border-radius: 50px;
    padding: 0 13px;
    position: relative;
    z-index: 5;
    overflow: hidden; 
}

.category .category-image .social ul::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(var(--color-theme-red) 0%, #fe6e9a 100%);
    background: -o-linear-gradient(var(--color-theme-red) 0%, #fe6e9a 100%);
    background: linear-gradient(var(--color-theme-red) 0%, #fe6e9a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
}

.category .category-image .social ul li {
    display: inline-block; 
}

.category .category-image .social ul li a {
    padding: 15px 13px;
    color: var(--color-white); 
}

.category .category-content {
    padding: 20px 20px 20px 20px; 
    background-color: var(--color-white);
}

.category .category-content .holder-name a {
    font-size: 20px;
    font-weight: 700;
    color: #2E2E2E; 
}

.category .category-content .text {
    margin-top: 15px; 
}

.category:hover .category-image .social ul::before {
    opacity: 1;
    visibility: visible; 
    border-color: #FE7A7B; 
} 

.category .category-footer {
    padding: 20px 20px 20px 20px; 
    background-color: var(--color-white);
}

@media (max-width: 500px) {
    .category .category-content {
        padding: 20px 10px 20px 10px; 
        background-color: var(--color-white);
    }

    .category .category-footer {
        padding: 20px 10px 20px 10px; 
        background-color: var(--color-white);
    }
}
/*=============== category box default ===============*/

/*=============== category box 1 ===============*/
.single-project {
    overflow: hidden;
    border-radius: 10px; 
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
}

.single-project:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
}

.single-project .project-image {
    position: relative;
}

.single-project .project-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: white;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 50%, var(--color-theme-red) 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 50%, var(--color-theme-red) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, var(--color-theme-red) 100%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.single-project:hover .project-image::before {
    opacity: 1;
}

.single-project:hover .project-content {
    opacity: 1;
    text-align: center;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.single-project .project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 5px;
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
}

.single-project .project-content .project-title {
    font-weight: 600;
    position: relative;
    color: var(--color-white);
    /* margin-left: 60px; */
}
/*=============== category box 1 ===============*/

/*=============== process-service ===============*/
.process-service {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.50);
    overflow: hidden;
    border-radius: 10px; 
}

.process-service .service-image {
    position: relative; 
}

.process-service .service-image img {
    width: 100%; 
}

.process-service .service-image .social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px; 
}

.process-service .service-image .social ul {
    background-color: rgba(255, 255, 255, 0.23);
    display: inline-block;
    border-radius: 50px;
    padding: 0 13px;
    position: relative;
    z-index: 5;
    overflow: hidden; 
}

.process-service .service-image .social ul::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(var(--color-theme-red) 0%, #fe6e9a 100%);
    background: -o-linear-gradient(var(--color-theme-red) 0%, #fe6e9a 100%);
    background: linear-gradient(var(--color-theme-red) 0%, #fe6e9a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
}

.process-service .service-image .social ul li {
    display: inline-block; 
}

.process-service .service-image .social ul li a {
    padding: 15px 13px;
    color: var(--color-white); 
}

.process-service .service-content {
    padding: 20px 30px 20px 30px;
    background-color: var(--color-white);
}

.process-service .service-content .holder-name a {
    font-size: 20px;
    font-weight: 700;
    color: #2E2E2E; 
}

.process-service .service-content .text {
    margin-top: 20px; 
}

.process-service:hover .service-image .social ul::before {
    opacity: 1;
    visibility: visible; 
    border-color: #FE7A7B; 
} 
/*=============== process-service ===============*/

/*=============== culture ===============*/
.culture {
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 50px 30px;
    border: 2px solid transparent;
    border-radius: 8px; 
}

@media (max-width: 767px) {
    .culture {
        padding: 20px 20px 30px; 
    } 
}

.culture .culture-icon {
    display: inline-block;
    position: relative; 
}

.culture .culture-icon img {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; 
}

.culture .culture-icon .shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}

.culture .culture-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 34px;
    color: var(--color-white); 
}

.culture .culture-content .culture-title a {
    font-size: 26px;
    font-weight: 700;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .culture .culture-content .culture-title a {
        font-size: 24px; 
    } 
}

@media (max-width: 767px) {
    .culture .culture-content .culture-title a {
        font-size: 20px; 
    } 
}

.culture .culture-content .culture-title a:hover {
    color: #361CC1; 
}

.culture .culture-content .text {
    margin-top: 30px; 
}

@media (max-width: 767px) {
    .culture .culture-content .text {
        margin-top: 20px; 
    } 
}

.culture .culture-content .more {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
}

.culture .culture-content .more i {
    margin-left: 10px; 
}

.culture .culture-content .more:hover {
    color: #361CC1; 
}

.culture:hover {
    border-color: #FE7A7B; 
}

.culture:hover .culture-icon .shape {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg); 
}
/*=============== culture ===============*/

/*=============== about ===============*/
.about-area {
    position: relative;
    z-index: 5; 
}

.about-content {
    max-width: 480px; 
}

.about-content .text {
    margin-top: 15px; 
}

.about-content .main-btn {
    background: -webkit-linear-gradient(left, var(--color-theme-red) 0%, #fe6e9a 50%, var(--color-theme-red) 100%);
    background: -o-linear-gradient(left, var(--color-theme-red) 0%, #fe6e9a 50%, var(--color-theme-red) 100%);
    background: linear-gradient(to right, #da4d4d 0%, var(--color-theme-red) 50%, #da4d4d 100%);
    background-size: 200%;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    margin-top: 20px; 
}

.about-content .main-btn:hover {
    background-position: right center; 
}
/*=============== about ===============*/

/*=============== timeline ===============*/
.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: var(--color-theme-red);
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before, .main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: var(--color-white);
    border: 2px solid var(--color-theme-red);
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before, .main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: var(--color-white);
    border: 2px solid var(--color-theme-red);
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #2E2E2E;
    line-height: 51px;
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }

    .main-timeline .date-content:before {
        width: 22.5%
    }

    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }

    .main-timeline .title {
        font-size: 17px
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }

    .main-timeline .timeline {
        margin-bottom: 20px
    }

    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }

    .main-timeline .icon {
        margin: auto 0
    }

    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }

    .main-timeline .date-content:before {
        display: none
    }

    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }

    .main-timeline .date-outer:before, .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }

    .main-timeline .date {
        top: 30%
    }

    .main-timeline .year {
        font-size: 24px
    }

    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }

    .main-timeline .title {
        margin-bottom: 10px
    }
}
/*=============== timeline ===============*/

/*=============== Map css ===============*/
.map {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.16 );
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.map .map-items {
    padding: 15px;
}

.map .map-items hr {
    border-top: none !important;
    height: 1px;
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    background-image: linear-gradient(to right, rgba(202, 42, 42, 0), rgba(202, 42, 42, 0.5), rgba(202, 42, 42, 0));
    background-color: transparent;
}

.map .map-items .content label.subject {
    width: 30%;
    text-align: left;
    margin-bottom: 5px;
}

.map .map-items .content span.detail {
    font-weight: 700;
    text-align: right;
}

.map .map-items .footer {    
    padding-top: 0.75rem;
}

.map .map-items .footer .icon-footer {
    font-size: 25px;
    color: var(--color-theme-red);
}
/*=============== Map css ===============*/

/*================ blog ================*/
.blog {
    overflow: hidden; 
    border-radius: 10px;
    border: solid 0px #eee;
    box-shadow: 0px 5px 10px 0px rgb(255 0 0 / 20%);
    transition: all .2s;
}

.blog:hover {
    box-shadow: 0px 10px 30px 0px rgb(255 0 0 / 25%);
}

.blog .blog-link, .blog .blog-link:hover {
    text-decoration: none;
    color: #212529;
}

.blog .blog-link .blog-image img{
    transition: transform .4s;
}

.blog:hover .blog-link .blog-image img {
    transform: scale(1.05);
}

.blog .blog-link .blog-content{
    height: 195px;
}

.blog .blog-link .blog-content .date {
    color: #9d9d9d;
}

.blog .blog-link .blog-content .title{
    height: 55px;
}

.blog .blog-link .blog-content .detail p{    
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog-footer{
    font-size: 16px;
}

.blog-course {
	background-color: var(--color-white);
	border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
	max-width: 100%;
	overflow: hidden;
    transition: all .2s;
}

.blog-course:hover {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 25%);
}

.blog-course .blog-course-link {
	display: flex;
    text-decoration: none;
    color: #212529;
}

.blog-course .blog-course-link:hover {
    text-decoration: none;
    color: #212529;
}

.blog-course .blog-course-info {
    padding: 5px 15px;
    position: relative;
    width: 100%;
}

.blog-course .blog-course-info .header {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.blog-course .blog-course-info .date {
    font-size: 14px;
    color: #9d9d9d;
}
/*================ blog ================*/

/*================ Blog View ================*/
.blog-view-content .image {
    text-align: center;
    margin-bottom: 30px;
}

.blog-view-content .body{
    font-size: 16px !important;
}

.blog-view-content .body ul, .blog-view-content .body ol{
    padding: 0px 0px 0px 20px;
}

.blog-view-content .body ul li span, .blog-view-content .body ol li span{
    display: initial;
}

.blog-view-content .body a{
    color: var(--color-theme-red);
}

.blog-view-content .body a:hover{
    text-decoration: none;
}
/*================ Blog View ================*/

/*================ news home page ================*/
.news-list {
    overflow: hidden; 
    border-radius: 10px;
    background-color: var(--color-white);
    box-shadow: 0px 5px 10px 0px rgb(255 0 0 / 20%);
    transition: all .2s;
}

.news-list:hover {
    box-shadow: 0px 10px 30px 0px rgb(255 0 0 / 25%);
}

.news-list .news-list-link, .news-list .news-list-link:hover {
    text-decoration: none;
    color: #212529;
    width: 100%;
}

.news-list .news-list-link .news-list-image{
    padding: 15px;
}

.news-list .news-list-link .news-list-image img{
    transition: transform .4s;
    width: 100%;
}

.news-list .news-list-link:hover .news-list-image img {
    transform: scale(1.05);
}

.news-list-content .news-list-content-subject{
    font-weight: bold;
    padding: 0px 1rem 10px 1rem;
    text-align: center;
    height: 60px;
}

.news-list-content .news-list-content-date{
    padding: 0px 1rem 10px 1rem;
    text-align: center;
}

.news-list-content .news-list-content-detail{
    padding: 0px 1rem 0px 1rem;
    height: 75px;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 5px;
}

@media (max-width: 820px){
    .news-list-content .news-list-content-subject{
        height: auto;
    }

    .news-list-content .news-list-content-detail{
        height: auto;
    }
}

.btn-news{
    border: 0px;
    background: var(--color-white);
    color: var(--color-theme-red);
    padding: 0px;
}

.btn-news:active{
    border: 0px;
    background: var(--color-white);
    color: var(--color-theme-red);
    padding: 0px;
}

.btn-news:focus{
    outline: 0px;
}
/*================ news home page ================*/

/*================ news ================*/
.news {
    overflow: hidden; 
    border-radius: 10px;
    background-color: var(--color-white);
    box-shadow: 0px 5px 10px 0px rgb(255 0 0 / 20%);
    transition: all .2s;
}

.news:hover {
    box-shadow: 0px 10px 30px 0px rgb(255 0 0 / 25%);
}

.news .news-link, .news .news-link:hover {
    text-decoration: none;
    color: #212529;
    width: 100%;
}

.news .news-link .news-image{
    margin: 15px;
}

.news .news-link .news-image img{
    transition: transform .4s;
    width: 100%;
}

.news .news-link:hover .news-image img {
    transform: scale(1.05);
}

.news-content .news-content-subject{
    font-weight: bold;
    padding: 0px 1rem 10px 1rem;
    height: 65px;
    text-align: center;
}

.news-content .news-content-date{
    padding: 0px 1rem 10px 1rem;
    text-align: center;
}

.news-content .news-content-detail{
    padding: 0px 1rem 10px 1rem;
    height: 75px;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media (max-width: 820px){
    .news-content .news-content-subject{
        height: auto;
    }
}

.news-footer{
    font-size: 16px;
}

.news-course {
	background-color: var(--color-white);
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	display: flex;
	max-width: 100%;
	overflow: hidden;
}

.news-course-preview a {
	color: var(--color-white);
	display: inline-block;
	font-size: 12px;
	opacity: 0.6;
	margin-top: 30px;
	text-decoration: none;
}

.news-course-info {
    padding: 5px 15px;
    position: relative;
    width: 100%;
}
/*================ news ================*/

/*================ activity ================*/
.activity-card-link {
    text-decoration: none;
    color: #212529;
}

.activity-card-link:hover {
    text-decoration: none;
    color: #212529;
}

.activity-card {
    display: block;
    background-color: var(--color-white);
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
}

.activity-card-link:hover .activity-card {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 25%);
}

.activity-card .image {
    width: 40%;
}

.activity-card .content {
    padding: 20px;
    position: relative;
    width: 100%;
}

.activity-card-link .activity-card .content .header .title {
    color: #212529;
    transition: all 0.3s ease-out 0s; 
}

.activity-card-link:hover .activity-card .content .header .title {
    color: var(--color-theme-red);
}

.activity-card .content .date {
    padding-top: 15px;
}

.activity-card .content .detail {
    padding-top: 15px;
}

.activity-card .content .detail span {
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.activity-card .content .footer {
    padding-top: 15px;
}

.activity-card .content .activity-read-more {
    border: 0px;
    background: var(--color-white);
    color: var(--color-theme-red);
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0%);
}

.activity-card .content .activity-read-more:hover, 
.activity-card .content .activity-read-more:active, 
.activity-card .content .activity-read-more:focus, 
.activity-card .content .activity-read-more:active:focus{
    border: 0px;
    background: var(--color-white);
    color: var(--color-theme-red);
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0%);
}

@media (max-width: 1024px) {
    .activity-card .image {
        width: 50%;
    }
    
    .activity-card .content {
        padding: 10px 20px;
        position: relative;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .activity-card .image {
        width: 85%;
    }
    
    .activity-card .content {
        padding: 10px 20px;
        position: relative;
        width: 100%;
    }

    .activity-card .content .detail {
        padding-top: 5px;
    }
    
    .activity-card .content .date {
        padding-top: 5px;
    }
}

.activity-mobile-card {
    display: none;
}

@media (max-width: 540px) {
    .activity-card {
        display: none;
    }

    .activity-mobile-card {
        display: block;
        background-color: var(--color-white);
        -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
        -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
        box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
        overflow: hidden;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; 
    }
    
    .activity-mobile-card .content {
        padding: 20px;
        position: relative;
        width: 100%;
    }
    
    .activity-mobile-card .content .header a {
        text-decoration: none;
        color: #212529;
    }
    
    .activity-mobile-card .content .header a:hover {
        color: var(--color-theme-red);
    }
    
    .activity-mobile-card .content .detail {
        padding-top: 15px;
    }
    
    .activity-mobile-card .content .detail p { 
        position: relative;
        box-sizing: border-box;
        flex-direction: column;
        align-content: flex-start;
        flex-shrink: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    
    .activity-mobile-card .content .footer {
        padding-top: 15px;
    }
    
    .activity-mobile-card .content .activity-read-more {
        border: 0px;
        background: var(--color-white);
        color: var(--color-theme-red);
        box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0%);
    }
    
    .activity-mobile-card .content .activity-read-more:hover, 
    .activity-mobile-card .content .activity-read-more:active, 
    .activity-mobile-card .content .activity-read-more:focus, 
    .activity-mobile-card .content .activity-read-more:active:focus{
        border: 0px;
        background: var(--color-white);
        color: var(--color-theme-red);
        box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0%);
    }
}

.activity-view .image {
    text-align: center;
    padding-bottom: 20px;
}

.activity-view .header {
    padding-top: 15px;
}

.activity-view-card {
    background-color: var(--color-white);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    display: flex;
    max-width: 100%;
    overflow: hidden;
}

.activity-view-card .activity-view-card-link {
    display: flex;
    align-items: center;
}

.activity-view-card .activity-view-card-link, .activity-view-card .activity-view-card-link:hover {
    text-decoration: none;
    color: #212529;
}

.activity-view-card .activity-view-card-link .image {
    width: 40%;
    margin: 10px;
}

.activity-view-card .activity-view-card-link .image img {
    transition: all 0.3s ease-out 0s; 
    border-radius: 10px;
}

.activity-view-card .activity-view-card-link:hover .image img {
    transform: scale(1.025);
}

.activity-view-card .activity-view-card-link .content {
    padding: 5px 15px;
    position: relative;
    width: 100%;
}   

.activity-view-card .activity-view-card-link .content .header {
    margin-bottom: 10px;
}   

.activity-view-card .activity-view-card-link .content .detail span { 
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}   

.activity-view-contact {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--color-white);
}

.activity-view-contact .title {
    padding-bottom: 10px;
}

.activity-view-contact .contact-us {
    padding-left: 20px;
}

.activity-view-contact .contact-us a, .activity-view-contact .contact-us a:hover {
    text-decoration: none;
}  
/*================ activity ================*/

/*================ question and answer ================*/
.accordionCard {
    background-color: var(--color-white);
    border-radius: 0;
}

.accordionCard {
    border-radius: 0;
    margin-bottom: 10px;
}

.accordionCard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--color-white);
    background-clip: border-box;
    border-radius: 0.25rem;
}

.question-header {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
  
.question-header:first-child {
    border-radius: calc(10px) calc(10px) 0 0;
    background-color: #f8f9fa;
}

.answer-header p {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0px; 
}

.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}
  
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: var(--color-theme-red);
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}
  
.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}
  
.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}
/*================ question and answer ================*/

/*================ review home page ================*/
.review-area {
    position: relative;
}

.review-item {
    text-align: center;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 0 8px 0 rgb(141 151 158 / 20%);
    -moz-box-shadow: 0 0 8px 0 rgb(141 151 158 / 20%);
    box-shadow: 0 0 8px 0 rgb(141 151 158 / 20%);
    overflow: hidden;
    padding: 25px 20px;
    margin: 30px 5px 10px;
    border-radius: 10px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.review-item:hover {
    border-color: #da4d4d; 
}

.review-item .review-icon .quota i {
    font-size: 20px;
    color: #da4d4d;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
}

.review-item .review-icon .star ul li {
    display: inline-block;
    font-size: 16px;
    color: #da4d4d; 
}

.review-item .review-content {
    margin: 20px 0px; 
    height: 100px;
}

@media (min-width: 375px) {
    .review-item .review-content {
        height: 140px;
    }
}

@media (min-width: 768px) { 
    .review-item .review-content {
        height: 140px;
    }
}

@media (min-width: 992px) {
    .review-item .review-content {
        height: 140px;
    }
}

@media (min-width: 1200px) {
    .review-item .review-content {
        height: 140px;
    }
}

.review-item .content-loan{
    margin-bottom: 20px;
}

.review-item .content-loan .review-badge {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 10px;
    color: #dc3545;
    font-size: 12px;
    background-color: #dc35454a !important;
}

.review-item .content-branch{
    margin-bottom: 20px;
}

.review-item .content-star{
    margin-bottom: 10px;
}

.review-item .content-star ul li {
    display: inline-block;
    font-size: 20px;
    background: linear-gradient(to bottom, #dc3545 0%, #fff500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.review-item .content-comment{
    font-size: 16px;
    color: var(--color-theme-red);
    font-weight: 700;
    margin-bottom: 20px;
}

.review-item .review-author {
    margin-top: 30px; 
}

.review-item .review-author .author-image {
    position: relative; 
}

.review-item .review-author .author-image .author {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 80px;
    height: 80px; 
}

.review-item .review-author .author-content .holder-name {
    font-size: 18px;
    font-weight: 700;
    color: #2E2E2E; 
}

.review-item .review-author .author-content .text {
    font-size: 15px; 
}
/*================ review home page ================*/

/*================ review ================*/  
.review-container {
    flex-wrap: wrap;
}
  
.review-box {
    padding: 20px;
    grid-template-rows: 20px 50px 1fr 50px;
    border-radius: 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);    
    background-color: var(--color-white);
}

.review-box .review-header{
    align-items: end;
    margin-bottom: 20px;
}

.review-box .review-header .star li{
    display: inline-block; 
    font-size: 20px; 
    color: var(--color-theme-red);
}

.review-box .review-content {
    color: var(--color-theme-red);
    font-weight: 700;
    margin-bottom: 20px;
}

.review-box .review-content .content-branch {
    color: var(--color-theme-red);
    font-weight: 700;
    margin-bottom: 20px;
}

.review-box .review-badge {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 10px;
    color: #dc3545;
    font-size: 12px;
    background-color: #dc35454a !important;
}

.review-box .review-footer .footer-star li{
    display: inline-block; 
    font-size: 20px; 
    background: linear-gradient(to bottom, #dc3545 0%, #fff500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*================ review ================*/  

/*================ policy ================*/
.policy-download{
    background-color: var(--color-white);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    border: 2px solid var(--color-theme-red);
}

.policy-download a{
    display: block;
    position: relative;
    color: #000;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.policy-download:hover {
    box-shadow: 0 0 3px var(--color-theme-red);
}

.policy-download .badge {
    color: var(--color-white);
    padding: 5px 10px;
    border-radius: 15px;
}

/*================ policy ================*/

/*================ Corporate Ethics ================*/
.corporate-ethics-download{
    background-color: var(--color-white);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    border: 2px solid var(--color-theme-red);
}

.corporate-ethics-download a{
    display: block;
    position: relative;
    color: #000;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.corporate-ethics-download:hover {
    box-shadow: 0 0 3px var(--color-theme-red);
}

.corporate-ethics-download .badge {
    color: var(--color-white);
    padding: 5px 10px;
    border-radius: 15px;
}
/*================ Corporate Ethics ================*/

/*================ Culture ================*/
.culture-card {
    background-color: var(--color-white);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    border: 2px solid #da4d4d;
}

.culture-card .culture-item {
    padding: 20px 30px;
    display: flex;
    align-items: center;
}

.culture-card .culture-item .icon {
    text-align: center;
    border-radius: 50%;
    padding: 15px;
    margin-right: 30px;
    background-color: var(--color-theme-red);
    color: #da4d4d;
    transition: all 0.3s;
    width: 10%;
}

.culture-card .culture-item .icon img {
    width: 100px;
}

.culture-card .culture-item .content {
    display: block;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    width: 90%;
}

.culture-card:hover {
    box-shadow: 0 0 3px var(--color-theme-red);
} 

@media screen and (min-width: 375px) {
    .culture-card .culture-item {
        padding: 10px 15px;
        display: flex;
        align-items: center;
    }

    .culture-card .culture-item .icon {
        width: 20%;
        padding: 10px;
        margin-right: 15px;
    }

    .culture-card .culture-item .icon img {
        width: 80px;
    }
    
    .culture-card .culture-item .content {
        font-size: 14px;
        width: 80%;
    }    
}

@media screen and (min-width: 768px) {
    .culture-card .culture-item {
        padding: 15px 20px;
        display: flex;
        align-items: center;
    }

    .culture-card .culture-item .icon {
        width: 15%;
        padding: 10px;
        margin-right: 20px;
    }

    .culture-card .culture-item .icon img {
        width: 80px;
    }
    
    .culture-card .culture-item .content {
        font-size: 16px;
        width: 80%;
    }    
}

@media screen and (min-width: 992px) {
    .culture-card .culture-item {
        padding: 20px 30px;
        display: flex;
        align-items: center;
    }

    .culture-card .culture-item .icon {
        width: 10%;
        padding: 10px;
        margin-right: 20px;
    }

    .culture-card .culture-item .icon img {
        width: 80px;
    }
    
    .culture-card .culture-item .content {
        font-size: 16px;
        width: 80%;
    }    
}
/*================ Culture ================*/

/*================ register ================*/
.register-content {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
}

.register-box{
    background-color: var(--color-white);
    padding: 30px;
    border-radius: 20px;
    border: solid 3px var(--color-theme-red);
}

.btn-how-to-register, .btn-how-to-verify {
    padding: 20px 60px;
    border-radius: 50px;
    transition: all 0.5s ease;
}
.btn-otp-again {
    border: 0px;
    background-color: var(--color-white);
    color: var(--color-theme-red);
}

.btn-otp-again:active, .btn-otp-again:hover, .btn-otp-again:focus {
    border: 0px;
    background-color: var(--color-white);
    color: var(--color-theme-red);
    outline: 0px;
}

.bg-section {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.bg-section:before {
    content: "";
    background: #992424;
    position: absolute;
    bottom: 60px;
    top: 50px;
    left: 0;
    right: 0;
    transform: skewY(-2deg);
}

.bg-image-02 {
    background-image: url('../images/background/background-02.webp');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
}

.btn-register {
    width: 100%;
    background-color: var(--color-theme-red);
    font-weight: bold;
    padding: 5px 35px 5px 10px;
    border: 2px solid var(--color-theme-red);
    border-radius: 20px;
    transition: all 0.5s ease;
    color: var(--color-white);
}

.btn-register:hover {
    box-shadow: 0 0 3px var(--color-theme-red);
}

.btn-register img {
    padding-left: 10px;
    float:left;
}

.btn-register span {
    vertical-align: -webkit-baseline-middle;
}

.btn-lucky-line {
    width: 100%;
    background-color: #00c300;
    font-weight: bold;
    padding: 5px 35px 5px 10px;
    border: 2px solid #00c300;
    border-radius: 20px;
    transition: all 0.5s ease;
    color: var(--color-white);
}

.btn-lucky-line:hover {
    box-shadow: 0 0 3px #00c300;
}

.btn-lucky-line img {
    padding-left: 10px;
    float:left;
}

.btn-lucky-line span {
    vertical-align: -webkit-baseline-middle;
}
/*================ register ================*/

/*================ login ================*/
.login-box {
    -webkit-box-shadow: 0px 0px 30px 0px rgb(167 167 167 / 16%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgb(167 167 167 / 16%);
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
}

.btn-forget-password {
    border: 0px;
    background-color: var(--color-white);
    color: #555;
    padding: 0px;
    text-decoration: underline;
}

.btn-forget-password:focus {
    outline: 1px dotted;    
    outline: 0px auto -webkit-focus-ring-color;
}

.btn-forget-password:hover {
    color: var(--color-theme-red);
}

.btn-login-register {
    width: 100%;
    background-color: var(--color-white);
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    border: 2px solid var(--color-theme-red);
    border-radius: 20px;
    text-align: center;
}

.btn-login-register:hover {
    box-shadow: 0 0 3px var(--color-theme-red);
}

.btn-login-register span {
    vertical-align: -webkit-baseline-middle;
}

.btn-login-facebook {
    width: 100%;
    background-color: var(--color-white);
    font-weight: bold;
    padding: 5px 40px 5px 10px;
    border: 2px solid #1877f2;
    border-radius: 20px;
    transition: all 0.5s ease;
}

.btn-login-facebook:hover {
    box-shadow: 0 0 3px #1877f2;
}

.btn-login-facebook img {
    padding-left: 10px;
    float:left;
}

.btn-login-facebook span {
    vertical-align: -webkit-baseline-middle;
}

.btn-login-line {
    width: 100%;
    background-color: var(--color-white);
    font-weight: bold;
    padding: 5px 35px 5px 10px;
    border: 2px solid #00c300;
    border-radius: 20px;
    transition: all 0.5s ease;
}

.btn-login-line:hover {
    box-shadow: 0 0 3px #00c300;
}

.btn-login-line img {
    padding-left: 10px;
    float:left;
}

.btn-login-line span {
    vertical-align: -webkit-baseline-middle;
}

.btn-login-google {
    width: 100%;
    background-color: var(--color-white);
    font-weight: bold;
    padding: 5px 35px 5px 10px;
    border: 2px solid #ea4335;
    border-radius: 20px;
    transition: all 0.5s ease;
}

.btn-login-google:hover {
    box-shadow: 0 0 3px #ea4335;
}

.btn-login-google img {
    padding-left: 10px;
    float:left;
}

.btn-login-google span {
    vertical-align: -webkit-baseline-middle;
}
/*================ login ================*/

/*================ member ================*/
.member-box {
    -webkit-box-shadow: 0px 0px 30px 0px rgb(167 167 167 / 16%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgb(167 167 167 / 30%);
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%); */
}

.member-box .member-name {
    text-align: center;
    padding-top: 15px;
    font-weight: 700;
    font-size: 15px;
}

.member-img {
    text-align: center;
}

.member-img img {
    border-radius: 120px;
    width: 180px;
}

.member-button{
    text-align: center;
}

@media (min-width: 768px) { 
    .member-button {
        text-align: right;
    }
}
/*================ member ================*/

/*================ loan menu ================*/
.loan-menu {
    padding-bottom: 10px;
}

.loan-menu a {
    text-align: -webkit-center;
    width: 100%;
    background-color: var(--color-theme-red);
    font-weight: bold;
    padding: 20px;
    border: 2px solid var(--color-theme-red);
    border-radius: 10px;
    text-decoration: none;
    color: var(--color-white);
}

.loan-menu .wrpper-center {
    display: flex;
    align-items: center;
    width: 100%;
}

.loan-menu a:hover {
    box-shadow: 0 0 10px var(--color-theme-red);
    color: var(--color-white);
}

.loan-menu a img {
    padding-left: 10px;
    width: 70px;
}

.loan-menu a span {
    width: calc(100% - 40px);
    padding-left: 16px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 767px){
    .loan-menu:first-child {
        padding-top: 10px;
    }
}

.loan-list{
    display: flex !important;
    padding: 12px 0px 10px 0px;
    align-items: center;
}

.loan-list-img{
    margin: 10px;
    float: left;
    width: 70px;
}

.loan-list-content{
    padding-left: 15px;
    display: inline-block;
    width: calc(100% - 62px);
}

.loan-list-content .header{
    font-weight: bold;
}
/*================ loan menu ================*/

/*================ policy ================*/
.policy-area .content-box {
    overflow: hidden;
    border-radius: 0px;
    padding: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--color-white);
}

.policy-nav{
    /* display: flex; */
    position: relative;
    background-color: var(--color-white);
    box-shadow: 0 0 1px 0 rgb(24 94 224 / 15%), 0 6px 12px 0 rgb(24 94 224 / 15%);
    /* padding: 10px 10px; */
    /* border-radius: 10px; */
}

.policy-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    border-bottom: 1px solid #e6edef;
}

.policy-nav .active {
    background-color: rgb(202 42 42);
    transition: 0.25s ease-out;
    padding: 10px;
    color: var(--color-white);
    font-weight: 700;
}

.policy-link:hover {
    background-color: rgb(202 42 42);
    transition: 0.25s ease-out;
    padding: 10px;
    color: var(--color-white);
    font-weight: 700;
    text-decoration: none;
}

.polocy-card {
    background-color: var(--color-white);
    border-radius: 0;
}

.polocy-card {
    border-radius: 0;
    margin-bottom: 10px;
}

.polocy-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--color-white);
    background-clip: border-box;
    border-radius: 0.25rem;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
}

.polocy-card-header {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
  
.polocy-card-header:first-child {
    border-radius: calc(10px) calc(10px) 0 0;
    background-color: var(--color-white);
}

.polocy-card-header a:hover {
    text-decoration: none;
}

.polocy-card-header a:active {
    text-decoration: none;
}

.polocy-card-header a:focus {
    text-decoration: none;
}

.policy-area hr {
    border-top: none !important;
    height: 1px;
}

.policy-area hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

.policy-area hr.horizontal.dark {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.policy-area hr.horizontal {
    background-color: transparent;
}
/*================ policy ================*/

/*================ left menu member ================*/
.dashboard-content-menu ul {
    list-style-type: none;
}
  
.dashboard-menu {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    padding: 0px;
    background: var(--color-white);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
  
.dashboard-menu .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
  
.dashboard-menu li:last-child .link {
    border-bottom: 0;
}

.dashboard-menu li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dashboard-menu li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.dashboard-menu li.open .link {
    color: var(--color-theme-red);
}

.dashboard-menu li.open i {
    color: var(--color-theme-red);
}

.dashboard-menu .link a {
    color: #595959;
    text-decoration: none;
}

.dashboard-menu .link a.active {
    color: var(--color-theme-red);
    text-decoration: none;
}

.dashboard-menu .link a.active i {
    color: var(--color-theme-red);
}

.dashboard-menu li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dashboard-menu li.default .dashboard-submenu {
    display: block;
}

    /*================ dashboard submenu section styling ================*/
        .dashboard-submenu {
            display: none;
            font-size: 16px;
            padding-left: 40px;
        }
        
        .dashboard-submenu li {
            border-bottom: 1px solid var(--color-theme-red);
        }
        
        .dashboard-submenu li.active a {
            background: var(--color-theme-red);
            color: var(--color-white);
            transition: all 0.25s ease;
        }

        .dashboard-submenu a {
            display: block;
            text-decoration: none;
            color: #212529;
            padding: 12px;
            padding-left: 42px;
            -webkit-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }
        
        .dashboard-submenu a:hover {
            background: var(--color-theme-red);
            color: var(--color-white);
        }
    /*================ dashboard submenu section styling ================*/

    /*================ how to carousel ================*/
        .how-to-register-content, .how-to-verify-content {
            text-align: center;
            padding: 20px 20px;
        }

        .how-to-register-box .text, .how-to-verify-box .text{
            font-weight: bold;
        }

        .how-to-register-box p, .how-to-verify-box p{
            padding-top: 10px;
        }
    /*================ how to carousel ================*/
/*================ left menu member ================*/

/*================ lucky ================*/
.lucky-content {
    -webkit-box-shadow: 0px 0px 30px 0px rgb(167 167 167 / 16%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgb(167 167 167 / 16%);
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
}

.lucky-content .btn-register {
    width: 100%;
    background-color: var(--color-theme-red);
    font-weight: bold;
    padding: 5px 35px 5px 10px;
    border: 2px solid var(--color-theme-red);
    border-radius: 20px;
    transition: all 0.5s ease;
    color: var(--color-white);
}

.lucky-content .btn-register:hover {
    box-shadow: 0 0 3px var(--color-theme-red);
}

.lucky-content .btn-register img {
    padding-left: 10px;
    float:left;
}

.lucky-content .btn-register span {
    vertical-align: -webkit-baseline-middle;
}
/*================ lucky ================*/

/*======================== Table contactrights ========================*/
.table-contact-rights {
    width: 100%;
    color: #212529;
}

.table-contact-rights thead {
    vertical-align: bottom;
    background-color: var(--color-theme-red);
    color: var(--color-white);
}

.table-contact-rights thead th {
    padding: 0.75rem;
}

.table-contact-rights td {
    padding: 0.75rem;
    vertical-align: top !important;
}

.table-contact-rights tbody a {
    background-color: #ebcc1c;
    padding: 5px 20px;
    border-radius: 30px;
    color: #212529;
    text-decoration: none;
}

.table-contact-rights tbody a:hover {
    box-shadow: 0 0 10px #ebcc1c;
    color: #212529;
}
/*======================== Table contactrights ========================*/

/*======================== Service line ========================*/
.service-line-content {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
}

.service-line-content .display-option {
    text-align: center;
}

@media (max-width: 512px) {
    .service-line-content .display-option {
        margin-bottom: 10px;
    }
}

.service-line-content .btn-login-line {
    width: 100%;
    background-color: var(--color-white);
    font-weight: bold;
    padding: 5px 35px 5px 10px;
    border: 2px solid #00c300;
    border-radius: 20px;
    transition: all 0.5s ease;
}

.service-line-content .btn-login-line:hover, .service-line-content .btn-login-line:active, .service-line-content .btn-login-line:focus {
    box-shadow: 0 0 3px #00c300;
}

.service-line-content .btn-login-line img {
    padding-left: 10px;
    float:left;
}

.service-line-content .btn-login-line span {
    vertical-align: -webkit-baseline-middle;
}

.process-register-service .display-option {
    text-align: center;
}

@media (max-width: 512px) {
    .process-register-service .display-option {
        margin-bottom: 10px;
    }
}
/*======================== Service line ========================*/

/*================ register verify ================*/
.register-policy-content {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
}

.register-policy-content .header {
    text-align: center;    
    background-color: var(--color-theme-red);
    padding: 20px;
}

.register-policy-content .accept-policy {
    text-align: center;
}

@media (max-width: 512px) {
    .register-policy-content .accept-policy {
        text-align: left;
    }
}

.register-verify-content {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
}

.nav-desktop {
    display: block;
}

.nav-mobile {
    display: none;
}

@media (max-width: 512px) {
    .nav-desktop {
        display: none;
    }
    
    .nav-mobile {
        display: block;
    }

    .nav-mobile .nav-pills .disabled {
        display: none;
    }
}
/*================ register verify ================*/

/*================ register completed ================*/
.btn-completed-line {
    background-color: #00c300;
    padding: 1px 10px 1px 10px;
    border: 2px solid #00c300;
    border-radius: 5px;
    transition: all 0.5s ease;
    color: var(--color-white);
}

.btn-completed-line:hover, .btn-completed-line:active, .btn-completed-line:focus {
    box-shadow: 0 0 3px #00c300;
    text-decoration: none;
    color: var(--color-white);
}
/*================ register completed ================*/

/*================ loan form ================*/
.loan-content {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%); */
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--color-white);
}

.loan-content a.link-review {
    font-size: 14px;
    text-decoration: underline;
    color: var(--color-theme-red);
}

.loan-content .accept-policy label {
    font-size: 14px;
    cursor: pointer;
}

.loan-content .remark {
    text-align: center;
}

@media (max-width: 512px) {
    .loan-content .remark {
        text-align: left;
    }
}
/*================ loan form ================*/

/*================ recommender form ================*/
.recommender-list{
    display: flex !important;
    padding: 12px 0px 10px 0px;
    align-items: center;
}

.recommender-list-img{
    margin: 10px;
    float: left;
    width: 70px;
}

.recommender-list-content{
    padding-left: 15px;
    display: inline-block;
    width: calc(100% - 62px);
}

.recommender-list-content .header{
    font-weight: bold;
}

.recommender-content {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%); */
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--color-white);
}

.recommender-content a.link-review {
    font-size: 14px;
    text-decoration: underline;
    color: var(--color-theme-red);
}

.recommender-content .accept-policy label {
    font-size: 14px;
    cursor: pointer;
}

.recommender-content .remark {
    text-align: center;
}

@media (max-width: 512px) {
    .recommender-content .remark {
        text-align: left;
    }
}

.recommender-btn-menu {
    padding-bottom: 10px;
}

.recommender-btn-menu a {
    text-align: -webkit-center;
    width: 100%;
    background-color: var(--color-theme-red);
    font-weight: bold;
    padding: 20px;
    border: 2px solid var(--color-theme-red);
    border-radius: 10px;
    text-decoration: none;
    color: var(--color-white);
}

.recommender-btn-menu .wrpper-center {
    display: flex;
    align-items: center;
    width: 100%;
}

.recommender-btn-menu a:hover {
    box-shadow: 0 0 10px var(--color-theme-red);
    color: var(--color-white);
}

.recommender-btn-menu a img {
    padding-left: 10px;
    width: 70px;
}

.recommender-btn-menu a span {
    width: calc(100% - 40px);
    padding-left: 16px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 767px){
    .recommender-btn-menu:first-child {
        padding-top: 10px;
    }
}
/*================ recommender form ================*/

/*================ recommender loan form ================*/
.recommender-loan-header {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--color-white);
    margin-bottom: 10px;
}

.recommender-loan-content .recommender-loan-item {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--color-white);
    margin-bottom: 10px;
}

.recommender-loan-footer {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--color-white);
}
/*================ recommender loan form ================*/

/*================ hire purchase form ================*/
.hire-purchase-content {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%); */
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--color-white);
}

.hire-purchase-content a.link-review {
    font-size: 14px;
    text-decoration: underline;
    color: var(--color-theme-red);
}

.hire-purchase-content .accept-policy label {
    font-size: 14px;
    cursor: pointer;
}

.hire-purchase-content .remark {
    text-align: center;
}

@media (max-width: 512px) {
    .hire-purchase-content .remark {
        text-align: left;
    }
}
/*================ hire purchase form ================*/

/*================ calculate-installments form ================*/
.calculate-installments-box {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%); */
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--color-white);
}

.calculate-installments-box .remark {
    text-align: center;
}

@media (max-width: 512px) {
    .calculate-installments-box .remark {
        text-align: left;
    }
}

.nav-tabs-calculate {
    cursor: pointer;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.nav-tabs-calculate i {
    color: var(--color-theme-red);
}

.nav-tabs-calculate.active {
    background-color: var(--background-red-1);
    color: #ffffff;
}

.nav-tabs-calculate.active i {
    color: #ffffff;
}
/*================ calculate-installments form ================*/

/*================ Qr Payment ================*/
.qr-payment-card .card-item {
    overflow: hidden;
    border-radius: 10px; 
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    padding: 10px;
    margin-top: 10px;
    color: var(--color-white);
    background-image: url("../images/background/bg-0001.jpg");
}

.qr-payment-card .card-item .header h3,.qr-payment-card .card-item .header h5 {
    color: var(--color-white);
}

.qr-payment-card .card-item .image {
    margin-top: 20px;
    text-align: -webkit-center;
}

.qr-payment-card .card-item .image img {    
    width: 60%;
    border-radius: 10px;
}

.qr-payment-card .card-item .content {
    margin-top: 20px;
}

.qr-payment-card .card-item .content .stats .subject {
    width: 40%;
    text-align: left;
}

.qr-payment-card .card-item .content .stats .detail {
    text-align: right;
}

.qr-payment-card .card-item .content .btn-total-detail {
    cursor: pointer;
}

.qr-payment-card .card-item .content .stats .cost-detail {
    height: 170px;
    overflow: hidden;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.qr-payment-card .card-item .content .stats .cost-detail.hide {
    height: 0;
}

.qr-payment-card .card-item .content .stats .cost-detail ul {
    list-style: inherit;
    display: inherit;
    margin: 5px 4px 5px 25px;
    font-size: 14px;
}

.qr-payment-card .card-item .content .stats .cost-detail .subject {
    width: 50%;
    text-align: left;
}

.qr-payment-card .card-item .content .stats .cost-detail .detail {
    text-align: right;
}


.qr-payment-card .card-item .content .remark {
    margin-top: 15px;
}

.qr-payment-card .card-item .content .remark span {
    font-size: 14px;
}

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}
/*================ Qr Payment ================*/

/*================ Loan Nano ================*/
.nano-content {
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 12px #f4f4f4;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.nano-content:hover {
    box-shadow: 0 10px 22px 10px rgb(27 38 49 / 10%);
}

.nano-content .icon {
    border: 1px solid #f1f1f1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.nano-content:hover .icon {
    background: #F63854;
}

.nano-content .icon i {
    font-size: 30px;
    color: #F63854;
    line-height: 70px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.nano-content:hover .icon i {
    color: var(--color-white);
}

.nano-content .content h4 {
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.nano-content .content a {
    text-decoration: none;
}

.nano-content .content a:hover {
    color: #F63854;
}

.nano-active .slick-dots {
    margin: 0 auto; 
}

.nano-active .slick-dots li {
    display: inline-block;
    margin: 0 4px; 
}

.nano-active .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
    border: 0;
    font-size: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
}

.nano-active .slick-dots li.slick-active button {
    opacity: 1;
    width: 15px;
    height: 15px; 
}

.nano-active .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nano-active .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: transparent;
}

.nano-card {
    /* background-color: var(--color-white);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16); */
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 30px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
}

@media (max-width: 767px) {
    .nano-card {
        padding: 20px 20px 5px; 
    } 
}

.nano-card .image {
    text-align: -webkit-center;
}

.nano-card .header {
    text-align: center;
    padding-top: 20px;
}

.nano-card .header h4 {
    color: var(--color-white);
}

.nano-card .content {
    text-align: center;
    padding-top: 20px;
    color: var(--color-white);
}

.nano-active .nano-card .image img{
    border-color: #FE7A7B;  
    transition: all 0.5s ease;
}

.nano-active .slick-center .nano-card .image img{
    border-color: #FE7A7B;  
    transform: scale(1.15);
}
/*================ Loan Nano ================*/

/*================ News View ================*/
.news-view .image {
    text-align: center;
}

.news-view .image img {
    padding: 20px;
    width: 70%;
}

.news-view .header {
    text-align: center;
    margin-top: 0px;
}

.news-view .date {
    text-align: center;
}

.news-view .content {
    margin-top: 15px;
}

.news-view .content ul {
    padding-left: 20px;
}

.news-view .content ul li span{
    display: unset;
}

.news-recommend a {
    text-decoration: none;
    color: #212529;
}

.news-recommend-card {
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);
}

.news-recommend-card .image {
    width: 40%;
}

.news-recommend-card .image img {
    transition: all 0.3s ease-out 0s; 
}

.news-recommend-card:hover .image img {
    transform: scale(1.05);
}

.news-recommend-card .content {
    width: 60%;
    padding: 5px 10px;
}

.news-recommend-card .content .header {
    font-weight: 700;
    margin-bottom: 10px;
}

.news-recommend-card .content .date {
    font-size: 14px;
    margin-bottom: 10px;
}

.news-recommend-card .content .detail, 
.news-recommend-card .content .detail p, 
.news-recommend-card .content .detail span {
    display: block;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 992px) {
    .news-recommend-card img{
        width: 85%;
    }

    .news-recommend-card .image {
        width: 25%;
    }

    .news-recommend-card .content {
        width: 75%;
    }
}

@media (max-width: 768px) { 
    .news-recommend-card img{
        width: 100%;
    }

    .news-recommend-card .image {
        width: 30%;
    }

    .news-recommend-card .content {
        width: 70%;
    }
}

@media (max-width: 500px) {
    .news-view .image img {
        width: 100%;
    }

    .news-recommend-card .content .detail {
        display: none;
    }

    .news-recommend-card .content .date {
        font-size: 14px;
        margin-bottom: 0px;
    }
}

.news-view-contact {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--color-white);
}

.news-view-contact .title {
    padding-bottom: 10px;
}

.news-view-contact .contact-us {
    padding-left: 20px;
}

.news-view-contact .contact-us a, .news-view-contact .contact-us a:hover {
    text-decoration: none;
}
/*================ News View ================*/

/*================ Experience ================*/
.experience-items {
    border-radius: 10px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 3px 3px 11px 0px rgb(141 151 158 / 20%);
    -moz-box-shadow: 3px 3px 11px 0px rgb(141 151 158 / 20%);
    box-shadow: 3px 3px 11px 0px rgb(141 151 158 / 20%);
    background-color: var(--color-white);
    margin: 15px;
}

.experience-items .media {
    width: 50%;
}

.experience-items .media img {
    border-radius: 10px 0px 0px 10px;
}

.experience-items .content {
    width: 50%;
    padding: 20px;
    text-align: center;
}

.experience-items .content .experience {
    margin-bottom: 15px;
}

.experience-items .content .profile {
    margin-bottom: 15px;
}

.experience-items .video-content {
    position: relative;
    padding-bottom: 0; 
}

.experience-items .video-content .dots {
    position: absolute;
    left: -30px;
    bottom: 0; 
}

.experience-items .video-wrapper {
    margin-right: 0;
    position: relative;
    -webkit-box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0);
    -moz-box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0);
    box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0);
    border-radius: 10px 0px 0px 10px;
    overflow: hidden; 
}

.experience-items .video-wrapper .video-image img {
    width: 100%; 
}

.experience-items .video-wrapper .video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(193, 28, 28, 0.2) 0%, rgba(239, 46, 46, 0.2) 100%); 
    background: -o-linear-gradient(left, rgba(193, 28, 28, 0.2) 0%, rgba(239, 46, 46, 0.2) 100%); 
    background: linear-gradient(to right, rgba(193, 28, 28, 0.1) 0%, rgba(239, 46, 46, 0.1) 100%); 
}

.experience-items .video-wrapper .video-icon a {
    width: 80px;
    height: 80px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 40%);
    color: #FE8464;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}

.experience-items .video-wrapper .video-icon a i {
    font-size: 50px;
    padding: 15px;
    transition: all 0.5s ease;
}

.experience-items .video-wrapper .video-icon a:hover i {
    transform: scale(1.2);
}

.experience-main {
    position: relative;
}

.experience-main .owl-theme .experience-custom-nav {
    position: absolute;
    top: 30%;
    left: -30px;
    right: -30px;
    z-index: 1;
    display: block;
}

.experience-main .owl-theme .experience-custom-nav .owl-prev, 
.experience-main .owl-theme .experience-custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.experience-main .owl-theme .experience-custom-nav .owl-prev:focus, 
.experience-main .owl-theme .experience-custom-nav .owl-next:focus {
    outline: 0px;
}

.experience-main .owl-theme .experience-custom-nav .owl-prev i, 
.experience-main .owl-theme .experience-custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #da2a2a;
}

.experience-main .owl-theme .experience-custom-nav .owl-prev {
    left: 0;
}

.experience-main .owl-theme .experience-custom-nav .owl-next {
    right: 0;
}

@media (max-width: 1024px) {
    .experience-items {
        display: block;
        margin: 5px;
    }
    
    .experience-items .media {
        width: 100%;
    }

    .experience-items .media img {
        border-radius: 10px 10px 0px 0px;
    }
    
    .experience-items .content {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    
    .experience-items .video-wrapper {
        margin-right: 0; 
        border-radius: 10px 10px 0px 0px;
    } 
}

@media (max-width: 767px) {
    .experience-main .owl-theme .experience-custom-nav {
        display: none;
    }

    .experience-items .video-wrapper {
        margin-right: 0;
    } 
}
/*================ Experience ================*/

/*================ Loan All ================*/
.loan-items{
    width: 25%;
    padding: 20px 15px 0px 15px;
}

.loan-card {
    -webkit-box-shadow: 0 0 15px 0 rgb(141 151 158 / 20%);
    -moz-box-shadow: 0 0 15px 0 rgb(141 151 158 / 20%);
    box-shadow: 0 0 15px 0 rgb(141 151 158 / 20%);
    background-color: var(--color-white);
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all 0.5s ease;
}

@media (max-width: 767px) {
    .loan-items{
        width: 50%;
        padding: 20px 10px 0px 10px;
    }
}

.loan-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px 0 rgb(141 151 158 / 20%);
}

.loan-card .image {
    width: 100%;
}

.loan-card .content {
    text-align: center;
    padding: 10px 0px;
}

.loan-card .footer {
    text-align: center;    
    padding: 20px 0px;
}

.loan-all-active .slick-dots {
    margin: 0 auto; 
}

.loan-all-active .slick-dots li {
    display: inline-block;
    margin: 0 4px; 
}

.loan-all-active .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
    border: 0;
    font-size: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
}

.loan-all-active .slick-dots li.slick-active button {
    opacity: 1;
    width: 15px;
    height: 15px; 
}

.loan-all-active .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loan-all-active .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: transparent;
}

.loan-all-card {
    /* background-color: var(--color-white);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16); */
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 30px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
}

@media (max-width: 767px) {
    .loan-all-card {
        padding: 20px 20px 5px; 
    } 
}

.loan-all-card .image {
    text-align: -webkit-center;
}

.loan-all-card .header {
    text-align: center;
    padding-top: 20px;
}

.loan-all-card .header h4 {
    color: var(--color-white);
}

.loan-all-card .content {
    text-align: center;
    padding-top: 20px;
    color: var(--color-white);
}

.loan-all-active .loan-all-card .image img{
    border-color: #FE7A7B;  
    transition: all 0.5s ease;
}

.loan-all-active .slick-center .loan-all-card .image img{
    border-color: #FE7A7B;  
    transform: scale(1.15);
}
/*================ Loan All ================*/

/*================ CONTACT US ================*/
.contact-us .contact-us-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 20px;
    border-radius: 4px;
}

.contact-us .contact-us-box .icon-outlined {    
    color: #da4d4d;
    border: 2px dotted #da4d4d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 25px;
}

.contact-us .contact-us-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}

.contact-us .contact-us-box p {
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
}

.contact-us .contact-us-box a {
    text-decoration: none;
}

.contact-us-form {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 36px;
    border-radius: 4px;
    margin-top: 0;
}

@media (max-width: 1200px) {
    .contact-us-form {
        margin-top: 1.5rem;
    }
}
/*================ CONTACT US ================*/

/*================ FEEDBACK ================*/
.write-review {
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    background-color: var(--color-white);
}

.write-review .img-feedback img {
    border-radius: 10px 10px 0px 0px;
}

.write-review .information-feedback {
    padding: 15px;
}

.write-review .information-feedback .title-feedback {
    text-align: center;
    padding-top: 5px;
}

.write-review .information-feedback .rating-star-wrapper {
    padding-top: 20px;
}

.write-review .information-feedback .rating-star-wrapper label {
    font-weight: 600;
    margin: 0px;
}
/*=================== Rating Star ===================*/
.write-review .information-feedback .rating-star-wrapper .rating-speech, 
.write-review .information-feedback .rating-star-wrapper .rating-times, 
.write-review .information-feedback .rating-star-wrapper .rating-cleanliness, 
.write-review .information-feedback .rating-star-wrapper .rating-service, 
.write-review .information-feedback .rating-star-wrapper .rating-information
{
    margin-bottom: 1rem;
    padding-right: 15px;
    padding-left: 15px;
}

.write-review .information-feedback .rating-star-wrapper .rating-star-speech, 
.write-review .information-feedback .rating-star-wrapper .rating-star-times, 
.write-review .information-feedback .rating-star-wrapper .rating-star-cleanliness, 
.write-review .information-feedback .rating-star-wrapper .rating-star-service, 
.write-review .information-feedback .rating-star-wrapper .rating-star-information 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;    
    padding-top: 20px;
}

.write-review .information-feedback .rating-star-wrapper .rating-star-speech .rating-star, 
.write-review .information-feedback .rating-star-wrapper .rating-star-times .rating-star, 
.write-review .information-feedback .rating-star-wrapper .rating-star-cleanliness .rating-star, 
.write-review .information-feedback .rating-star-wrapper .rating-star-service .rating-star, 
.write-review .information-feedback .rating-star-wrapper .rating-star-information .rating-star 
{
    display: grid;
    color: #c7c7c7;
    cursor: pointer;
}
/*=================== Rating Star ===================*/

/*================ FEEDBACK ================*/
.write-review .information-feedback .rating-star-wrapper .rating-star i {
    font-size: 28px;
}

.write-review .information-feedback .rating-star-wrapper .rating-star span {
    font-size: 14px;
}

.write-review .information-feedback .rating-star-wrapper .rating-star label {
    font-size: 16px;
    font-weight: 600;
}

.write-review .information-feedback .rating-star-wrapper .rating-star.is-hover {
    color: #ffcc36;
}

.write-review .information-feedback .rating-star-wrapper .rating-star.is-selected {
    color: #ffcc36;
}

.write-review .information-feedback .rating-comment {
	overflow-y: hidden;
	max-height: 500px;
    transition: all 0.5s ease-out 0s; 
}

.write-review .information-feedback .rating-comment.closed {
	max-height: 0;
}

.write-review .information-feedback .rating-comment .accept-policy label {
    font-size: 14px;
    cursor: pointer;
}
/*================ FEEDBACK ================*/

/*=================== Rating Radio ===================*/
.write-review .information-feedback .rating-star-wrapper .rating-content .radio-wrapper-rating {
    user-select: none;
    display: inline-flex;
    align-items: center;
}

.write-review .information-feedback .rating-star-wrapper .rating-content .radio-wrapper-rating label {
    padding-left: .6em;
    font-weight: 400;
}

.write-review .information-feedback .rating-star-wrapper .rating-content .radio-wrapper-rating input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(64, 68, 82, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(64, 68, 82, 0.08) 0px 2px 5px 0px;
    transition: all 240ms ease;
    margin: 0;
    vertical-align: middle;
    border: 1px solid #dadada;
}

.write-review .information-feedback .rating-star-wrapper .rating-content .radio-wrapper-rating input[type="radio"]:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.25);
    transition: all 240ms ease-in-out;
}

.write-review .information-feedback .rating-star-wrapper .rating-content .radio-wrapper-rating input[type="radio"]:checked {
    background-color: rgb(255 91 91);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgb(255 91 91) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(64, 68, 82, 0.08) 0px 2px 5px 0px;
}

.write-review .information-feedback .rating-star-wrapper .rating-content .radio-wrapper-rating input[type="radio"]:checked:focus {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(237 1 1 / 36%) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgb(91 5 5) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(82 64 64 / 8%) 0px 2px 5px 0px;
}

.write-review .information-feedback .rating-star-wrapper .rating-content .radio-wrapper-rating input[type="radio"]:checked:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    box-shadow: var(--color-theme-red) 0px 0px 0px 1px;
}
/*=================== Rating Radio ===================*/

/*================ COUPON ================*/
.coupon-items {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.16 );
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.coupon-items img {
    border-radius: 10px;
}

.coupon-footer {
    margin-top: 15px;
}

.coupon-footer .download-coupon {
    border: 1px solid #ffa426;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    color: #ffa426;
    font-weight: 700;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.16 );
    transition: all 0.5s ease 0s; 
    text-decoration: none;
}

.coupon-footer .download-coupon:hover {
    text-decoration: none;
    color: var(--color-white);
    background-color: #ffa426;
}
/*================ COUPON ================*/

/*================ PROMOTION ================*/
.promotion-item {
    box-shadow: 0px 5px 10px 0px rgb(255 0 0 / 20%);
    border-radius: 10px;
    transition: all .2s;
    overflow: hidden; 
}

.promotion-item:hover {
    box-shadow: 0px 10px 30px 0px rgb(255 0 0 / 25%);
}

.promotion-item .promotion-link {
    text-decoration: none;
    color: #212529;
}

.promotion-item .promotion-link:hover {
    text-decoration: none;
    color: #212529;
}

.promotion-item .promotion-link .promotion-content .promotion-title{
    height: 55px;
}

@media (min-width: 768px) {
    .promotion-item .promotion-link .promotion-content {
        height: 240px;
    }
}

@media (min-width: 1200px) {
    .promotion-item .promotion-link .promotion-content {
        height: 220px;
    }
}

.promotion-item .promotion-image {
    padding: 10px;
}

.promotion-item .promotion-image img {
    border-radius: 10px;
}

.promotion-item .promotion-content .promotion-datetime {
    color: #9d9d9d;
    margin-bottom: 10px;
}

.promotion-item .promotion-content .promotion-title {
    margin-bottom: 10px;
}
/*================ PROMOTION ================*/

/*================ PROMOTION VIEW ================*/
.promotion-view-content .image {
    text-align: center;
    margin-bottom: 30px;
}

.promotion-view-content .body{
    font-size: 16px !important;
}

.promotion-view-content .body ul, .promotion-view-content .body ol{
    padding: 0px 0px 0px 20px;
}

.promotion-view-content .body ul li span, .promotion-view-content .body ol li span{
    display: initial;
}

.promotion-view-content .body a{
    color: var(--color-theme-red);
}

.promotion-view-content .body a:hover{
    text-decoration: none;
}

.promotion-view-contact {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--color-white);
}

.promotion-view-contact .title {
    padding-bottom: 10px;
}

.promotion-view-contact .contact-us {
    padding-left: 20px;
}

.promotion-view-contact .contact-us a, .promotion-view-contact .contact-us a:hover {
    text-decoration: none;
}

.promotion-recommend {
    background-color: var(--color-white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgb(255 0 0 / 20%);
    transition: all .2s;
}

.promotion-recommend:hover {
    box-shadow: 0px 10px 30px 0px rgb(255 0 0 / 25%);
}

.promotion-recommend .promotion-recommend-link, .promotion-recommend .promotion-recommend-link:hover {
    text-decoration: none;
    color: #212529;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promotion-recommend .promotion-recommend-link .image {
    width: 40%;
    margin: 10px;
}

.promotion-recommend .promotion-recommend-link .image img {
    transition: all 0.3s ease-out 0s; 
}

.promotion-recommend .promotion-recommend-link:hover .image img {
    transform: scale(1.025);
}

.promotion-recommend .promotion-recommend-link .content {
    width: 60%;
    padding: 5px;
}

.promotion-recommend .promotion-recommend-link .content .header {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
}

.promotion-recommend .promotion-recommend-link .content .date {
    font-size: 14px;
    color: #9d9d9d;
    margin-bottom: 5px;
}

.promotion-recommend .promotion-recommend-link .content .detail p {
    font-size: 14px;
}

@media (max-width: 992px) {
    .promotion-recommend .promotion-recommend-link .image {
        width: 25%;
    }

    .promotion-recommend .promotion-recommend-link .content {
        width: 75%;
    }
}

@media (max-width: 500px) {
    .promotion-recommend .promotion-recommend-link .image {
        width: 40%;
    }

    .promotion-recommend .promotion-recommend-link .content {
        width: 60%;
    }
}
/*================ PROMOTION VIEW ================*/

/*================ LINE OA ================*/
.line-oa-help-card {
    text-align: center;
    overflow: hidden; 
}

.line-oa-help-card .image {
    margin-bottom: 15px;
}

.line-oa-help-card .header {
    margin-bottom: 10px;
}

.line-oa-how-to .features-nav-link{
    list-style: none;
    background-color: var(--color-white);
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgb(255 0 0 / 20%);
}

.line-oa-how-to .features-nav-link .nav-items{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    transition: all .4s ease;
    cursor: pointer;
}

.line-oa-how-to .features-nav-link .nav-items:hover{
    color: var(--color-white);
    background-color: var(--color-theme-red);
    border-radius: 0px;
    font-weight: 700;
}

.line-oa-how-to .features-nav-link .nav-items.active{
    color: var(--color-white);
    background-color: var(--color-theme-red);
    font-weight: 700;
}

.line-oa-how-to .features-nav-link .title{
    padding: 25px 15px;
    color: #212529;
    background-color: var(--color-white);
    border-radius: 10px 10px 0px 0px;
    cursor: default;
}

.line-oa-how-to .features-nav-link .nav-items:hover:last-child{
    border-radius: 0px 0px 10px 10px;
}

.line-oa-how-to .features-nav-link .nav-items:last-child{
    border-bottom: 0px solid #f1f1f1;
}

.line-oa-how-to .features-line-oa{
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 5px 10px 0px rgb(255 0 0 / 20%);
}

.line-oa-how-to .features-line-oa .features-line-oa-card{
    text-align: -webkit-center;
}

@media (max-width: 500px) {
    .line-oa-how-to .features-line-oa{
        margin-top: 15px;
    }
}
/*================ LINE OA ================*/

/*================ Promotion Home Page ================*/
.promotion-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.promotion-card .promotion-card-link {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    box-shadow: 3px 3px 11px 0px rgb(141 151 158 / 20%);
    background-color: var(--color-white);
    margin: 15px;
    transition: all .2s;
}

.promotion-card .promotion-card-link:hover {
    box-shadow: 0px 5px 15px 0px rgb(141 151 158 / 25%);
    text-decoration: none;
}

.promotion-card .promotion-card-link .image-thumb {
    overflow: hidden;
    width: 50%;
}

.promotion-card .promotion-card-link .image-thumb img {
    transition: all 1s ease 0s;
}

.promotion-card .promotion-card-link:hover .image-thumb img {
    transform: scale(1.05);
}

.promotion-card .promotion-card-link .content {
    width: 50%;
    font-size: 14px;
    color: black;
    transition: all 0.8s ease 0s;
    padding: 30px;
    display: block;
}

.promotion-card .promotion-card-link .content .sub-title, 
.promotion-card .promotion-card-link .content .title {
    color: inherit;
}

.promotion-card .promotion-card-link .content .sub-title {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    top: 2rem;
}

.promotion-card .promotion-card-link .content .title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    color: var(--color-theme-red);
}

.promotion-card .promotion-card-link .content .title::before{
    content: "";
    height: 0px;
}

.promotion-card .promotion-card-link .content .title::after{
    content: "";
}

.promotion-card .promotion-card-link .content .detail {
    overflow: hidden;
    font-size: 16px;
}

.promotion-card .promotion-card-link .content .detail span {
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.promotion-card .promotion-card-link .content .footer {
    position: absolute;
    bottom: 2rem;
    transform: translate3d(0px, 0px, 0px);
    font-size: 16px;
}

.promotion-card .promotion-card-link:hover .content .footer::after {
    opacity: 1;
    margin-left: 10px;
}

.promotion-card .promotion-card-link .content .footer::after {
    content: "\f178";
    font-family: 'fontawesome';
    width: 12px;
    height: 100%;
    top: 0px;
    position: absolute;
    opacity: 0;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}

/*================ Response Promotion Card ================*/
@media (max-width: 575px){
    .promotion-card .promotion-card-link {
        overflow: hidden;
        display: block;
        border-radius: 10px;
        box-shadow: 3px 3px 11px 0px rgb(141 151 158 / 20%);
        background-color: var(--color-white);
        margin: 15px;
    }

    .promotion-card .promotion-card-link .image-thumb {
        overflow: hidden;
        width: 100%;
    }

    .promotion-card .promotion-card-link .content {
        width: 100%;
        font-size: 14px;
        color: black;
        transition: all 0.8s ease 0s;
        padding: 15px;
        display: block;
    }

    .promotion-card .promotion-card-link .content .sub-title {
        position: inherit;
        font-size: 14px;
        font-weight: 700;
        top: 3rem;
    }

    .promotion-card .promotion-card-link .content .title {
        text-align: center;
        padding-top: 10px;
    }

    .promotion-card .promotion-card-link .content .footer {
        position: inherit;
        padding-top: 15px;
        text-align: right;
    }

    .promotion-card .promotion-card-link .content .footer::after {
        content: "\f178";
        font-family: 'fontawesome';
        width: 12px;
        height: 100%;
        top: 0px;
        position: initial;
        opacity: 1;
        vertical-align: middle;
        transition: all 0.3s ease 0s;
        margin-left: 5px;
    }
}
/*================ Response Promotion Card ================*/

/*================ Promotion Box ================*/
.promotion-box .promotion-box-link {
    position: relative;
    box-shadow: rgb(0 0 0 / 13%) 0px 2px 20px 0px;
    overflow: hidden;
    display: block;
    color: black;
    border-radius: 10px;
    margin: 15px 0px;
}

.promotion-box .promotion-box-link .image-thumb {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.promotion-box .promotion-box-link .content {
    background: var(--color-theme-red);
    color: var(--color-white);
    text-shadow: rgb(0 0 0 / 70%) 0px 1px 2px;
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    border-radius: 4px;
    padding: 30px;
    transition: all 1s ease 0s;
    transform: translateY(100%);
}

.promotion-box .promotion-box-link:hover .content {
    transform: none;
}

.promotion-box .promotion-box-link .content .sub-title, 
.promotion-box .promotion-box-link .content .title, 
.promotion-box .promotion-box-link .content .link-primary, 
.promotion-box .promotion-box-link .content .content {
    font-weight: 700;
}

.promotion-box .promotion-box-link .content .sub-title{
    font-size: 14px;
}

.promotion-box .promotion-box-link .content .title {
    font-size: 20px;
    margin: 1.5rem 0px 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.promotion-box .promotion-box-link .content .detail span {
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.promotion-box .promotion-box-link .content .footer {
    position: absolute;
    bottom: 2rem;
    transform: translate3d(0px, 0px, 0px);
}

.promotion-box .promotion-box-link:hover .content .footer::after {
    opacity: 1;
    margin-left: 10px;
}

.promotion-box .promotion-box-link .content .footer::after {
    content: "\f178";
    font-family: 'fontawesome';
    width: 12px;
    height: 100%;
    top: 0px;
    position: absolute;
    opacity: 0;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}

.promotion-mobile-page {
    display: block;
}

@media (max-width: 991px){
    .promotion-mobile-page {
        display: none;
    }
}
/*================ Promotion Box ================*/
/*================ Promotion Home Page ================*/

/*================ Hire Purchase ================*/
.hire-purchase-slick .hire-purchase-items {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: -webkit-center;
}

.hire-purchase-slick .hire-purchase-items .image img{
    transition: all 0.5s ease;
}

.hire-purchase-slick .hire-purchase-items:hover .image img{
    transform: scale(1.15);
}

.hire-purchase-slick .hire-purchase-items .header {
    padding-top: 20px;
}

.hire-purchase-slick .hire-purchase-items .header h4 {
    color: var(--color-white);
}

.hire-purchase-slick .hire-purchase-items .content {
    padding-top: 20px;
    color: var(--color-white);
}

.hire-purchase-slick .slick-dots {
    margin: 0 auto; 
}

.hire-purchase-slick .slick-dots li {
    display: inline-block;
    margin: 0 4px; 
}

.hire-purchase-slick .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
    border: 0;
    font-size: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
}

.hire-purchase-slick .slick-dots li.slick-active button {
    opacity: 1;
    width: 15px;
    height: 15px; 
}

.hire-purchase-slick .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hire-purchase-slick .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: transparent;
}
/*================ Hire Purchase ================*/

/*================ Medical-equipment ================*/
.medical-equipment-card {
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 12px #f4f4f4;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.medical-equipment-card:hover {
    box-shadow: 0 10px 22px 10px rgb(27 38 49 / 10%);
}

.medical-equipment-card .icon {
    border: 1px solid #f1f1f1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.medical-equipment-card:hover .icon {
    background: #F63854;
}

.medical-equipment-card .icon i {
    font-size: 30px;
    color: #F63854;
    line-height: 70px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.medical-equipment-card:hover .icon i {
    color: var(--color-white);
}

.medical-equipment-card .content h4 {
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.medical-equipment-card .content a {
    text-decoration: none;
}

.medical-equipment-card .content a:hover {
    color: #F63854;
}

.hire-purchase-feature {
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
}

.hire-purchase-feature button {
    display: flex;
    justify-content: space-between;
    align-items: center;    
    box-shadow: inset 0 -1px 0 #eaecee;
    background-color: var(--color-white);
    width: 100%;
    padding: 15px;
    border: 0px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}

.hire-purchase-feature button::after {
    content: '\f107';
    font-family: 'fontawesome';
    transition: all 0.3s;
}
  
.hire-purchase-feature button[aria-expanded='true']::after {
    transform: rotate(180deg) translateX(-1px);
    color: var(--color-theme-red);
}

.hire-purchase-feature button:hover, 
.hire-purchase-feature button:active, 
.hire-purchase-feature button:focus {
    border: 0px;
    outline: 0px;
}

.hire-purchase-feature .hire-purchase-feature-detail {
    border-radius: 5px;
}

.hire-purchase-feature .hire-purchase-feature-detail .content {
    padding: 15px;
}

.hire-purchase-feature .hire-purchase-feature-detail .content ul {
    padding-left: 30px;
    line-height: 28px;
    margin-bottom: 15px;
}
/*================ Medical equipment ================*/

/*================ Drone Agricultural ================*/
.drone-agricultural-card {
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 12px #f4f4f4;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.drone-agricultural-card:hover {
    box-shadow: 0 10px 22px 10px rgb(27 38 49 / 10%);
}

.drone-agricultural-card .icon {
    border: 1px solid #f1f1f1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.drone-agricultural-card:hover .icon {
    background: #F63854;
}

.drone-agricultural-card .icon i {
    font-size: 30px;
    color: #F63854;
    line-height: 70px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.drone-agricultural-card:hover .icon i {
    color: var(--color-white);
}

.drone-agricultural-card .content h4 {
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.drone-agricultural-card .content a {
    text-decoration: none;
}

.drone-agricultural-card .content a:hover {
    color: #F63854;
}
/*================ Drone Agricultural ================*/

.e-tax-card {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.e-tax-card .e-tax-item {
    box-shadow: 0 2px 10px 0 rgba(34, 34, 34, 0.2);
    border-radius: 10px;
    background-color: var(--color-white);
    text-align: center;
    transition: all 0.5s;
    padding: 15px;
    width: auto;
    min-width: 230px;
    margin-bottom: 10px;
}

.e-tax-card .e-tax-item:not(:last-child){
    margin-right: 20px;
}

.e-tax-card .e-tax-item .images {
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .e-tax-card {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
        overflow: hidden;
        overflow-x: scroll;    
        padding-top: 15px;
    }

    .e-tax-card::-webkit-scrollbar-track {
        background-color: rgba(202, 42, 42, 0.2);
        border-radius: 10px;
    }
    
    .e-tax-card::-webkit-scrollbar {
        height: 7px;
    }
      
    .e-tax-card::-webkit-scrollbar-thumb {
        background-color: var(--color-theme-red);
        border-radius: 10px;
    }
}

.register-etax-policy .content {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
}

.register-etax-policy .content .header {
    text-align: center;    
    background-color: var(--color-theme-red);
    padding: 20px;
}

.register-etax-policy .content .accept-policy {
    text-align: center;
}

@media (max-width: 512px) {
    .register-etax-policy .content .accept-policy {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .pt-sm-15 {
        padding-top: 15px;
    }
}

.register-etax-register .content {
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
}

.register-etax-register .remark-mobile-otp {
    font-size: 12px;
    color: var(--color-theme-red);
}

.register-etax-register .confirm-otp {
    border: 2px dotted #adadad;
    margin-bottom: 1rem;
    padding: 10px 0px;
    border-radius: 10px;
    text-align: center;
}

.register-etax-register .confirm-otp .reference-otp {
    font-size: 14px;
    font-weight: 400;
}

.register-etax-register .confirm-otp .otp_again {
    font-size: 14px;
    text-decoration: none;
}

.invoice-date-card {
    background: var(--background-white-1);
    border-radius: var(--border-radius-3);
    padding: 3rem 2.5rem;
    box-shadow: var(--box-shadow-black-2);
    margin-top: 2rem;
}

.invoice-date-card .title-lg {
    font-weight: 800;
    color: var(--color-dark);
}

.invoice-date-card .text-muted {
    color: var(--color-dark-variant);
}

/* ===== Input ===== */
.invoice-date-input {
    height: 50px;
    border-radius: 30px;
    border: 1px solid var(--color-info-light);
    padding: 0 1.2rem;
    font-size: 16px;
    transition: all .3s ease;
}

.invoice-date-input:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 4px rgba(115, 128, 236, 0.15);
}

.btn-primary:hover {
    background: var(--color-primary-variant);
}

.invoice-note-card {
    background: var(--background-white-3);
    border-radius: var(--border-radius-2);
    padding: 1.6rem 1.8rem;
    border-left: 5px solid var(--color-danger);
    margin-top: 2rem;
}

.note-title {
    font-weight: 700;
    color: var(--color-danger);
}

.note-code-box {
    background: var(--background-white-1);
    border-radius: var(--border-radius-1);
    padding: 1.2rem 1.4rem;
    box-shadow: var(--box-shadow-black-1);
}

.note-code-box .code {
    color: var(--color-danger);
    font-weight: 800;
    letter-spacing: 1px;
}

.invoice-note-card p,
.invoice-note-card li {
    font-size: 14px;
    color: var(--color-dark-variant);
}

.invoice-note-card ul {
    padding-left: 25px;
    margin-bottom: .8rem;
}

.note-code-box .example {
    margin-top: .5rem;
    font-size: 14px;
}

.invoice-date-card .remark-box {
    background: var(--background-white-3);
    border-top: 4px solid #0d6efd;
    padding: 16px 20px;
    border-radius: 6px;
    color: #333;
    margin-bottom: 15px;
}

.invoice-date-card .remark-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: #0d6efd;
}

.invoice-date-card .remark-text {
    margin-bottom: 6px;
    line-height: 1.6;
    font-size: 14px;
    color: var(--color-dark-variant);
}

.invoice-date-card .remark-text:last-child {
    margin-bottom: 0;
}

.invoice-date-card .remark-box a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.invoice-date-card .remark-box a:hover {
    text-decoration: underline;
}
