body, html { font-family: 'Montserrat'; color: rgba(29, 29, 29, 1); overflow-x: hidden; } @media (max-width: 768px) { body, html { font-size: 14px; } } p, div { font-family: 'Montserrat'; font-size: 16px; color: rgba(29, 29, 29, 1); line-height: 1.5; } @media (max-width: 768px) { p, div { font-size: 14px; } } a { transition: all 0.25s; color: rgba(31, 31, 31, 1); } a:hover { color: rgba(18, 154, 7, 1); } a:hover [class*="text-"] { color: rgba(18, 154, 7, 1); } .btn { padding-left: 26px; padding-right: 26px; border-radius: 1.25rem; } .btn-primary { background-color: rgba(58, 181, 73, 1); color: #FFFFFF; border-color: rgba(58, 181, 73, 1); } .btn-outline-primary { background: none; border-color: rgba(58, 181, 73, 1) !important; color: rgba(58, 181, 73, 1); } .btn-price { border: 1px solid rgba(3, 178, 53, 1); background-color: rgba(3, 178, 53, 1); color: #fff; } .btn:after { background: rgba(39, 39, 39, 1) !important; } .btn:hover { color: #FFFFFF !important; border: 1px solid rgba(39, 39, 39, 1) !important; background: transparent !important; } .btn-enquiry-dialog-button { width: 100%; background-color: rgba(94, 178, 87, 1); color: #FFFFFF; border-color: rgba(94, 178, 87, 1); } @media (min-width: 768px) { .section-neighbor + .section-neighbor { margin-top: 25px; } .section-margin { margin-top: 25px !important; margin-bottom: 25px !important; } .section-margin-top { margin-top: 25px !important; } .section-margin-bottom { margin-bottom: 25px !important; } .section-padding { padding-top: 30px !important; padding-bottom: 30px !important; } .section-padding-top { padding-top: 30px !important; } .section-padding-bottom { padding-bottom: 30px !important; } .section-padding-left { padding-left: 30px !important; } .section-padding-right { padding-right: 30px !important; } } .card { transition: all 0.25s; overflow: hidden; } .card:not(.no-shadow) { border-radius: 18px; box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.24); } .card:not(.no-shadow):hover { box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.77); } .card.no-shadow { box-shadow: none !important; border: 0 !important; } .card.no-shadow:hover { box-shadow: none !important; border: 0 !important; } .card-img-top { border-top-left-radius: 18px; border-top-right-radius: 18px; } .card-title { font-size: 25px; font-family: 'Kanit'; color: rgba(29, 29, 29, 1); } .card-text { color: #909399; font-size: 16px; } .card.hide { overflow: hidden; } @media (max-width: 768px) { .card-title { font-size: 16px; } .card-text { font-size: 14px; } } .card-mask { position: absolute; width: 100%; height: 100%; left: 0; bottom: -100%; display: flex; padding: 1.5rem 2.5rem; z-index: 2; transition: all 0.25s; overflow: hidden; } .card-mask-content { width: 100%; height: 100%; position: relative; z-index: 3; } .card-mask-content * { color: #fff; } .card-mask:before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; background-color: rgba(0, 0, 0, 0.6); opacity: .9; } .card:hover .card-mask { bottom: 0; } .tab-content .tab-pane { padding-top: 1.5rem; } @media (max-width: 768px) { .tab-content .tab-pane { padding-top: 1rem; } } .nav-tabs .nav-item { cursor: pointer; padding: 15px 24px; } .nav-tabs .nav-item.active { color: rgba(58, 181, 73, 1); border-bottom: 2px solid rgba(58, 181, 73, 1); } .form-control { border-radius: 1.25rem; } .sidebar h3 { border-bottom: 5px solid #DCDFE6; font-size: 25px; font-family: 'Kanit'; } .sidebar .sidebar-catalog li .open-placeholder:after { border-color: #DCDFE6; } .sidebar .sidebar-catalog li a { font-size: 16px; color: rgba(29, 29, 29, 1); border-bottom: 5px solid #DCDFE6; } .sidebar .sidebar-catalog li a.active, .sidebar .sidebar-catalog li a:hover { color: rgba(58, 181, 73, 1); } .sidebar .sidebar-catalog li a.active:before, .sidebar .sidebar-catalog li a:hover:before { background-color: rgba(58, 181, 73, 1); } @media (max-width: 768px) { .sidebar h3 { font-size: 16px; } .sidebar .sidebar-catalog li a { font-size: 14px; } } .bread-crumb { background-color: #f8f8f8; padding-top: 1.5625rem; padding-bottom: 1.5625rem; } .bread-crumb .breadcrumb-item * { color: rgba(29, 29, 29, 1); } .bread-crumb .breadcrumb-item:hover * { color: rgba(18, 154, 7, 1); } @media (min-width: 768px) { .bread-crumb.left [class*="container"], .bread-crumb.right [class*="container"] { display: flex; align-items: center; justify-content: space-between; } .bread-crumb.left .breadcrumb { margin-left: 1rem; } .bread-crumb.right { align-items: flex-end; } .bread-crumb.right .text-heading { margin-left: 1rem; order: 2; } .bread-crumb.bottom .text-heading, .bread-crumb.center .text-heading { text-align: center; } .bread-crumb.bottom .breadcrumb, .bread-crumb.center .breadcrumb { justify-content: center; } .bread-crumb [class*="container"].solo { justify-content: flex-end; } } @media (max-width: 768px) { .bread-crumb { padding-top: 0.75rem; padding-bottom: 0.75rem; } } .slick.slick-card .slick-track { align-items: stretch; display: flex; } .slick.slick-card .slick-track .slick-slide { padding-top: 0px; padding-bottom: 0px; } .text-price { color: rgba(3, 178, 53, 1); } .text-secondary { color: #909399 !important; } .text-primary { color: rgba(58, 181, 73, 1) !important; } .text-headline { font-family: 'Montserrat'; font-size: 31px; } .text-heading { font-family: 'Lato'; font-size: 35px; color: rgba(28, 28, 28, 1); font-weight: normal; } .text-heading label { color: rgba(58, 181, 73, 1)!important; } .text-subheading { font-family: 'Montserrat'; font-size: 18px; color: rgba(23, 23, 23, 1); font-weight: normal; } .text-content-heading { font-family: 'Kanit'; font-size: 25px; font-weight: normal; } .text-menu { font-size: 17px; font-family: 'Raleway'; [# th:if="${not #strings.isEmpty(weightMenu) && weightMenu== 'bold'}"] font-weight: bold; [/] } .text-body { font-family: 'Montserrat'; font-size: 16px; color: rgba(29, 29, 29, 1); word-wrap: break-word; word-break: break-word; } .text-body li, .text-body p { color: rgba(29, 29, 29, 1); word-wrap: break-word; word-break: break-word; } .text-body li:not(:last-child), .text-body p:not(:last-child) { margin-bottom: 0.5rem; } .text-body + .text-body { margin-top: 0.5rem; } [class*="text-"] + [class*="text-"] { margin-top: 0.5rem; } [class*="text-"] + .text-neighbor { margin-top: 25px; } @media (max-width: 768px) { [class*="text-"] + .text-neighbor { margin-top: 0.75rem; } } h1 { font-family: 'Lato'; font-size: 35px; color: rgba(28, 28, 28, 1); } .section-paragraph-heading { font-family: 'Montserrat'; font-size: rgba(29, 29, 29, 1) !important; } @media (max-width: 768px) { h1 { font-size: 16px; } .text-headline { font-size: 20px; } .text-heading { font-size: 16px; } .text-subheading { font-size: 22px; } .text-content-heading { font-size: 16px; } .text-menu { font-size: 16px; } .text-body { font-size: 14px; } } .section-title-divider { display: flex; margin-left: auto; margin-right: auto; } .section-title-divider img { max-width: 100%; } .section-title-divider.has-line:after { content: ""; display: inline-block; border-top: 5px solid #DCDFE6; width: 2.5rem; } .section-title-divider.right { justify-content: flex-end; } .section-title-divider.center { justify-content: center; } .section-title [class^=text-] { margin-left: auto; margin-right: auto; } .section-title [class^=text-] + .section-title-divider { margin-top: 1.25rem; margin-bottom: 1.25rem; } .section-title [class^=text-] + .text-list { margin-top: 1.25rem; } .section-title .text-button { margin-top: 1rem; } .FvyQV3-content { position: absolute; left: 0; top: 0; z-index: 5; height: 100%; width: 100%; overflow: hidden; display: flex; } .FvyQV3-content .container { display: flex; position: relative; z-index: 26; padding: 1.5rem; } .FvyQV3-content .btn { margin-top: 1.5rem; } .FvyQV3-content:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top: 0; } .FvyQV3-content.left-top .container { padding-top: 2rem; } .FvyQV3-content.right-top .container { justify-content: flex-end; padding-top: 2rem; text-align: right; } .FvyQV3-content.center-top .container { justify-content: center; text-align: center; padding-top: 2rem; } .FvyQV3-content.left-center .container { align-items: center; } .FvyQV3-content.center .container { text-align: center; justify-content: center; align-items: center; } .FvyQV3-content.right-center .container { text-align: right; justify-content: flex-end; align-items: center; } .FvyQV3-content.left-bottom .container { align-items: flex-end; padding-bottom: 3rem; } .FvyQV3-content.center-bottom .container { text-align: center; justify-content: center; align-items: flex-end; padding-bottom: 3rem; } .FvyQV3-content.right-bottom .container { text-align: right; justify-content: flex-end; align-items: flex-end; padding-bottom: 3rem; } .FvyQV3 [class*="col-"] { display: flex; align-items: center; } @media (max-width: 1199.98px) { .FvyQV3-content .container { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .FvyQV3-content .text-headline { font-size: 1.25rem; } .FvyQV3-content .text-subheading { font-size: 1rem; } .FvyQV3-content .text-body { font-size: 0.875rem; } .FvyQV3-content [class*="text-"] + [class*="text-"] { margin: 0; } .FvyQV3-content .carousel-slide-area { width: 100%; } } @media (max-width: 768px) { .FvyQV3 [class*="col-"]:nth-child(odd) { order: 0; } .FvyQV3 [class*="col-"]:nth-child(even) { order: 1; } .FvyQV3 .btn { display: inline-block; width: auto; margin-top: 0.75rem; } .FvyQV3-content .container { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .FvyQV3-content .text-headline { font-size: 1rem; } .FvyQV3-content .text-subheading { font-size: 0.875rem; } .FvyQV3-content .text-body { font-size: 0.75rem; } .FvyQV3-content [class*="text-"] + [class*="text-"] { margin: 0; } }.ABFZNr .section-dialog-container.transparent { background: none; box-shadow: none; } .ABFZNr .section-title-divider + .text-heading { margin-top: 1.5rem; margin-bottom: 1.5rem; } .ABFZNr .section-title-divider + .text-list { margin-top: 1.5rem; } .ABFZNr .text-button { text-align: center; } .ABFZNr .text-button.vertical { margin-top: 1.5rem; } .ABFZNr .text-button.vertical .btn { width: 70%; max-width: 380px; } .ABFZNr .text-button.vertical p + p { margin: 1.5rem 0 0 0; } @media (max-width: 768px) { .ABFZNr .text-button.vertical .btn { width: 100%; max-width: 100%; } }.uMRnmy-tile .card-body { border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; } .uMRnmy-list { background-color: #000; } .uMRnmy-list .embed-responsive-item { opacity: .6; transition: all 0.25s; } .uMRnmy-list-content { bottom: 1.25rem; position: absolute; left: 1rem; right: 1rem; } .uMRnmy-list-content .text-content-heading { color: #fff; } .uMRnmy-list-content h3 + .btn { margin-top: 0.5rem; } .uMRnmy-list:hover .embed-responsive-item { opacity: .8; transform: scale(1.05); }.mYZRnq-tile .card-body { border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; } @media (min-width: 768px) { .mYZRnq .sidebar-right > .col-md-9 { padding-right: 3rem; } .mYZRnq .sidebar-left > .col-md-9 { padding-left: 3rem; } } .mYZRnq-list { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 5px solid #DCDFE6; } @media (max-width: 768px) { .mYZRnq-list { border-bottom: 0; } .mYZRnq-list .row .col-md-3 { margin-bottom: 0.75rem; } } .mYZRnq-list:hover [class*="text-"] { color: rgba(58, 181, 73, 1); }.UZb2Af-next a { line-height: 2; color: rgba(29, 29, 29, 1); overflow: hidden; } .UZb2Af-next a:hover { color: rgba(18, 154, 7, 1); } .UZb2Af-next a:before { content: "\e61d"; font-family: "iconfont" !important; } .UZb2Af-next:not(.previous) { text-align: right; } .UZb2Af-next:not(.previous) a:before { content: "\e624"; float: right; } .UZb2Af .has-sidebar { padding-right: 2.1875rem; } .UZb2Af .slick-track { align-items: stretch; display: flex; } .UZb2Af .slick-track .slick-slide { padding-top: 0px; padding-bottom: 0px; } .UZb2Af-related { background-color: #f2f2f2; } .UZb2Af-detail-time { margin-bottom: 1.25rem; } .UZb2Af-detail-time i { vertical-align: middle; } .UZb2Af-detail-share { margin-bottom: 1.25rem; display: flex; } .UZb2Af-detail-summary { text-overflow: ellipsis; line-clamp: 3; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; -webkit-box-orient: vertical; } .UZb2Af-detail-post h5 { font-size: 16px; font-family: 'Montserrat'; color: rgba(29, 29, 29, 1); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .UZb2Af-detail-post .embed-responsive { margin-right: 0.625rem; width: 5rem; } .UZb2Af-detail-post .embed-responsive img { border-radius: 18; } .UZb2Af-detail-post:not(:last-child) { border-bottom: 5px solid #DCDFE6; margin-bottom: 0.9375rem; padding-bottom: 0.9375rem; } .UZb2Af-detail-post:hover h5 { color: rgba(58, 181, 73, 1); } .UZb2Af .section-rich-text, .UZb2Af .section-rich-text * { line-height: 1.6; } .UZb2Af .section-rich-text + .UZb2Af-next { margin-top: 1.5rem; } .UZb2Af .slick-slider-thumbnail { margin-top: 1rem; } .UZb2Af .section-slide-round .slick-slider { margin-left: -15px; margin-right: -15px; } .UZb2Af .section-slide-round .slick-slider .slick-track { align-items: stretch; display: flex; } .UZb2Af .section-slide-round .slick-slider .slick-slide { margin-right: 15px; margin-left: 15px; padding-bottom: 15px; } @media (max-width: 768px) { .UZb2Af .section-slide-round .slick-slider { margin-left: -7.5px; margin-right: -7.5px; } .UZb2Af .section-slide-round .slick-slider .slick-slide { margin-right: 7.5px; margin-left: 7.5px; } } .UZb2Af-list .embed-responsive { width: 9.375rem; margin-right: 0.9375rem; } @media (max-width: 768px) { .UZb2Af-detail-share { display: block; } .UZb2Af-detail-share .btn { margin-top: 0.75rem; } .UZb2Af .col-md-8 { padding-left: 15px !important; padding-right: 15px !important; } }.jAVbYj-tile .card-body { border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; } .jAVbYj-container.no-gutters { padding-left: 0; padding-right: 0; } .jAVbYj-list { background-color: #000; } .jAVbYj-list .embed-responsive-item { opacity: .6; transition: all 0.25s; } .jAVbYj-list-content { bottom: 1.25rem; position: absolute; left: 1rem; right: 1rem; } .jAVbYj-list-content .text-content-heading { color: #fff; } .jAVbYj-list-content h3 + .btn { margin-top: 0.5rem; } .jAVbYj-list:hover .embed-responsive-item { opacity: .8; transform: scale(1.05); }.YVrMNb .embed-responsive-player { z-index: 2; display: flex; justify-content: center; align-items: center; cursor: pointer; background: rgba(0, 0, 0, 0.2); } .YVrMNb .embed-responsive-player:before { font-family: "iconfont" !important; content: "\e64b"; font-size: 3.75rem; color: rgba(255, 255, 255, 0.5); transition: all 0.25s; } .YVrMNb .embed-responsive-player:hover:before { color: rgba(255, 255, 255, 0.7); } .YVrMNb .video-iframe:not(.active) { opacity: 0; } .YVrMNb .video-iframe.active { z-index: 5; } .YVrMNb .slider-player { transition: all 0.3s; border: 1px solid rgba(0, 0, 0, 0.15); } .YVrMNb .slider-player:hover { border-left-color: rgba(0, 0, 0, 0.4); } .YVrMNb .slider-player:before { content: ""; width: 0; height: 0; top: calc(50% - 10px); left: calc(50% - 5px); position: absolute; border-top: 0.625rem solid rgba(0, 0, 0, 0); border-bottom: 0.625rem solid rgba(0, 0, 0, 0); border-left: 0.625rem solid rgba(0, 0, 0, 0.2); border-right: 0.625rem solid rgba(0, 0, 0, 0); transition: all 0.5s; z-index: 2; } .YVrMNb-section .table-spec { margin: 0; } .YVrMNb-section:not(:last-child) { padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: 5px solid #DCDFE6; } .YVrMNb-section .text-content-heading { margin-bottom: 0.5rem; } .YVrMNb-section .text-normal { margin-top: 0.75rem; } .YVrMNb-section .btn-buy { padding-left: 0.75rem; padding-right: 0.75rem; margin: 0 0.75rem 0.75rem 0; } .YVrMNb h1 + .YVrMNb-section { margin-top: 0.75rem; } .YVrMNb-mosaic { margin-left: -9px; margin-right: -9px; } .YVrMNb-mosaic .embed-responsive { cursor: pointer; } .YVrMNb-mosaic p { text-align: center; margin-top: 5px; } .YVrMNb .text-heading + .YVrMNb-section { margin-top: 1.5rem; } .YVrMNb-related { background-color: #f8f8f8; } .YVrMNb .related-card { margin-top: 1rem; } .YVrMNb-next a { line-height: 2; color: rgba(29, 29, 29, 1); overflow: hidden; } .YVrMNb-next a:hover { color: rgba(18, 154, 7, 1); } .YVrMNb-next:not(.previous) { text-align: right; } .YVrMNb-next:not(.previous) a:before { float: right; } .YVrMNb .has-sidebar { padding-right: 2.1875rem; } .YVrMNb-detail-time { margin-bottom: 1.25rem; } .YVrMNb-detail-time i { vertical-align: middle; } .YVrMNb-detail-share { margin-bottom: 1.25rem; display: flex; } .YVrMNb-vertical .text-content-heading { font-weight: bold; margin-bottom: 1rem; } .YVrMNb-vertical .table { margin: 0; } .YVrMNb-vertical:not(:last-child) { margin-bottom: 1.5rem; } .YVrMNb-detail-summary { text-overflow: ellipsis; line-clamp: 3; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; -webkit-box-orient: vertical; } .YVrMNb .section-rich-text, .YVrMNb .section-rich-text * { line-height: 1.6; } .YVrMNb .section-rich-text + .YVrMNb-next { margin-top: 1.5rem; } .YVrMNb-down .ic-affix { user-select: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; color: rgba(29, 29, 29, 1); } .YVrMNb-down .ic-affix:hover { color: rgba(58, 181, 73, 1); } .YVrMNb-down .ic-affix:hover label { color: rgba(58, 181, 73, 1); } .YVrMNb-down .ic-affix label { padding: 0.375rem 0; white-space: nowrap; display: inline-block; vertical-align: middle; cursor: pointer; font-size: 16; color: rgba(29, 29, 29, 1); } .YVrMNb-down .input-group { margin-top: 10px; max-width: 375px; } .YVrMNb-down .input-group:not(.active) { display: none; } .YVrMNb .cover-border { border: 1px solid rgba(255, 255, 255, 0.1); } .YVrMNb-price-table { width: auto; margin: 6px 0 0 0; } .YVrMNb-variant { display: flex; } .YVrMNb-variant dt { width: 100px; padding: 0.25rem 0; } .YVrMNb-variant dd { display: flex; flex-wrap: wrap; } .YVrMNb-variant .variant-label { border: 1px solid #c5c8cf; background-color: #fff; padding: 0.25rem 0.5rem; margin: 0 0.625rem 0.625rem 0; overflow: hidden; font-size: 0.875rem; cursor: pointer; display: flex; align-items: center; } .YVrMNb-variant .variant-label img { width: 2.5rem; height: 2.5rem; margin: -0.25rem 0.25rem -0.25rem -0.25rem; } .YVrMNb-variant .variant-label.active { border-color: rgba(58, 181, 73, 1); color: rgba(58, 181, 73, 1); } .YVrMNb-variant .variant-label.disabled { color: #cfcfcf; cursor: default; } .YVrMNb .nav-tabs { border-bottom: 5px solid #DCDFE6; flex-wrap: nowrap; white-space: nowrap; } .YVrMNb .nav-tabs .nav-item { border: 0; } .YVrMNb .nav-tabs .nav-item.active { font-weight: bold; } .YVrMNb .related-heading { font-size: 16; padding: 15px 0; border-bottom: 5px solid #DCDFE6; } .YVrMNb .related-heading + .YVrMNb-post { margin-top: 1rem; } .YVrMNb-post h5 { font-size: 16px; font-family: 'Montserrat'; color: rgba(29, 29, 29, 1); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .YVrMNb-post .embed-responsive { margin-right: 0.625rem; width: 5rem; } .YVrMNb-post .embed-responsive img { border-radius: 18; } .YVrMNb-post:not(:last-child) { border-bottom: 5px solid #DCDFE6; margin-bottom: 0.9375rem; padding-bottom: 0.9375rem; } .YVrMNb-post:hover h5 { color: rgba(58, 181, 73, 1); } @media (min-width: 768px) { .YVrMNb-param-item.left:last-child { padding-left: 60px; } .YVrMNb-param-item.right:last-child { padding-right: 60px; } } @media (max-width: 768px) { .YVrMNb-price-table { width: 100%; } .YVrMNb .nav-tabs { overflow-x: auto; } .YVrMNb-detail-share { display: block; } .YVrMNb-detail-share .btn { margin-top: 0.75rem; } .YVrMNb .col-md-8 { padding-left: 15px !important; padding-right: 15px !important; } } .sku-group .sku-group-item .sku-group-name { margin-bottom: 0; } .sku-group .sku-group-item:not(:last-child) { margin-bottom: 1rem; } .sku-group .sku-group-item .sku-group-property { padding: 0; margin: 0; } .sku-group .sku-group-item .sku-group-property .sku-group-key { border: 1px #c5c8cf solid; background-color: #fff; border-radius: 3px; padding: 4px 8px; margin: 10px 10px 0 0; display: inline-block; text-align: center; overflow: hidden; vertical-align: middle; cursor: pointer; } .sku-group .sku-group-item .sku-group-property .sku-group-key.active { background-color: rgba(58, 181, 73, 1); border-color: rgba(58, 181, 73, 1); color: #fff; } .sku-group .sku-group-item .sku-group-property .sku-group-key.disabled { color: #cfcfcf; cursor: default; }.qYz22e-down .ic-affix { user-select: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; color: rgba(29, 29, 29, 1); } .qYz22e-down .ic-affix:hover { color: rgba(58, 181, 73, 1); } .qYz22e-down .ic-affix:hover label { color: rgba(58, 181, 73, 1); } .qYz22e-down .ic-affix label { padding: 0.375rem 0; white-space: nowrap; display: inline-block; vertical-align: middle; cursor: pointer; font-size: 16; color: rgba(29, 29, 29, 1); } .qYz22e-down .input-group { margin-top: 10px; max-width: 375px; } .qYz22e-down .input-group:not(.active) { display: none; } .qYz22e-item { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 5px solid #DCDFE6; } @media (min-width: 768px) { .qYz22e .input-group { width: 300px; } .qYz22e .input-group:not(.active) .form-control { display: none; } }.j6EFJ3-container { text-align: center; padding-top: 5rem; padding-bottom: 5rem; } @media (max-width: 768px) { .j6EFJ3-container { padding-top: 3.75rem; padding-bottom: 3.75rem; } } .j6EFJ3-404 { color: rgba(58, 181, 73, 1); font-size: 5rem; }.nmiIRv-container { text-align: center; padding-top: 5rem; padding-bottom: 5rem; } @media (max-width: 768px) { .nmiIRv-container { padding-top: 3.75rem; padding-bottom: 3.75rem; } } .nmiIRv-container i { color: #28a745; font-size: 5rem; }.qMfuIj { display: flex; height: 100vh; justify-content: center; align-items: center; }.Mjmyyi { min-height: 100vh; overflow: hidden; } @media (min-width: 768px) { .Mjmyyi-margin { margin-left: 5.28rem; margin-right: 5.28rem; } } @media (min-width: 992px) { .Mjmyyi-margin { margin-left: 6.82rem; margin-right: 6.82rem; } } @media (min-width: 1200px) { .Mjmyyi-margin { margin-left: 8.25rem; margin-right: 8.25rem; } } @media (min-width: 1600px) { .Mjmyyi-margin { margin-left: 11rem; margin-right: 11rem; } } .Mjmyyi-logo { max-height: 3.75rem; } .Mjmyyi-fluid { border-radius: 0.25rem; position: relative; box-shadow: 0 0.125rem 2.125rem rgba(0, 0, 0, 0.0784313725); background-color: #fff; margin-top: 8vh; margin-bottom: 1rem; } @media (max-width: 768px) { .Mjmyyi-fluid { margin-top: 0; } .Mjmyyi-fluid { box-shadow: none; } } .Mjmyyi-fluid-content { position: relative; min-height: 84vh; } .Mjmyyi-copyright { text-align: right; } .Mjmyyi-copyright p + p { margin: 0 !important; } .Mjmyyi-copyright a + a { margin-left: 0.75rem; } @media (max-width: 768px) { .Mjmyyi-copyright { text-align: center; } } .Mjmyyi .slick { position: absolute; height: 92vh; clip-path: polygon(100% 0, 91% 100%, 0 100%, 0 0); top: -4vh; width: 50%; } @media (max-width: 768px) { .Mjmyyi .slick { display: none !important; } } .Mjmyyi .slick .slick-slide { height: 92vh; } .Mjmyyi .slick img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: all 0.25s; } .Mjmyyi .slick .slick-dots { bottom: 20px; justify-content: start; left: 2rem; } .Mjmyyi form { margin-top: 1rem; } .Mjmyyi .login-with-google { margin-left: 0.5rem; cursor: pointer; } .Mjmyyi-panel { width: 100%; padding: 1.5rem; } @media (min-width: 768px) { .Mjmyyi-panel { padding: 3rem 0; position: relative; width: 20rem; margin-left: 75%; transform: translateX(-50%); } } .Mjmyyi-panel:not(.active) { display: none; } .Mjmyyi .btn-link { color: rgba(58, 181, 73, 1); cursor: pointer; } .Mjmyyi .m-t-75 { margin-top: 0.75rem; } .Mjmyyi .text-tips { margin-top: 0.75rem; font-size: 0.75rem; line-height: 1.125rem; } .Mjmyyi .form-group.form-danger * { color: #dc3545 !important; }.uUzaMn-label { display: inline-block; padding: 0.5rem 0.75rem; }.RJv6J3-title { font-family: 'Kanit'; font-size: 25; color: rgba(23, 23, 23, 1); margin-bottom: 20px; } .RJv6J3-nothing h5 { font-family: 'Kanit'; font-size: 25; color: #909399; } .RJv6J3-nothing p { color: #909399; } .RJv6J3-nothing:not(.active) { display: none; } .RJv6J3-container { min-height: 150px; } .RJv6J3-block { margin-top: 40px; }.vUruam-tile .card-body { border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; } .vUruam-list { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px #DCDFE6; } .vUruam-list:hover [class*="text-"] { color: rgba(58, 181, 73, 1); }.qUbmMn { height: 100vh; } .qUbmMn .text-headline { line-height: 1; } .qUbmMn .text-link a { font-size: 1rem; } .qUbmMn .text-link a:not(.btn) { color: rgba(31, 31, 31, 1); } .qUbmMn .text-link a:not(.btn):hover { color: rgba(18, 154, 7, 1); } .qUbmMn .text-link a + a { margin-left: 1.5rem; } @media (max-width: 768px) { .qUbmMn .text-link a + a { margin-left: 0; } } .qUbmMn .text-link a i { font-size: 14px; } .qUbmMn [class*=text-] + .text-link { margin-top: 1rem; } .qUbmMn-content { position: absolute; left: 0; top: 0; z-index: 5; height: 100%; width: 100%; overflow: hidden; display: flex; } .qUbmMn-content .container { display: flex; position: relative; z-index: 26; height: 100%; padding: 1.5rem; } @media (min-width: 768px) { .qUbmMn-content.left-top .container { padding-top: 2rem; } .qUbmMn-content.right-top .container { justify-content: flex-end; padding-top: 2rem; text-align: right; } .qUbmMn-content.center-top .container { justify-content: center; text-align: center; padding-top: 2rem; } .qUbmMn-content.left-center .container { align-items: center; } .qUbmMn-content.center .container { text-align: center; justify-content: center; align-items: center; } .qUbmMn-content.right-center .container { text-align: right; justify-content: flex-end; align-items: center; } .qUbmMn-content.left-bottom .container { align-items: flex-end; padding-bottom: 3rem; } .qUbmMn-content.center-bottom .container { text-align: center; justify-content: center; align-items: flex-end; padding-bottom: 3rem; } .qUbmMn-content.right-bottom .container { text-align: right; justify-content: flex-end; align-items: flex-end; padding-bottom: 3rem; } } @media (max-width: 768px) { .qUbmMn-content.m-left-top .container { padding-top: 2rem; } .qUbmMn-content.m-right-top .container { justify-content: flex-end; padding-top: 2rem; text-align: right; } .qUbmMn-content.m-center-top .container { justify-content: center; text-align: center; padding-top: 2rem; } .qUbmMn-content.m-left-center .container { align-items: center; } .qUbmMn-content.m-center .container { text-align: center; justify-content: center; align-items: center; } .qUbmMn-content.m-right-center .container { text-align: right; justify-content: flex-end; align-items: center; } .qUbmMn-content.m-left-bottom .container { align-items: flex-end; padding-bottom: 3rem; } .qUbmMn-content.m-center-bottom .container { text-align: center; justify-content: center; align-items: flex-end; padding-bottom: 3rem; } .qUbmMn-content.m-right-bottom .container { text-align: right; justify-content: flex-end; align-items: flex-end; padding-bottom: 3rem; } } .qUbmMn-c { position: relative; display: block; width: 100%; padding: 0; margin: 0; height: 100vh; overflow: hidden; } .qUbmMn-c-item { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .qUbmMn-c img { object-fit: cover; object-position: center; transition: all 0.25s; } @media (max-width: 768px) { .qUbmMn { height: auto; } .qUbmMn-c { height: auto; } }.qmee6n-tile .card-body { border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; } .qmee6n .card .text-content-heading { text-overflow: ellipsis; line-clamp: 2; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical; } @media (min-width: 768px) { .qmee6n .sidebar-right > .col-md-9 { padding-right: 3rem; } .qmee6n .sidebar-left > .col-md-9 { padding-left: 3rem; } } .qmee6n-list { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid #DCDFE6; } @media (max-width: 768px) { .qmee6n-list .row .col-md-3 { margin-bottom: 0.75rem; } } .qmee6n-list:hover [class*="text-"] { color: rgba(58, 181, 73, 1); }.f7Q7fe { width: 100%; height: 100vh; } .f7Q7fe .embed-responsive { width: 100%; height: 100%; } .f7Q7fe .embed-responsive-item { z-index: 2; justify-content: center; align-items: center; } .f7Q7fe-content img { max-height: 2.5rem; } .f7Q7fe-content img + h3 { margin-top: 1rem; } .f7Q7fe-content h3 { color: rgb(255, 255, 255); font-weight: 600; font-size: 31px; font-family: 'Montserrat'; } .f7Q7fe-content h3 + .f7Q7fe-play { margin-top: 1.5rem; } .f7Q7fe-play { display: inline-block; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 24.5px; padding: 0.5625rem 1rem; cursor: pointer; color: #fff; line-height: 28px; font-size: 20px; } .f7Q7fe-play:after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: center; content: ""; border-width: 0.375rem; border-color: transparent transparent transparent #fff; border-style: dotted dotted dotted solid; } @media (max-width: 768px) { .f7Q7fe { margin-top: 0; height: auto; } .f7Q7fe .embed-responsive:before { padding-top: 56.25%; } .f7Q7fe-play { border-radius: 24.5px; cursor: pointer; line-height: normal; font-size: 1rem; } .f7Q7fe-content img { max-height: 1.875rem; } .f7Q7fe-content img + h3 { margin-top: 1rem; } .f7Q7fe-content h3 { line-height: normal; font-size: 1rem; } .f7Q7fe-content h3 + .f7Q7fe-play { margin-top: 1rem; } } .section-dialog-video { position: relative; z-index: 4001; background-color: #000; text-align: left; display: inline-block; vertical-align: middle; backface-visibility: hidden; width: 70%; max-height: calc(100% - 7.5rem); } @media (max-width: 768px) { .section-dialog-video { width: 90%; } } .section-dialog-video .section-dialog-video-close { width: 60px; height: 60px; position: absolute; right: 0; z-index: 4002; top: -60px; cursor: pointer; line-height: 60px; font-size: 30px; text-align: center; color: #fff; } .section-dialog-video .section-dialog-video-close:before { font-family: "iconfont" !important; content: "\e60a"; }.Zb2EZv-map { min-height: 28.125rem; border: 0; width: 100%; } .Zb2EZv-contact { position: relative; z-index: 1; } .Zb2EZv .text-content-heading + form { margin-top: 1rem; } .Zb2EZv .media .media-icon { display: flex; align-items: center; } .Zb2EZv .media .media-icon i { font-size: 2.5rem; color: rgba(58, 181, 73, 1); } .Zb2EZv .media .media-icon + .media-body { margin-left: 1.5rem; } .Zb2EZv .media .media-icon img { width: 2.5rem; height: 2.5rem; border-radius: 1.25rem; } .Zb2EZv .media h3 { font-family: 'Kanit'; font-size: 25px; color: rgba(58, 181, 73, 1); font-weight: bold; } .Zb2EZv .media h3 + p { margin-top: 0.4rem; } .Zb2EZv .media label { font-weight: bold; } .Zb2EZv .media + .media { margin-top: 1.5rem; } .Zb2EZv-form { border-radius: 1.25rem; padding: 2.5rem; background-color: rgba(58, 181, 73, 1); margin-bottom: calc(25 * -1px); } @media (min-width: 768px) { .Zb2EZv-form { margin-bottom: -13rem; } }.R7jIra .text-headline label { color: rgba(58, 181, 73, 1) !important; } .R7jIra .text-heading { line-height: 1.8; } .R7jIra-content { position: absolute; left: 0; top: 0; z-index: 5; height: 100%; width: 100%; overflow: hidden; display: flex; } .R7jIra-content .container { display: flex; position: relative; z-index: 26; padding: 1.5rem; } .R7jIra-content .btn { margin-top: 1.5rem; } .R7jIra-content:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top: 0; } .R7jIra-content.left-top .container { padding-top: 2rem; } .R7jIra-content.right-top .container { justify-content: flex-end; padding-top: 2rem; text-align: right; } .R7jIra-content.center-top .container { justify-content: center; text-align: center; padding-top: 2rem; } .R7jIra-content.left-center .container { align-items: center; } .R7jIra-content.center .container { text-align: center; justify-content: center; align-items: center; } .R7jIra-content.right-center .container { text-align: right; justify-content: flex-end; align-items: center; } .R7jIra-content.left-bottom .container { align-items: flex-end; padding-bottom: 3rem; } .R7jIra-content.center-bottom .container { text-align: center; justify-content: center; align-items: flex-end; padding-bottom: 3rem; } .R7jIra-content.right-bottom .container { text-align: right; justify-content: flex-end; align-items: flex-end; padding-bottom: 3rem; } .R7jIra [class*=col-] { display: flex; align-items: center; } @media (max-width: 1199.98px) { .R7jIra-content .container { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .R7jIra-content .text-headline { font-size: 1.25rem; } .R7jIra-content .text-subheading { font-size: 1rem; } .R7jIra-content .text-body { font-size: 0.875rem; } .R7jIra-content [class*=text-] + [class*=text-] { margin: 0; } .R7jIra-content .carousel-slide-area { width: 100%; } } @media (max-width: 768px) { .R7jIra [class*=col-]:nth-child(odd) { order: 0; } .R7jIra [class*=col-]:nth-child(even) { order: 1; } .R7jIra .btn { display: inline-block; width: auto; margin-top: 0.75rem; } .R7jIra-content .container { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .R7jIra-content .text-headline { font-size: 1rem; } .R7jIra-content .text-subheading { font-size: 0.875rem; } .R7jIra-content .text-body { font-size: 0.75rem; } .R7jIra-content [class*=text-] + [class*=text-] { margin: 0; } }.ZVNrIj .text-content-heading { font-weight: bold; } @media (min-width: 768px) { .ZVNrIj-content:not(.order-2) { padding-right: 4rem; } .ZVNrIj-content.order-2 { padding-left: 4rem; } } .ZVNrIj .media img { width: 5rem; } @media (max-width: 768px) { .ZVNrIj .media img { max-width: 3rem; } } .ZVNrIj .media img + .media-body { margin-left: 0.5rem; } .ZVNrIj .media:not(:last-child) { margin-bottom: 2rem; } @media (max-width: 768px) { .ZVNrIj .media:not(:last-child) { margin-bottom: 1.5rem; } }.vQrQB3-content { position: absolute; left: 0; top: 0; z-index: 5; height: 100%; width: 100%; overflow: hidden; display: flex; } .vQrQB3-content .container { display: flex; position: relative; z-index: 26; padding: 1.5rem; } .vQrQB3-content [class*=text-] + .text-button { margin-top: 1.5rem; } .vQrQB3-content:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top: 0; } .vQrQB3-content.left-top .container { padding-top: 2rem; } .vQrQB3-content.right-top .container { justify-content: flex-end; padding-top: 2rem; text-align: right; } .vQrQB3-content.center-top .container { justify-content: center; text-align: center; padding-top: 2rem; } .vQrQB3-content.left-center .container { align-items: center; } .vQrQB3-content.center .container { text-align: center; justify-content: center; align-items: center; } .vQrQB3-content.right-center .container { text-align: right; justify-content: flex-end; align-items: center; } .vQrQB3-content.left-bottom .container { align-items: flex-end; padding-bottom: 3rem; } .vQrQB3-content.center-bottom .container { text-align: center; justify-content: center; align-items: flex-end; padding-bottom: 3rem; } .vQrQB3-content.right-bottom .container { text-align: right; justify-content: flex-end; align-items: flex-end; padding-bottom: 3rem; } .vQrQB3-slide-area { position: relative; z-index: 2; white-space: normal; } .vQrQB3-slide.effect-fade-out .carousel-slide-item:first-child { z-index: 900; } .vQrQB3-c { position: relative; display: block; width: 100%; padding: 0; margin: 0; overflow: hidden; } .vQrQB3-c:before { display: block; content: ""; } .vQrQB3-c-item { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .vQrQB3-c-29by5:before { padding-top: 17.2413793103%; } .vQrQB3-c-17by5:before { padding-top: 29.4117647059%; } .vQrQB3-c-13by5:before { padding-top: 38.4615384615%; } .vQrQB3-c-2by1:before { padding-top: 50%; } .vQrQB3-c img { object-fit: cover; object-position: center; transition: all 0.25s; } @media (max-width: 1199.98px) { .vQrQB3-content .container { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .vQrQB3-content .text-headline { font-size: 1.25rem; } .vQrQB3-content .text-subheading { font-size: 1rem; } .vQrQB3-content .text-body { font-size: 0.875rem; } .vQrQB3-content [class*=text-] + [class*=text-] { margin: 0; } .vQrQB3-content [class*=text-] + .text-button { margin-top: 1rem; } .vQrQB3-content .carousel-slide-area { width: 100%; } } @media (max-width: 768px) { .vQrQB3-content .container { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .vQrQB3-content .text-headline { font-size: 1rem; } .vQrQB3-content .text-subheading { font-size: 0.875rem; } .vQrQB3-content .text-body { font-size: 0.75rem; } .vQrQB3-content [class*=text-] + [class*=text-] { margin: 0; } .vQrQB3-content .carousel-slide-area { width: 100%; } .vQrQB3-c:not(.alone).mob-21by9:before { padding-top: 42.8571428571%; } .vQrQB3-c:not(.alone).mob-16by9:before { padding-top: 56.25%; } .vQrQB3-c:not(.alone).mob-4by3:before { padding-top: 75%; } .vQrQB3-c:not(.alone).mob-1by1:before { padding-top: 100%; } .vQrQB3-c:not(.alone).mob-9by21:before { padding-top: 233.3333333333%; } .vQrQB3-c:not(.alone).mob-9by16:before { padding-top: 177.7777777778%; } .vQrQB3-c:not(.alone).mob-3by4:before { padding-top: 133.3333333333%; } .vQrQB3-c:not(.alone).mob-5by4:before { padding-top: 80%; } .vQrQB3-c:not(.alone).mob-4by5:before { padding-top: 125%; } .vQrQB3-c:not(.alone).mob-29by5:before { padding-top: 17.2413793103%; } .vQrQB3-c:not(.alone).mob-17by5:before { padding-top: 29.4117647059%; } .vQrQB3-c:not(.alone).mob-13by5:before { padding-top: 38.4615384615%; } .vQrQB3-c:not(.alone).mob-2by1:before { padding-top: 50%; } .vQrQB3 .alone { padding-bottom: 1.5rem; } .vQrQB3 .alone:before { display: none; } .vQrQB3 .alone .vQrQB3-c-item { display: block; position: relative; } .vQrQB3 .alone .vQrQB3-content { position: relative; display: block; } .vQrQB3 .alone .vQrQB3-content:before { display: none; } .vQrQB3 .alone .vQrQB3-content .container { display: block; text-align: left; justify-content: flex-start; } .vQrQB3 .alone .vQrQB3-content .container .slick-slide-area { width: 100%; margin-left: 0; } .vQrQB3 .alone .vQrQB3-content [class*=text-] { color: rgba(29, 29, 29, 1); } }.yeIrMn-fit { overflow: hidden; padding-left: 0; padding-right: 0; } .yeIrMn-fit .yeIrMn-content { padding-left: 0.75rem; padding-right: 0.75rem; } .yeIrMn-content { display: flex; align-items: center; } @media (max-width: 768px) { .yeIrMn .col-md-6:not(.yeIrMn-content) { padding: 0; } .yeIrMn .yeIrMn-content { padding: 0.75rem; } .yeIrMn .order-2 { order: 0; } }.fMRb22 .embed-responsive + .row { margin-top: 1rem; }@media (max-width: 768px) { .ymYbi2 .breadcrumb { flex-wrap: nowrap; overflow-x: auto; } .ymYbi2 .breadcrumb-item { flex-shrink: 0; } .ymYbi2 .breadcrumb-item a { line-height: 200%; } } .ymYbi2 .bread-crumb { position: relative; padding-bottom: calc(5% + 1.5625rem); background: linear-gradient(318.8deg, #dfdbd7 -11.42%, #f2f1ef 58.01%); } .ymYbi2 .bread-crumb:before { display: table; content: " "; } .ymYbi2 .bread-crumb:after { content: ""; position: absolute; bottom: 0; padding-bottom: 0; background-image: url("data:image/svg+xml,%3Csvg%20width%3d%271440%27%20class%3d%27arc%27%20height%3d%2772%27%20viewBox%3d%270%200%201440%2072%27%20fill%3d%27none%27%20xmlns%3d%27http%3a%2f%2fwww.w3.org%2f2000%2fsvg%27%3E%3Cpath%20d%3d%27M-400%20176C139.222%20-24.794%201028.42%20-10.941%201440%2013.8751V176L-400%20176Z%27%20fill%3d%27%23ffffff%27%3E%3C%2fpath%3E%3C%2fsvg%3E"); background-repeat: no-repeat; background-size: 100%; left: 0; width: 100%; height: auto; padding-top: 5%; background-color: transparent; }.B3A36j-row { min-height: 400px; position: relative; } @media (min-width: 768px) { .B3A36j-row:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: -100%; } .B3A36j-row:after { content: ""; position: absolute; width: 100%; height: 50%; top: 0; right: -100%; } } .B3A36j-row .left { display: flex; align-items: center; } @media (max-width: 768px) { .B3A36j-row .left { display: block; padding: 0.75rem 1rem; } } .B3A36j-row .right { position: relative; display: flex; align-items: center; } @media (max-width: 768px) { .B3A36j-row .right { display: block; padding: 0.75rem 1rem; } } .B3A36j-row .right:before { content: ""; position: absolute; width: 100%; height: 50%; top: 0; left: 0; } .B3A36j-row .right:after { content: ""; position: absolute; width: 200%; height: 50%; bottom: 0; left: 0; } @media (max-width: 768px) { .B3A36j-row .right:after { width: 100%; } } .B3A36j .embed-responsive { margin-bottom: 0.75rem; } .B3A36j .w-100 { width: 100%; z-index: 2; } .B3A36j .text-label { color: #a1a3a8; font-size: 14px; font-weight: normal; background-color: rgba(255, 255, 255, 0.5); position: absolute; top: 0; } @media (min-width: 768px) { .B3A36j .text-label { writing-mode: vertical-rl; padding: 1rem; left: 0.75rem; } } @media (max-width: 768px) { .B3A36j .text-label { position: relative; padding: 0.75rem 1rem; left: 0; } } .B3A36j .section-slide-round { position: relative; width: calc(100% - 2rem); padding: 2rem 0 2rem 1rem; z-index: 2; min-height: 200px; } @media (max-width: 768px) { .B3A36j .section-slide-round { width: 100%; padding: 0; } } .B3A36j .btn-link { color: rgba(29, 29, 29, 1); } .B3A36j .slick-slide { transition: all 0.25s; padding-top: 0.75rem; } .B3A36j .slick-slide:hover { transform: translateY(-0.75rem); } .B3A36j .slide-page { position: relative; } @media (max-width: 768px) { .B3A36j .slide-page { display: none !important; } } .B3A36j .slide-page .slick-arrow { position: relative; width: 3rem !important; height: 3rem !important; opacity: 1 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: none !important; color: #999; } .B3A36j .slide-page .slick-arrow i:after { display: none; }.YZvAZv .btn { margin: 5px; }.aquq6z { position: relative; } .aquq6z img { width: 100%; } .aquq6z [class*="text-"] + .text-link { margin-top: 1rem; } .aquq6z .text-link a:not(.btn) { color: rgba(31, 31, 31, 1); } .aquq6z .text-link a:not(.btn):hover { color: rgba(18, 154, 7, 1); } .aquq6z-content { width: 100%; left: 0; top: 0; z-index: 2; position: absolute; height: 100%; } .aquq6z-content.left { display: flex; align-items: center; }.vQrQB3-content { position: absolute; left: 0; top: 0; z-index: 5; height: 100%; width: 100%; overflow: hidden; display: flex; } .vQrQB3-content .container { display: flex; position: relative; z-index: 26; padding: 1.5rem; } .vQrQB3-content [class*=text-] + .text-button { margin-top: 1.5rem; } .vQrQB3-content:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top: 0; } .vQrQB3-content.left-top .container { padding-top: 2rem; } .vQrQB3-content.right-top .container { justify-content: flex-end; padding-top: 2rem; text-align: right; } .vQrQB3-content.center-top .container { justify-content: center; text-align: center; padding-top: 2rem; } .vQrQB3-content.left-center .container { align-items: center; } .vQrQB3-content.center .container { text-align: center; justify-content: center; align-items: center; } .vQrQB3-content.right-center .container { text-align: right; justify-content: flex-end; align-items: center; } .vQrQB3-content.left-bottom .container { align-items: flex-end; padding-bottom: 3rem; } .vQrQB3-content.center-bottom .container { text-align: center; justify-content: center; align-items: flex-end; padding-bottom: 3rem; } .vQrQB3-content.right-bottom .container { text-align: right; justify-content: flex-end; align-items: flex-end; padding-bottom: 3rem; } .vQrQB3-slide-area { position: relative; z-index: 2; white-space: normal; } .vQrQB3-slide.effect-fade-out .carousel-slide-item:first-child { z-index: 900; } .vQrQB3-c { position: relative; display: block; width: 100%; padding: 0; margin: 0; overflow: hidden; } .vQrQB3-c:before { display: block; content: ""; } .vQrQB3-c-item { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .vQrQB3-c-29by5:before { padding-top: 17.2413793103%; } .vQrQB3-c-17by5:before { padding-top: 29.4117647059%; } .vQrQB3-c-13by5:before { padding-top: 38.4615384615%; } .vQrQB3-c-2by1:before { padding-top: 50%; } .vQrQB3-c img { object-fit: cover; object-position: center; transition: all 0.25s; } @media (max-width: 1199.98px) { .vQrQB3-content .container { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .vQrQB3-content .text-headline { font-size: 1.25rem; } .vQrQB3-content .text-subheading { font-size: 1rem; } .vQrQB3-content .text-body { font-size: 0.875rem; } .vQrQB3-content [class*=text-] + [class*=text-] { margin: 0; } .vQrQB3-content [class*=text-] + .text-button { margin-top: 1rem; } .vQrQB3-content .carousel-slide-area { width: 100%; } } @media (max-width: 768px) { .vQrQB3-content .container { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .vQrQB3-content .text-headline { font-size: 1rem; } .vQrQB3-content .text-subheading { font-size: 0.875rem; } .vQrQB3-content .text-body { font-size: 0.75rem; } .vQrQB3-content [class*=text-] + [class*=text-] { margin: 0; } .vQrQB3-content .carousel-slide-area { width: 100%; } .vQrQB3-c:not(.alone).mob-21by9:before { padding-top: 42.8571428571%; } .vQrQB3-c:not(.alone).mob-16by9:before { padding-top: 56.25%; } .vQrQB3-c:not(.alone).mob-4by3:before { padding-top: 75%; } .vQrQB3-c:not(.alone).mob-1by1:before { padding-top: 100%; } .vQrQB3-c:not(.alone).mob-9by21:before { padding-top: 233.3333333333%; } .vQrQB3-c:not(.alone).mob-9by16:before { padding-top: 177.7777777778%; } .vQrQB3-c:not(.alone).mob-3by4:before { padding-top: 133.3333333333%; } .vQrQB3-c:not(.alone).mob-5by4:before { padding-top: 80%; } .vQrQB3-c:not(.alone).mob-4by5:before { padding-top: 125%; } .vQrQB3-c:not(.alone).mob-29by5:before { padding-top: 17.2413793103%; } .vQrQB3-c:not(.alone).mob-17by5:before { padding-top: 29.4117647059%; } .vQrQB3-c:not(.alone).mob-13by5:before { padding-top: 38.4615384615%; } .vQrQB3-c:not(.alone).mob-2by1:before { padding-top: 50%; } .vQrQB3 .alone { padding-bottom: 1.5rem; } .vQrQB3 .alone:before { display: none; } .vQrQB3 .alone .vQrQB3-c-item { display: block; position: relative; } .vQrQB3 .alone .vQrQB3-content { position: relative; display: block; } .vQrQB3 .alone .vQrQB3-content:before { display: none; } .vQrQB3 .alone .vQrQB3-content .container { display: block; text-align: left; justify-content: flex-start; } .vQrQB3 .alone .vQrQB3-content .container .slick-slide-area { width: 100%; margin-left: 0; } .vQrQB3 .alone .vQrQB3-content [class*=text-] { color: rgba(29, 29, 29, 1); } }.uABjim-item-content { z-index: 3; width: 100%; top: 1rem; left: 0; position: absolute; text-align: center; } @media (min-width: 768px) { .uABjim-item-content { padding: 30px; } } .uABjim [class*=text-] + .text-link { margin-top: 1rem; } .uABjim .text-link a { color: rgba(31, 31, 31, 1); } .uABjim .text-link a:hover { color: rgba(18, 154, 7, 1); }.VrAVV3-card { background-color: #f9f9f9; text-align: center; padding: 3rem 1.875rem; height: 100%; } .VrAVV3-card:hover .text-content-heading { color: rgba(18, 154, 7, 1) !important; } .VrAVV3 .text-content-heading { transition: all 0.25s; } .VrAVV3 img { max-width: 100%; height: 3.125rem; } .VrAVV3 img + [class*="text-"] { margin-top: 1rem; } .VrAVV3 .text-body + .text-body { margin-top: 0; }.i2Mnmy-row { min-height: 400px; position: relative; } @media (min-width: 768px) { .i2Mnmy-row:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: -100%; background-color: #d7e4f2; } .i2Mnmy-row:after { content: ""; position: absolute; width: 100%; height: 50%; background-color: #f1f1f1; top: 0; right: -100%; } } .i2Mnmy-row .left { display: flex; align-items: center; background-color: #d7e4f2; } @media (max-width: 768px) { .i2Mnmy-row .left { display: block; padding: 0.75rem 1rem; } } .i2Mnmy-row .right { position: relative; display: flex; align-items: center; } @media (max-width: 768px) { .i2Mnmy-row .right { display: block; padding: 0.75rem 1rem; } } .i2Mnmy-row .right:before { content: ""; position: absolute; width: 100%; height: 50%; background-color: #f1f1f1; top: 0; left: 0; } .i2Mnmy-row .right:after { content: ""; position: absolute; width: 200%; height: 50%; background-color: white; bottom: 0; left: 0; } @media (max-width: 768px) { .i2Mnmy-row .right:after { width: 100%; } } .i2Mnmy .embed-responsive { margin-bottom: 0.75rem; } .i2Mnmy .text-label { color: #a1a3a8; font-size: 14px; font-weight: normal; background-color: rgba(255, 255, 255, 0.5); position: absolute; top: 0; } @media (min-width: 768px) { .i2Mnmy .text-label { writing-mode: vertical-rl; padding: 1rem; left: 0.75rem; } } @media (max-width: 768px) { .i2Mnmy .text-label { position: relative; padding: 0.75rem 1rem; left: 0; } } .i2Mnmy .section-slide-round { position: relative; width: calc(100% - 2rem); padding: 2rem 0 2rem 1rem; z-index: 2; min-height: 200px; } @media (max-width: 768px) { .i2Mnmy .section-slide-round { width: 100%; padding: 0; } } .i2Mnmy .btn-link { color: rgba(29, 29, 29, 1); } .i2Mnmy .slick-slide { transition: all 0.25s; padding-top: 0.75rem; } .i2Mnmy .slick-slide:hover { transform: translateY(-0.75rem); } .i2Mnmy .slide-page { position: relative; } @media (max-width: 768px) { .i2Mnmy .slide-page { display: none !important; } } .i2Mnmy .slide-page .slick-arrow { position: relative; width: 3rem !important; height: 3rem !important; opacity: 1 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: none !important; color: #999; } .i2Mnmy .slide-page .slick-arrow i:after { display: none; }.MRBrYr [class*="text-"].text-link { margin-top: 1rem; } @media (min-width: 768px) { .MRBrYr .container-fluid { padding-left: 0; padding-right: 0; } .MRBrYr .container-fluid .col-text-right [class*="text-"] { margin-left: 2rem; } .MRBrYr .container-fluid .col-text-left [class*="text-"] { margin-right: 1rem; } .MRBrYr .col-text-left [class*="text-"] { margin-left: 1rem; } .MRBrYr .col-text-right [class*="text-"] { margin-right: 1rem; } } @media (max-width: 768px) { .MRBrYr .col-md-6 + .col-md-6 { margin-top: 1rem; } }.v63YZr .card { overflow: hidden; } .v63YZr .card.no-shadow { box-shadow: none; } .v63YZr .text-heading { text-overflow: ellipsis; line-clamp: 2; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical; line-height: 1.2; } @media (min-width: 768px) { .v63YZr .card-body { padding: 4rem 5rem; } .v63YZr .card-body .embed-responsive { margin-top: 1rem; } .v63YZr .card { border-radius: 1.25rem; } .v63YZr .first-line .col-md-5 { display: flex; } .v63YZr .first-line .card-body { padding: 4rem 5rem; height: 100%; display: flex; align-items: center; } .v63YZr .first-line .card-body .embed-responsive { margin-top: 1rem; } .v63YZr .first-line .card { border-radius: 1.25rem; } } @media (max-width: 768px) { .v63YZr img { border-radius: 0; } .v63YZr .card-body { padding: 1.2rem 1.5rem; } .v63YZr .card { border-radius: 0.375rem; } .v63YZr [class*=text-] { text-align: center; } .v63YZr .first-line.bottom .card-body { padding-bottom: 0; } .v63YZr .first-line.bottom .embed-responsive { width: calc(100% - 3rem); margin: 0 1.5rem 1.2rem 1.5rem; } .v63YZr .first-line.top .card-body { order: 2; } } .v63YZr .ic-1-right:after { content: "\e624"; }.Inuqaa .text-label { display: inline-block; border-radius: 5px; background-color: rgba(58, 181, 73, 1); color: #fff; font-size: 12px; padding: 0.2rem 0.5rem; } .Inuqaa .text-content-heading { font-weight: bold; } .Inuqaa .text-heading + .text-heading { margin-top: 0; } @media (min-width: 768px) { .Inuqaa .col-md-4 .embed-responsive label { left: 1.5rem; } .Inuqaa .col-md-6 .embed-responsive label { left: 5rem; } } .Inuqaa .embed-responsive { width: 80%; } .Inuqaa .embed-responsive img { border-top-left-radius: 50%; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; } .Inuqaa .embed-responsive label { position: absolute; width: 3.125rem; height: 3.125rem; display: flex; align-items: center; justify-content: center; left: 0.75rem; top: 0; z-index: 2; color: #fff; font-weight: bold; font-size: 1rem; background-color: rgba(58, 181, 73, 1); border: 3px solid rgba(255, 255, 255, 0.6); border-radius: 50%; } .Inuqaa-card { position: relative; z-index: 4; width: 70%; margin-top: -4.5625rem; margin-left: 20%; margin-right: 10%; background-color: #fff; padding: 2rem; border-top: 2px solid rgba(58, 181, 73, 1); } @media (max-width: 768px) { .Inuqaa-card { padding: 1.5rem; width: calc(80% - 1rem); margin-right: 1rem; } } .Inuqaa-svg { fill: rgba(58, 181, 73, 1); width: 4rem; position: absolute; top: -2.15rem; right: -2.15rem; z-index: 5; transform: rotate(15deg); } @media (max-width: 768px) { .Inuqaa-svg { transform: rotate(90deg) !important; top: auto; bottom: -5rem; right: calc(50% - 2rem); } } .Inuqaa-item:nth-child(even) svg { transform: rotate(-15deg); } @media (max-width: 768px) { .Inuqaa-item:not(:last-child) { padding-bottom: 5rem; } }.MJ36bm-links { flex-grow: 1; display: flex; flex-wrap: wrap; } .MJ36bm-links a { color: rgba(29, 29, 29, 1); line-height: 240%; padding-left: 1rem; padding-right: 1.25rem; transition: all 0.25s; font-size: 17; position: relative; white-space: nowrap; } .MJ36bm-links a:hover { color: rgba(18, 154, 7, 1); } .MJ36bm-links a.active { color: rgba(58, 181, 73, 1); font-weight: bold; } .MJ36bm-links.has-separator a:not(:last-child):after { color: rgba(29, 29, 29, 1); position: absolute; right: 0; opacity: .6; transition: all 0.25s; content: '|'; } @media (min-width: 768px) { .MJ36bm .text-heading { white-space: nowrap; } .MJ36bm .text-heading + .MJ36bm-links { margin-left: 1.5rem; } .MJ36bm-links.equal-width a { flex-grow: 1; text-align: center; } } @media (max-width: 768px) { .MJ36bm:not(.section-padding-top) { padding-top: 1rem; } .MJ36bm:not(.section-padding-bottom) { padding-bottom: 0.75rem; } .MJ36bm .text-heading + .MJ36bm-links { margin-bottom: 0.75rem; } .MJ36bm-links { margin-left: -0.75rem; flex-wrap: nowrap; overflow-x: auto; } .MJ36bm-links a { line-height: 200%; padding-left: 0.75rem; padding-right: 0.75rem; } }.nEVNni .embed-responsive:hover .nEVNni-card { opacity: 1; } .nEVNni .embed-responsive:hover .embed-responsive-item { transform: scale(1.05); } .nEVNni .text-subheading { position: relative; padding-left: 2.5rem; } .nEVNni .text-subheading:before { position: absolute; content: ''; display: inline-block; border-bottom: 1px solid rgba(23, 23, 23, 1); width: 2rem; left: 0; top: 50%; } .nEVNni-card { z-index: 2; padding: 2rem; display: flex; align-items: end; opacity: 0; transition: all 0.25s; } .nEVNni-card, .nEVNni-card:before { position: absolute; width: 100%; height: 100%; left: 0; top: 0; } .nEVNni-card:before { content: ''; background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%); } .nEVNni-card-content { position: relative; z-index: 4; } @media (max-width: 768px) { .nEVNni .embed-responsive:before { display: none; } .nEVNni .embed-responsive-item { position: relative; } .nEVNni-card { opacity: 1; position: relative; width: auto; height: auto; } .nEVNni-card:before { display: none; } }.JRVVvi .text-body { margin-top: 0.75rem; margin-bottom: 0.75rem; }.JJ7NBz-content { padding: 2rem; border-radius: 0.5625rem; background-color: #dfe0de; } .JJ7NBz .embed-responsive { overflow: hidden; border-radius: 0.5625rem; margin-bottom: 2rem; } .JJ7NBz .section-title { padding: 3.75rem; border-radius: 0.5625rem; background-color: #fff; } .JJ7NBz .section-title [class*="text-"] + .text-btn { margin-top: 1rem; } @media (max-width: 768px) { .JJ7NBz-content { padding: 1rem; } .JJ7NBz .embed-responsive { margin-bottom: 1rem; } .JJ7NBz .col-md-6 + .col-md-6 { margin-top: 1rem; } }.eUvUZ3 .inquiry-form-office dt + dd { margin-top: 0.75rem; } .eUvUZ3 .inquiry-form-office dd { line-height: 1.5; } .eUvUZ3 .inquiry-form-office dd + dd { margin-top: 0.5rem; } .eUvUZ3 .enquiry-dialog-footer { padding-top: 0.75rem; } .eUvUZ3 dl + dl { margin-top: 1rem; } .eUvUZ3 dl:not(:last-child) { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid #DCDFE6; } @media (max-width: 768px) { .eUvUZ3 .enquiry-form .form-group { flex: 0 0 100%; max-width: 100%; } }.fErUva-item { cursor: pointer; } .fErUva-item-overlay .fErUva-item-content { position: absolute; bottom: 0; left: 0.75rem; height: 100%; width: calc(100% - 1.5rem); display: flex; align-items: center; } .fErUva-item-overlay .fErUva-item-content .position-relative { margin-left: 0.75rem; margin-right: 0.75rem; } .fErUva-item-normal { position: relative; } .fErUva-item-normal:before { display: none; } .fErUva-item-bottom .fErUva-item-content { position: absolute; bottom: 0; left: 0.75rem; width: calc(100% - 1.5rem); } .fErUva-item-slide .fErUva-item-content { overflow: hidden; position: absolute; left: 0.75rem; height: 0; bottom: 0; display: flex; align-items: center; opacity: 0; width: calc(100% - 1.5rem); } .fErUva-item-slide:hover .fErUva-item-content { height: 100%; } .fErUva-item-content { transition: all 0.25s; position: relative; padding: 0.75rem; } .fErUva-item-content .position-relative { position: relative; z-index: 2; width: 100%; color: rgba(29, 29, 29, 1); } .fErUva-item-content:hover { opacity: 0.8; } .fErUva-four { display: flex; flex-wrap: wrap; } .fErUva-four .fErUva-item { flex-shrink: 0; width: 100%; } .fErUva-four .fErUva-item:nth-child(1) { margin-right: 0.75rem; width: calc(50% - 0.75rem); } .fErUva-four .fErUva-item:nth-child(2) { margin-left: 0.75rem; margin-top: 0; width: calc(50% - 0.75rem); } .fErUva-three { position: relative; } .fErUva-three:not(:first-child) { margin-top: 1.5rem; } .fErUva-three.fluid { height: 100%; } .fErUva-three .embed-responsive.fluid { height: 100%; } .fErUva-three .fErUva-item-content { overflow: hidden; position: absolute; height: 0; bottom: 0; display: flex; align-items: center; opacity: 0; left: 0; width: 100%; } .fErUva-three:hover .fErUva-item-content { height: 100%; opacity: 1; } .fErUva .container-fluid { padding-left: 0; padding-right: 0; } @media (min-width: 768px) { .fErUva .no-gutters .fErUva-item-overlay .fErUva-item-content { left: 0; height: 100%; width: 100%; } .fErUva .no-gutters .fErUva-item-bottom .fErUva-item-content { left: 0; width: 100%; } .fErUva .no-gutters .fErUva-three { margin: 0; } .fErUva .no-gutters .fErUva-four .fErUva-item:nth-child(1) { margin-right: 0; width: 50%; } .fErUva .no-gutters .fErUva-four .fErUva-item:nth-child(2) { margin-left: 0; width: 50%; } .fErUva .no-gutters .fErUva-item-slide .fErUva-item-content { left: 0; width: 100%; } } @media (max-width: 768px) { .fErUva .order-2 { order: 0; } .fErUva-item .fErUva-item-content { position: relative !important; height: auto !important; left: 0 !important; width: 100% !important; opacity: 1 !important; margin: 0 !important; } .fErUva-item .fErUva-item-content:before { display: none !important; } .fErUva-item .fErUva-item-content .position-relative { margin: 0; } .fErUva-four .fErUva-item { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .fErUva-three { margin-top: 0 !important; margin-bottom: 0.75rem; } .fErUva-three.fluid { height: auto; } .fErUva-three + .fErUva-three:last-child { margin-bottom: 0 !important; } .fErUva-three .embed-responsive.fluid { height: auto; } } .fErUva .section-slide-round { position: relative; } .fErUva .section-slide-round .slick-next { z-index: 3; }.eyuuye .card-body { padding: 3rem; } @media (max-width: 768px) { .eyuuye .card-body { padding: 2rem; } } .eyuuye .text-small { font-size: 0.625rem; letter-spacing: 1.6px; text-transform: uppercase; color: #909399; position: relative; padding-left: 2.5rem; } .eyuuye .text-small:before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 2rem; height: 3px; border-radius: 5px; display: block; background-color: rgba(58, 181, 73, 1); } .eyuuye [class*=text-] + .text-button { margin-top: 1.5rem !important; } .eyuuye-main { position: relative; z-index: 0; padding-bottom: 7.5rem; } .eyuuye-main.has-button { padding-bottom: 5rem; } .eyuuye-main:after { content: ""; position: absolute; background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%221440%22%20height%3D%22560%22%20viewBox%3D%220%200%201440%20560%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%200H1440V452.164C1440%20452.164%201116.5%20532.789%20734.5%20552.609C414%20569.238%200%20552.609%200%20552.609L0%200Z%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%22921%22%20y1%3D%22867.5%22%20x2%3D%22791.177%22%20y2%3D%22329.012%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23DFDBD7%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F2F1EF%22%20stop-opacity%3D%220%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E"); background-position: 0 100%; background-repeat: no-repeat; background-size: 100%; bottom: 0; left: 0; width: 100vw; height: 100%; background-color: transparent; z-index: -1; }.YRfeui .container { display: flex; justify-content: space-between; align-items: center; } .YRfeui .container h3 + form { margin-left: 2rem; } .YRfeui .container h3 + div { margin-left: 2rem; } .YRfeui .container form { max-width: 50%; min-width: 300px; flex: 1; }.BrIrMj .embed-responsive-normal { height: 100%; } .BrIrMj .text-link { color: rgba(31, 31, 31, 1); } .BrIrMj .text-link:hover { color: rgba(18, 154, 7, 1); } .BrIrMj [class*="text-"].text-link { margin-top: 25px; } .BrIrMj-content { position: absolute; width: 100%; left: 0; z-index: 5; padding: 25px 30px; bottom: -50px; transition: all 0.25s; } .BrIrMj .embed-responsive:after { content: ''; position: absolute; width: 100%; height: 100%; left: 0; bottom: -100%; transition: all 0.25s; background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%); } .BrIrMj .embed-responsive:hover .embed-responsive-item { transform: scale(1.05); } .BrIrMj .embed-responsive:hover:after { bottom: 0; } .BrIrMj .embed-responsive:hover .BrIrMj-content { bottom: 0; } @media (max-width: 768px) { .BrIrMj-content { position: relative; bottom: 0; background-color: #f7f7f7; } .BrIrMj .embed-responsive { height: auto; } .BrIrMj .embed-responsive:before { display: none; } .BrIrMj .embed-responsive-item { position: relative; } .BrIrMj .embed-responsive-normal { height: auto; } }.nqi2ia img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: all 0.25s; } @media (max-width: 768px) { .nqi2ia img { position: relative; } } .nqi2ia .text-small { font-size: 0.625rem; letter-spacing: 1.6px; text-transform: uppercase; color: #909399; position: relative; width: 100%; padding-left: 2.5rem; } .nqi2ia .text-small:before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 2rem; height: 3px; border-radius: 5px; display: block; z-index: 1; background-color: rgba(58, 181, 73, 1); } @media (min-width: 768px) { .nqi2ia .text-small:before { width: 7.375rem; left: -8rem; } } @media (min-width: 768px) { .nqi2ia .text-small.right:before { left: auto; right: -7.375rem; } } @media (min-width: 768px) { .nqi2ia .text-small { padding-left: 0; } } .nqi2ia .card-body { padding: 4.5rem 4rem; } @media (max-width: 768px) { .nqi2ia .card-body { padding: 2rem; } } .nqi2ia [class*=text-] + .text-button { margin-top: 1.5rem !important; }.miyUFr .center .miyUFr-describe { text-align: center; } .miyUFr .center .miyUFr-describe, .miyUFr .center .embed-responsive { margin-right: auto; margin-left: auto; } .miyUFr .right .miyUFr-describe { text-align: right; } .miyUFr .right .miyUFr-describe, .miyUFr .right .embed-responsive { margin-left: auto; } .miyUFr .embed-responsive + .miyUFr-describe { margin-top: 0.75rem; }.fmMz2y .text-small { font-size: 0.625rem; letter-spacing: 1.6px; text-transform: uppercase; color: #909399; } .fmMz2y .text-heading { position: relative; padding-bottom: 2rem; } .fmMz2y .text-heading:before { content: ""; position: absolute; left: calc(50% - 40px); width: 5rem; height: 3px; border-radius: 5px; display: block; bottom: 0; background-color: rgba(58, 181, 73, 1); } .fmMz2y .text-left .text-heading:before { left: 0; } .fmMz2y .text-left .text-small { position: relative; padding-left: 2.5rem; } .fmMz2y .text-left .text-small:before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 2rem; height: 3px; border-radius: 5px; display: block; background-color: rgba(58, 181, 73, 1); } .fmMz2y .text-right .text-heading:before { left: auto; right: 0; }.e6zuQr-content { padding: 30px; margin-top: 3.125rem; margin-bottom: 3.125rem; position: relative; background-color: rgba(255, 255, 255, 0.7); } .e6zuQr .text-ul { padding-left: 1rem; margin-top: 1.5rem; } .e6zuQr .text-ul li a { font-family: 'Montserrat'; font-size: 16; color: rgba(29, 29, 29, 1); } .e6zuQr .text-ul li a:hover { text-decoration: underline; color: rgba(58, 181, 73, 1); } .e6zuQr .text-ul li:not(:last-child) { margin-bottom: 0.75rem; } .e6zuQr .text-ul + .text-button { margin-top: 1.5rem; } @media (max-width: 768px) { .e6zuQr { padding: 0; } .e6zuQr [class*="container"] { padding: 0; margin: 0; } .e6zuQr ul { padding-left: 1rem !important; } .e6zuQr-content { margin: 0.75rem; padding: 1.5rem; } }.f667Zz .card { margin-left: 0.75rem; margin-right: 0.75rem; height: 100%; } .f667Zz .card-mask-content { width: 100%; height: 100%; position: relative; z-index: 3; } .f667Zz .card-mask-content [class*="text-"], .f667Zz .card-mask-content [class*="text-"] * { color: #fff; } .f667Zz .slick-track { align-items: stretch; display: flex; } .f667Zz .slick-track .slick-slide { padding-top: 0px; padding-bottom: 0px; } .f667Zz .row-gutter:not(:empty) > .col, .f667Zz .row-gutter:not(:empty) > [class*="col-"] { margin-bottom: 2.25rem; } .f667Zz .card-body { position: relative; } .f667Zz .card-body.has-icon { padding-top: 3rem; } .f667Zz .card-body.has-button { padding-bottom: 4.375rem; } .f667Zz-button { position: absolute; width: 100%; bottom: 0; left: 0; text-align: center; padding-top: 1rem; padding-bottom: 1rem; } .f667Zz-icon { width: 4.5rem; height: 4.5rem; border-radius: 2.25rem; background-color: #fff; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15); position: absolute; z-index: 2; left: calc(50% - 2.25rem); top: -2.25rem; } @media (max-width: 768px) { .f667Zz .card { margin-left: 0; margin-right: 0; } .f667Zz-button { width: 80%; left: 10%; padding-top: 0.625rem; padding-bottom: 0.625rem; } .f667Zz .row-gutter:not(:empty) > .col, .f667Zz .row-gutter:not(:empty) > [class*="col-"] { margin-bottom: 0.75rem; } .f667Zz-icon { width: 3rem; height: 3rem; border-radius: 1.5rem; left: calc(50% - 1.5rem); top: -1.5rem; } .f667Zz .card-body.has-icon { padding-top: 1.875rem; } .f667Zz .card-body.has-button { padding-bottom: 3.75rem; } }.FbmIzu .embed-responsive:hover .embed-responsive-item { transform: scale(1.05); } .FbmIzu .embed-responsive:hover .FbmIzu-top { background-color: rgba(58, 181, 73, 1); } .FbmIzu .embed-responsive:hover .FbmIzu-top [class*="text-"] { color: #fff; } .FbmIzu .embed-responsive:hover .FbmIzu-top .FbmIzu-top-block { display: block; } .FbmIzu .embed-responsive:hover .FbmIzu-top .media-icon img:first-child { display: none; } .FbmIzu .embed-responsive:hover .FbmIzu-top .media-icon img:last-child { display: block; } .FbmIzu-top { position: absolute; top: 0; right: 0; left: 20%; padding: 1rem 1.5rem; background-color: #fff; transition: all 0.25s; } .FbmIzu-top-block { display: none; } .FbmIzu-top .text-content-heading { font-weight: bold; line-height: 2.5rem; } .FbmIzu-top .text-body + .text-link { display: block; margin-top: 0.75rem; } .FbmIzu-top .media-icon img { width: 2.5rem; margin-right: 0.75rem; } .FbmIzu-top .media-icon img:last-child { display: none; }.Ijaqeu-item { border-radius: 10px; width: 100%; } .Ijaqeu-item + .Ijaqeu-item { margin-top: 1.5rem; } .Ijaqeu .row.row-small-gutter img + img { margin-top: 0.75rem; } .Ijaqeu .card { border-radius: 10px; z-index: 1; width: 100%; margin-left: 5rem; } .Ijaqeu .card-body { padding: 4rem; } @media (max-width: 768px) { .Ijaqeu .card-body { padding: 1.5rem; } } @media (max-width: 768px) { .Ijaqeu .card { margin-left: 0; } .Ijaqeu [class*=col-]:nth-child(2) { padding-top: 1.5rem; } }.Ur6Jvm { position: fixed; bottom: .625rem; right: .625rem; z-index: 300 } .Ur6Jvm .Ur6Jvm-item { margin-top: .625rem; background-color: #00aff0; box-shadow: 0 0 .5rem rgba(0,0,0,.25); height: 3rem; width: 3rem; padding: .75rem; text-align: center; transition: all .25s } .Ur6Jvm .Ur6Jvm-item label { display: block; cursor: pointer } .Ur6Jvm .Ur6Jvm-item label:before { font-family: iconfont!important; line-height: 1.5rem; font-size: 1.625rem; color: #fff } .Ur6Jvm .Ur6Jvm-item.skype label:before { color: #fff; content: "\e63c" } .Ur6Jvm .Ur6Jvm-item.Ur6Jvm-ico { background-color: #ffc74e } .Ur6Jvm .Ur6Jvm-item.whatsapp { background-color: #27d367 } .Ur6Jvm .Ur6Jvm-item.whatsapp label:before { content: "\e645" } .Ur6Jvm .Ur6Jvm-item.back-to-top { background-color: rgba(0,0,0,.5); cursor: pointer; border: 1px solid rgba(255,255,255,.5); position: relative } .Ur6Jvm .Ur6Jvm-item.back-to-top:after { content: ' '; position: absolute; top: calc(50% - .75rem); left: calc(50% - .5rem); border: .5rem solid transparent; border-bottom-color: rgba(255,255,255,.5) } .Ur6Jvm.small .Ur6Jvm-item { height: 2rem; width: 2rem; padding: .375rem } .Ur6Jvm.small .Ur6Jvm-item label:before { line-height: 1.25rem; font-size: 1.25rem } .Ur6Jvm.small .Ur6Jvm-item.back-to-top:after { top: calc(50% - .625rem); left: calc(50% - .375rem); border: .375rem solid transparent; border-bottom-color: rgba(255,255,255,.5) } .Ur6Jvm.large .Ur6Jvm-item { height: 3.75rem; width: 3.75rem; padding: .75rem } .Ur6Jvm.large .Ur6Jvm-item label:before { line-height: 2.25rem; font-size: 2.25rem }.jqmAby { transition: all 0.5s; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); position: relative; z-index: 20; } .jqmAby-icon a { font-size: 16px; display: inline-block; line-height: 36px; } .jqmAby-icon a img { height: 16px; vertical-align: center; } .jqmAby-icon a:not(:last-child) { margin-right: 1rem; } .jqmAby-icon + .jqmAby-icon, .jqmAby-icon + .section-drop { position: relative; } .jqmAby-icon + .jqmAby-icon:before, .jqmAby-icon + .section-drop:before { font-size: 16px; padding-left: 0.625rem; padding-right: 0.625rem; content: "|"; } .jqmAby-bar { background-color: #000; padding-top: 0.625rem; padding-bottom: 0.625rem; position: relative; transition: all 0.25s; } .jqmAby-bar .dropdown-toggle { color: #fff; line-height: 38px; font-size: 16px; } .jqmAby-bar .region-icon:before, .jqmAby-bar .section-drop:before, .jqmAby-bar .jqmAby-icon:before { color: #fff; } .jqmAby-bar a:not(.dropdown-item) { color: #fff; } .jqmAby-bar a:hover { text-decoration: underline; } .jqmAby-bar a:hover, .jqmAby-bar a:hover i { color: rgba(58, 181, 73, 1); } .jqmAby-bar .jqmAby-bar-right { display: flex; flex-grow: 1; justify-content: flex-end; } .jqmAby-bar .jqmAby-bar-right .nav-link { cursor: pointer; } .jqmAby nav { padding: 0; } .jqmAby nav .navbar-brand { display: flex; align-items: center; position: relative; padding: 0; z-index: 2; margin-right: 1.5rem; } .jqmAby nav .navbar-brand img { height: 2.5rem; } .jqmAby nav .navbar-brand img + img { margin-left: 0.75rem; } .jqmAby-region { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 1032; background-color: #fff; } .jqmAby-region:not(.show) { display: none; } .jqmAby-region .container { margin-top: 20vh; } .jqmAby-region a { color: #666; } .jqmAby-region a:hover { color: #333; } .jqmAby-region .ic-close { position: absolute; right: 2rem; top: 2rem; font-size: 1.5rem; padding: 1rem; cursor: pointer; } .jqmAby .nav-icon { width: 1.5rem; height: 1.5rem; vertical-align: middle; } .jqmAby .input-group-append .btn { border: 0.0625rem solid #ced4da; background: #fff; color: #ced4da; padding-right: 0.75rem !important; padding-left: 0.75rem !important; border-radius: 0 !important; } .jqmAby .input-group-append .btn:first-child { border-left: 0; } .jqmAby .input-group-append .btn:last-child { border-bottom-right-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; } .jqmAby .input-group-append i { font-size: 14px !important; } @media (max-width: 768px) { .jqmAby { top: 0; right: 0; left: 0; z-index: 1030; background-color: #fff; } .jqmAby-region .container { margin-top: 1rem; } .jqmAby-region .ic-close { position: absolute; right: 0; top: 0; font-size: 1.5rem; padding: 1rem; cursor: pointer; } .jqmAby .cursor-pointer { display: none; } .jqmAby-bar { display: none; } .jqmAby .navbar-collapse { position: fixed; background-color: #fff; border-top: 1px solid #e9ecef; top: 3.125rem; width: 100%; height: calc(100% - 3.125rem); overflow-x: hidden; overflow-y: auto; left: 0; z-index: 1031; } .jqmAby .navbar-collapse.show .jqmAby-search { display: block; } .jqmAby nav { padding-left: 0.625rem; padding-right: 0.625rem; } .jqmAby nav .nav-icon { display: none; } .jqmAby nav .nav-link, .jqmAby nav .dropdown-item { padding: 0.5rem 2.25rem 0.5rem 0.625rem; line-height: 1.25rem; border-bottom: 1px solid #e9ecef; color: #212529; } .jqmAby nav .navbar-open-placeholder { position: absolute; width: 2.25rem; height: 2.25rem; right: 0; top: 0; cursor: pointer; } .jqmAby nav .navbar-open-placeholder:after { border-style: solid; border-width: 2px 2px 0 0; border-color: #c1c1c1; position: relative; content: ''; display: inline-block; height: 0.5rem; width: 0.5rem; top: 0.375rem; margin-left: 0.75rem; box-sizing: content-box; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); transition: all 0.2s ease-in-out; } .jqmAby nav .navbar-open-placeholder.active:after { top: 0.6875rem; transform: rotate(-45deg); } .jqmAby nav .navbar-brand { height: 3.125rem; } .jqmAby nav .navbar-brand img { height: 1.875rem; } .jqmAby nav .navbar-brand img:nth-child(2) { display: none; } .jqmAby nav .dropdown-menu { padding: 0; margin: 0; background: none; box-shadow: none; } .jqmAby nav .dropdown-menu .dropdown-item { padding-left: 1.25rem; } .jqmAby nav .dropdown-menu .dropdown-menu .dropdown-item { padding-left: 2.5rem; } .jqmAby nav .dropdown-toggle:after { display: none; } .jqmAby .jqmAby-search { margin: 1rem 0.625rem 0.625rem 0.625rem; display: none; } .jqmAby .jqmAby-search .input-group-append .btn { margin: 0; } .jqmAby .jqmAby-search .input-group-append .btn:first-child { border-right: 0; } } @media (min-width: 768px) { .jqmAby .region-icon { line-height: 36px; cursor: pointer; margin-left: 1rem; } .jqmAby .region-icon.nav-item { display: none; } .jqmAby .nav-item-btn .btn { top: 50%; padding-right: .75rem; padding-left: .75rem; transform: translateY(-50%); } .jqmAby .nav-item + .nav-item-btn { margin-left: 1rem; } .jqmAby nav { display: block; } .jqmAby nav .navbar-open-placeholder { display: none !important; } .jqmAby nav .navbar { background-color: #fff; } .jqmAby nav .navbar-brand { padding-top: 0.625rem; padding-bottom: 0.625rem; } .jqmAby nav .navbar-menu { display: flex; } .jqmAby nav .navbar-menu-collapse { flex: 1; display: flex; margin-left: 1rem; } .jqmAby nav .navbar-second-menu { background-color: #fff; display: flex; } .jqmAby nav .navbar-second-menu-collapse { display: flex; } .jqmAby nav.medium img { height: 3rem; } .jqmAby nav.medium .navbar-nav li > .nav-link { line-height: 4.25rem; height: 4.25rem; padding: 0 0.75rem; } .jqmAby nav.large img { height: 3.5rem; } .jqmAby nav.large .navbar-nav li > .nav-link { line-height: 4.75rem; height: 4.75rem; padding: 0 0.875rem; } .jqmAby nav.greater img { height: 4rem; } .jqmAby nav.greater .navbar-nav li > .nav-link { line-height: 5.25rem; height: 5.25rem; padding: 0 1rem; } .jqmAby nav .navbar-nav { padding-left: 0; } .jqmAby nav .navbar-nav li { position: relative; } .jqmAby nav .navbar-nav li > .nav-link { font-family: 'Raleway'; font-size: 17px; white-space: nowrap; line-height: 3.75rem; height: 3.75rem; padding: 0 0.75rem; } .jqmAby nav .navbar-nav li > .nav-link.active { color: rgba(58, 181, 73, 1); } .jqmAby nav .navbar-nav li > .nav-link.btn { background: none; padding-left: 1.5rem; padding-right: 1.5rem; border-color: #fff; border: 0; border-radius: 0 !important; } .jqmAby nav .navbar-nav li ul { padding-left: 0; display: block !important; border-top: 3px solid #333; position: absolute; min-width: 12.5rem; top: 100%; left: 0; box-shadow: 0 12px 30px -2px rgba(0, 0, 0, 0.1); visibility: hidden; opacity: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: 0 0; transform-origin: 0 0; } .jqmAby nav .navbar-nav li ul .dropdown-toggle { position: relative; padding-right: 30px !important; } .jqmAby nav .navbar-nav li ul .dropdown-toggle:after { position: absolute; right: 0.9375rem; top: calc(50% - 2px); transition: all 0.2s ease-in-out; } .jqmAby nav .navbar-nav li ul .dropdown-item { padding-left: 1.25rem; padding-right: 1.25rem; } .jqmAby nav .navbar-nav li ul ul { top: 0.625rem; left: 100%; } .jqmAby nav .navbar-nav li ul ul ul { left: -100%; } .jqmAby nav .navbar-nav li ul li > a { transition: all 0.2s ease-in-out; } .jqmAby nav .navbar-nav li ul li > a:before { position: absolute; content: ""; top: 0.9375rem; left: 1.5625rem; width: 0; height: 0.0625rem; background: rgba(0, 0, 0, 0.4); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .jqmAby nav .navbar-nav li ul li:hover > a { padding-left: 2.5rem; color: rgba(58, 181, 73, 1); } .jqmAby nav .navbar-nav li ul li:hover > a:before { width: 0.625rem; } .jqmAby nav .navbar-nav li ul li:hover > a.dropdown-toggle:after { transform: rotate(-90deg); } .jqmAby nav .navbar-nav li.nav-item.dropdown .nav-link:before { content: ""; width: 0; height: 0; position: absolute; border-top: 0.625rem solid rgba(0, 0, 0, 0); border-right: 0.625rem solid rgba(0, 0, 0, 0); border-bottom: 0.625rem solid #333; border-left: 0.625rem solid rgba(0, 0, 0, 0); bottom: 0; left: calc(50% - 7px); opacity: 0; transition: all 0.5s; } .jqmAby nav .navbar-nav li:hover a.nav-link { text-decoration: underline; } .jqmAby nav .navbar-nav li:hover a.nav-link:before { opacity: 1 !important; } .jqmAby nav .navbar-nav li:hover a.nav-link.btn { border: 0 !important; } .jqmAby nav .navbar-nav li:hover > ul { visibility: visible; opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .jqmAby nav.fixed-top { background-color: #fff; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); } .jqmAby nav .jqmAby-search { position: absolute; left: 0; bottom: -4rem; z-index: 10; width: 100%; display: none; } .jqmAby nav .jqmAby-search .container { display: flex; justify-content: end; } .jqmAby nav .jqmAby-search .container .input-group { height: 4rem; width: 20rem; background-color: #fff; align-items: center; padding-left: 1rem; padding-right: 1rem; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); } .jqmAby nav .navbar-collapse .jqmAby-menu { display: flex; justify-content: space-between; } .jqmAby nav .navbar-collapse .jqmAby-secondary { width: 100%; position: relative; } .jqmAby nav .navbar-collapse .jqmAby-secondary .navbar-nav { justify-content: flex-end; } .jqmAby nav .navbar-collapse .jqmAby-secondary .navbar-nav .nav-link { font-family: 'Raleway'; font-size: 17px; color: rgba(29, 29, 29, 1); } .jqmAby nav .navbar-collapse .jqmAby-secondary .navbar-nav .nav-link:hover { color: rgba(58, 181, 73, 1); } .jqmAby nav:not(.logo-top) .navbar-collapse .jqmAby-menu { padding-left: 1rem; } .jqmAby nav:not(.logo-top) .navbar-collapse .jqmAby-menu:not(.has-search) { padding-right: 1rem; } } .jqmAby-notice { background-color: #282828; padding-top: 1.5rem; padding-bottom: 1.5rem; } .jqmAby-notice-content { flex: 1; } .jqmAby-notice-close { font-family: "iconfont" !important; position: absolute; height: 3rem; top: calc(50% - 1.5rem); line-height: 3rem; padding-left: 1rem; cursor: pointer; padding-right: 1rem; font-size: 1.5rem; right: 0; color: #fff; } .jqmAby-notice-close:before { content: "\e60a"; } @media (max-width: 768px) { .jqmAby-notice-close { top: 0; } } .jqmAby-notice [class*="text-"] { color: #fff; } .jqmAby-notice:not(.fixed-bottom) { position: relative; }.MV3iA3 { overflow: hidden; background-color: #2b2f36; } .MV3iA3-slogan { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding-top: 20px; padding-bottom: 20px; } .MV3iA3-slogan .container { display: flex; justify-content: space-between; align-items: center; } .MV3iA3-slogan .container h3 { margin: 0 10px 0 0; color: #d7d6d6; font-size: 35px; } .MV3iA3-slogan .container h3 + form { margin-left: 1rem; } .MV3iA3-slogan .container form { max-width: 40%; flex: 1; } .MV3iA3 .text-subheading { margin-bottom: 1rem; } .MV3iA3-container .has-divider .text-subheading { position: relative; padding-bottom: 0.625rem; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 1.25rem; } .MV3iA3-container .has-divider .text-subheading:after { position: absolute; width: 0.625rem; height: 0.625rem; border: 1px solid rgba(255, 255, 255, 0.2); content: ""; border-radius: 0.3125rem; left: 0; bottom: -0.3125rem; background-color: #2b2f36; } .MV3iA3-container [class*=text-], .MV3iA3-container [class*=ic-], .MV3iA3-container a { color: rgba(29, 29, 29, 1); } .MV3iA3-container .enquiry-form { margin-top: 0.5rem; } .MV3iA3-copyright { padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255, 255, 255, 0.2); } .MV3iA3-copyright li:not(:last-child) { margin-bottom: 1rem; } .MV3iA3-copyright .copyright a { display: inline-block; margin-left: 0.625rem; } .MV3iA3-copyright .copyright a:before { margin-right: 0.625rem; content: "|"; } .MV3iA3-copyright * { color: #A0A0A0; } .MV3iA3 .MV3iA3-social a { margin: 0 5px 5px 0; } .MV3iA3 .MV3iA3-social i { font-size: 1.875rem; } .MV3iA3 .MV3iA3-social img { width: 1.875rem; } .MV3iA3 .MV3iA3-code img { width: 6.25rem; } .MV3iA3 .MV3iA3-code .social-it:not(:last-child) { margin-right: 5px; } .MV3iA3 .MV3iA3-logo { max-width: 60%; } .MV3iA3 .MV3iA3-office h3 { font-weight: bold; } .MV3iA3 .MV3iA3-office:not(:last-child) { margin-bottom: 1rem; } .MV3iA3 .MV3iA3-office [class*=col-] { word-wrap: break-word; word-break: break-word; } .MV3iA3 .MV3iA3-office [class*=col-]:not(:last-child) { padding-bottom: 5px; } .MV3iA3 a:hover i, .MV3iA3 a:hover { color: rgba(39, 39, 39, 1); text-decoration: none; } @media (max-width: 768px) { .MV3iA3-slogan .container { display: block; } .MV3iA3-slogan .container h3 + form { margin-top: 1rem; } .MV3iA3-slogan .container form { max-width: 100%; } .MV3iA3 .MV3iA3-office:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding-bottom: 1rem; } .MV3iA3 .container:not(.has-divider) .MV3iA3-column .col-12:not(:last-child) { margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.3); } .MV3iA3 .MV3iA3-social a { margin: 0 5px 5px 0; } .MV3iA3 .MV3iA3-social a i { font-size: 1.625rem; } .MV3iA3 .MV3iA3-code img { margin: 0 5px 0 0; } .MV3iA3 .MV3iA3-logo { max-height: 2.5rem; max-width: 6.25rem; } } .MV3iA3-tabBar { position: fixed; z-index: 100; width: 100%; height: 3.5rem; background-color: rgba(58, 181, 73, 1); left: 0; border: 0; bottom: 0; display: flex; border-top: 1px solid rgba(255, 255, 255, 0.6); } .MV3iA3-tabBar a { height: 100%; flex: 1 1 auto; display: flex; justify-content: center; align-items: center; } .MV3iA3-tabBar a div { color: #fff; } .MV3iA3-tabBar a img { width: 1rem; height: 1rem; display: inline-block; vertical-align: center; } .MV3iA3-tabBar a:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, 0.6); } @media (min-width: 768px) { .MV3iA3-tabBar { display: none; } } .section-1755541649589542913 .section-title .has-line:after, .section-1755541649589542913 .section-title img { width: 20%; } @media (min-width: 768px) { .section-1755541649589542913 .section-dialog-container { width: 30%; } } .section-1755541650248048642 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1755541650248048642 .section-title [class^=text-] { width: 100%; } } .section-1755541650248048642 .section-title .has-line:after, .section-1755541650248048642 .section-title img { width: 5%; } .section-1755541650910748674 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1755541650910748674 .section-title [class^=text-] { width: 100%; } } .section-1755541650910748674 .section-title .has-line:after, .section-1755541650910748674 .section-title img { width: 20%; } .section-1755541650910748674 table th, .section-1755541650910748674 table td, .section-1755541650910748674 table thead th, .section-1755541650910748674 table tbody + tbody { border: 1px solid rgba(22, 185, 57, 0.98); } .section-1755541650910748674 .cover-border { border-color: rgba(23, 170, 69, 1); } .section-1755541650910748674 .section-rich-text, .section-1755541650910748674 .section-rich-text * { line-height: 25px; } .section-1755541650910748674 .tips { font-size: 20px; } @media (min-width: 768px) { .section-1851568105158901761, .section-1851568105158901761 .qUbmMn-c { height: calc(100vh - 150px); } } @media (min-width: 768px) { .section-1853365478826737665, .section-1853365478826737665 .qUbmMn-c { height: calc(100vh - 200px); } } .section-1755541650688450561 .section-container { background: rgba(245, 245, 245, 1) ; } .section-1755541650688450561 .section-collection-describe.close:before { background: linear-gradient(180deg,rgba(252,251,252,0),rgba(245, 245, 245, 1)); } .section-1755541650688450561 .card { background-color: rgba(255, 255, 255, 1); } .section-1755541650688450561 .card .text-content-heading { line-clamp: 1; -webkit-line-clamp: 1; } .section-1755542246975873026 .f7Q7fe-play, .section-1755542246975873026 h3 { color:rgba(255, 255, 255, 1) border-color:rgba(255, 255, 255, 1) } .section-1755542246975873026 .f7Q7fe-play:after { border-color: transparent transparent transparent rgba(255, 255, 255, 1); } .section-1755542246975873026 .section-title .f7Q7fe-divider{ border-color: rgba(255, 255, 255, 1); } @media (min-width: 768px) { .section-1757696385965105154, .section-1757696385965105154 .qUbmMn-c { height: calc(100vh - 150px); } } .section-1760081792308699138 .Zb2EZv-contact { background: url("/cdn/1755541647878266882/1760082970669047810.webp") no-repeat center right; background-size: cover; } .section-1760081792308699138 .Zb2EZv-map{ height: 600px; } .section-1760081792308699138 .text-content-heading{ color: rgba(255, 255, 255, 1); } .section-1773307624850317314 .section-title .has-line:after, .section-1773307624850317314 .section-title img { width: 5%; } .section-1773307624850317314 .section-title .has-line:after, .section-1773307624850317314 .section-title img { width: 5%; } .section-1773319514406117377 .media img { width: 50px; } .section-1773845943698972673 .vQrQB3-content:before { background-color: rgba(7, 3, 3, 0.34); } .section-1773845943698972673 .slick-slide-0 [class*="text-"] { color: rgba(255, 255, 255, 1); } .section-1773845943698972673 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1773859156436049922 .vQrQB3-content:before { background-color: rgba(7, 3, 3, 0.34); } .section-1773859156436049922 .slick-slide-0 [class*="text-"] { color: rgba(255, 255, 255, 1); } .section-1773859156436049922 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1773859156436049922 .slick-slide-1 [class*="text-"] { color: rgba(255, 255, 255, 1); } .section-1773859156436049922 .slick-slide-1 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1773863476338483201 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1773863476338483201 .section-title [class^=text-] { width: 100%; } } .section-1773910858434469890 .vQrQB3-content:before { background-color: rgba(7, 3, 3, 0.34); } .section-1773910858434469890 .slick-slide-0 [class*="text-"] { color: rgba(255, 255, 255, 1); } .section-1773910858434469890 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } @media (min-width: 768px) { .section-1774798062832705537 .text-heading { padding-top: 25px; padding-bottom: 25px; } } .section-1775013265994276866{ background: rgba(245, 245, 245, 1) ; } .section-1775013515416952833{ background: rgba(245, 245, 245, 1) ; } .section-1775013871152652290{ background: rgba(245, 245, 245, 1) ; } .section-1851186006090350594{ background: rgba(244, 244, 244, 1) ; } .section-1851186006090350594 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } @media (min-width: 768px) { .section-1851567428869324802, .section-1851567428869324802 .qUbmMn-c { height: calc(100vh - 150px); } } .section-1851568105158901763{ background: rgba(244, 244, 244, 1) ; } @media (min-width: 768px) { .section-1851574179295428610, .section-1851574179295428610 .qUbmMn-c { height: calc(100vh - 150px); } } @media (min-width: 768px) { .section-1851592536186978305, .section-1851592536186978305 .qUbmMn-c { height: calc(100vh - 150px); } } @media (min-width: 768px) { .section-1851592954266812417, .section-1851592954266812417 .qUbmMn-c { height: calc(100vh - 150px); } } .section-1853103315809763329 .slick-slide-0 .slick-slide-area { width: 100%; margin-left: 43%; } @media (min-width: 768px) { .section-1853311235784736769, .section-1853311235784736769 .qUbmMn-c { height: calc(100vh - 200px); } } .section-1853340303267758081{ background: url("/cdn/1755541647878266882/1853341025812119553.webp") no-repeat center center; background-size: cover; } .section-1760084097502371842 .media img { width: 50px; } @media (min-width: 768px) { .section-1760084097502371842 .ZVNrIj-content:not(.order-2) { padding-right: 50px; } .section-1760084097502371842 .ZVNrIj-content.order-2 { padding-left: 50px; } } .section-1760085280262545409{ background: rgba(242, 242, 242, 1) ; } .section-1760085280262545409 img { height:50px; } .section-1764296197737111553 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1764296197737111553 .section-title [class^=text-] { width: 100%; } } .section-1773319811157319682 .media img { width: 50px; } @media (min-width: 768px) { .section-1773319811157319682 .ZVNrIj-content:not(.order-2) { padding-right: 50px; } .section-1773319811157319682 .ZVNrIj-content.order-2 { padding-left: 50px; } } @media (min-width: 768px) { .section-1773861491308617729, .section-1773861491308617729 .qUbmMn-c { height: calc(100vh - 80px); } } .section-1775010909915308034{ background: rgba(245, 245, 245, 1) ; } @media (min-width: 768px) { .section-1776841833535627265 .card-body { padding: 40.0px 50px; } .section-1776841833535627265 .card { border-radius: 20px; } } .section-1850821847322492929{ background: rgba(245, 245, 245, 1) ; } .section-1850821847322492929 .embed-responsive label, .section-1850821847322492929 .text-label { background-color:rgba(58, 182, 73, 1); } .section-1850821847322492929 .Inuqaa-card { border-color:rgba(58, 182, 73, 1); } .section-1851570400386908162{ background: rgba(244, 244, 244, 1) ; } .section-1851574179295428615{ background: rgba(244, 244, 244, 1) ; } .section-1851592536186978310{ background: rgba(244, 244, 244, 1) ; } .section-1851592954266812422{ background: rgba(244, 244, 244, 1) ; } @media (min-width: 768px) { .section-1853106259812712450 .text-heading { color:rgba(255, 255, 255, 1); } .section-1853106259812712450 .text-subheading { color:rgba(255, 255, 255, 1); } .section-1853106259812712450 .text-subheading:before { border-color:rgba(255, 255, 255, 1); } .section-1853106259812712450 .text-body { color:rgba(255, 255, 255, 1); } } .section-1853341679913828353{ background: url("/cdn/1755541647878266882/1853344050580586498.webp") center center; background-size: cover; } .section-1853341679913828353 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1853341679913828353 .section-title [class^=text-] { width: 100%; } } .section-1853664089816989698 .JJ7NBz-content{ background-color: rgba(239, 239, 239, 1); } .section-1760085896640684033 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1760085896640684033 .section-title [class^=text-] { width: 100%; } } .section-1760085896640684033 .section-title .has-line:after, .section-1760085896640684033 .section-title img { width: 5%; } .section-1773298768963297281 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1773298768963297281 .section-title [class^=text-] { width: 100%; } } .section-1773298768963297281 .section-title .has-line:after, .section-1773298768963297281 .section-title img { width: 5%; } .section-1773321845495422978 .media img { width: 50px; } @media (min-width: 768px) { .section-1773321845495422978 .ZVNrIj-content:not(.order-2) { padding-right: 50px; } .section-1773321845495422978 .ZVNrIj-content.order-2 { padding-left: 50px; } } .section-1773862196438228993 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1773862196438228993 .section-title [class^=text-] { width: 100%; } } .section-1775011942792028161{ background: rgba(245, 245, 245, 1) ; } .section-1851567428869324806{ background: rgba(244, 244, 244, 1) ; } .section-1851567428869324806 .card{background:rgba(253, 253, 253, 1)} .section-1851567428869324806 .card {border:1px solid rgba(30, 130, 55, 1)} .section-1851567428869324806 .text-small:before { background-color: rgba(49, 49, 49, 1); } .section-1851567428869324806 .card [class*=text-]{color:rgba(49, 49, 49, 1)} .section-1851567428869324806 .card-body { padding: 35px; } .section-1851568105158901762{ background: rgba(255, 255, 255, 1) url("/cdn/1755541647878266882/1851443816711618561.webp") no-repeat ; background-size: cover; } .section-1851568105158901762 .text-heading{ color:rgba(76, 76, 76, 1); } .section-1851592536186978308{ background: rgba(244, 244, 244, 1) ; } .section-1851592954266812420{ background: rgba(244, 244, 244, 1) ; } .section-1852249474436464641{ background: rgba(255, 255, 255, 1) url("/cdn/1755541647878266882/1851443816711618561.webp") no-repeat ; background-size: cover; } .section-1852249474436464641 .text-heading{ color:rgba(76, 76, 76, 1); } @media (min-width: 768px) { .section-1853107314084577282 .text-heading { color:rgba(255, 255, 255, 1); } .section-1853107314084577282 .text-subheading { color:rgba(251, 251, 251, 1); } .section-1853107314084577282 .text-body, .section-1853107314084577282 .text-body * { color:rgba(255, 255, 255, 1); } } @media (min-width: 768px) { .section-1853111886291173378, .section-1853111886291173378 .qUbmMn-c { height: calc(100vh - 200px); } } .section-1853344827768340482{ background: rgba(245, 245, 245, 1) ; } .section-1853609744933093378 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1853609744933093378 .section-title [class^=text-] { width: 100%; } } .section-1853609744933093378 .section-title .has-line:after, .section-1853609744933093378 .section-title img { width: 5%; } @media (min-width: 768px) { .section-1853609744933093378 .carousel-multiple .carousel-slide-item { width: calc(25.0% - 24px); } } @media (max-width: 768px) { .section-1853609744933093378 .carousel-multiple .carousel-slide-item { width: calc(50.0% - 12px); } } .section-1853609744933093378 .embed-responsive{ width: 80%; } @media (min-width: 768px) { .section-1853609744933093378 .miyUFr-describe { width: 90%; } } .section-1853659500522799106{ background: rgba(245, 245, 245, 1) ; } .section-1853659500522799106 .uABjim-0 [class^=text-] { color: rgba(254, 254, 254, 1); } .section-1853659500522799106 .uABjim-0 [class^=text-] a { color: rgba(58, 181, 73, 1); } .section-1853994372281958402 .JJ7NBz-content{ background-color: rgba(239, 239, 239, 1); } .section-1773322788962164738 .media img { width: 50px; } @media (min-width: 768px) { .section-1773322788962164738 .ZVNrIj-content:not(.order-2) { padding-right: 50px; } .section-1773322788962164738 .ZVNrIj-content.order-2 { padding-left: 50px; } } .section-1773862551658029058 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1773862551658029058 .section-title [class^=text-] { width: 100%; } } .section-1850779490627649537{ background: rgba(239, 239, 239, 0.47) ; } .section-1850779490627649537 .text-left .text-small:before { background-color: rgba(255, 0, 0, 0); } .section-1851485824914325505{ background: rgba(244, 244, 244, 1) ; } .section-1851485824914325505 .card{background:rgba(253, 253, 253, 1)} .section-1851485824914325505 .card {border:1px solid rgba(30, 130, 55, 1)} .section-1851485824914325505 .text-small:before { background-color: rgba(49, 49, 49, 1); } .section-1851485824914325505 .card [class*=text-]{color:rgba(49, 49, 49, 1)} .section-1851485824914325505 .card-body { padding: 35px; } .section-1851567428869324804{ background: rgba(244, 244, 244, 1) ; } .section-1851574179295428611{ background: rgba(255, 255, 255, 1) url("/cdn/1755541647878266882/1851443816711618561.webp") no-repeat ; background-size: cover; } .section-1851574179295428611 .text-heading{ color:rgba(76, 76, 76, 1); } .section-1851592536186978309{ background: rgba(244, 244, 244, 1) ; } .section-1851592536186978309 .card{background:rgba(253, 253, 253, 1)} .section-1851592536186978309 .card {border:1px solid rgba(30, 130, 55, 1)} .section-1851592536186978309 .text-small:before { background-color: rgba(49, 49, 49, 1); } .section-1851592536186978309 .card [class*=text-]{color:rgba(49, 49, 49, 1)} .section-1851592536186978309 .card-body { padding: 35px; } .section-1851592954266812421{ background: rgba(244, 244, 244, 1) ; } .section-1851592954266812421 .card{background:rgba(253, 253, 253, 1)} .section-1851592954266812421 .card {border:1px solid rgba(30, 130, 55, 1)} .section-1851592954266812421 .text-small:before { background-color: rgba(49, 49, 49, 1); } .section-1851592954266812421 .card [class*=text-]{color:rgba(49, 49, 49, 1)} .section-1851592954266812421 .card-body { padding: 35px; } .section-1853121636919705601 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1853121636919705601 .section-title [class^=text-] { width: 100%; } } .section-1853121636919705601 .section-title .has-line:after, .section-1853121636919705601 .section-title img { width: 10%; } .section-1853349550219100161{ background: url("/cdn/1755541647878266882/1853355322512539649.webp") no-repeat center center; background-size: cover; } .section-1853349550219100161 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1853349550219100161 .section-title [class^=text-] { width: 100%; } } .section-1853626166564388865{ background: rgba(33, 145, 47, 1) ; } @media (min-width: 768px) { .section-1853626166564388865 .card-body { padding: 39.375px 35px; } .section-1853626166564388865 .text-small:before { width: 60px; left: -70px; } .section-1853626166564388865 .text-small.right:before { left: auto; right: -65px; } } .section-1853673042886033409 .JJ7NBz-content{ background-color: rgba(239, 239, 239, 1); } .section-1851567428869324803{ background: rgba(255, 255, 255, 1) url("/cdn/1755541647878266882/1851443816711618561.webp") no-repeat ; background-size: cover; } .section-1851567428869324803 .text-heading{ color:rgba(76, 76, 76, 1); } .section-1851592536186978307{ background: rgba(244, 244, 244, 1) ; } .section-1851592954266812419{ background: rgba(244, 244, 244, 1) ; } .section-1853629206746923009{ background: rgba(237, 237, 237, 1) url("/cdn/1755541647878266882/1853633680785833985.webp") no-repeat ; background-size: auto; } .section-1853629206746923009 .e6zuQr-content { background-color: rgba(254, 255, 254, 1); } .section-1853653532200173569{ background: rgba(245, 245, 245, 1) ; } .section-1853653532200173569 .embed-responsive label, .section-1853653532200173569 .text-label { background-color:rgba(58, 182, 73, 1); } .section-1853653532200173569 .Inuqaa-card { border-color:rgba(58, 182, 73, 1); } .section-1853673061601017858 .JJ7NBz-content{ background-color: rgba(239, 239, 239, 1); } .section-1850825542776946690 .embed-responsive label, .section-1850825542776946690 .text-label { background-color:rgba(58, 182, 73, 1); } .section-1850825542776946690 .Inuqaa-card { border-color:rgba(58, 182, 73, 1); } .section-1851153829738872834{ background: rgba(244, 244, 244, 1) ; } .section-1851153829738872834 .card{background:rgba(253, 253, 253, 1)} .section-1851153829738872834 .card {border:1px solid rgba(30, 130, 55, 1)} .section-1851153829738872834 .text-small:before { background-color: rgba(49, 49, 49, 1); } .section-1851153829738872834 .card [class*=text-]{color:rgba(49, 49, 49, 1)} .section-1851448243740770306{ background: rgba(255, 255, 255, 1) url("/cdn/1755541647878266882/1851443816711618561.webp") no-repeat ; background-size: cover; } .section-1851448243740770306 .text-heading{ color:rgba(76, 76, 76, 1); } .section-1851592536186978306{ background: rgba(255, 255, 255, 1) url("/cdn/1755541647878266882/1851443816711618561.webp") no-repeat ; background-size: cover; } .section-1851592536186978306 .text-heading{ color:rgba(76, 76, 76, 1); } .section-1851592954266812418{ background: rgba(255, 255, 255, 1) url("/cdn/1755541647878266882/1851443816711618561.webp") no-repeat ; background-size: cover; } .section-1851592954266812418 .text-heading{ color:rgba(76, 76, 76, 1); } .section-1853112191326126082 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1853634119325483010{ background: rgba(245, 245, 245, 1) ; } .section-1853634119325483010 .embed-responsive label, .section-1853634119325483010 .text-label { background-color:rgba(58, 182, 73, 1); } .section-1853634119325483010 .Inuqaa-card { border-color:rgba(58, 182, 73, 1); } .section-1853677594750255105 .JJ7NBz-content{ background-color: rgba(239, 239, 239, 1); } .section-1851440801330003969{ background: rgba(255, 255, 255, 1) url("/cdn/1755541647878266882/1851443816711618561.webp") no-repeat ; background-size: cover; } .section-1851440801330003969 .text-heading{ color:rgba(76, 76, 76, 1); } @media (min-width: 768px) { .section-1853114021540036609 .text-heading { color:rgba(255, 255, 255, 1); } .section-1853114021540036609 .text-subheading { color:rgba(255, 255, 255, 1); } .section-1853114021540036609 .text-body, .section-1853114021540036609 .text-body * { color:rgba(255, 253, 253, 1); } } @media (max-width: 768px) { .section-1853114021540036609 .text-heading { color:rgba(255, 255, 255, 1); } .section-1853114021540036609 .text-subheading { color:rgba(255, 255, 255, 1); } .section-1853114021540036609 .text-body, .section-1853114021540036609 .text-link, .section-1853114021540036609 .text-body * { color:rgba(255, 255, 255, 1); } } .section-1853307245000949761 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1853307245000949761 .section-title [class^=text-] { width: 100%; } } .section-1853307245000949761 .section-title .has-line:after, .section-1853307245000949761 .section-title img { width: 5%; } .section-1853635208603009025{ background: rgba(246, 246, 246, 1) ; } .section-1853635208603009025 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1853635208603009025 .section-title [class^=text-] { width: 100%; } } .section-1853635208603009025 .section-title .has-line:after, .section-1853635208603009025 .section-title img { width: 5%; } .section-1853652638234607618{ background: rgba(244, 244, 244, 1) ; } .section-1853679033178423298{ background: rgba(255, 255, 255, 1) url("/cdn/1755541647878266882/1851443816711618561.webp") no-repeat ; background-size: cover; } .section-1853679033178423298 .text-heading{ color:rgba(76, 76, 76, 1); } .section-1773912094550384641{ background: rgba(242, 242, 242, 1) ; } .section-1773912094550384641 [class*="col-"]:nth-child(2) { padding-top: 25px; } @media (min-width: 768px) { .section-1773912094550384641 .card{ margin-left:0px; } .section-1773912094550384641 .Ijaqeu-item{ border-radius:10px; } } .section-1853606889266380801{ background: rgba(244, 244, 244, 1) ; } .section-1853665606062080002{ background: rgba(245, 245, 245, 1) ; } .section-1853665606062080002 .embed-responsive label, .section-1853665606062080002 .text-label { background-color:rgba(58, 182, 73, 1); } .section-1853665606062080002 .Inuqaa-card { border-color:rgba(58, 182, 73, 1); } .section-1853606984682602498{ background: url("/cdn/1755541647878266882/1853355322512539649.webp") no-repeat center center; background-size: cover; } .section-1853606984682602498 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1853606984682602498 .section-title [class^=text-] { width: 100%; } } .section-1757467808539615233{ background: rgba(255, 255, 255, 1) ; } .section-1757467808539615233 .inquiry-form-office * { color:rgba(0, 0, 0, 1); } .section-1757467808539615233 .section-title .text-heading { color:rgba(58, 181, 73, 1); } .section-1757467808539615233 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1757467808539615233 .section-title [class^=text-] { width: 100%; } } .section-1757467808539615233 .section-title .has-line:after, .section-1757467808539615233 .section-title img { width: 5%; } .section-1853650681625346049{ background: rgba(255, 255, 255, 1) url("/cdn/1755541647878266882/1851443816711618561.webp") no-repeat ; background-size: cover; } .section-1853650681625346049 .text-heading{ color:rgba(76, 76, 76, 1); } .section-1983015750081978370 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1983015750081978370 .section-title [class^=text-] { width: 100%; } } .section-1983015750081978370 .section-title .has-line:after, .section-1983015750081978370 .section-title img { width: 5%; } @media (min-width: 768px) { .section-1983015750081978370 .carousel-multiple .carousel-slide-item { width: calc(16.666666666666664% - 24px); } } @media (max-width: 768px) { .section-1983015750081978370 .carousel-multiple .carousel-slide-item { width: calc(50.0% - 12px); } } .section-1983015750081978370 .embed-responsive{ width: 50%; } @media (min-width: 768px) { .section-1983015750081978370 .miyUFr-describe { width: 70%; } } .section-1755541659819450369 .jqmAby-notice { background-color: rgba(255, 255, 255, 1); } .section-1755541659819450369 .jqmAby-bar { background-color: rgba(42, 143, 54, 1); } .section-1755541659819450369 .jqmAby-notice { background-color: rgba(255, 255, 255, 1); } .section-1755541659819450369 .navbar { background-color: rgba(255, 255, 255, 1); } @media (min-width: 768px) { .section-1755541659819450369 .navbar .navbar-nav li > .nav-link:not(.active) { color: rgba(0, 0, 0, 1); } .section-1755541659819450369 .navbar .navbar-nav li > .nav-link.active { color: rgba(7, 171, 23, 1); } } @media (min-width: 768px) { .section-1755541659819450369 nav .navbar-second-menu .nav-link { color: rgba(14, 184, 28, 1); } } .section-1755541659819450370 .MV3iA3-container [class*="text-"], .section-1755541659819450370 .MV3iA3-container [class*="ic-"], .section-1755541659819450370 .MV3iA3-office [class*="col-"], .section-1755541659819450370 .MV3iA3-container a:not(:hover), .section-1755541659819450370 .has-divider .text-subheading:after, .section-1755541659819450370 .has-divider .text-subheading{ color: rgba(249, 249, 249, 0.68); border-color: rgba(249, 249, 249, 0.68); }