@font-face {
    font-family: 'SukhumvitSet';
    src: url('/frontend/fonts/SukhumvitSet-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'SukhumvitSet';
    src: url('/frontend/fonts/SukhumvitSet-Medium.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'SukhumvitSet';
    src: url('/frontend/fonts/SukhumvitSet-Bold.ttf') format('truetype');
    font-weight: 900;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'SukhumvitSet';
    font-weight: 300;
}

.modal-dialog-centered {
    align-items: start !important;
}

header {
    position: relative;
    z-index: 9;
}

.dropdown-overlay {
    z-index: 8;
    background-color: #0000006c;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-content {
    background-color: #fff;
}

.box-menu-sidebar {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 54px;
    z-index: 8;
}

.navbar-header {
    height: 90px;
    background-color: #fff;
    color: #0094EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.logo-daikin a {
    text-decoration: none !important;
    outline: none !important;
}

.logo-daikin span {
    color: #666666 !important;
}

.logo-daikin img {
    width: 210px;
    margin-right: 10px;
}

.search-language {
    display: flex;
    align-items: center;
    gap: 40px;
}

.search-all {
    display: flex;
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: none !important;
    gap: 6px;
    cursor: pointer;
}

.search-all input {
    border: 0;
    outline: none !important;
    border-right: 0;
    width: 52px;
}

.search-all input::placeholder {
    color: #9A9A99;
}

.search-all img {
    width: 20px;
}

.search-all i {
    color: #0094EB;
    font-size: 20px;
}

.search-all span {
    color: #9A9A99;
    font-weight: 300;
}

.header-search-area {
    transition: 0.15s;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.header-search-area.active {
    height: 112px;
    padding: 2rem 0;
    border-top: 2px solid #B7B7B7;
}

.search-input {
    width: 100%;
    border: 0;
    border-bottom: 3px solid #0097E0;
    outline: none !important;
    height: 44px;
    font-size: 20px;
}

.search-submit-btn {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    padding: 10px 20px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    width: 170px;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    outline: none !important;
    cursor: pointer;
}

.search-submit-btn img {
    width: 20px;
}

.search-group {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.search-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25%;
}

.language {
    display: flex;
    gap: 1px;
}

.language a {
    text-decoration: none;
    color: #9A9A99;
    font-size: 12px;
    padding: 6px 9px;
    border-radius: 4px;
}

.language a.active {
    background-color: #0094EB;
    color: #fff;
}

.language :hover {
    background-color: #0094EB;
    color: #fff;
}

.dropdown-language {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-toggle {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 9px;
    border-radius: 4px;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: bold;
    background-color: #0094EB;
}

.dropdown-language:hover .dropdown-toggle,
.dropdown-toggle:hover {
    background-color: #0094EB;
    color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}

.dropdown-content a {
    text-decoration: none;
    color: #9A9A99;
    font-size: 12px;
    padding: 4px 24px;
    display: block;
    text-align: center;
}

.dropdown-language:hover .dropdown-content {
    display: block;
}

.dropdown-content a.active {
    background-color: #0094EB;
    color: #fff;
}

.dropdown-content a:hover {
    &:not(.active) {
        background-color: #f1f1f1;
        color: #000;
    }
}

.navbar-menu {
    background-color: #eef0f3;
    width: 100%;
}

.menu-group {
    position: relative;
}

.menu-group .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 145% !important;
    /* เพื่อให้อยู่ด้านล่างของปุ่ม */
    text-align: center;
}

.menu-group .dropdown-menu.p-air {
    top: 185% !important;
}

.menu-home-icon {
    position: relative;
    left: 15px;
}

.menu-details-header {
    display: flex;
    max-width: 1200px;
    padding: 12px 0px 12px 0px;
    margin-left: auto;
    margin-right: auto;
    gap: 5rem;
    height: 59px;
    align-items: center;
}

.menu-details-header img {
    position: relative;
    width: 35px;
}

.menu-details-header .dropdown-menu.show {
    display: grid;
    gap: 5px;
    background: transparent !important;
    border: 0;
}

.header-top-right-mb {
    display: none;
}


.menu-details-header .dropdown-item {
    background-color: #fff;
    color: #00AAE7;
    font-weight: 500;
    font-size: 17px;
    padding: 8px 38px;
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.menu-details-header .dropdown-item:hover {
    color: #fff;
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
}

.details-new {
    text-decoration: none !important;
    font-size: 17px;
    font-weight: 600;
    color: #666666 !important;
}

.menu-group button {
    background: transparent !important;
    border: 0;
    outline: none !important;
    font-size: 17px;
    font-weight: 600;
    color: #666666;
}

.video-banner img {
    width: 100%;
}

.video-banner video {
    width: 100%;
}

.video-banner {
    position: relative;
}

.video-banner h1 {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(-50%, -50%);
    font-size: 52px;
    font-weight: 700;
    color: #fff;
}

.home-content {
    background-color: #F5F7FA;
    padding: 80px 0px;
}

.home-menu-group {
    display: flex;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    margin-top: -9%;
    z-index: 1;
    position: relative;
}

.home-menu-item .icon img {
    width: 80px;
}

.home-menu-item {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 21px 0px;
    display: grid;
    align-items: center;
    text-decoration: none !important;
    color: #00457E;
    font-size: 17px;
    font-weight: 800;
}

.home-menu-item:hover {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.home-menu-item:hover img {
    filter: brightness(0) invert(1);
}

.activity {
    position: relative;
    display: flex;
    /* margin-top: 70px; */
    padding-top: 70px;
    padding-bottom: 70px;
}

.activity-green {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    margin-bottom: 80px;
}

.update-green-icon {
    width: 100%;
}

.activity-green-card {
    position: absolute;
    top: 27%;
    max-width: 540px;
    left: 15%;
}

.card-activity {
    position: absolute;
    width: 750px;
    left: 41%;
    background-color: #fff;
    padding: 40px;
    transform: translate(-50%, -50%);
    top: 50%;
    box-shadow: 3.3px 6.6px 6.6px hwb(0 0% 100% / 0.14);
}

.activity .activity-banner {
    margin-left: auto;
    width: 66%;
}


.better-icon {
    display: inline-flex;
    gap: 22px;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
}

.activity-green-details-bg-text span {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
}

.activity-green-details {
    margin-top: 20px;
    padding-bottom: 20px;
    width: 66%;
}

.activity-green-details span {

    font-weight: 400;
    font-size: 17px;
}

.better-icon span {

    font-weight: 600;
    color: #00A0E7;
}

.better-icon img {
    width: 80px;
}

.activity-details strong {
    font-size: 17px;
    font-family: 'SukhumvitSet' !important;
    font-weight: 600;
}

.activity-details span {
    font-size: 17px;
    font-family: 'SukhumvitSet' !important;
    font-weight: 400;
}

.more-bottom {
    text-decoration: none !important;
    color: #fff !important;
    background-color: #00A0E7;
    display: inline-flex;
    /* padding: 10px 70px; */
    border-radius: 3px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;

    padding: 10px 30px;
}

.more-bottom:hover {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.atv2 img {
    margin-left: 0;
    width: 66%;
}

.atv2 .better-icon {
    display: inline-flex;
    gap: 22px;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px;
}

.atv2 .better-icon img {
    width: 80px;
}

.atv2 .card-activity {
    position: absolute;
    max-width: 700px;
    left: 58%;
    background-color: #fff;
    /* padding: 50px; */
    transform: translate(-50%, -50%);
    top: 50%;
    box-shadow: 3.3px 6.6px 6.6px hsl(0deg 0% 0% / 14%);
}

.activity-3 {
    display: flex;
    margin: auto;
    padding: 90px 0px;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.activity-3 video {
    width: 70%;
}

.activity-details-3-custom {
    width: 50%;
}

.activity-3-custom h4 {
    font-size: 37px;

    font-weight: 600;
    color: #00A0E7;
}

.activity-3-custom span {
    font-size: 17px;

    font-weight: 400;
}

/* .activity-details-3 h4 {
    font-size: 37px;
    
    font-weight: 600;
    color: #00A0E7;
} */

.activity-details-3 span {
    font-size: 17px;
    font-family: 'SukhumvitSet' !important;
    font-weight: 400;
}

.activity-details-img {
    width: 70%;
}

.activity-details-img img {
    width: 100%;
}

.more-company {
    text-decoration: none !important;
    color: #fff !important;
    background-color: #00A0E7;
    display: inline-flex;
    /* padding: 10px 53px; */
    border-radius: 5px;
    font-size: 17px;

    font-weight: 400;
    position: relative;
    top: 30px;

    padding: 10px 30px;
}

.more-company:hover {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.footer-top {
    background-color: #31363A;
    padding-top: 50px;
    padding-bottom: 50px;
}

.activity-details-3 {
    padding-right: 60px;
}

.footer-top-details {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.footer-logo img {
    width: 260px;
}

.footer-top-details i {
    padding: 0px 10px;
    color: #3C90DA;
}

.footer-menu {
    line-height: 35px;
    width: 20%;
    padding-right: 30px;
}

.footer-menu li {
    display: flex;
    align-items: baseline;
}

.footer-menu strong {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.footer-menu a {
    text-decoration: none !important;
    color: #B4B4B4 !important;
    font-size: 17px;
    font-weight: 400;

}

.footer-menu.custom a {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
}

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

.footer-bottom-details {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-details-custom {
    display: flex;
    gap: 20px;
}

.right-custom {
    position: relative;
    right: 5px;
}

.footer-app-1 {
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 90%;
}

.footer-menu-bottom-item {
    width: 26.5%;
    font-size: 16px;
}

.footer-menu-bottom-item a {
    text-decoration: none !important;
}

.social-footer-btn img {
    transition: 0.25s;
}

.social-footer-btn:hover img {
    transform: scale(1.1);
}

.footer-app img {
    width: 40px;
}

.footer-bottom {
    background-color: #1D1D1B;
    padding: 12px;
    text-align: center;
}

.footer-bottom span {
    font-size: 17px;
    font-weight: 400;
    color: #fff;

}

.footer-app {
    width: 30%;
    text-align: end;
}

.footer-app-custom {
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 100%;
    align-items: baseline;
}

.footer-app-custom i {
    padding: 0px 10px;
    color: #3C90DA;
}


.footer-app-custom span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.sidebar-btn-mobile i {
    font-size: 25px;
}

.sidebar-btn-mobile {
    display: none;
}

.box-menu-sidebar ul {
    list-style: none;
    font-size: 16px;

    color: #00a0e7;
    padding: 0;
}

.box-menu-sidebar li {
    font-size: 16px;
    color: #00a0e7;
    border-bottom: 1px solid #00000017;
}

.box-menu-sidebar button,
.details-sidebar-mobile {
    background: #e8ecf2;
    outline: none !important;
    color: #1d1d1b !important;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d5dadd;
    text-align: left;
    padding: 13px 14px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}

.bb-0 {
    border-bottom: 0 !important;
}

.box-menu-sidebar i {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 14px;
    transform: translate(-50%, -50%);
    color: #54C3F1;
}

.box-menu-sidebar .sidebar-collapse {
    transition: none !important;
    background: #e8ecf2;
    height: 0;
    overflow: hidden;
}

.box-menu-sidebar .sidebar-collapse.show {
    height: auto;
}

.sidebar-collapse ul {
    padding-left: 25px;
}

.box-menu-sidebar .sidebar-collapse a {
    text-decoration: none !important;
    font-size: 14px;
    color: #676767;
    padding: 10px 7px;
    display: inline-flex;
    width: 100%;
    background: #e8ecf2;
    position: relative;
}

.box-menu-sidebar button img {
    width: 13px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sidebar-search {
    padding: 8.25px 15px;
    background-color: #d2d7d9;
    display: flex;
}

.sidebar-search input {
    padding: 10px 20px;
    width: 100%;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    height: 35px;
    outline: none !important;
    border-radius: 0px !important;
}

.sidebar-search button {
    background-color: #0095ef;
    width: 58px;
    text-align: center;
    padding: 0;
    border: 0;
    color: #fff !important;
}

.details-sidebar-mobile img {
    width: 7.5px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sidebar-search button img {
    width: 18px;
    position: relative;
    top: 0;
    right: 0;
    transform: none;
}

.sidebar-search button i {
    color: #fff;
}

.box-menu-sidebar .sidebar-collapse a img {
    width: 7.5px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translate(-50%, -50%);
}


.box-menu-sidebar .collapse-body {
    padding: 0 0.8rem;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px;
    border-top-left-radius: 0;
    padding-top: 8px;
}

.box-menu-sidebar.collapse a:hover {
    color: #00a0e7;
}

.details-sidebar-mobile {
    text-decoration: none !important;
    font-size: 14px;
    padding: 5px;
    color: #00a0e7;
    border-bottom: 1px solid #00000017;
    display: inline-flex;
    width: 100%;
    padding: 10px 14px;
    height: 52.5px;
    align-items: center;
}

.better-society {
    padding-bottom: 100px;
}

.contact-section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.daikin-company {
    color: #3a94dd;

    font-weight: 600;
    font-size: 48px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.name-location {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
    padding: 0px 20px;
    border-radius: 4px;
}

.name-location h4 {

    font-weight: 600;
    font-size: 30px;
    color: #fff;
    padding: 10px;
}

.address-details {
    padding: 20px 0px;
}

.address-details span {
    font-weight: 400;
    font-size: 17px;
}

.telephone-number {
    /* width: 15%; */
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.telephone-number-custom {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.telephone-number-custom img {
    width: 17px;
    position: relative;
    bottom: 2px;
    right: 4px;
}

.telephone-number img {
    width: 17px;
    position: relative;
    bottom: 2px;
    right: 4px;
}

.telephone-number-custom span {
    font-weight: 400;
    font-size: 17px;
    color: #009AE1;
}

.telephone-number span {
    font-weight: 400;
    font-size: 17px;
    color: #009AE1;
}

.telephone-number-flex {
    display: flex;
    gap: 15px;
}

.contact-us-details {
    width: 100%;
    display: flex;
    gap: 30px;
    outline: none !important;
}

.contact-information {
    width: 50%;
    padding: 5px 10px;
    background: #ECECEC;
    border: 0;
    border-radius: 2px;
    color: #000;

    outline: none !important;
}

.contact-information::placeholder {
    color: #949493;
}

.contact-information button {
    width: 50%;
    padding: 5px 10px;
    background: #ECECEC;
    border: 0 !important;
    border-radius: 2px;
    color: #949493;

}

.contact-us-details .dropdown-menu.show {
    display: grid;
    gap: 5px;
    background: transparent !important;
    border: 0;
}

.contact-menu {
    /* background:#3a94dd;
    color: #fff; */
    font-weight: 400;
    font-size: 17px;
    outline: none !important;
}

.contact-menu:hover {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.textarea-form {
    background: #ECECEC;
    border: 0;
    width: 100%;
    height: 100px;
    color: #000;

    padding: 10px;
    outline: none !important;
}

.textarea-form::placeholder {
    color: #949493;
}

.contact-us-btn {
    display: flex;
}

.contact-btn {
    border: 0 !important;
    background: #3a94dd;

    color: #fff;
    padding: 5px 30px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: auto;
    margin-top: 10px;
    outline: none !important;
}

.contact-form {}

.form-us-pdf {
    display: flex;
    width: 100%;
    background: #fff;
    padding: 20px;
}

.form-us-icon img {
    width: 20px;
}

.form-us-details {
    width: 80%;

    padding: 10px;
    font-weight: 400;
}

.form-us-icon {
    background: #ECECEC;
    border: 0;
    width: 20%;

    padding: 10px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    justify-content: center;
    font-weight: 600;
    color: #009AE1 !important;
    outline: none !important;
    text-decoration: none !important;
    cursor: pointer;
}

.form-us-email {
    display: flex;
    width: 100%;
    background: #ECECEC;
    padding: 20px;
    border-radius: 2px;
}

.form-us-icon-email {
    background: #fff;
    border: 0;
    width: 20%;

    padding: 10px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    justify-content: center;
    font-weight: 600;
    color: #009AE1 !important;
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer;
}

.form-us-icon-email img {
    width: 25px;
    margin-top: 3px;
}

.form-us-details-email {
    width: 80%;

    padding: 10px;
    font-weight: 400;
}

.better-planet {
    background-color: #F4F6F9;
    padding-bottom: 50px;

}

.cards {
    width: 100%;
}

.card-activity-custom {
    position: absolute;
    max-width: 750px;
    left: 41%;
    background: transparent !important;
    padding: 50px;
    transform: translate(-50%, -50%);
    top: 50%;
    /* box-shadow: 3.3px 6.6px 6.6px hsl(0deg 0% 0% / 14%); */
}

.activity-details-custom span {
    font-size: 24px;

}



.activity-custom-img {
    width: 50%;
}

.activity-custom-img img {
    width: 100%;
}

.activity-details-custom-2 {
    width: 50%;
}

.activity-details-custom-2 h4 {
    width: 100%;
    font-size: 35px;
    font-weight: 600;
    color: #00A0E7;

}

.activity-details-custom-2 span {
    font-size: 17px;

    font-weight: 500;
}

.file-dowload span {

    font-size: 17px;
    font-weight: 500;
}

.file-dowload a {
    text-decoration: none !important;

    font-size: 17px;
    font-weight: 500;
    color: #00A0E7;
}

.file-dowload:hover a {
    color: #00A0E7;
}

.file-dowload {
    display: grid;
}

.slide-bg {
    /* margin-top: 100px; */
    padding: 70px 0;
    max-width: 1920px;
    width: 100%;
    background: rgb(60, 190, 242);
    background: linear-gradient(270deg, rgba(60, 190, 242, 1) 30%, rgba(0, 128, 238, 1) 100%);
}

.slide-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;

}

.btn-slide-arrows {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    outline: none !important;
    border: 0 !important;
    width: 50px;
    padding: 0;
}

.btn-slide-arrows:hover {
    cursor: pointer;
}

.btn-slide-arrows.prev {
    left: -3.5%;
}

.btn-slide-arrows.next {
    right: -7.5%;
}

.slick-dots {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
    margin-top: 20px;
    gap: 14px;
    position: relative;
}

.slick-dots li {
    width: fit-content !important;
    margin: 0 !important;
}

.slick-dots button {
    color: transparent;
    border: 0;
    padding: 0;
    height: 13px !important;
    outline: none !important;
    width: 13px !important;
    background-color: #c2c2c2 !important;
}

.slick-dots .slick-active button {
    background-color: #449cdf !important;
}

.slide-bg-custom-3 .slick-dots .slick-active button {
    background-color: #00bae7 !important;
}

.slide-bg-custom-3 .slick-dots button {
    background-color: #fff !important;
}

.slide-dots-light .slick-dots .slick-active button {
    background-color: #00bae7 !important;
}

.slide-dots-light .slick-dots button {
    background-color: #fff !important;
}

.slide-dots-light {
    background: linear-gradient(270deg, rgba(60, 190, 242, 1) 0%, rgba(0, 128, 238, 1) 100%);
}

.slick-dots button::after {
    display: none !important;
}

.slick-dots button::before {
    display: none !important;
}


.slide-content {
    padding: 0 10px;
}

.slide-details {
    padding: 21px;
}

.slide-details h4 {

    color: #fff;
    font-weight: 600;
    font-size: 37px;
}

.slide-item .card {
    border: 0;
}

.slide-item .card-text {
    min-height: 41px;
    font-size: 17px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slide-item a {

    background-color: #499CDB;
    border: 0;
    font-weight: 400;
    font-size: 17px;
    padding: 10px 30px;
}

.slide-item a:hover {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.custom-sponsor {
    margin-left: auto;
}

.card-acticle {
    margin-top: 20px;
    margin-bottom: 20px;
}

.coler-acticle {

    color: #1894DA;
    font-size: 15px;
    font-weight: 600;
}

.card-acticle small {

    color: #808080;
}

.others-group {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.others-letter h4 {
    margin-left: 0px;

    font-size: 37px;
    font-weight: 600;
    padding: 19px;
    color: #1894DA;
}

.better-acticle-news {
    max-width: 1200px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.better-acticle-details {
    text-align: center;
}

.details-better-letter-tp {
    padding: 50px 80px;
}

.details-better-letter-tp h1 {

    font-size: 40px;
    font-weight: 600;
    color: #0094eb;
}

.details-better-letter-tp span {

    font-size: 19px;
    font-weight: 600;
}

.details-better-letter-bt {
    padding: 50px 80px;

}

.details-better-letter-bt span {

    font-size: 17px;
    font-weight: 600;
}

.details-better-letter-bt li {

    font-size: 17px;
    font-weight: 600;
}

.details-better-letter-bt ul {
    padding-left: 15px;
}

.icon-letter-group {
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 60px;
    gap: 30px;
}

.icon-letter {
    width: 25%;
    text-align: center;
}

.icon-letter img {
    width: 100%;
}

.icon-letter span {

    font-size: 16px;
    font-weight: 600;
}

.news-acticle {
    background-color: #F2F2F2;
    padding-bottom: 4.5rem;
}

.slide-bg-custom {
    margin-top: 50px;
    max-width: 1920px;
    width: 100%;
}

.slide-bg-custom-1 {
    max-width: 1920px;
    width: 100%;
}

.slide-details-custom {
    display: flex;
    justify-content: space-between;
    padding: 21px;
    align-items: center;
    margin-bottom: 1.5rem;
}

.slide-details-custom-new {
    display: flex;
    justify-content: space-between;
    padding: 21px;
    align-items: center;
    padding-bottom: 35px;
    padding-top: 45px;
}

.slide-details-custom-new h4 {

    color: #009CE3;
    font-weight: 600;
    font-size: 37px;
}

.slide-details-custom h4 {

    color: #009CE3;
    font-weight: 600;
    font-size: 37px;
    margin-bottom: 0;
}

.slide-details-custom a,
.slide-details-custom-new a {
    color: #fff;
    background-color: #019ce3;
    display: inline-flex;
    padding: 7px 15px;
    border-radius: 5px;
    width: 88px;
    align-items: center;
    justify-content: center;
}

.slide-details-custom-new {
    margin-bottom: 25px;
}

.slide-details-custom-new h4 {
    margin-bottom: 0;
}

.slide-bg-custom-2 {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
    align-items: center;
    background: #fff;
}

.card-custom-1 {
    background: #F2F3F4;
}

.slide-bg-custom-3 {
    padding: 40px 0px;
    background: rgb(60, 190, 242);
    background: linear-gradient(270deg, rgba(60, 190, 242, 1) 0%, rgba(0, 128, 238, 1) 100%);
}

.slide-details-custom-3 {
    display: flex;
    justify-content: space-between;
    padding: 15px 17px;
    align-items: center;
    max-width: 1200px;
    margin-bottom: 1.5rem;
}

.slide-details-custom-3 h4 {

    color: #fff;
    font-weight: 600;
    font-size: 37px;
    margin-bottom: 0;
}

.slide-details-custom-3 span {

    color: #fff;
}

.slide-details-custom-3 a {
    color: #019ce3;
    background-color: #fff;
    display: inline-flex;
    padding: 7px 15px;
    border-radius: 5px;
}

.card-custom-5 {
    background: #fff;
}

.activities {
    background-color: #F2F2F2;
}

.activities-group {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.others-letter-custom {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 23px;
}

.others-letter-custom h4 {
    margin-left: 0px;

    font-size: 37px;
    font-weight: 600;
    color: #1894DA;
}

.year-sc {
    width: 140px;
    padding: 8px 9px;

    font-size: 13px;
    color: #0091D8;
    border-color: #0091D8;
    background: transparent;
    outline: none !important;
}

.products-section {
    background-color: #F4F6F9;
}

.products-wparper {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* padding: 50px 0px; */
}

.products-details {
    padding-left: 0px;
    padding-top: 50px;
}

.products-details a {
    font-weight: 400;
    font-size: 17px;
    color: #0091D8;
    text-decoration: none;
}

.products-details a:hover {
    color: #0091D8;
}

.products-details span {

    font-weight: 400;
    font-size: 17px;
}

.products-item-group {
    width: 100%;
}

.products-item-group h4 {
    font-size: 37px;
    font-weight: 600;
    padding: 30px 0px;
    color: #3a94dd;
}

.products-item {
    display: flex;
    gap: 30px;
    justify-content: start;
    align-items: center;
    padding-bottom: 5rem;
    flex-wrap: wrap;
}

.products-item-1 {
    width: 350px;
    transition: all .2s ease-in-out;
}

.products-item-1:hover {
    transform: scale(1.1);
}

.products-item-2 {
    width: 350px;
    transition: all .2s ease-in-out;
}

.products-item-2:hover {
    transform: scale(1.1);
}

.products-item-3 {
    width: 350px;
    transition: all .2s ease-in-out;
}

.products-item-3:hover {
    transform: scale(1.1);
}

.products-item-4 {
    width: 350px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

.products-item-4:hover {
    transform: scale(1.1);
}

.solutions-item-group {
    width: 100%;
    padding-top: 50px;
}

.solutions-item-group h4 {

    font-size: 37px;
    font-weight: 600;
    padding: 30px 0px;
    color: #3a94dd;
}

.solutions-text {
    color: #666666;
    padding: 10px 40px;
}

.room-air {
    background: #fff;
}

.room-air-warpper {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px;
}

.room-air-details h4 {
    font-size: 37px;
    font-weight: 600;
    padding: 25px 0px;
    color: #3a94dd;
}

.product-details {}

.product-details small {
    font-size: 80%;
    font-weight: 400;
}

.room-air-details-item img {
    width: 70%;
}

.room-air-details-item {
    width: 50%;
}

.room-air-details {
    width: 100%;
}

.air-details {
    display: flex;
    justify-content: center;
    /* gap: 50px; */
}

.details-air {
    padding: 20px 0px;
}

.details-air strong {

    font-size: 18px;
    font-weight: 600;
}

.details-air span {
    font-size: 17px;
    font-weight: 400;
}

.room-air-details-2 h4 {
    font-size: 37px;
    font-weight: 600;
    color: #3a94dd;

}

.technology-group {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    margin-bottom: 3rem;
    margin-top: 30px;
}

.technology-item {
    text-align: center;
}

.technology-item img {
    width: 316px;
}

.technology-details span {
    font-size: 17px;
    font-weight: 400;
}

.technology-details strong {
    font-size: 17px;
    font-weight: 600;
}

.technology-details {
    padding: 20px 3px;
    text-align: left;
}

.update-icon-group {
    display: flex;
    gap: 15px;
}

.factory-video {
    display: none;
}

.custom-factory-text {
    display: none;
}

.room-air-update-icon-1 {
    width: 50%;
}

.room-air-update-icon-1 img {
    width: 100%;
}

.room-air-update-icon-2 {
    width: 50%;
}

.room-air-update-icon-2 img {
    width: 100%;
}

.room-air-text {
    /* padding: 50px 70px; */
}

.room-air-text small {}

.skyair-section {
    background-color: #Fff;
    margin-top: 3rem;
}

.skyair-warpper {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* padding: 35px 0px; */
}

.skyair-text {
    padding: 20px 0px;
}

.skyair-text span {

    font-size: 17px;
    font-weight: 400;
}

.skyair-group {
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 15px 0px;
    gap: 25px;
    margin-bottom: 3rem;
}

.skyair-details-item {
    min-height: 194px;
    display: flex;
    align-items: center;
}

.skyair-details-item img {
    width: 100%;
}

.details-skyair {
    padding: 12px 0px;
}

.details-skyair span {

    font-size: 18px;
    font-weight: 600;
    color: #009DE9;
}

.skyair-text-bt {
    padding: 30px 0px;
}

.skyair-text-bt strong {

    font-weight: 600;
    font-size: 18px;
}

.skyair-bt {
    /* padding: 80px 0px; */
}

.details-skyair-bt {
    padding: 12px 0px;
}

.details-skyair-bt span {
    font-size: 18px;
    font-weight: 600;
    color: #009DE9;

}

.vrv-section {
    background-color: #Fff;
    margin-top: 3rem;
}

.vrv-warpper {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* padding: 50px 0px; */
}

.vrv-bt {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.vrv-text-bt {
    padding: 40px 0px;
}

.vrv-text-bt h4 {

    font-weight: 600;
    font-size: 37px;
    color: #3a94dd;
}

.vrv-bt-item {
    display: flex;
    justify-content: space-between;
}

.units-item {
    width: 18%;
}

.units-item img {
    width: 100%;
}

.units-item-details {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}

.units-item-details span {

    font-size: 16px;
    font-weight: 600;
    color: #0094E2;
}

.vrv-text-bt-2 span {
    font-size: 17px;
    font-weight: 400;

}

.vrv-text-bt-2 {
    margin-top: 50px;
}

.vrv-text-bt-2 {
    padding: 50px 0px;
}

.simple-touch-section {
    background-color: #fff;
}

.container-body {
    background-color: #fff;
    width: 100%;
}

.simple-touch-warpper {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px;
}

.text-header-simple {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0px;
}

.text-header-simple h4 {
    font-size: 37px;
    font-weight: 600;
    color: #3a94dd;
}


.touch-controller {
    background: #fff;
    justify-content: center;
    display: flex;
    gap: 30px;
    align-items: center;
}

.touch-controller a {
    outline: none !important;

    text-decoration: none !important;
    font-size: 17px;
    font-weight: 400;
    /* color: #fff; */
}

.touch-bt {
    padding: 7px 50px;
    color: #0094E2;
}

.touch-bt.active {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.touch-bt:hover {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.touch-bt:hover a {
    color: #fff;
}

.touch-icon {
    text-align: center;
}

.touch-icon img {
    width: 400px;
}

.features-details {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.features-details h4 {
    color: #3a94dd;
    font-size: 37px;
    font-weight: 600;
}

.features-text {
    padding: 10px 0px;
}

.features-text span {
    font-size: 17px;
    font-weight: 400;
}

.features-group {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 35px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.features-item {
    background: #0094E2;
    width: 49%;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-radius: 5px;
    gap: 20px;
    margin-top: 25px;
    height: 130px;
}

.features-item h1 {

    font-size: 50px;
    font-weight: 500;
    color: #fff;
}

.features-item span {

    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.controller-note-bt {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.controller-note-bt h4 {
    font-size: 37px;
    font-weight: 600;
    color: #3a94dd;
}

.note-bt-text {
    padding: 15px 0px;
}

.note-bt-text span {
    font-size: 17px;
    font-weight: 400;
}

.note-controller {
    text-align: center;
    margin-top: 60px;
}

.container-body {
    background: #fff;
    width: 100%;
}

.maruto-header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 65px;
    margin-top: 10px;
}

.maruto-tp {
    display: flex;
    padding: 50px 0px;
    align-items: center;
    gap: 75px;
}

.maruto-custom-1 {
    width: 60%;
}

.maruto-tp img {
    width: 35%;
}

.maruto-bt {
    text-decoration: none !important;
    color: #fff !important;
    background-color: #00A0E7;
    display: inline-flex;
    padding: 10px 50px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 400;
    border: 0;
    outline: none !important;
}

.maruto-bt:hover {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.maruto-tp-details {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.maruto-tp-details h4 {
    font-size: 37px;
    font-weight: 600;
    color: #3a94dd;

}

.maruto-tp-details span {

    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
}

.maruto-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}



.maruto-product {
    width: 38%;
    display: flex;
    align-items: center;
    padding: 50px 0px;
}

.maruto-product img {
    width: 100%;
}

.highlights {
    display: flex;
    width: 100%;
    align-items: center;
}

.highlights-details {
    width: 50%;
    line-height: 36px;
}

.highlights-details-update {
    margin-top: 35px;
}

.highlights-details-update ul {
    padding-left: 20px;
}

.highlights-details-update li {
    font-size: 17px;
    font-weight: 400;
    list-style: disc;
}

.highlights-details h4 {
    font-size: 37px;
    font-weight: 600;
    color: #0094E2;

}

.highlights-details li {
    font-weight: 400;
    font-size: 17px;
}

.highlights-icon {
    width: 50%;
}

.highlights img {
    width: 90%;
}

.bene-fits {
    width: 40%;
}

.benefits-details {
    width: 60%;
    margin-top: 30px;
}

.benefits-icon {
    width: 60%;
}

.benefits-icon img {
    width: 100%;
}

.benefits-details-custom-text ul {
    padding-left: 20px;
    line-height: 35px;
}

.benefits-details-custom-text li {
    font-weight: 600;
    list-style: disc;
    font-size: 16px;
}

.benefits-details-custom-text span {
    font-size: 17px;
    font-weight: 400;
}

.benefits-details-custom-text strong {

    font-weight: 600;
    font-size: 18px;
}

.benefits-details h4 {
    font-size: 37px;
    font-weight: 600;
    color: #3a94dd;

}



.remote-controller {
    padding: 0px 100px;
    margin-top: 50px;
}

.remote-controller span {

    font-weight: 600;
    font-size: 19px;
}

.remote-controller li {


    font-weight: 600;
}

.remote-controller-icon {
    display: flex;
    justify-content: center;
}

.remote-controller-icon img {
    width: 670px;
}

.remote-controller-bt {
    padding: 50px 100px;
}

.remote-controller-bt span {

    font-weight: 600;
    font-size: 19px;
}

.remote-controller-bt li {


    font-weight: 600;
}

.daikin-controller {
    background: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
}

.daikin-controller a {
    outline: none !important;


    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
}

.daikin-touch-bt {
    padding: 7px 20px;
    color: #0094E2;
}

.daikin-touch-bt.active {
    background: rgb(0, 157, 233);
    background: linear-gradient(180deg, rgba(0, 157, 233, 1) 15%, rgba(0, 110, 163, 1) 100%);
    color: white !important;
}

.daikin-touch-bt:hover {
    color: #fff;
    background: rgb(0, 168, 233);
    background: linear-gradient(180deg, rgba(0, 168, 233, 1) 0%, rgba(0, 70, 131, 1) 72%);
    color: white !important;
}

.daikin-touch-bt:hover a {
    color: #fff;
}

.features-controller-details {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0px;
}

.features-controller-text h4 {
    font-size: 37px;

    font-weight: 600;
    margin-top: 30px;
}

.controller-text span {

    font-size: 16px;
    font-weight: 500;
}

.features-controller-details-2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0px;
}

.features-group-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.features-controller-text-2 {
    width: 33%;
}

.controller-text-2 {
    /* padding: 50px 0px; */
}

.controller-text-2 span {
    font-size: 16px;

    font-weight: 600;
    color: #0094E2;
}

.bettet-report {
    width: 100%;
}

.better-report-group {
    display: flex;

    justify-content: space-between;
}

.better-report-group-item img {
    width: 98%;
    height: 350px;
    object-fit: cover;
}

.better-report-group-item {
    width: 50%;
}

.report-bt {
    position: relative;
    bottom: 200px;
    padding: 0px 30px;
}

.report-bt h4 {

    font-size: 37px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0px;
}

.report-bt a {
    background: #fff;
    /* padding: 10px 60px; */
    border-radius: 3px;
    outline: none !important;
    text-decoration: none !important;
    color: #3C92DC;

    font-size: 17px;
    font-weight: 400;

    padding: 10px 30px;
}

.report-bt a:hover {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.activity-details-custom-custom strong {

    font-size: 20px;
}

.container-buliding {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}

.greenbuliding-header {
    margin-top: 70px;
}

.greenbuliding-header h4 {

    font-size: 37px;
    font-weight: 600;
    color: #3C92DC;
}

.greenbuliding-header strong {

    font-size: 18px;
    font-weight: 600;
}

.greenbuliding-header span {

    font-weight: 400;
    font-size: 17px;
}

.buliding-group-1 {
    width: 100%;
    padding: 70px 0px;
    display: flex;
}

.buliding-more-1 {
    width: 70%;
}

.buliding-more-1 img {
    width: 700px;
}

.buliding-more-text-1 {
    width: 30%;
}

.buliding-more-text-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.buliding-more-text-1 span {
    font-size: 17px;
    font-weight: 400;
}

.buliding-more-text-1 img {}

/* .greenbuliding-header-2 h4 {
    font-size: 26px;
    font-weight: 600;
    color: #3C92DC;
} */

.greenbuliding-header-2 span {
    font-size: 17px;
    font-weight: 400;
}

.buliding-group-2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 77px;
    justify-content: center;
}

.pm-item {
    width: 33%;
    padding: 20px 0px;
}

.pm-item img {
    width: 300px;
}

/* .greenbuliding-header-3 h4 {
    
    font-size: 26px;
    font-weight: 600;
    color: #3C92DC;
} */

.greenbuliding-header-3 span {

    font-size: 17px;
    font-weight: 400;
}

.buliding-group-3 {
    width: 100%;
    display: flex;
    padding: 70px;
    gap: 97px;
}

.score-icon-1 img {
    width: 236px;
}

.score-icon-2 img {
    width: 304px;
}

.score-icon-3 img {
    width: 350px;
}

.score-icon {
    display: flex;
}

/* .greenbuliding-header-4 h4 {
    
    font-size: 26px;
    font-weight: 600;
    color: #3C92DC;
} */

.greenbuliding-header-4 span {

    font-size: 17px;
    font-weight: 400;
}

.energy-item {
    width: 33%;
    padding: 5px 0px;
}

.energy-item img {
    width: 300px;
}

.buliding-group-4 {
    width: 100%;
    display: flex;
    padding: 77px;
    justify-content: center;
}

.buliding-group-5 {
    width: 100%;
    display: flex;
    padding: 77px;
    justify-content: center;
}

.greenbuliding-header-5 span {

    font-size: 17px;
    font-weight: 400;
}

.buliding-group-5-text {

    font-size: 16px;
    font-weight: 600;
}

.led-item {
    width: 33%;
    padding: 5px 0px;
}

.led-item img {
    width: 300px;
}

.greenbuliding-header-5 {}

/* .greenbuliding-header-6 h4 {
    
    font-size: 26px;
    font-weight: 600;
    color: #3C92DC;
} */

.greenbuliding-header-6 span {

    font-size: 17px;
    font-weight: 400;
}

.buliding-group-6 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.vrt-item img {
    width: 930px;
}

.vrt-bt-more {
    width: 100%;
    text-align: right;
    padding: 10px 100px;
}

.vrt-bt-more a {

    font-size: 16px;
    font-weight: 600;
    color: #3C92DC;
    text-decoration: none !important;
    outline: none !important;
}

.vrt-bt-more:hover a {
    color: #3C92DC;
}

.greenbuliding-header-7 {
    padding-top: 50px;
}

/* .greenbuliding-header-7 h4 {
    
    font-size: 26px;
    font-weight: 600;
    color: #3C92DC;
} */

.greenbuliding-header-7 span {

    font-size: 17px;
    font-weight: 400;
}

.buliding-group-7 {
    width: 100%;
    display: flex;
    margin-top: 55px;
    justify-content: center;
}

.vrt-graph-item img {
    width: 100%;
}

.greenbuliding-header-8 {
    margin-top: 55px;
}

/* .greenbuliding-header-8 h4 {
    
    font-size: 24px;
    font-weight: 600;
    color: #3C92DC;
} */

.greenbuliding-header-8 span {

    font-size: 17px;
    font-weight: 400;
}

.buliding-group-8 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 55px;
}

.hrv-item {
    width: 50%;
    text-align: right;
}

.hrv-item a {

    font-size: 17px;
    font-weight: 400;
    color: #3C92DC;
    text-decoration: none !important;
    outline: none !important;
}

.hrv-item:hover a {
    color: #3C92DC;
}

.hrv-item img {
    width: 100%;
}


.greenbuliding-header-9 {
    margin-top: 55px;
}

.greenbuliding-header-9 span {

    font-size: 17px;
    font-weight: 400;
}

.buliding-group-9 {
    margin-top: 55px;
    text-align: center;
}

.greenbuliding-header-10 {
    margin-top: 55px;
}

.greenbuliding-header-10 span {

    font-size: 17px;
    font-weight: 400;
}

.buliding-group-10 {
    margin-top: 55px;
    text-align: center;
}

.buliding-group-11-click {
    position: relative;
    left: 18%;
}

.buliding-group-11-click a {

    font-size: 17px;
    font-weight: 400;
    color: #3C92DC;
    text-decoration: none !important;
    outline: none !important;
}

.buliding-group-11-click a:hover {
    color: #3C92DC;
}

.greenbuliding-header-11 {
    margin-top: 65px;
}

/* .greenbuliding-header-11 h4 {
    
    font-size: 24px;
    font-weight: 600;
    color: #3C92DC;
} */

.greenbuliding-header-11 span {

    font-size: 17px;
    font-weight: 400;
}

.buliding-group-11 {
    width: 100%;
    text-align: center;
    padding: 40px 0px;
}

.greenbuliding-header-11-sections {
    margin-top: 65px;
}

.greenbuliding-header-11-sections ul {
    font-size: 17px;
    font-weight: 400;
    padding-left: 1px;
}

.greenbuliding-header-11-sections li {
    /* list-style: disc; */
}

.greenbuliding-header-11-sections strong {

    font-size: 18px;
    font-weight: 600;
}

.greenbuliding-header-11-sections span {

    font-size: 17px;
    font-weight: 400;
}

.buliding-report-body {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}

.buliding-report-header-text {
    padding: 70px 0px;
}

.activity-custom {
    display: flex;
    margin: auto;
    width: 100%;
    gap: 50px;
}

.buliding-report-header-text h1 {

    font-weight: 600;
    color: #3C92DC;
}

.buliding-report-header-text span {

    font-size: 18px;
    font-weight: 400;
}

.buliding-report-group-text h4 {

    font-weight: 600;
    color: #3C92DC;
}

.buliding-report-header-group {
    width: 100%;
    display: flex;
    padding: 30px 0px;
}

.buliding-report-item {
    width: 25%;
}

.buliding-report-item img {
    width: 97%;
}

.buliding-report-text {
    padding: 20px 4px;
    text-align: center;
}

.buliding-report-text span {

    font-size: 20px;
    font-weight: 600;
    color: #3C92DC;
}

.buliding-report-header.custom {
    margin-top: 100px;
}

.activity-custom-img.custom img {
    width: 80%;
}

.activity-details-custom-2.report {
    padding: 110px 0px;
}

.society-sport {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}

.society-sport-text {
    padding: 55px 0px;
}

.society-sport-text h1 {

    font-weight: 600;
    color: #3C92DC;
    font-size: 37px;
}

.society-sport-text {

    font-size: 16px;
    font-weight: 600;
}

.society-sport-text-2 {
    margin-top: 65px;
}

.society-sport-text-2 span {

    font-size: 16px;
}

.society-sport-icon-custom-1 {
    display: flex;
    justify-content: center;
}

.society-sport span {

    font-weight: 400;
    font-size: 18px;
}

.society-sport strong {

    font-weight: 600;
    font-size: 18px;
}

.society-sport-icon-2 {
    text-align: center;
    padding: 55px 0px;
}

.society-sport-text-3 strong {

    font-size: 16px;
    font-weight: 600;
}

.society-sport-text-3 span {

    font-size: 16px;
    font-weight: 500;
}

.society-sport-icon-3 {
    text-align: center;
    padding: 55px 0px;
}

.society-sport-icon-4 {
    text-align: center;
}

.society-sport-icon-4 img {
    width: 80%;
}

.society-sport-text-4 {
    padding: 65px 0px;
}

.society-sport-text-4 span {}

.about-history-1 {
    background: #fff;
    display: flex;
    margin: auto;
    padding: 90px 0px;
    max-width: 1200px;
    width: 100%;
    align-items: center;
}

.history-text {
    margin-left: 8px;
}

/* .history-text h4 {
    font-weight: 600;
    color: #01a0e7;
    font-size: 37px;
    
} */

.about-history-1-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-history-item-1 {
    width: 60%;
}

.about-history-item-1 img {
    width: 110%;
    margin-left: -120px;
}

.about-history-item-2 {
    width: 40%;
    max-width: 410px;
}

.about-history-item {}

.about-text {
    line-height: 25px;
}

.about-text span {

    font-size: 17px;
    font-weight: 400;
}

.activity-3-custom-bg {
    background: #F2F4F7;
}

.activity-3-custom {
    display: flex;
    margin: auto;
    padding: 90px 0px;
    max-width: 1200px;
    width: 100%;
    align-items: center;

}


.daikin-oceania-map {
    position: absolute;
    left: 50%;
    top: 0;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    object-fit: cover;
}

.map-oceania-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.map-oceania {
    background: url(images/about-map-2.png);
    max-width: 1920px;
    width: 100%;
    height: 760px;
    background-size: cover;
}


.oceania-text {
    padding: 90px 0px;
}

.oceania-text h1 {
    color: #fff;
    font-size: 39px;

    font-weight: 600;
}


.award-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.award-header {
    margin-top: 65px;
}

.text-award {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-award img {
    width: 25%;
}

.nav-tap-award {
    background: #E7EAEF;
    margin-top: 10px;
    padding: 0 13.5rem;
    position: relative;
}

.year-tab-slide {
    display: flex;
    max-width: 768px;
    overflow: hidden;
    background-color: #e8eaee;
}


.nav-tap-award {
    background-color: #fff;
}

.total-months {
    border-bottom: 2px solid #019ae1;
}

.year-bt {
    font-size: 18px;
    background: #e7eaef;
    border: 0;
    outline: none !important;
    font-weight: 400;
    text-align: center;
    width: 100px;
    padding: 5px;
    text-decoration: none !important;
}

.year-bt.active {
    text-align: center;
    color: #fff;
    background: #009AE1;
}

.year-bt:hover {
    color: #fff;
    background: #009AE1;
}

.award-slide-daikin {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.award-slide .card,
.technology-slide .card {
    background-color: #f4f6f9;
}

.card-article-views {
    display: flex;
    gap: 13px;
    align-items: center;
    font-weight: 600;
    color: #808080;
    font-size: 15px;
    margin-left: 20px;
}

.card-article-views img {
    width: 18px;
}

.about-arrow.prev {
    left: -5%;
    top: 80px;
}

.about-arrow.next {
    right: -8.5%;
    top: 80px;
}

.total-months-g {
    background: #F2F4F7;
}

.total-months-w {
    background: #fff;
}

.total-months-text {
    display: flex;
    width: 100%;
    padding: 10px 35px;
}

.months-1 {
    width: 15%;
}

.year-1 {
    width: 10%;
}

.awards-image-slide .slide-content {
    cursor: pointer;
}

.total-details {
    width: 65%;
}

.total-months-text strong {

    color: #3C90DA;
    font-size: 17px;
    font-weight: 600;
}

.total-months-text span {
    font-size: 17px;
    font-weight: 400;
    color: #1D1D1B;

}

.research-icon {
    /* margin-top: 65px; */
}

.research-icon img {
    width: 100%;
}

.research-text {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

/* .research-icon-text {
    position: relative;
    left: 18%;
    top: 200px;
    max-width: 1200px;
}

.research-icon-text h1 {
    font-size: 37px;
    font-weight: 600;
    color: #3C90DA;
    position: relative;
    bottom: 100px;
    left: 10px;
} */

.research-details {
    margin-top: 50px;
}

.research-details span {
    font-size: 17px;
    font-weight: 400;
    color: #1D1D1B;

}

.about-center {
    overflow: hidden;
}

.about-center-2 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;

}

.research-icon-2 {
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.research-icon-2 img {
    width: 50%;
}

.research-details-2 {
    margin-top: 80px;
}



.research-text-2 span {

    font-weight: 400;
    font-size: 17px;
}

.research-details-2-icon {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.research-details-2-img {
    width: 50%;
}

.research-details-2-img img {
    width: 95%;
}

.about-center-3 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.research-text-3 {
    margin-top: 65px;
}

.about-center-3 span {

    font-weight: 400;
    font-size: 17px;
}

.research-details-3-icon {
    display: flex;
    margin-top: 65px;
}

.about-center-4 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.research-text-4 {
    margin-top: 65px;
}


.about-center-4 span {

    font-weight: 400;
    font-size: 17px;
}

.research-details-4-img {
    margin-top: 65px;
}

.research-details-4-img img {
    width: 100%;
}

.research-details-4 {
    margin-top: 65px;
}

.rd-item-header {
    margin-top: 20px;
}

.rd-item-header span {

    font-weight: 600;
    font-size: 18px;
}

.rd-item-text {
    margin-top: 20px;
}

.rd-item-icon {
    margin-top: 30px;
    text-align: center;
}

.rd-item-icon img {
    width: 70%;
}

.rd-group-custom {
    padding: 60px 0px;
}

.visit-icon-header img {
    width: 100%;
}

.visit-header-group {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    /* padding-top: 50px; */
    padding-top: 20px;
}

.visit-icon-text-1 {
    /* position: relative;
    bottom: 645px; */
}

.visit-icon-text-1 h1 {

    font-size: 43px;
    font-weight: 600;
    color: #3a94dd;
}

.visit-icon-text-2 {
    /* position: relative;
    bottom: 626px; */

    width: 80%;
}

.visit-icon-header {
    position: relative;
}

.visit-icon-text-2 strong {
    font-weight: 600;
    font-size: 21px;
}

.visit-icon-text-3 {
    margin-left: auto;
    max-width: 1200px;
    margin-right: auto;
    padding-top: 20px;
}

.visit-icon-text-3 span {

    font-weight: 400;
    font-size: 17px;
}

.visit-daikin-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.factory-gallery-text {
    margin-top: 60px;
}

.factory-gallery-text h1 {

    font-weight: 600;
    font-size: 37px;
    color: #3a94dd;
}

.factory-gallery-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    text-align: center;
}

.factory-gallery-icon {
    width: 20%;
    padding: 10px 0px;
}

.factory-gallery-icon img {
    width: 92%;
}

.visit-make-appointment-group {
    width: 100%;
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

.visit-make-item {
    width: 33%;
    /* transition: all .2s ease-in-out;  */
}

.tour-calendar .flatpickr-calendar {
    width: 100%;
    box-shadow: none;
}

.tour-calendar .flatpickr-rContainer {
    margin: 0 auto;
}

/* .tour-calendar .flatpickr-months{
    display: none !important;
} */

.tour-calendar .date-booked {
    position: relative;
}

.tour-calendar .date-booked::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("./images/close-icon.png");
    background-size: contain;
    background-position: center;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tour-calendar .prevMonthDay,
.tour-calendar .nextMonthDay {
    opacity: 0;
    z-index: -1;
}

.flatpickr-day {
    color: #3d9ce3 !important;
}

.flatpickr-day.flatpickr-disabled {
    color: rgba(57, 57, 57, 0.1) !important;
}

.flatpickr-day.selected {
    color: #fff !important;
}


.tour-calendar .calendar-arrows.prev {
    left: -35px;
}

.tour-calendar .calendar-arrows.next {
    right: -80px;
}

.tour-calendar .flatpickr-innerContainer {
    margin-top: 35px;
}

.tour-calendar .flatpickr-months .flatpickr-month {
    height: 55px !important;
}

.tour-calendar .flatpickr-current-month {
    display: flex !important;
    justify-content: space-between;
    width: 100% !important;
    left: 0 !important;
    height: fit-content !important;
    align-items: center;
    padding: 0 20px;
}

.tour-calendar .flatpickr-current-month span.cur-month {
    font-size: 35px;
    font-weight: 400;
}


/* .visit-make-item:hover {
    transform: scale(1.1); 
} */

.visit-make-item img {
    width: 95%;
    padding: 13px 0px;
}

.rules-practice-details {
    background: #fff;
    margin-top: 70px;
    max-width: 1200px;
    padding: 60px 90px;
}

.container-visit {
    background: #F2F4F7;
    padding-bottom: 80px;
}

.rules-header h4 {

    font-weight: 600;
    font-size: 37px;
    color: #3a94dd;
}

.rules-text li {

    font-weight: 400;
    font-size: 17px;
    list-style: disc;
}

.rules-practice-sing {
    background: #fff;
    margin-top: 70px;
    max-width: 1200px;
    padding: 60px 90px;
}

.sing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sing-header-text {
    width: 30%;
}

.sing-header-text-en {
    width: 50%;
}

.sing-header-text-en strong {
    font-weight: 600;
    font-size: 37px;
    color: #3a94dd;
}

.visit-daikin-sing {
    width: 50%;
    height: 40px;
    padding: 0px 20px;
    border-radius: 5px;
    color: #919190;
    border: solid 1px #3a94dd;
    outline: none !important;
    background-color: transparent;
    text-align: left;
}

.visit-daikin-sing i {
    float: right;
    color: #0092df;
}

.sing-details {
    margin-top: 50px;
    display: flex;
}

.sing-details strong {

    color: #3a94dd;
    font-weight: 600;
    font-size: 21px;
}

.buliding-group-6-text span {
    font-size: 17px;
    font-weight: 400;
}

.sing-details li {
    font-weight: 400;
}

.sing-visit-text {
    width: 50%;
}

.sing-visit-text-2 {
    width: 50%;
}

.sing-visit-text-2 ul {
    padding-left: 1px;
}

.sing-visit-text-2 li {
    list-style: disc;
    font-weight: 400;
    /* font-size: 17px; */
}

.visiting-factory {
    margin-top: 75px;
}

.fill-information {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 12px;
    width: 100%;
}

.fill-information span {

    font-weight: 400;
    font-size: 17px;
}

.visiting-text strong {

    font-weight: 600;
    color: #3a94dd;
    font-size: 21px;
}

.fill-visit {
    width: 100%;
    height: 40px;
    border: 0;
    background: #F2F4F7;
    outline: none !important;
    padding-left: 10px;
}

.fill-text-1 {
    width: 30%;
}

.fill-text-2 {
    width: 70%;
}

.fill-visit-address {
    width: 100%;
    height: 100px;
    border: 0;
    background: #F2F4F7;
    outline: none !important;
    padding-left: 10px;
}

.visitors-group {
    display: flex;
    margin-top: 30px;
    width: 100%;
    align-items: center;
    gap: 5px;
}

.visitors-text {
    width: 30%;
}

.visitors-text span {

    font-size: 17px;
    font-weight: 400;
}

.visitors-item {
    width: 70%;
}

.visitors-item-btn {
    height: 40px;

    padding: 0px 15px;
    color: #919190;
    border: solid 1px #3a94dd;
    outline: none !important;
    width: 35%;
}

.language-btn-group {
    display: flex;
    margin-top: 30px;
    width: 100%;
    align-items: center;
}

.language-text {
    width: 30%;
}

.language-text span {

    font-size: 17px;
    font-weight: 400;
}

.language-btn {
    width: 70%;
    display: flex;
    gap: 50px;
}

.language-btn-item {
    display: flex;
    gap: 10px;
}

.language-btn-item span {

    font-size: 17px;
    font-weight: 400;
}

.language-select {
    width: 15px;
    border: solid 1px #3a94dd;
}

.pdf-group {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.pdf-text {
    width: 30%;
}

.pdf-text span {

    font-size: 17px;
    font-weight: 400;
}

.pdf-item {
    width: 70%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.pdf-item-update-text span {

    font-size: 17px;
    font-weight: 400;
}

.pdf-select {
    height: 40px;
    padding: 0px 15px;
    color: #919190;
    outline: none !important;
    width: 35%;
    border: 0;
    background: #f2f4f7;
    text-align: left;
    font-weight: 300;
    position: relative;
}

.pdf-select .fa-sort-down {
    float: right;
    color: #0092df;
}

.pdf-select .request_letter_status {
    padding-left: 10px;
}

.fill-visit-custom {
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    border-radius: 5px;
    border: solid 1px #3a94dd;
    outline: none !important;
}

.visit-form {
    margin-top: 70px;
    width: 100%;
    text-align: right;

}

.visit-form-btn {
    border: 0;
    padding: 8px 50px;
    color: #fff;
    background: #3a94dd;
    font-weight: 600;
    border-radius: 5px;
    outline: none !important;
    cursor: pointer;
    /* transition: all .2s ease-in-out;  */
}

/* .visit-form-btn:hover {
    transform: scale(0.9); 
} */

.container-history {
    background: #fff;
    margin-bottom: 80px;
}

.history-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}


.history-text-1 {
    margin-top: 70px;
}

.history-details-1 h1 {

    font-weight: 600;
    font-size: 37px;
    color: #3C90DA;
}

.history-details-2 {
    max-width: 1200px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.history-details-2 span {
    font-weight: 400;
    font-size: 17px;
}

.history-details-3 {
    text-align: center;
}

.history-details-3 img {
    width: 90%;
}

.history-details-6 {
    margin-top: 40px;
}

.history-details-4 {
    margin-top: 30px;
}

.history-details-4 span {

    font-weight: 600;
    font-size: 17px;
}

.history-details-5 {
    max-width: 1200px;
    margin-top: 45px;
}

.history-details-5 span {
    font-weight: 400;
    font-size: 17px;
}

.history-text-2 {
    margin-top: 50px;
}

.history-details-6 h1 {

    font-weight: 600;
    font-size: 37px;
    color: #3C90DA;
}

.history-details-7 {
    max-width: 1200px;
    margin-top: 20px;
}

.history-details-7 span {
    font-weight: 400;
    font-size: 17px;
}

.history-details-8 {
    margin-top: 20px;
    max-width: 1200px;
}

.history-details-8 span {
    font-weight: 400;
    font-size: 17px;
}

.history-details-9 {
    text-align: center;
}

.history-details-9 img {
    width: 80%;
}

.history-details-10 {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 80px;
}

.history-details-10 img {
    width: 80%;
}

.history-details-11 {
    margin-top: 70px;
}

.history-details-11 h1 {

    font-weight: 600;
    font-size: 37px;
    color: #3C90DA;
}

.history-details-12 {
    margin-top: 20px;
}

.history-details-12 span {
    font-weight: 400;
    font-size: 17px;
}

.history-text-4 {
    margin-top: 75px;
}

.history-details-13 h1 {

    font-weight: 600;
    font-size: 37px;
    color: #3C90DA;
}

.history-details-14 {
    margin-top: 10px;
    padding: 50px;
}

.history-icon-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.history-icon-item {
    width: 47%;
    margin-bottom: 40px;
}

.history-icon-item img {
    width: 100%;
}

.history-icon-item-text {
    margin-top: 10px;
}

.history-icon-item-text a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
}

.history-icon-item-text a:hover {
    color: #000;
}

.history-icon-item-text span {

    font-weight: 400;
    font-size: 18px;
}

.history-details-15 h1 {

    font-weight: 600;
    font-size: 37px;
    color: #3C90DA;
}

.overview-icon {
    display: flex;
    justify-content: center;
}

.overview-icon img {
    width: 100%;
    padding: 50px;
}

.history-text-6 {
    margin-top: 20px;
}

.history-daikin-header-text-1 h1 {

    font-weight: 600;
    font-size: 37px;
    color: #3C90DA;
}

.history-daikin-header-text-2 {
    margin-top: 25px;
}

.history-daikin-header-text-2 h6 {

    font-size: 20px;
    font-weight: 600;
    color: #3C90DA;
}

.history-daikin-header-text-3 {
    margin-top: 25px;
}

.history-daikin-header-text-3 h6 {

    font-size: 18px;
    font-weight: 600;
}

.history-daikin-text strong {

    font-size: 18px;
    font-weight: 600;
}

.history-daikin-text {
    margin-top: 25px;
}

.history-daikin-text span {
    font-size: 17px;
    font-weight: 400;
}

.manufacture-group {
    margin-top: 40px;
}

.manufacture-text {
    margin-top: 40px;
}

.manufacture-text-1 {
    margin-top: 20px;
}

.manufacture-text strong {

    font-size: 20px;
    font-weight: 600;
    color: #3C90DA;
}

.manufacture-group span {
    font-size: 17px;
    font-weight: 400;
}

.manufacture-details {
    margin-top: 30px;
}

.greenbuliding-header-10-details strong {
    font-size: 18px;
    font-weight: 600;
}

.greenbuliding-header-10-details span {
    font-size: 17px;
    font-weight: 400;
}

.manufacture-details strong {
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
}

.skyair-header-custom-icon {
    display: flex;
    gap: 20px;
    align-items: center;
}

.skyair-header-custom-icon img:nth-child(1) {
    width: 200px;
}

.skyair-header-custom-icon img:nth-child(2) {
    width: 120px;
}

.technology-item-img {
    height: 220px;
    text-align: center;
}


.skyair-group-custom-1 {
    display: flex;
    width: 100%;
    gap: 25px;
    text-align: center;
}

.skyair-item {
    width: 25%;
}

.skyair-item-custom {
    width: 50%;
}

.skyair-group-custom-2 {
    width: 49%;
    display: flex;
    gap: 25px;
    text-align: center;
}

.skyair-details-item-custom-2 img {
    width: 100%;
}

.skyair-text-custom h1 {

    font-weight: 600;
    font-size: 37px;
    color: #3a94dd;
    margin-bottom: 40px;
}

.bene-fits-custom-2 {
    display: flex;
    width: 100%;
    margin-top: 70px;
}

.ptimize-text {}

.ptimize-text ul {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    gap: 5px;
    padding-left: 20px;
}

.ptimize-text li {
    list-style: disc;
}

.ptimize-text-update span {
    font-size: 18px;
    font-weight: 600;
}

.ptimize-text span {

    font-size: 17px;
    font-weight: 400;
}

.ptimize-icon {
    width: 100%;
    display: flex;
    margin-top: 30px;
    gap: 20px;
}

.ptimize-icon-1 {
    width: 50%;
}

.ptimize-icon-1 img {
    width: 100%;
}

.ptimize-icon-2 {
    width: 50%;
}

.ptimize-icon-2 img {
    width: 100%;
}

.centralized-control-group {
    margin-top: 30px;
}

.centralized-text {
    line-height: 35px;
}

.centralized-text-update span {
    font-size: 18px;
    font-weight: 600;
}

.centralized-text-update-2 ul {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    gap: 5px;
    padding-left: 20px;
}

.centralized-text-update-2 li {
    list-style: disc;
}

.centralized-text-update-2 span {
    font-size: 17px;
    font-weight: 400;
}

.centralized-icon {
    margin-top: 35px;
    width: 100%;
    text-align: center;
}

.centralized-icon img {
    width: 60%;
}

.peace-mind-group {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 80px;
    gap: 40px;
}

.peace-mind-text {
    width: 40%;
    line-height: 30px;
}

.peace-mind-text ul {
    padding-left: 20px;
}

.peace-mind-text strong {
    font-size: 18px;
    font-weight: 600;
}

.peace-mind-text span {
    font-size: 17px;
    font-weight: 400;
}

.peace-mind-text li {
    list-style: disc;
}

.peace-mind-text-update-1 {
    font-size: 18px;
    font-weight: 600;
}

.peace-mind-text-update-1 strong {
    font-size: 18px;
    font-weight: 600;
}

.peace-mind-text-2 {
    padding-left: 20px;
}

.peace-mind-icon-update {
    width: 60%;
}

.peace-mind-icon-update img {
    width: 100%;
}

.vision-policy-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.vision-text-group {
    background: #F3F5F8;
}

.vision-text-custom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 50px;
}

.vision-text-1 h4 {

    font-size: 37px;
    font-weight: 600;
    color: #3F92DB;
}

.vision-text-1-details h4 {
    font-size: 30px;
    font-weight: 600;
}

.vision-text-2-pdf {
    margin-top: 25px;
}

.text-black {
    color: #000 !important;
}

.vision-text-2-pdf a {
    font-size: 17px;
    font-weight: 400;
    text-decoration: none !important;
    color: #3a94dd;
}

.vision-text-2-pdf a:hover {
    color: #3F92DB;
}

.vision-text-2 span {

    font-size: 16px;
    font-weight: 600;
}

.leadership-group {
    margin-top: 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.leadership-group h4 {

    font-size: 37px;
    font-weight: 600;
    color: #3F92DB;
}

.leadership-group span {

    font-size: 20px;
    font-weight: 600;
}

.policy-ceo-icon {
    max-width: 1200px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.policy-ceo-icon img {
    width: 100%;
}

.leadership-group-2 {
    margin-top: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.leadership-group-details {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.leadership-group-2 h4 {

    font-size: 37px;
    font-weight: 600;
    color: #3F92DB;
}

.leadership-group-2 span {

    font-size: 17px;
    font-weight: 600;
}

.leadership-details span {
    font-weight: 400;
    font-size: 17px;
}

.leadership-details-2 span {

    font-weight: 600;
    color: #3F92DB;
}

.leadership-board-group {
    background: rgb(0, 172, 255);
    background: linear-gradient(270deg, rgba(0, 172, 255, 1) 30%, rgba(0, 141, 209, 1) 100%);
    margin-top: 80px;
    padding-bottom: 75px;
}

.leadership-directors {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.directors-text-header {
    padding: 35px 0px;
}

.directors-text-header h4 {

    font-size: 37px;
    font-weight: 600;
    color: #fff;
}

.directors-text-header span {

    font-weight: 600;
    color: #fff;
}

.ceo-gruop {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.fw-600 {
    font-weight: 600 !important;
}

.ceo-item {
    background: #fff;
    padding: 10px 25px;
    border: 0;
    border-radius: 5px;
    outline: none !important;
    width: 30%;
    text-align: left;
    cursor: pointer;
    text-decoration: none !important;
    transition: 0.15s;
    min-height: 96.5px;
}

.ceo-item:hover {
    color: #000;
    transform: scale(1.03);
    box-shadow: 0 2px 3px #00395573;
}

.ceo-name-item span {
    font-size: 17px;
    font-weight: 400;
    color: #3A94DD;

}

.ceo-role-duty span {
    font-weight: 400;
    font-size: 17px;
}

.corporate-icon {
    position: relative;
    margin-top: 80px;
}

.icon-corporate-new img {
    width: 100%;
}

.icon-corporate-new-text {
    position: absolute;
    max-width: 380px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 25%;
}

.icon-corporate-new-text h4 {
    font-size: 37px;
    font-weight: 600;
    color: #3A94DD;
}

.icon-corporate-new-text span {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

.corporate-more-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.corporate-more-item {
    /* width: 33%; */
    width: calc(50% - 15px);
    position: relative;
}

.corporate-bt {
    position: absolute;
    padding: 35px 40px;
    text-align: left;
    bottom: 0;
}

.corporate-more-item img {
    width: 100%;
}

.corporate-bt h4 {

    font-size: 37px;
    font-weight: 600;
    color: #fff;
}

.corporate-bt a {
    background: #fff;
    padding: 10px 60px;
    border-radius: 3px;
    outline: none !important;
    text-decoration: none !important;
    color: #3C92DC;
    font-size: 17px;
    font-weight: 400;
}

.corporate-bt a:hover {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.daikin-quality-group {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}


.daikin-quality-Illustration {
    margin-top: 30px;
}

.daikin-quality-Illustration img {
    width: 100%;
    align-items: center;
}

.Illustration-details {
    background: rgb(0, 172, 255);
    background: linear-gradient(270deg, rgba(0, 172, 255, 1) 30%, rgba(0, 141, 209, 1) 100%);
    margin-top: -1px;
}

.Illustration-details span {

    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.Illustration-details-text {
    padding: 35px 80px;
}

.daikin-quality-details {
    margin: 50px 0;
}

.daikin-quality-details span {
    font-weight: 400;
    font-size: 17px;
}

.example-icon-1 {
    max-width: 1200px;
    display: flex;
    gap: 30px;
}

.quality-1-icon {
    width: 50%;
}

.quality-1-icon img {
    width: 100%;
}

.example-icon-2 {
    max-width: 1200px;
    margin-top: 30px;
}

.example-icon-2 img {
    width: 100%;
}

.daikin-quality-bt {
    display: flex;
    gap: 35px;
    margin-top: 70px;
}

.corporate-more-item-custom {
    width: 50%;
    position: relative;
}

.corporate-more-item-custom img {
    width: 100%;
}

.corporate-bt-custom {
    position: absolute;
    padding: 35px 40px;
    text-align: left;
    bottom: 0;
}

.corporate-bt-custom h4 {

    font-size: 37px;
    font-weight: 600;
    color: #fff;
}

.corporate-bt-custom a {
    background: #fff;
    padding: 10px 60px;
    border-radius: 3px;
    outline: none !important;
    text-decoration: none !important;
    color: #3C92DC;
    font-size: 17px;
    font-weight: 400;
}

.corporate-bt-custom a:hover {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.information-security-group {
    background: #F3F5F8;
    margin-top: 70px;
}

.information-security-text {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}

.information-security-text-1 {
    padding-top: 80px;
}

/* .information-security-text-1 h4 {
    
    font-size: 37px;
    font-weight: 600;
    color: #3F92DB;
} */

.security-text-2 {
    margin-top: 30px;
}

.security-text-2 span {

    font-weight: 600;
    font-size: 20px;
}

.security-text-3-custom span {
    font-weight: 600;
    font-size: 20px;
}

.security-text-group {
    margin-top: 30px;
}

.security-text-group span {
    font-weight: 400;
    font-size: 17px;
}

.security-text-group strong {
    font-weight: 600;
    font-size: 17px;
}

.security-text-group ul {
    list-style: auto;
    padding-inline-start: 40px;
}

.security-text-group li {
    /* list-style: none; */
    font-weight: 400;
    font-size: 17px;
}

.security-icon-group {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.security-icon-1 {
    width: 50%;
}

.security-icon-1 img {
    width: 100%;
}

.health-safety-group {
    padding-bottom: 100px;
}

.health-safety-text {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
}

.health-safety-text h4 {

    font-size: 37px;
    font-weight: 600;
    color: #3F92DB;
}

.vision-technology-group {
    margin-top: 30px;
}

.vision-policy-details-1 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.vision-technology-group h4 {
    /* text-align: center; */
    font-size: 37px;
    font-weight: 600;
    color: #3F92DB;
}

.vision-technology-group strong {
    color: #3F92DB;
    font-weight: 600;
    font-size: 37px;
}

.innova-text {
    margin-top: 30px;
}

.innova-text h4 {
    font-weight: 400;
    font-size: 24px;
    color: #3F92DB;
}

.vision-technology-icon {
    display: flex;
    width: 100%;
    justify-content: center;
}

.vision-technology-icon img {
    width: 30%;
    margin-top: 5rem;
}

.innova-text span {
    font-weight: 400;
    font-size: 17px;
}

.vision-inverter-icon {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}

.vision-inverter-icon img {
    width: 30%;
    margin-top: 50px;
}

.vision-inverter-text h4 {
    font-weight: 600;
    font-size: 24px;
    color: #3F92DB;
}

.vision-inverter-text span {
    font-weight: 400;
    font-size: 17px;
}

.vision-inverter-custom span {
    font-weight: 400;
    font-size: 17px;
}

.vision-inverter-custom-icon {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 100px;
}

.vision-inverter-custom-icon img {
    width: 30%;
    margin-top: 50px;
}

.vision-inverter-custom-text h4 {

    font-weight: 600;
    font-size: 24px;
    color: #3F92DB;
}

.vision-inverter-custom-text span {

    font-weight: 600;
    font-size: 17px;
}

.vision-production-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}

.production-sytem-text {
    margin-top: 50px;
}

.production-sytem-text h4 {

    font-weight: 600;
    font-size: 37px;
    color: #3a94dd;
}

.production-sytem-text-2 h4 {

    font-weight: 600;
    font-size: 30px;
    margin-top: 20px;
}

.production-sytem-text-3 h4 {
    font-weight: 600;
    font-size: 24px;
    color: #3a94dd;

    margin-top: 20px;
}

.production-sytem-icon {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}

.production-sytem-icon img {
    width: 50%;
}

.pds-sytem-group {
    margin-top: 50px;
}

.pds-sytem-text-1 h4 {
    font-weight: 600;
    font-size: 24px;
    color: #3a94dd;

    margin-top: 20px;
}

.pds-sytem-text-2 span {
    font-weight: 400;
    font-size: 17px;
}

.pds-sytem-icon {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}

.pds-sytem-icon img {
    width: 30%;
}

.pds-sytem-icon-custom {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}

.pds-sytem-icon-custom img {
    width: 50%;
}

.pds-sytem-text-3 {
    margin-top: 50px;
}

.pds-sytem-text-3 strong {
    font-weight: 600;
    font-size: 18px;

}

.parts-text h4 {
    font-weight: 600;
    font-size: 24px;
    color: #3a94dd;

    margin-top: 40px;
}

.parts-text-2 {
    text-align: center;
    padding: 20px 0px;
}

.parts-text-2 strong {
    font-size: 18px;

    font-weight: 600;
}

.parts-text-3 span {
    font-weight: 400;
    font-size: 17px;
}

.parts-supply-icon-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.parts-supply-icon {
    width: 50%;
}

.parts-supply-icon img {
    width: 95%;
    padding: 15px 0px;
}

.parts-supply-icon-group-2 {
    display: flex;
    margin-top: 50px;
    gap: 25px;
}

.parts-supply-icon-2 {
    width: 50%;
}

.parts-supply-icon-2 img {
    width: 100%;
}

.parts-supply-last-text {
    margin-top: 50px;
}

.supply-last-text-1 h4 {
    font-weight: 600;
    font-size: 24px;
    color: #3a94dd;

}

.supply-last-text-2 {
    margin-top: 15px;
}

.supply-last-text-2 span {
    font-weight: 400;
    font-size: 17px;
}

.supply-last-text-3 {
    margin-top: 30px;
}

.supply-last-text-3 span {
    font-weight: 400;
    font-size: 17px;
}

.vision-policy-news {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;

}

.vision-policy-news span {
    font-weight: 400;
    font-size: 17px;
}

.dit-header-text h4 {
    font-weight: 400;
    font-size: 18px;
    color: #3a94dd;

}

.policy-news-header-text h4 {
    font-weight: 600;
    font-size: 37px;
    color: #3a94dd;

}

.policy-news-text-group span {
    font-weight: 400;
    font-size: 17px;
}

.coller-text {

    color: #3a94dd;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none !important;
}

.coller-text:hover {
    color: #3a94dd;
}

.vision-policy-news-icon {
    width: 100%;
    display: flex;
    justify-content: center;
}

.vision-policy-news-icon img {
    width: 65%;
}

.ceo-text-news {
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: 20%;
    margin-top: 100px;
}

.ceo-text-news span {
    font-weight: 400;
    font-size: 17px;
}

.ceo-text-news-custom {
    margin-top: 50px;
}

.join-us-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.hr-group {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

.hr-text-header h4 {
    font-weight: 600;
    font-size: 37px;
    color: #3a94dd;
}

.hr-text-header p {
    font-size: 17px;
    margin-top: 25px;
}

.hr-icon img {
    width: 100%;
    margin-top: 20px;
}

.hr-text-header-2 {
    margin-top: 50px;
}

.hr-text-header-2 h4 {
    font-weight: 600;
    font-size: 37px;
    color: #3a94dd;

}

.hr-text-1 {
    margin-top: 50px;
}

.hr-text-1 span {

    font-size: 17px;
    font-weight: 600;
}

.hr-text-2 {
    margin-top: 30px;
}

.hr-text-2 span {

    font-size: 17px;
    font-weight: 600;
}

.hr-text-3 {
    margin-top: 30px;
}

.hr-text-3 span {

    font-size: 17px;
    font-weight: 600;
}

.hr-text-3-btn {
    /* margin-top: 30px; */
}

.hr-text-3-btn a {
    text-decoration: none !important;
    font-weight: 400;
    font-size: 17px;
    color: #3a94dd;

}

.hr-text-3-btn:hover a {
    color: #3a94dd;
}

.slide-bg-custom-1 {
    /* margin-top: 100px; */
    padding: 40px 0;
    max-width: 1920px;
    width: 100%;
    /* background: rgb(0,172,255);
    background: linear-gradient(270deg, rgba(0,172,255,1) 30%, rgba(0,141,209,1) 100%); */
}

.hr-family-name h6 {
    font-size: 17px;
    font-weight: 400;
    color: #3a94dd;

}

.hr-family-name-2 span {
    font-size: 17px;
    font-weight: 400;

}

.hr-family-name-2 {
    height: 53px;
}

.hr-family-name-3-btn {
    margin-top: 50px;
}

.hr-family-name-3-btn a {

    background-color: #0093e0;
    border: 0;
    font-weight: 400;
    font-size: 17px;
    padding: 10px 50px;
    color: #fff;
    border-radius: 3px;
    text-decoration: none !important;
    display: inline-block;
}

.hr-family-name-3-btn:hover a {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.gallery-hr-header-text {
    padding-top: 50px;
}

.activities-gallery-hr {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background: #F4F6F9;
}

.gallery-hr-header-text h4 {
    font-weight: 600;
    font-size: 37px;
    color: #3a94dd;

}

.gallery-hr-body {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}

.gallery-hr-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 15px;
}

.gallery-hr-icon {
    width: 19%;
}

.gallery-hr-icon img {
    width: 100%;
}

.job-vacancy-list-body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.job-vacancy-group {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

.job-vacancy-fb {
    display: flex;
    align-items: center;
}

.job-vacancy-header-text {
    width: 50%;
}

.benfit-logo {
    width: 30%;
}

.benfit-logo img {
    width: 80%;
}

.vacancy-text h4 {
    font-weight: 600;
    font-size: 37px;
    color: #3a94dd;

}

.vacancy-fb {
    padding-top: 15px;
}

.vacancy-fb a {
    text-decoration: none !important;
    font-size: 17px;
    font-weight: 400;
    color: #3F5699;
}

.vacancy-fb:hover a {
    color: #3F5699;
}

.vacancy-fb img {
    width: 4%;
}

.job-vacancy-cilck-body {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}

.job-vacancy-cilck-group {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.vacancy-cilck-text-1 strong {
    font-weight: 600;
    font-size: 18px;

}

.vacancy-cilck-text-2 span {
    font-weight: 600;
    font-size: 17px;
    color: #3a94dd;

}

.vacancy-cilck-text-3 span {
    font-weight: 600;
    font-size: 18px;

}

.vacancy-btn {
    padding-top: 20px;
}

.vacancy-cilck-item {
    width: 50%;
    margin-top: 50px;
}

.vacancy-btn a {
    background-color: #0091D8;
    border-radius: 2px;
    padding: 10px 40px;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    text-decoration: none !important;
}

.vacancy-btn a:hover {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.join-us-news-1-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.about-daikin-body {
    padding-bottom: 50px;
}

.rd-group {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.rd-text-1 strong {
    font-size: 18px;
    font-weight: 600;
}

.rd-text-2 span {
    font-weight: 600;
    font-size: 18px;
    color: #3a94dd;

}

.rd-text-3 {
    padding-top: 40px;
    padding-bottom: 20px;
}

.rd-text-3 span {
    font-weight: 600;
    font-size: 18px;

}

.rd-text-4 {
    padding-bottom: 15px;
}

.rd-text-4 span {
    font-weight: 400;
    font-size: 17px;
}

.rd-icon-group {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}

.rd-icon-group-2 {
    display: flex;
    justify-content: right;
    gap: 20px;
    max-width: 600px;
    margin-left: auto;
}

.rd-icon img {
    width: 100%;
    cursor: pointer;
}

.rd-icon {
    transition: all .2s ease-in-out;
}

.rd-icon:hover {
    transform: scale(1.02);
}

.join-us-news-2-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.g-section-lv2 span,
.g-section-lv2 p {
    font-size: 14px;
}

.model-icon {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
}

.model-icon img {
    width: 100%;
}

.model-text-group {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.model-text-1 h4 {
    font-weight: 600;
    font-size: 37px;
    color: #3a94dd;

}

.g-section-lv2 strong {
    font-weight: 600;
}

.model-text-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.model-text-3 span {
    font-weight: 100;

    font-size: 16px;
    word-wrap: break-word;
}

.model-text-item {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.register-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.register-choose-header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.choose-group {
    width: 100%;
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: center;
}

.choose-text {
    width: 70%;
}

.choose-text span {
    font-weight: 400;
    font-size: 18px;

}

.choose-check-box-group {
    width: 40%;
    display: flex;
    gap: 70px;
}

.choose-check-box-group label {
    font-weight: 400;
    font-size: 17px;

}

.register-details-2 span {
    /* font-weight: 600; */
    font-size: 18px;
}

.mobile-footer-version .card-header {
    padding: 0;
    padding-right: 12px;
}

.footer-menu-card a {
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    padding-left: 12px;
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 11px;
}

.footer-menu-card img {
    width: 10px;
}


.join-register-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background: #F4F6F9;
    padding-bottom: 100px;
}

.register-text {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    padding-bottom: 45px;
}

.register-text h4 {
    font-size: 37px;
    font-weight: 600;
    color: #3A93DC;
    margin-bottom: 0;
}

.register-form {
    background: #fff;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.register-text-1 {
    display: flex;
    gap: 30px;
}

.register-details-1 strong {
    font-weight: 600;
    font-size: 18px;
    color: #3A93DC;
}

.register-details-1 span {
    font-weight: 600;
    font-size: 17px;
}

.choose-position-group {
    margin-top: 30px;
    width: 100%;
}

.choose-position-group-2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.choose-position-item {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.choose-position-item input {
    border: 2px solid #e40202;
}

.choose-position-item label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
}

.join-register-sing {
    margin-top: 80px;
    width: 100%;
}

.sing-register-1 {
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sing-text {
    width: 20%;
}

.sing-text span {
    font-weight: 300;
    font-size: 17px;
}

.choose-fm {
    width: 10%;
}

.choose-fm select {
    padding: 13px 20px;
    border: #3D8FD1 solid 1px;
    outline: none !important;
    border-radius: 3px;
    width: 100%;
}

.name-sing-fm {
    width: 35%;
}

.name-sing-fm input {
    padding: 13px 15px;
    width: 100%;
    border: 0;
    background: #F2F3F4;
    outline: none !important;
}

.sing-register-2 {
    margin-top: 15px;
}

.sing-register-2 {
    display: flex;
    align-items: center;
}

.name-sing-text {
    width: 80%;
}

.name-sing-text input {
    width: 100%;
    padding: 13px 15px;
    border: 0;
    background: #F2F3F4;
    outline: none !important;
}

.name-sing-text-t {
    width: 80%;
}

.name-sing-text-t select {
    width: 100%;
    padding: 13px 10px;
    border: 0;
    border: #3D8FD1 solid 1px;
    outline: none !important;
    border-radius: 3px;
}

.register-text-2 {
    display: flex;
    gap: 30px;
    margin-top: 80px;
}

.name-sing-pdf {
    width: 46%;
}

.name-sing-pdf button {
    width: 100%;
    border: 0;
    background: #F2F3F4;
    outline: none !important;
    padding: 13px 13px;
    color: #919190;
    text-align: left;
    padding-left: 25px;
    position: relative;
}

.name-sing-pdf button i {
    color: #0094eb;
    position: absolute;
    top: 44%;
    right: 10px;
    transform: translate(-50%, -50%);
}

.name-sing-pdf-explan {
    width: 50%;
    display: flex;
    align-items: center;
}

.name-sing-pdf-explan span {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    border: 0;
    background: none;
    outline: none !important;
    padding: 13px 13px;
}

.pdf-group-join {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.pdf-group-join-custom {
    width: 58%;
    display: flex;
    justify-content: space-between;
}

.sing-text-custom {
    margin-top: 30px;
}

.sing-text-custom span {
    font-size: 17px;
    font-weight: 300;
}

.sing-details-1 {
    display: flex;
    width: 100%;
    margin-top: 30px;
    align-items: center;
}

.sing-details-1-item {
    width: 80%;
}

.sing-details-1-item span {
    font-weight: 300;
    font-size: 17px;
}

.sing-details-2-item {
    width: 40%;
}

.sing-details-2-item select {
    width: 100%;
    padding: 13px 10px;
    border: 0;
    border: #3D8FD1 solid 1px;
    outline: none !important;
    border-radius: 3px;
}

.sing-details-2 {
    display: flex;
    width: 100%;
    margin-top: 15px;
    align-items: center;
}

.sing-details-text-in {
    width: 50%;
}

.sing-details-text-in span {
    font-size: 17px;
    font-weight: 300;
}

.sing-details-input {
    width: 70%;
}

.sing-details-input input {
    width: 100%;
    padding: 13px 15px;
    border: 0;
    background: #F2F3F4;
    outline: none !important;
}

.sing-details-input-in {
    width: 70%;
}

.sing-details-input-in select {
    width: 100%;
    padding: 13px 10px;
    border: #3D8FD1 solid 1px;
    outline: none !important;
    border-radius: 3px;
}

.register-footer {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.register-footer span {
    font-weight: 600;
    font-size: 18px;
}

.register-save-btn {
    display: flex;
    margin-top: 50px;
    justify-content: right;
}

.register-save-btn button {
    color: #fff !important;
    background-color: #00A0E7;
    display: inline-flex;
    padding: 6px 60px;
    border-radius: 5px;
    margin-top: 15px;
    border: 0;
    font-size: 17px;
    font-weight: 400;
    outline: none !important;
    cursor: pointer;
}

.register-save-btn button:hover {
    background: rgb(12, 122, 231);
    background: -moz-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 122, 231, 1) 0%, rgba(69, 187, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7ae7", endColorstr="#45bbed", GradientType=1);
    color: #fff;
}

.sing-register-mn {
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
}

.sing-register-mn-custom {
    justify-content: right;
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
}

.privacy-policy-container {
    max-width: 1920px;
    background: #3C3C3B;
    padding-top: 10px;
    padding-bottom: 100px;
}

.cross-privacy-btn {
    display: flex;
    width: 100%;
    max-width: 1700px;
    justify-content: right;
    margin-left: auto;
    margin-right: auto;

}

.cross-privacy-btn a {
    border: 0;
    background: transparent;
    font-size: 50px;
    outline: none !important;
    cursor: pointer;
    color: #fff;
}

.cross-privacy-btn:hover a {
    color: #fff;
}

.privacy-policy-body {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    padding-bottom: 100px;
}

.privacy-color h4 {
    font-size: 29px;
    font-weight: 600;
    color: #3a94dd;
}

.privacy-thick span {
    font-size: 18px;
    font-weight: 600;
}

.privacy-details span {
    font-size: 15px;
    font-weight: 400;
}

.privacy-save-btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
}

.privacy-btn-details span {
    font-size: 18px;
    font-weight: 600;

}

.privacy-btn-next input {}

.theme-paginate {
    margin-top: 4.5rem;
}

.theme-paginate .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 0;
}

.theme-paginate .pagination .page-link {
    color: transparent;
    background-color: #c2c2c2;
    border: 0;
    padding: 0;
    display: inline-flex;
    width: 13px;
    height: 13px;
    border-radius: 0;
    outline: none !important;
}

.theme-paginate .pagination .active .page-link {
    background-color: #449cdf;

}



/* .theme-paginate .pagination .page-item:first-child,
.theme-paginate .pagination .page-item:last-child {
    display: none;
} */



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

#calendarModal .modal-content {
    border: 0;
    background-color: #e6eaf0;
}

#calendarModal .modal-body {
    background-color: transparent;
    padding: 0;
}

#calendarModal .modal-header {
    border: 0;
}

#calendarModal .modal-header .close {
    opacity: 1;
}

#calendarModal .modal-header .close img {
    width: 40px;
}

.calendar-rule {
    display: flex;
    align-items: center;
    gap: 10px;
}

.calendar-rule img {
    width: 20px;
}

.calendar-rule:nth-child(2) img {
    width: 25px;
}

.calcendar-modal-header {
    padding: 0 3.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding-right: 7.5rem;
}

.calcendar-modal-header h1 {
    color: #0092df;
    font-weight: 400;
}

.employee-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    margin-bottom: 5rem;
}

.employee-body {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.employee-text-header {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.employee-text-header h4 {
    font-size: 37px;
    font-weight: 600;
    color: #3a94dd;
}

.employee-text {
    margin-bottom: 3rem;
}

.employee-text span {
    font-size: 17px;
    font-weight: 400;
}

.employee-icon-group {
    display: flex;
    gap: 20px;
}

.employee-icon-item {
    width: 33%;
}

.employee-icon-item img {
    width: 100%;
}

.employee-group-details {
    margin-top: 3rem;
    background: #f5f6fa;
    border-radius: 5px;
    padding: 30px;
}

.employee-details-text-1 h4 {
    font-size: 30px;
    font-weight: 600;
    color: #3a94dd;
}

.employee-details-text-2 {
    margin-top: 2rem;
}

.employee-details-text-2 ul {
    padding-left: 20px;
}

.employee-details-text-2 li {
    font-size: 17px;
    font-weight: 400;
    list-style: disc;
}

.mobile-footer-version {
    display: none;
}

.home-group-mb-slide {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
}

.home-menu-group {}

.home-menu-mb-item {
    display: inline-block;
    padding: 0 5px;
}

.home-menu-item-detail {
    background-color: #fff;
    padding: 7px 13px;
    border-radius: 10px;
    text-align: center;
    height: 95px;
    display: grid;
    align-items: center;
}

.home-menu-item-detail .icon {
    text-align: center;
    margin-bottom: 5px;
}

.home-menu-item-detail .icon img {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
}

.home-menu-item-detail span {
    font-size: 10px;
    color: #009ae4;
    font-weight: 600;
}

.home-arrows {
    display: none !important;
}

.home-arrows.next {
    right: -9.5% !important;
}

.home-arrows.prev {
    left: -6% !important;
}

.visit-header-group-mobile {
    display: none;
}

.award-modal-body {
    max-width: 80%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.award-modal-body img {
    width: 100%;
}

.award-modal-body h6 {
    margin-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
}

#goToTopBtn {
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 20;
    font-size: 18px;
    background-color: #0091d8;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.15s;
    width: 50px;
    height: 50px;
    padding: 0;
    justify-content: center;
    align-items: center;
}

#goToTopBtn i {
    position: relative;
    top: 3px;
}

#goToTopBtn:hover {
    /* background-color: #333; */
}

.award-year-arrow img {
    width: 15px;
}

.award-year-arrow.prev {
    left: 13%;
}

.award-year-arrow.next {
    right: 8.5%;
}

#accordionSitemap .card {
    border: 0 !important;
    margin-bottom: 1rem;
    border-radius: 0 !important;
}

#accordionSitemap .card-header {
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    background-color: #eef0f3;
    border: 0 !important;
}

#accordionSitemap .card-header button,
#accordionSitemap .card-header a {
    width: 100%;
    text-align: left;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: #000 !important;
    text-decoration: none !important;
    height: 51.5px;
    text-decoration: none !;
}

#accordionSitemap .card-header i {
    color: #3C90DA;
}

#accordionSitemap .card-header i {
    width: 30px;
}

#accordionSitemap .card-body {
    background: #F3F5F8;
}

#accordionSitemap .card-body ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    gap: 30px;
}

#accordionSitemap .card-body ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none !important;
}

#accordionSitemap .card-body ul li a i {
    color: #3C90DA;
    font-size: 14px;
}

#galleryModal .carousel-control-next,
#galleryModal .carousel-control-prev {
    opacity: 1;
    height: fit-content;
    bottom: -40px;
    top: 50%;
}

#galleryModal .carousel-control-next img,
#galleryModal .carousel-control-prev img {
    width: 20px;
}

#galleryModal .carousel-control-next {
    right: -12%;
}

#galleryModal .carousel-control-prev {
    left: -12%;
}

.contact-information .contact-menu:hover {
    /* background-color: #000; */
}

.telephone-number-custom a,
.telephone-number a {
    text-decoration: none !important;
}

.research-details-2 h4,
.research-text-3 h4,
.research-text-4 h4,
.research-details-4 h4 {
    color: #3a94dd;
}


.daikin-title {
    font-size: 37px;
    font-weight: 600;
    color: #3a94dd;
}

.result-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.result-wrapper .result-item {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.result-wrapper .result-item .result-title {
    font-weight: 600;
    font-size: 20px;
}

.result-wrapper .result-item p {
    font-size: 17px;
}

.result-wrapper .result-item .result-body {
    width: 85%;
}

.result-wrapper .result-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
}

.result-wrapper .result-item a .cover-image {
    width: 20%;
}

.result-wrapper .result-item a .cover-image img {
    width: 100%;
}

.result-wrapper .result-item .acticle-date {
    color: #808080 !important;
}

.result-date-views {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #808080;
    margin: 0.5rem 0;
}

.result-date-views .result-views img {
    width: 20px;
}

.result-date-views .result-views {
    display: flex;
    align-items: center;
    gap: 15px;
}

.note-controller .note-text {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    padding: 15px;
    font-size: 17px;
    text-align: left;
    background-color: rgb(252, 232, 143);
}

.note-controller .note-text h6 {
    font-size: 21px;
}

.cookie-consent-floating {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #222;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    z-index: 60;
}

.cookie-consent-floating p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
}

.cookie-consent-floating a {
    color: #2797de;
}

.cookie-consent-floating-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cookie-consent-floating-btn button {
    border: 1px solid #0091D8;
    color: #0091D8;
    font-weight: 600;
    background-color: transparent;
    padding: 15px;
    min-width: 135px;
    font-size: 14px;
    outline: none !important;
}

.cookie-consent-floating-btn button.cookie-accept-btn {
    background-color: #0091D8;
    color: #fff;
}

#cookieModal .form-group {
    border: 1px solid #f2f2f2;
    margin-bottom: 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cookieModal .custom-control {
    min-height: fit-content;
}

#cookieModal .collapse {
    width: 100%;
    padding: 15px 0;
}

#cookieModal .collapse p {
    margin-bottom: 0;
}


.simple-controller-custom-2025-logo {
    display: flex;
    width: 100%;
    align-items: center;
}

.simple-custom-logo-2025-1 {
    width: 50%;
}

.simple-custom-logo-2025-1 img {
    width: 100%;
}

.simple-custom-logo-2025-2 {
    width: 50%;
    text-align: center;
    position: relative;
    right: -212px;
}

.simple-custom-logo-2025-2 h4 {
    font-size: 17px;
    font-weight: 800;
}

.simple-custom-logo-2025-2 img {
    width: 20%;
}

.features-bt-new {
    margin-top: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    padding: 1.5rem;
    margin-bottom: 1rem;
    top: 0;
    background-color: #fff;
    z-index: 3;
}

.bg-new-features-1 a {
    /* background-color: #cceeff; */
    color: #2797de;
    text-align: center;
    font-size: 37px;
    font-weight: 400;
    padding: 10px 35px;
    text-decoration: none !important;
}

.bg-new-features-1:hover a {
    color: #2797de;
}

.bg-new-features-1-custom a {
    /* background-color: #cceeff; */
    text-align: center;
    font-size: 37px;
    font-weight: 400;
    padding: 10px 45px 10px 40px;
    text-decoration: none !important;
    color: #2797de;
}

.bg-new-features-1-custom:hover a {
    color: #2797de;
}

.bg-new-features-2 a {
    background-color: #0094eb;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 15px;
    text-decoration: none !important;
    color: #fff;
    border-radius: 9px;
}

.bg-new-features-2:hover a {
    color: #fff;
}

.bg-new-features-details {
    margin-top: 3rem;
}

.bg-new-features-details span {
    font-size: 17px;
    font-weight: 400;
}

.features-section-group-all {
    padding: 40px 0px 0px 0px;
}

.features-section-group-2025 {
    background-color: #cceeff;
    padding: 20px 0px 0px 35px;
}

.features-section-group-2025-custom {
    background-color: #cceeff;
    padding: 45px 0px 40px 35px;
}

.features-section-1-custom {
    display: flex;
    align-items: center;
}

.features-section-1-custom h1 {
    font-size: 60px;
    font-weight: bold;
    color: #2797de;
    margin-right: 15px;
}

.features-section-1-custom span {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.features-section-2-custom {
    display: flex;
    align-items: center;
}

.features-section-2-custom h1 {
    font-size: 60px;
    font-weight: bold;
    color: #2797de;
    margin-right: 15px;
    position: relative;
    top: 41px;
}

.features-section-2-custom h4 {
    font-size: 17px;
    font-weight: 600;
    color: #2797de;
    margin-bottom: 0;
}

.features-section-group-2025 ul {
    list-style: disc;
    position: relative;
    bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    padding-left: 68px;
    color: #000;
}

.simple-features-ph-2025-new {
    display: flex;
}

.simple-features-ph-2025-new img {
    width: 100%;
}

.features-section-group-2025-preview {
    position: absolute;
    top: -43px;
    right: -170px;
}

.features-section-group-2025-preview img {
    width: 65%;
}

.features-section-group-2025-preview-2 {
    position: absolute;
    right: 290px;
    top: 1725px;
}

.features-section-group-2025-preview-2 img {
    width: 70%;
}

.note-bt-text-custom-2025 {
    padding: 50px 0px 0px 0px;
}

.note-bt-text-custom-2025 span {
    font-size: 17px;
    font-weight: 400;
}

.note-controller-custom-2025 {
    text-align: center;
    margin-top: 60px;
}

.slide-features-banner {
    width: 100%;
}

.slide-features-banner img {
    width: 20%;
}

.ct-simple img {
    width: 124.5%;
    position: absolute;
    top: 162px;
    left: -20px;
}

/* [Start] Event popup style */
.popupImageOverlay {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popupImageOverlay .popupCloseButton {
    position: absolute;
    top: 24px;
    right: 32px;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    z-index: 2010;
}

.popupImageOverlay .image-desktop {
    max-height: 80vh;
    object-fit: contain;
    box-shadow: 0 0 32px #000;
}

.popupImageOverlay .image-mobile {
    max-height: 80vh;
    object-fit: contain;
    box-shadow: 0 0 32px #000;
}

.popupImageOverlay .image-mobile img {
    max-width: 95vw;
    max-height: 80vh;
    object-fit: contain;
    box-shadow: 0 0 32px #000;
}

/* [End] Event popup style */


.datepickerPopupOverlay {
    position: absolute;
    z-index: 2000;
    top: 50%;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}