@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

html[lang="en-US"] *:not(i) {
    font-family: Roboto !important;
}

html[lang="zh-TC"] *,
span[lang="zh-TC"] {
    font-family: "Roboto", "Noto Sans TC", sans-serif !important;
}

html[lang="zh-SC"] *,
span[lang="zh-SC"] {
    font-family: "Roboto", "Noto Sans SC", sans-serif !important;
}

html[lang="zh-SC"] * :not(i.fa),
html[lang="zh-TC"] * :not(i.fa) {
    letter-spacing: 1px;
}

body {
    scroll-behavior: smooth;
}

html[lang="zh-TC"] span.nts-sc {
    font-family: "Noto Sans SC", sans-serif !important;
}

html[lang="zh-TC"] .dashicons,
html[lang="zh-SC"] .dashicons {
    font-family: dashicons !important;
}

.row>* {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.mb-4 {
    margin-bottom: 0px !important;
}

/*Variable Css*/
:root {
    --transition: all 0.3s;
    --white: #ffffff;
    --light-grey: #E2E2E2;
    --primary-blue: #003683;
    --light-blue: #02A7DF;
    --text-grey: #505050;
    --text-black: #1A1A1A;

    /*Font size*/
    --fs-h4: 20px;
    --fs-20-16: 20px;
    --fs-18-14: 18px;
    --fs-16-14: 16px;
    --fs-14-12: 14px;

    /*Font Weight*/
    --fw-400: 400;
    --fw-600: 600;
    --fw-700: 700;

    /*New font-size*/
    --fs-h1: 50px;
    --fs-h2: 36px;
    --fs-h3: 26px;
    --fs-tab: 20px;
    --fs-subtitle-1: 20px;
    --fs-subtitle-2: 16px;
    --fs-body: 18px;
    --fs-body-small: 16px;
    --fs-button: 20px;

    /*Line height*/
    --lh-120: 120%;
    --lh-150: 150%;
    --lh-100: 100%;

    /*Padding Size*/
    --pad-xs: 40px;
    --pad-m: 80px;
    --pad-l: 100px;
    --pad-s: 60px;
}

:active,
:focus {
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}

/*Global Class CSS*/
.vtech-hover div.elementor-heading-title a,
.vtech-hover h2.elementor-heading-title a,
.vtech-hover h3.elementor-image-box-title a {
    transition: var(--transition) !important;
}

.vtech-hover:hover div.elementor-heading-title a,
.vtech-hover:hover h2.elementor-heading-title a,
.vtech-hover:hover h3.elementor-image-box-title a {
    color: var(--e-global-color-04c3757);
}

.vtech-hover:hover h3.elementor-image-box-title a:after,
.vtech-hover:hover div.elementor-heading-title a:hover:after,
.vtech-hover h3.elementor-image-box-title a:hover:after {
    background-image: url('../images/arrow-light-blue.svg');
}

.vtech-arrow a,
.vtech-hover h3.elementor-image-box-title a {
    display: flex;
    align-items: center;
}

.table-block.order-1 {
    order: 1;
    background-color: #F0F0F0;
}

.table-block.order-2 {
    order: 2;
    background-color: var(--white);
}

.table-block.order-3 {
    order: 3;
    background-color: #F0F0F0;
}

.table-block.order-4 {
    order: 4;
    background-color: var(--white);
}

.table-block.order-5 {
    order: 5;
    background-color: #F0F0F0;
}

.table-block.order-0:nth-child(odd) {
    order: 6;
    background-color: var(--white);
}

.table-block.order-0:nth-child(even) {
    order: 6;
    background-color: #F0F0F0;
}

.image-ratio-square .elementor-widget-container {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
    height: 100%;
}

.image-ratio-square .elementor-widget-container img {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}



html[lang="en-US"] .vtech-arrow a,
html[lang="en-US"] .vtech-hover h3.elementor-image-box-title a {
    align-items: baseline;
    line-height: 1.3;
}

html[lang="en-US"] .vtech-arrow a:after {
    width: 12px;
    height: 12px;
}

.vtech-hover h3.elementor-image-box-title a:after {
    content: '';
    background-image: url('../images/short-arrow-blue.svg');
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 0;
    width: 12px;
    height: 12px;
    display: flex;
    background-size: contain;
    transition: var(--transition);
}

.vtech-arrow a:after {
    content: '';
    background-image: url('../images/arrow-right-white.svg');
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 0;
    width: 15px;
    height: 15px;
    display: flex;
    background-size: contain;
    transition: var(--transition);
    line-height: 1.3;
}

.vtech-menu-custom-item a:before {
    content: "";
    bottom: 8px;
    width: calc(100% - 24px) !important;
    opacity: 0;
    transition: var(--transition);
}

.vtech-menu-custom-item a:hover:before {
    opacity: 1;
}

.button-grey.vtech-arrow a:after {
    content: '';
    background-image: url('../images/ar-right-grey.svg');
    background-repeat: no-repeat;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    display: flex;
    background-size: contain;
    transition: var(--transition);
    line-height: 1.3;
}

.button-blue.vtech-arrow a:after {
    content: '';
    background-image: url('../images/right-light-blue.svg');
    background-repeat: no-repeat;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    display: flex;
    background-size: contain;
    transition: var(--transition);
    line-height: 1.3;
}

/*Header*/
.vtech-header-menu-mobile ul>li>ul.sub-menu {
    display: none !important;
}

.vtech-header-menu-mobile ul>li.active>ul.sub-menu {
    display: block !important;
    padding-left: 15px;
}

.footer-menu-mobile ul>li>ul.sub-menu {
    display: none !important;
}

.footer-menu-mobile ul>li.active>ul.sub-menu {
    display: block !important;
}

.vtech-switcher ul {
    display: flex;
    flex-wrap: nowrap;
}

.vtech-switcher .wpml-ls-current-language {
    display: none !important;
}

.vtech-switcher .wpml-ls-item:nth-child(1) {
    order: 1 !important;
}

.vtech-switcher .wpml-ls-item:nth-child(2) {
    order: 2 !important;
}

.vtech-switcher .wpml-ls-item:nth-child(3) {
    position: relative;
    order: 3 !important;
}

html[lang='zh-SC'] .vtech-switcher .wpml-ls-item:nth-child(2):before {
    content: '';
    width: 1px;
    height: 18px;
    display: block;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

html[lang='zh-SC'] .vtech-switcher .wpml-ls-item:nth-child(2):after {
    content: '';
    width: 1px;
    height: 18px;
    display: block;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.vtech-switcher .wpml-ls-item:nth-child(3):before {
    content: '';
    width: 1px;
    height: 18px;
    display: block;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.vtech-switcher .wpml-ls-item:nth-child(3):after {
    content: '';
    width: 1px;
    height: 18px;
    display: block;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

html[lang="zh-SC"] .vtech-switcher .wpml-ls-item:nth-child(2):before {
    content: '';
    width: 1px;
    height: 18px;
    display: block;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

html[lang="zh-SC"] .vtech-switcher .wpml-ls-item:nth-child(2):after {
    content: '';
    width: 1px;
    height: 18px;
    display: block;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.vtech-switcher .wpml-ls-legacy-list-horizontal {
    padding: 5px 10px 5px 0;
}

.vtech-header-menu-mobile .sub-arrow svg,
.vtech-header-menu .sub-arrow svg {
    display: none;
}

.vtech-header-menu ul li a,
.vtech-header-menu ul li a:hover,
.vtech-header-menu ul li a:focus {
    cursor: pointer;
    border-left: none;
}

.vtech-header-menu li.vtech-menu-custom-item.menu-item.menu-item-object-custom {
    margin-right: 10px;
}

.vtech-header-menu-mobile li.vtech-menu-custom-item.menu-item.menu-item-object-custom {
    display: flex;
    align-items: center;
}

.vtech-header-menu-mobile li.vtech-menu-custom-item.menu-item.menu-item-object-custom:after {
    content: '';
    background-image: url(../images/sustai-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    border-left: 0;
    margin-left: 10px;
}

.vtech-header-menu li.vtech-menu-custom-item.menu-item.menu-item-object-custom:after {
    content: '';
    background-image: url(../images/sustainability1-cropped.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    border-left: 0;
}

.vtech-header-menu-mobile .menu-item-has-children .has-submenu .sub-arrow:after {
    content: '';
    background-image: url(../images/arrow-right-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    transition: transform 0.3s;
}

.vtech-header-menu-mobile .menu-item-has-children .has-submenu.highlighted .sub-arrow:after {
    transform: rotate(90deg);
}

.vtech-header-menu .menu-item-has-children .sub-arrow:after {
    content: '';
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
}

.vtech-header-menu .menu-item-has-children .highlighted .sub-arrow:after {
    background-image: url(../images/res.svg);
}

.vtech-header-menu ul.elementor-nav-menu li ul.sub-menu {
    padding: 15px 0;
    min-width: 310px !important;
}

.vtech-header-menu .e--pointer-double-line .menu-item-has-children .elementor-item:after,
.vtech-header-menu .e--pointer-underline .menu-item-has-children .elementor-item:after {
    content: "";
    bottom: 5px;
    width: calc(100% - 20px);
}

/*Custom search*/
.vtech-custom-search {
    max-width: 0% !important;
    transition: var(--transition);
    height: 100%;
    width: 90%;
}

.vtech-custom-search .vtech-search {
    height: 100%;
    padding: 0;
    border: 0;
}

.vtech-header .vtech-custom-search {
    right: 50% !important;
    transform: translateX(50%);
}

.vtech-header.expand .vtech-hide-on-search {
    opacity: 0;
    visibility: hidden;
}

.vtech-header.expand .vtech-custom-search {
    max-width: 70% !important;
    border-bottom: 1px solid #fff;
}

.vtech-header-mobile.expand .vtech-custom-search {
    max-width: 100% !important;
    border-bottom: 0;
}

.vtech-header-mobile .vtech-custom-search .vtech-search {
    background-color: #f0f0f0;
}

.vtech-header .vtech-custom-search .vtech-search {
    background-color: var(--primary-blue);
    color: #fff;
}

.vtech-header .vtech-custom-search .vtech-search::placeholder {
    color: #fff;
}

.vtech-header-mobile.expand .vtech-custom-search .vtech-search,
.vtech-header.expand .vtech-custom-search .vtech-search {
    padding: 10px 50px 10px 50px;
}

/*Search Box*/
#vtech-hidden-search-box {
    height: 100%;
}

.vtech-search-submit {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    border: 0;
    transform: translateY(-50%);
    padding: 0;
}

.vtech-search-close {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    border: 0;
    transform: translateY(-50%);
    padding: 0;
}

.vtech-header-mobile.expand .vtech-search-submit,
.vtech-header.expand .vtech-search-submit {
    display: flex;
}

.vtech-search-close,
.vtech-search-submit,
.vtech-search-trigger {
    cursor: pointer
}

.vtech-search-close {
    display: none;
}

.vtech-search-submit:hover,
.vtech-search-submit:focus,
.vtech-search-submit:active {
    background-color: transparent;
}

.vtech-header-mobile.expand .vtech-search-close,
.vtech-header.expand .vtech-search-close {
    display: flex;
    z-index: 100;
}

.icon-mobile {
    display: none;
}

/*Header Mobile*/
.vtech-header-menu-mobile nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item ul.sub-menu li a {
    border-left: 0;
    font-size: 16px;
    font-weight: 800;
    color: #505050;
    padding: 10px 0;
    display: block;
}

.vtech-header-menu-mobile nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item a:focus {
    background-color: transparent;
}

.vtech-header-menu-mobile nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item ul.sub-menu li a:hover {
    color: var(--e-global-color-primary);
}

.vtech-header-menu-mobile nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item ul.sub-menu li a.elementor-item-active {
    color: #02A7DF;
}

.header-block-language.mobile .vtech-switcher .wpml-ls-legacy-list-horizontal {
    padding: 0;
}

.header-block-language .vtech-switcher .wpml-ls-item a.wpml-ls-link {
    padding: 3px 10px;
    color: #ffffff;
}

.header-block-language .vtech-switcher .wpml-ls-item a.wpml-ls-link span {
    transition: var(--transition);
}

.header-block-language .vtech-switcher .wpml-ls-item a.wpml-ls-link:hover span {
    color: var(--e-global-color-04c3757);
}

.header-block-language .vtech-switcher .wpml-ls-item a.wpml-ls-link span {
    display: block;
    line-height: 20px;
}

.header-block-language.mobile .vtech-switcher .wpml-ls-item:nth-child(3):before {
    background-color: #505050;
}

.header-block-language.mobile .vtech-switcher .wpml-ls-item:nth-child(3):after {
    display: none;
}

.vtech-close-menu {
    cursor: pointer;
    transition: var(--transition);
}

/*Section Home News*/
.home-news .vtech-post-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 70px;
    grid-row-gap: 40px;
}

.vtech-home-news .box-image-overlay .elementor-widget-video .elementor-custom-embed-image-overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(212deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.vtech-home-news .box-image-overlay .elementor-widget-video {
    height: 100%;
}

.vtech-home-news .box-image-overlay .elementor-open-lightbox {
    height: 100%;
}

.vtech-home-news .box-image-overlay .elementor-open-lightbox img {
    object-position: top center;
}

.overlay-play-btn {
    position: relative;
}

.overlay-play-btn.elementor-widget-image:before {
    position: absolute;
    background-image: url('../images/play-btn.svg');
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

/*Footer*/
.footer-text p {
    font-size: 14px;
    font-weight: var(--fw400);
    color: white;
}

#footer-form form .elementor-field-group.e-form__buttons {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding-right: 10px;
}

#footer-form form .elementor-field-group.e-form__buttons #footer-form-button {
    padding: 0;
}

#footer-form form .elementor-field-group.elementor-field-type-email #form-field-email {
    padding-left: 65px;
}

#footer-form form .elementor-field-group.elementor-field-type-email:before {
    content: '';
    background-image: url('../images/email.svg');
    width: 20px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

#footer-form form .elementor-form-fields-wrapper {
    position: relative;
}

#footer-form form .elementor-field-group.elementor-field-type-email:after {
    content: '';
    position: absolute;
    left: 50px;
    height: 50%;
    width: 1px;
    background-color: #F0F0F0;
}

#footer-form form .elementor-field-group.e-form__buttons #footer-form-button .elementor-button-icon {
    display: flex;
    margin: 0;
}

#footer-form form .elementor-field-group.e-form__buttons #footer-form-button svg {
    width: 16px;
    height: 16px;
}

.panel-body {
    max-width: 1250px;
    margin: 0 auto;
    padding: 100px 20px;
}

.panel-heading {
    border-bottom: 1px solid #F0F0F0;
    padding: 50px 0;
}

.ppw-post-password-container h2 {
    font-size: var(--fs-h2);
    font-weight: var(--fw-700);
    line-height: var(--lh-120);
    color: var(--primary-blue);
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}

.ppw-post-password-container form {
    max-width: 1250px;
    margin: 0 auto;
    padding: 100px 20px;
}

.ppw-ppf-input-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-pass-wrap {
    display: flex;
    flex-direction: column;
}

.ppwp-custom-form {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.pass-label {
    display: none;
}

.post-password-form p {
    margin: 0;
}

.post-password-form input[type="password"] {
    border-radius: 0;
    font-size: var(--fs-16-14);
    font-weight: var(--fw-600);
    color: var(--text-grey);
    min-height: 60px;
    width: inherit;
    border-color: #B3B3B3;
}

.post-password-form [type=submit]:focus {
    background-color: var(--primary-blue);
}

.ppw-ppf-desc {
    grid-column: 1 / 12;
    grid-row: 1 / 2;
    font-size: var(--fs-18-14);
    color: var(--text-grey);
    margin-bottom: 60px;
}

.ppw-ppf-field-container {
    width: 45% !important;
}

/*.ppw-ppf-input-container p:not(.ppw-ppf-field-container) {
    grid-row: 2 / 3;
    grid-column: 5/12;
}

.ppw-recaptcha.g-recaptcha {
    grid-row: 3/4;
}*/

.ppwp-wrong-pw-error.ppw-ppf-error-msg {
    font-size: var(--fs-18-14);
    color: #FF0000 !important;
}

.ppw-pwd-submit-btn {
    border-radius: 50px;
    border: 0;
    color: var(--white);
    font-size: var(--fs-18-14);
    font-weight: 700;
    padding: 17.2px 80px;
    background-color: var(--primary-blue);
}

.ppw-pwd-submit-btn:hover {
    background-color: var(--light-blue);
    color: white;
}

/*Page results & presentations*/
.rp-title {
    padding: 20px var(--pad-xs);
    background-color: var(--primary-blue);
}

.rp-title-h2 h2 {
    font-size: var(--fs-h4);
    font-weight: var(--fw-600);
    color: var(--white);
    margin: 0;
    line-height: 1.3em;
}

.rp-title-h3 h3 {
    font-size: var(--fs-subtitle-1);
    font-weight: var(--fw-700);
    color: var(--text-black);
    margin: 0;
    line-height: 1.3em;
}

.rp-wrapper span.subtitle {
    display: block;
    font-size: var(--fs-body-small);
    font-weight: var(--fw-400);
    color: var(--text-grey);
    line-height: var(--lh-150);
    margin-top: 10px;
}

.rp-wrapper .block-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    column-gap: 80px;
}

.rp-wrapper ul {
    padding-left: 0;
}

.rp-wrapper ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.rp-wrapper ul li:first-child {
    padding-top: 0;
}

.rp-wrapper ul li:not(:first-child) {
    border-top: 1px solid var(--light-grey);
}

.rp-wrapper ul li:last-child {
    padding-bottom: 0;
}

.rp-wrapper ul li .video-type.disabled {
    display: none;
}

.rp-wrapper ul li span {
    font-size: var(--fs-body);
    font-weight: var(--fw-700);
    color: var(--text-grey);
    line-height: var(--lh-150);
}

.rp-wrapper ul li a {
    font-size: var(--fs-body-small);
    line-height: var(--lh-150);
    font-weight: var(--fw-400);
    color: var(--text-grey);
    display: flex;
    align-items: center;
    transition: var(--transition);
}

.rp-wrapper ul li a.rp-title-link {
    font-size: var(--fs-18-14);
    font-weight: var(--fw-700);
    color: var(--text-grey);
    transition: var(--transition);
}

.rp-wrapper ul li a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.6;
}

.rp-wrapper ul li a:hover {
    color: var(--light-blue);
}

.rp-wrapper ul li a svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.rp-wrapper ul li a.rp-title-link svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.rp-annual-results {
    border-left: 1px solid var(--light-grey);
    border-right: 1px solid var(--light-grey);
    padding: var(--pad-xs);
}

.rp-interim-results {
    border-left: 1px solid var(--light-grey);
    border-right: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
    padding: var(--pad-xs);
}

.rp-sort-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: var(--pad-xs);
}

.rp-sort {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.rp-sort,
.rp-sort-wrapper span {
    font-size: var(--fs-18-14);
    font-weight: var(--fw-400);
    color: var(--text-grey);
}

.rp-sort select {
    width: auto;
    border: 0;
    font-size: var(--fs-h4);
    font-weight: var(--fw-700);
    color: var(--light-blue);
    padding: 0 10px;
}

.rp-sort select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.rp-sort svg {
    transition: var(--transition);
}

.rp-sort.icon-change svg {
    transform: rotate(180deg);
    width: 17px;
    height: 13px;
}

/*Page Financial Calendar*/
.fc-wrapper .fc-list ul {
    padding-left: 0;
    border: 1px solid var(--light-grey);
    border-top: 0;
}

.fc-wrapper .fc-list ul li {
    list-style: none;
    padding: 0 var(--pad-xs);
}

.fc-wrapper .fc-list ul li .fc-item-container {
    display: grid;
    grid-template-columns: 350px 1fr;
}

.fc-wrapper .fc-list ul li .fc-item-container {
    padding: 20px 0px 16px 0px;
}

.fc-wrapper .fc-list ul li:not(:last-child) .fc-item-container {
    border-bottom: 1px solid var(--light-grey);
}

.fc-wrapper .fc-item-date {
    height: fit-content;
}

.fc-wrapper .fc-item-date span {
    font-size: var(--fs-body-small);
    line-height: var(--lh-150);
    display: block;
}

.fc-wrapper .fc-title {
    padding: 20px var(--pad-xs);
    background-color: var(--primary-blue);
}

.fc-wrapper .fc-item:not(:first-child) {
    padding-top: var(--pad-xs);
}

.vtech-title-h2-normal h2 {
    font-size: var(--fs-subtitle-1);
    font-weight: var(--fw-700);
    color: var(--white);
    margin: 0;
    line-height: var(--lh-120);
}

.vtech-title-bold>* {
    font-size: var(--fs-subtitle-2);
    font-weight: var(--fw-400);
    color: var(--text-grey);
    line-height: var(--lh-120);
}

.vtech-title-normal>* {
    font-size: var(--fs-body);
    font-weight: var(--fw-400);
    color: var(--text-grey);
    line-height: var(--lh-150);
    display: block;
}

/*Directors & Board Committees*/
.db-tabs.elementor-widget-n-tabs .e-n-tabs-heading {
    border-bottom: 3px solid #E2E2E2;
}

.db-tabs .e-n-tabs-heading {
    padding-left: calc((100% - 1044px)/2);
    padding-right: calc((100% - 1044px)/2);
}

.db-tabs.w-1250 .e-n-tabs-heading {
    padding-left: calc((100% - 1250px)/2);
    padding-right: calc((100% - 1250px)/2);
}

.db-tabs .e-n-tab-title {
    position: relative;
}

.db-tabs .e-n-tab-title:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: transparent;
    position: absolute;
    bottom: -2px;
    z-index: 1;
    transition: var(--transition);
}

.db-tabs .e-n-tab-title[aria-selected="true"]:before {
    background-color: var(--light-blue);
}

.db-accordion .accordion-title {
    font-size: var(--fs-14-12);
    font-weight: var(--fw-400);
    line-height: normal;
    color: var(--text-grey);
    margin-left: 10px;
    margin-top: 3px;
    vertical-align: middle;
}

.db-accordion .accordion-subtitle {
    font-size: var(--fs-h4);
    font-weight: var(--fw-700);
    line-height: normal;
    color: var(--text-grey);
}

.db-accordion .e-n-accordion summary.e-n-accordion-item-title {
    padding: 15px 0px !important;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vtech-section.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    line-height: normal;
}

.db-accordion .e-n-accordion .e-n-accordion-item {
    border: 0;
}

.db-accordion .e-n-accordion .e-n-accordion-item {
    border-top: 1px solid #B3B3B3;
}

.db-accordion .e-n-accordion .e-n-accordion-item:last-child {
    border-bottom: 1px solid #B3B3B3;
}

.db-accordion .e-n-accordion .e-n-accordion-item-title-icon span.e-opened {
    align-items: center;
}

.db-accordion.db-accordion-end .e-n-accordion .e-n-accordion-item {
    border-bottom: 1px solid #B3B3B3;
    border-top: 0;
}

/*Career*/
.job-sort {
    display: flex;
    width: fit-content;
    white-space: nowrap;
    align-items: center;
    margin-bottom: var(--pad-xs);
    margin-left: auto;
}

.job-sort select {
    width: 380px;
    border: 0;
    font-size: var(--fs-h4);
    font-weight: var(--fw-700);
    color: var(--light-blue);
    padding: 10px 20px;
    border-radius: 0;
    border-bottom: 1px solid #B3B3B3;
}

.job-sort {
    position: relative;
}

.job-sort select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.job-sort svg {
    transition: var(--transition);
}

.job-sort.icon-change svg {
    transform: rotate(180deg);
    width: 17px;
    height: 13px;
}

.job-item {
    padding: 15px 0;
    border-top: 1px solid var(--light-grey);
}

.job-item:last-child {
    border-bottom: 1px solid var(--light-grey);
}

.job-item a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: var(--transition);
}

.job-item a .job-title h2,
.job-item a .job-term {
    transition: var(--transition);
}

.job-item a:hover .job-title h2 {
    color: var(--light-blue);
}

.job-item a svg path {
    transition: var(--transition);
}

.job-item a:hover svg path {
    fill: var(--light-blue);
    stroke: var(--light-blue);
}

.job-block-left .job-title h2 {
    font-size: var(--fs-subtitle-1);
    color: var(--text-black);
    font-weight: var(--fw-700);
    line-height: var(--lh-120);
    margin: 0;
    padding-right: 20px;
}

.job-block-left .job-term {
    font-size: var(--fs-body);
    line-height: var(--lh-150);
    color: var(--text-grey);
    font-weight: var(--fw-400);
    margin-top: 8px;
}

.job-section {
    margin-top: 0px;
}

.single-job-content>* {
    color: var(--text-grey);
    font-size: var(--fs-16-14);
    font-weight: var(--fw-400);
}

.single-job-content strong {
    font-weight: var(--fw-700);
}

.single-job-content p {
    font-weight: var(--fw-400);
    margin: 0;
}

.single-job-content h3 {
    font-size: var(--fs-18-14);
    margin: 0;
}

.single-job-content .elementor-widget-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.job-button {
    padding: 12px 50px;
    background-color: var(--primary-blue);
    width: fit-content;
    border-radius: 100px;
}

.job-button a {
    color: var(--white) !important;
    font-size: var(--fs-h4);
    font-weight: var(--fw-600);
    line-height: 33px;
}

.job-ref {
    margin-top: 60px;
}

.job-ref span {
    font-size: var(--fs-18-14);
    font-weight: var(--fw-400);
    color: var(--text-grey);
}

/*Custom Select*/
.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    stroke-width: 0;
}

.a-dropdown {
    position: relative;
    width: 380px;
}

.award-sort-year.a-dropdown {
    z-index: 5;
}

.a-dropdown__select {
    display: none;
}

.a-dropdown__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    transition: all 0.3s;
}

.-isOpened .a-dropdown__arrow {
    transform: translateY(-50%) rotate(-180deg);
}

.a-dropdown__selected {
    position: relative;
    padding: 10px 20px;
    font-size: var(--fs-h4);
    font-weight: var(--fw-700);
    color: var(--light-blue);
    background: transparent;
    border-bottom: 1px solid #B3B3B3;
    cursor: pointer;
    z-index: 2;
    width: 100%;
}

.a-dropdown__items {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 33px;
    margin-top: 20px;
    background: #fff;
    border: 1px solid #B3B3B3;
    z-index: 10;
}

.a-dropdown__items.-hidden {
    display: none;
}

.a-dropdown__item {
    font-size: var(--fs-16-14);
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    color: var(--text-grey);
    transition: var(--transition);
}

.a-dropdown__item:hover {
    color: var(--primary-blue);
}

.a-dropdown__item.-selected {
    display: none;
}

.a-dropdown__item:not(:last-of-type) {
    margin-bottom: 33px;
}

.rp-sort-wrapper .a-dropdown {
    width: 120px;
}

.rp-container {
    font-size: var(--fs-16-14);
}

.db-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-icon {
    display: none;
}

/*AWARD*/
.award-sort-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.vtech-award-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*.award-content {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}*/

.vtech-award-item {
    break-inside: avoid;
    box-sizing: border-box;
    height: fit-content;
    background-color: white;
    margin-bottom: 20px;
}

.vtech-award-item .bottom-item {
    padding: 20px 30px 40px 30px;
    text-align: center;
    border-top: 1px solid #E2E2E2;
    width: 100%;
}

.vtech-award-item .top-item {
    width: 100%;
    padding: 50px 25px 20px 25px;
    text-align: center;
}

.vtech-award-item .item-feature {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 30px;
}

.vtech-award-item .item-feature img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vtech-award-item .item-date-country {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: var(--fs-body-small);
    color: #A9A6A6;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
}

.vtech-award-item .item-description {
    font-size: var(--fs-16-14);
    font-weight: var(--fw-400);
    color: #505050;
    text-align: left;
}

.vtech-award-item .item-term {
    font-size: var(--fs-14-12);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1.5px;
    padding: 5px 15px 3px 15px;
    margin: 0px auto 30px auto;
    border-radius: 100px;
    width: fit-content;
}

.vtech-award-item .item-term.award-corporate,
.vtech-award-item .item-term.award-corporate-sc,
.vtech-award-item .item-term.award-corporate-tc {
    color: #505050;
    background-color: #e5e6e7;
}

.vtech-award-item .item-term.award-contract-manufacturing-services,
.vtech-award-item .item-term.award-contract-manufacturing-services-sc,
.vtech-award-item .item-term.award-contract-manufacturing-services-tc {
    color: #4B7105;
    background-color: #e7f0d6;
}

.vtech-award-item .item-term.award-telecommunication-products,
.vtech-award-item .item-term.award-telecommunication-products-sc,
.vtech-award-item .item-term.award-telecommunication-products-tc {
    color: #009CF9;
    background-color: #E8F9FF;
}

.vtech-award-item .item-term.award-electronic-learning-products,
.vtech-award-item .item-term.award-electronic-learning-products-sc,
.vtech-award-item .item-term.award-electronic-learning-products-tc {
    color: #D28B00;
    background-color: #FEF9E8;
}

.vtech-award-item .item-title {
    font-size: var(--fs-h3);
    font-weight: var(--fw-700);
    color: var(--text-black);
    line-height: 120%;
}

.award-sort-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: var(--pad-xs);
}

.award-sort-year.a-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 120px;
}

.award-year-block span {
    font-size: var(--fs-18-14);
    color: #1A1A1A;
}

.submit-hidden {
    display: none;
}


.award-year-block {
    display: flex;
    gap: 20px;
    align-items: center;
}

.news-box-home h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.vtech-view-all a {
    font-size: var(--fs-button);
    font-weight: 700;
    color: #013683 !important;
    transition: var(--transition);
    text-align: center;
    display: block;
}

.vtech-view-all a:hover {
    color: #02A7DF !important;
}

.vt-notice {
    font-size: var(--fs-body);
    padding: 20px 40px;
}

/*Product*/
.product-table-head,
.product-table-row-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 80px;
}

.product-table-head.grid-3-col,
.product-table-row-wrap.grid-3-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 160px;
}

.product-table-head {
    padding: 20px 80px;
    background-color: var(--primary-blue);
}

.product-table-head>div {
    color: var(--white);
    font-size: var(--fs-subtitle-1);
    font-weight: var(--fw-700);
}

.product-table-wrap {
    overflow-x: scroll;
}

.product-table {
    min-width: 1250px;
}

.product-table-row-wrap>div {
    color: var(--text-grey);
    font-size: var(--fs-body);
    font-weight: 400;
    line-height: 1.3;
}

.product-table-row-wrap svg {
    width: 20px;
    height: 20px;
}

.product-row-doc-eu,
.product-row-doc-uk {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: var(--fs-body-small);
    align-items: flex-start;
}

.product-table-row-wrap>div>a {
    font-size: var(--fs-body-small);
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-grey);
    transition: var(--transition);
}

.product-table-row-wrap>div>a:hover {
    color: var(--light-blue);
}

.product-table-row {
    padding: 0px 80px;
}

.product-table-row-wrap {
    padding: 20px 0px;
}

.product-table-row:not(:first-child) .product-table-row-wrap {
    border-top: 1px solid var(--light-grey);
}

.product-table-content {
    border-left: 1px solid var(--light-grey);
    border-right: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
    background-color: var(--white);
}

.elementor-location-header {
    z-index: 11111;
    position: relative;
}

body main#content::after {
    opacity: 0;
    background-color: #000000;
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    content: '';
}

body.darkpage main#content::after {
    visibility: visible;
    opacity: 0.8;
}

/*Who We Are*/
.brand-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
}

.brand-wrapper .brand-item {
    border-radius: 50%;
    overflow: hidden;
}

.brand-wrapper .brand-item img {
    object-fit: cover;
    height: 100%;
    display: block;
    width: 100%;
}

.heading-icon .elementor-heading-title a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.heading-icon .elementor-heading-title a:after {
    content: '';
    background-image: url(../images/redirect-icon.svg);
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    display: flex;
    background-size: contain;
    transition: var(--transition);
}

.heading-icon .elementor-heading-title:hover a {
    color: #02A7DF !important;
}

.heading-icon .elementor-heading-title:hover a:after {
    background-image: url(../images/redirect-icon-blue.svg);
    width: 18px;
    height: 18px;
}

.cm-service-item-wrap {
    position: relative;
    height: 100%;
}

.cm-service .cm-service-thumbnail .swiper-slide .cm-service-item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cm-service .cm-service-thumbnail .swiper-slide .cm-service-item-wrap img {
    height: 90% !important;
    object-fit: cover;
    transition: all 0.4s;
}

.cm-service .cm-service-thumbnail .swiper-slide.swiper-slide-active .cm-service-item-wrap img {
    height: 100% !important;
    object-fit: cover;
}

.cm-service-item-wrap:before {
    content: '';
    position: absolute;
    inset: 10% 0 0 0;
    transition: all 0.4s;
    background-color: #000;
    opacity: 0.3;
}

.cm-service .cm-service-thumbnail .swiper-slide.swiper-slide-active .cm-service-item-wrap:before {
    inset: 0;
}

.cm-service-item-wrap span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--fs-h3);
    color: white;
    font-weight: var(--fw-700);
    z-index: 2;
}

.cm-service-thumbnail,
.cm-service-slide {
    overflow: hidden;
}

.cm-service-slide {
    min-height: 485px;
}

.cm-service-item {
    height: 100%;
}

.cm-service .cm-service-thumbnail .swiper-slide {
    height: auto !important;
    min-height: 535px;
}

.cm-service-item span {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.cm-service-content p {
    margin: 0;
    color: var(--text-grey);
    font-size: var(--fs-16-14);
    line-height: 28px;
}

.cm-service-content h2 {
    font-size: var(--fs-h2);
    line-height: var(--lh-120) font-weight: var(--fw-700);
}

.button-cms-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}

.cm-service-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 40px;
}

.cm-service-button-prev,
.cm-service-button-next {
    cursor: pointer;
}

.box-icon-hover .elementor-icon-box-icon svg path,
.box-icon-hover .elementor-icon-box-title a {
    transition: var(--transition);
}

.box-icon-hover:hover .elementor-icon-box-icon svg path {
    fill: #02A7DF;
    stroke: #02A7DF;
}

.box-icon-hover:hover .elementor-icon-box-title a {
    color: #02A7DF;
}

.ppwp-mess {
    margin-top: 10px;
}

.ppw-ppf-field-container .ppw-pwd-label {
    width: 100%;
}

.vt-ajax-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    line-height: 1;
}

.prev-btn svg {
    transform: rotate(180deg);
}

.vt-ajax-pagination a.vt-number-page {
    font-size: var(--fs-18-14);
}

.vt-ajax-pagination span {
    color: var(--text-grey);
}

.vt-ajax-pagination span:last-child {
    display: none;
}

.vt-ajax-pagination a.vt-number-page {
    color: var(--text-grey);
    transition: var(--transition);
}

.vt-ajax-pagination a.vt-number-page.active {
    color: var(--light-blue);
}

.vt-ajax-pagination a.vt-number-page:hover {
    color: var(--light-blue);
}

.rp-content-wrapper {
    display: flex;
    flex-direction: column;
}

.rp-container .rp-content-wrapper {
    opacity: 1;
}

.rp-container.loading .rp-content-wrapper {
    opacity: 0.8;
}

.rp-content-wrapper.archive:not(:first-child) {
    margin-top: 50px;
}

.showroom_item_category.showroom_item_category_corporate-sc,
.showroom_item_category.showroom_item_category_corporate-tc,
.elementor-post__category_item.elementor-post__category_item_corporate-sc,
.elementor-post__category_item.elementor-post__category_item_corporate-tc {
    background-color: #E5E6E7 !important;
    color: #505050;
}

.showroom_item_category.showroom_item_category_telecommunication-products-sc,
.showroom_item_category.showroom_item_category_telecommunication-products-tc,
.elementor-post__category_item.elementor-post__category_item_telecommunication-products-sc,
.elementor-post__category_item.elementor-post__category_item_telecommunication-products-tc {
    background-color: #BCEFFB !important;
    color: #009cf9;
}

.showroom_item_category.showroom_item_category_electronic-learning-products-sc,
.showroom_item_category.showroom_item_category_electronic-learning-products-tc,
.elementor-post__category_item.elementor-post__category_item_electronic-learning-products-sc,
.elementor-post__category_item.elementor-post__category_item_electronic-learning-products-tc {
    background-color: #FCEEC9 !important;
    color: #d28b00;
}

.showroom_item_category.showroom_item_category_contract-manufacturing-services-sc,
.showroom_item_category.showroom_item_category_contract-manufacturing-services-tc,
.elementor-post__category_item.elementor-post__category_item_contract-manufacturing-services-sc,
.elementor-post__category_item.elementor-post__category_item_contract-manufacturing-services-tc {
    background-color: #E7F0D6 !important;
    color: #009cf9;
}


.gf-custom .form-gv-subscribe_wrapper .gfield.gfield--type-captcha {
    margin: 20px 0 0;
}

.gf-custom .form-gv-subscribe_wrapper .gchoice.gchoice_6_7_1 label {
    line-height: 1.5;
}

.vtech-section summary.e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text,
.vtech-section summary.e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text>* {
    color: var(--light-blue) !important;
}

.vtech-section .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon svg rect {
    fill: var(--light-blue);
}

.custom-mobile-slide svg {
    display: none;
}

.custom-mobile-slide .elementor-swiper-button.elementor-swiper-button-prev,
.custom-mobile-slide .elementor-swiper-button.elementor-swiper-button-next {
    width: 50px;
    height: 50px;
}

.custom-mobile-slide .elementor-swiper-button.elementor-swiper-button-prev:before {
    content: '';
    background-image: url(../images/ar-left-grey-slide.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
}

.custom-mobile-slide .elementor-swiper-button.elementor-swiper-button-next:before {
    content: '';
    background-image: url(../images/ar-right-grey-slide.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
}

/*Announcement Pagination*/
.announcement-ajax-pagination {
    display: flex;
    column-gap: 62px;
    justify-content: center;
    margin-top: 5px;
    align-items: center;
}

.announcement-number-page {
    font-size: var(--fs-18-14);
    font-weight: var(--fw-400);
    color: var(--text-grey) !important;
    transition: var(--transition);

}

.announcement-number-page svg {
    width: 8px;
    height: 16px;
}

.announcement-number-page:hover {
    color: var(--light-blue) !important;
}

.announcement-number-page.active {
    color: var(--primary-blue) !important;
    font-weight: var(--fw-700);
}

.page-numbers.dots {
    color: var(--primary-blue);
}

.announcements-circulars_heading.show,
.custom-title-collapse.show h3.elementor-heading-title {
    color: var(--light-blue) !important;
}

.announcements-circulars_heading.show:before,
.custom-title-collapse.show h3:before {
    background-color: var(--light-blue) !important;
}

/*Custom Select Option*/
.selectCF {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
}

.selectCF li {
    list-style: none;
    cursor: pointer;
    perspective: 900px;
    -webkit-perspective: 900px;
    text-align: left;
}

.selectCF>li {
    position: relative;
    font-size: 0;
}

.selectCF span {
    display: block;
    width: 100%;
    color: #FFF;
    z-index: 1;
}

.selectCF .arrowCF {
    transition: .3s;
    -webkit-transition: .3s;
    width: 45px;
    text-align: center;
    vertical-align: top;
    font-size: 17px;
}

.selectCF .titleCF {
    padding: 10px 20px;
    font-size: var(--fs-20-16);
    font-weight: var(--fw-700);
    color: var(--light-blue);
    background: transparent;
    border-bottom: 1px solid #B3B3B3;
    cursor: pointer;
    z-index: 2;
    width: 100%;
    letter-spacing: 0px !important;
    /**Added By ReactDigi**/
}

.selectCF li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    transition: .3s;
    -webkit-transition: .3s;
    z-index: 2;
    padding: 20px 33px;
    border: 1px solid #B3B3B3;
    border-top: 0;
}

.selectCF li ul li {
    padding: 10px 0;
    font-size: var(--fs-16-14);
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    color: var(--text-grey);
    transition: var(--transition);
    border: 0 !important;
}

.selectCF li ul li:hover {
    color: var(--primary-blue);
}

.selectCF .selected {
    color: var(--primary-blue);
    background-color: transparent;
}

.selectCF li ul li:last-child {
    border-bottom: none;
}

.onCF .arrowCF {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

@-moz-keyframes effect1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes effect1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.onCF li ul {
    display: block;
    -moz-animation: effect1 0.3s alternate 1;
    -webkit-animation: effect1 0.3s alternate 1;
}

.a-dropdown {
    position: relative;
    z-index: 2;
}

.selectCF.onCF~.a-dropdown__arrow {
    transform: translateY(-50%) rotate(-180deg);
}

.selectCF.onCF li.selected {
    display: none;
}

/*Revision 21/03*/
.dialog-lightbox-widget.elementor-lightbox {
    z-index: 999999;
}

.subscribe-button .elementor-button-wrapper .elementor-button {
    min-width: 163px;
}


.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection {
    border-radius: 0;
}

.select2-search__field {
    display: none !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-blue);
    cursor: pointer;
    padding: 0 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: var(--primary-blue);
    background-color: unset !important;
}

.select2-results li.select2-results__option {
    padding: 5px 6px;
    font-size: 16px;
    font-weight: bold;
    color: var(--e-global-color-text);
    cursor: pointer;
    line-height: 2;
}

.select2-container--default .select2-results>.select2-results__options {
    padding: 15px 20px;
}

#select2-input_7_20-results li.select2-results__option:not(:last-child),
#select2-input_7_21-results li.select2-results__option:not(:last-child) {
    background: url(../images/open.svg) right center no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--open .select2-dropdown--above {
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '';
    position: absolute;
    background: url(../images/arrow-down-light-grey.svg) right center no-repeat;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 15px;
    background-size: contain;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b3b3b3;
    font-weight: 600;
}

.select2-search--dropdown {
    display: none !important;
}

#select2-input_7_20-results li.select2-results__option:last-child,
#select2-input_7_21-results li.select2-results__option:last-child {
    background: none;
}

.default-value .chosen-single span {
    color: var(--primary-blue);
}

.content-page-text.no-decoration a:hover {
    border: 0;
}

.content-page-text h6 strong {
    line-height: 1;
}

.content-page-text h6 {
    color: var(--text-black);
    margin: 0 0 10px 0;
    font-size: var(--fs-16-14);
    line-height: normal !important;
}

.content-page-text h5.elementor-heading-title {
    line-height: normal !important;
}

/*New Update 24 Jun*/
.news-box-home .showrooms_item__bottom_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vtech-showrooms-wrapper {
    overflow: hidden;
}

.vtech-showrooms-wrapper .showrooms__left_img_src {
    height: 100%;
}

.vtech-showrooms-wrapper .swiper-slide {
    height: auto !important;
}

.vtech-showrooms-wrapper .swiper-button-prev:after,
.vtech-showrooms-wrapper .swiper-button-next:after {
    content: '' !important;
}

.vtech-showrooms-wrapper .swiper-button-prev,
.vtech-showrooms-wrapper .swiper-button-next {
    border-radius: 50%;
    background-color: #F0F0F0;
    width: 70px;
    height: 70px;
}

.vtech-showrooms-wrapper .swiper-button-prev svg {
    transform: rotate(180deg);
}

.vtech-showrooms-wrapper .swiper-button-prev {
    left: 50px;
}

.vtech-showrooms-wrapper .swiper-button-next {
    right: 50px;
}

.vtech-showrooms-wrapper .swiper-pagination.swiper-pagination-bullets {
    bottom: 5vw !important;
    left: calc(50% + var(--pad-s));
    width: fit-content;
}

.vtech-showrooms-wrapper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    opacity: 1;
    border: none;
    cursor: pointer;
}

.vtech-showrooms-wrapper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-blue);
}


@media screen and (min-width: 1600px) {

    .vtech-header .vtech-header-menu nav.elementor-nav-menu--main ul.elementor-nav-menu li a.elementor-item {
        --e-nav-menu-horizontal-menu-item-margin: calc(50px / 2);
    }

    .vtech-header-menu li.vtech-menu-custom-item.menu-item.menu-item-object-custom:after {
        margin-left: -15px;
    }
}

.discover-more-list-icon img {
    width: 180px !important;
    height: 180px !important;
    object-fit: contain;
}

.text-spacing p {
    margin-bottom: 20px;
}

.list-style-space ul {
    padding-left: 20px;
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {

    .vtech-header .vtech-header-menu nav.elementor-nav-menu--main ul.elementor-nav-menu li a.elementor-item {
        --e-nav-menu-horizontal-menu-item-margin: calc(30px / 2);
    }

    .vtech-header-menu li.vtech-menu-custom-item.menu-item.menu-item-object-custom:after {
        margin-left: -10px;
    }
}

@media screen and (max-width: 1400px) {
    .vtech-showrooms-wrapper .swiper-pagination.swiper-pagination-bullets {
        bottom: 2vw !important;
    }
}

@media screen and (min-width: 1130px) and (max-width: 1300px) {

    .vtech-header .vtech-header-menu nav.elementor-nav-menu--main ul.elementor-nav-menu li a.elementor-item,
    .vtech-header .vtech-switcher ul li a.wpml-ls-link span {
        font-size: 16px;
    }

    .vtech-header .vtech-header-menu nav.elementor-nav-menu--main ul.elementor-nav-menu li a.elementor-item {
        --e-nav-menu-horizontal-menu-item-margin: calc(20px / 2);
    }

}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .vtech-footer-top {
        gap: 40px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1130px) {

    .vtech-header .vtech-header-menu nav.elementor-nav-menu--main ul.elementor-nav-menu li a.elementor-item,
    .vtech-header .vtech-switcher ul li a.wpml-ls-link span {
        font-size: 15px;
    }

    .vtech-header .vtech-header-menu nav.elementor-nav-menu--main ul.elementor-nav-menu li a.elementor-item {
        --e-nav-menu-horizontal-menu-item-margin: calc(14px / 2);
    }

    .vtech-header .vtech-header-menu nav.elementor-nav-menu--main ul.elementor-nav-menu li a.elementor-item .sub-arrow {
        padding: 10px 0 10px 6px;
    }

    .vtech-header-menu li.vtech-menu-custom-item.menu-item.menu-item-object-custom,
    .vtech-header-menu-mobile li.vtech-menu-custom-item.menu-item.menu-item-object-custom {
        margin-right: 6px;
    }
}

@media screen and (max-width: 1300px) {
    .product-table-wrap {
        margin-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    :root {
        /*New font-size*/
        --fs-h1: 42px;
        --fs-h2: 28px;
        --fs-h3: 22px;
        --fs-tab: 16px;
        --fs-subtitle-1: 20px;
        --fs-subtitle-2: 16px;
        --fs-body: 16px;
        --fs-body-small: 14px;
        --fs-button: 20px;

        /*Padding Size*/
        --pad-xs: 30px;
        --pad-m: 60px;
        --pad-l: 80px;
        --pad-s: 40px;
    }

    .vtech-showrooms-wrapper .swiper-button-prev,
    .vtech-showrooms-wrapper .swiper-button-next {
        top: 50%;
        width: 50px;
        height: 50px;
        transform: translateY(-50%);
    }

    .vtech-showrooms-wrapper .swiper-button-next {
        right: 20px;
    }

    .vtech-showrooms-wrapper .swiper-button-prev {
        left: 20px;
    }

    #vtech-hidden-search-box {
        position: relative;
    }

    .ppw-post-password-container h2 {
        padding: 0 20px;
        text-align: left;
    }

    .vtech-custom-search {
        width: 100%;
    }

    .vtech-header.expand .vtech-custom-search {
        border-bottom: 0;
    }

    .vtech-header-mobile .icon-mobile {
        display: block;
    }

    .vtech-header-mobile .icon-pc {
        display: none;
    }

    .footer-menu-mobile nav ul.elementor-nav-menu li.menu-item ul.sub-menu li a.elementor-sub-item {
        font-size: 14px;
        color: #FFFFFF;
        border-left: 0;
        font-weight: 400;
        padding: 5px 0;
        display: block;
    }

    .footer-menu-mobile nav ul.elementor-nav-menu li.menu-item ul.sub-menu li a.elementor-sub-item.elementor-item-active {
        color: var(--e-global-color-04c3757);
    }

    .footer-menu-mobile nav ul.elementor-nav-menu>li.menu-item {
        padding: 10px 0;
    }

    .footer-menu-mobile nav ul.elementor-nav-menu>li.menu-item:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: var(--white);
        display: block;
    }

    .footer-menu-mobile nav ul.elementor-nav-menu li.menu-item a.elementor-item {
        white-space: nowrap;
    }

    .footer-menu-mobile nav ul.elementor-nav-menu li.menu-item a.elementor-item.has-submenu {
        justify-content: space-between;
    }

    .footer-menu-mobile nav ul.elementor-nav-menu li.menu-item.menu-item-has-children .sub-arrow svg {
        display: none;
    }

    .footer-menu-mobile nav ul.elementor-nav-menu li.menu-item.menu-item-has-children .sub-arrow:after {
        content: '';
        background-image: url(../images/ph_plus.svg);
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        background-size: contain;
    }

    .footer-menu-mobile nav ul.elementor-nav-menu li.menu-item.menu-item-has-children .highlighted .sub-arrow:after {
        content: '';
        background-image: url(../images/ph_minus.svg);
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        background-size: contain;
    }

    .footer-menu-mobile li.vtech-menu-custom-item {
        display: flex;
        align-items: center;
    }

    .footer-menu-mobile li.vtech-menu-custom-item.menu-item.menu-item-object-custom:after {
        content: '';
        background-image: url(../images/sus-light-blue.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        border-left: 0;
        display: block;
        margin-left: 10px;
    }

    .vtech-header.expand .vtech-custom-search {
        max-width: 100% !important;
    }

    .vtech-header .vtech-custom-search {
        right: 0 !important;
        transform: none;
    }

    .brand-wrapper {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 25px;
    }

    .cm-service {
        grid-template-columns: 280px 1fr;
        grid-column-gap: 50px;
    }

    .cm-service-slide,
    .cm-service .cm-service-thumbnail .swiper-slide {
        min-height: 415px;
    }

    .panel-body {
        padding: 50px 20px;
    }

    .technology-banner.e-con>.e-con-inner {
        max-width: 50%;
    }

    .technology-banner .elementor-element .elementor-heading-title {
        font-size: 25px !important;
        line-height: 1.3em !important;
    }

    .product-table-row {
        padding: 0 40px;
    }

    .product-table-head {
        padding: 20px 40px;
    }

}

@media screen and (max-width: 768px) {

    :root {
        /*Font size*/
        --fs-h4: 14px;
        --fs-20-16: 16px;
        --fs-18-14: 14px;
        --fs-16-14: 14px;
        --fs-14-12: 12px;

        /*New font-size*/
        --fs-h1: 36px;
        --fs-h2: 24px;
        --fs-h3: 20px;
        --fs-tab: 14px;
        --fs-subtitle-1: 18px;
        --fs-subtitle-2: 14px;
        --fs-body: 16px;
        --fs-body-small: 14px;
        --fs-button: 14px;

        /*Padding Size*/
        --pad-xs: 20px;
        --pad-m: 40px;
        --pad-l: 60px;
        --pad-s: 30px;
    }

    .vt-notice {
        padding: 20px;
    }

    .vtech-showrooms-wrapper .swiper-pagination.swiper-pagination-bullets {
        top: 270px;
        bottom: unset !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .vtech-showrooms-wrapper .swiper-button-next {
        top: 165px;
        right: 10px;
    }

    .vtech-showrooms-wrapper .swiper-button-prev {
        top: 165px;
        left: 10px;
    }

    .list-style-space ul {
        padding-left: 16px;
    }

    html[lang="en-US"] .vtech-arrow a:after {
        width: 10px;
        height: 10px;
    }

    html[lang="en-US"] .vtech-hover h3.elementor-image-box-title a:after {
        width: 10px;
        height: 10px;
    }

    .ppw-ppf-field-container {
        width: 100% !important;
    }

    .ppw-post-password-container form {
        padding: 50px 20px;
    }

    .ppw-ppf-input-container {
        display: flex;
        flex-direction: column;
    }



    .ppwp-wrong-pw-error.ppw-ppf-error-msg {
        margin-top: 10px;
    }

    .rp-content-wrapper.archive:not(:first-child) {
        margin-top: 20px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin-right: 20px;
    }

    .announcement-ajax-pagination {
        column-gap: 40px;
    }

    .header-block-language.mobile .vtech-switcher .wpml-ls-item:nth-child(2):before {
        background-color: #505050;
    }

    html[lang='zh-SC'] .vtech-switcher .wpml-ls-item:nth-child(2):after {
        display: none;
    }

    .offices__content_items_not_found.active {
        padding-top: 30px;
    }

    .vtech-home-news .box-image-overlay .elementor-widget-video {
        height: auto;
    }

    .vtech-video {
        position: unset !important;
        background-color: white;
    }

    .vtech-video h2.elementor-heading-title a {
        color: var(--text-grey) !important;
    }

    .image-overlay-mobile:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: var(--text-black);
        opacity: 0.3;
    }

    .image-overlay-mobile {
        width: 100%;
    }

    .ppwp-custom-form {
        flex-direction: column;
        gap: 20px;
    }

    .post-password-form input[type="password"] {
        width: 100%;
        min-height: 50px;
        max-width: 302px;
    }

    .input-pass-wrap {
        width: 100%;
    }

    .ppw-pwd-submit-btn {
        padding: 10px 50px;
    }

    .vtech-arrow a:after {
        width: 12px;
        height: 12px;
        margin-top: 0;
    }

    .ppw-ppf-desc {
        margin-bottom: 30px;
    }

    .vtech-hover h3.elementor-image-box-title a:after {
        margin-top: 0;
    }

    /*Page results & presentations*/
    .rp-wrapper .block-grid {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .rp-wrapper ul li {
        padding: 20px 0;
    }

    .rp-wrapper ul li a svg {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .rp-wrapper span.subtitle {
        margin-top: 5px;
    }

    /*Financial Calendar*/
    .fc-wrapper .fc-list ul li .fc-item-container {
        grid-template-columns: 1fr;
    }

    .fc-wrapper .fc-list ul li .fc-item-container {
        padding: 20px 0;
    }

    .db-tabs .e-n-tabs .e-n-tabs-heading {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .db-tabs .e-n-tabs .e-n-tabs-heading button.e-n-tab-title {
        margin: 0 !important;
        padding: 20px;
    }

    .db-accordion .e-n-accordion summary.e-n-accordion-item-title {
        align-items: center;
        padding: 12px 0px 8px 0px;
    }

    .db-accordion .accordion-subtitle {
        line-height: 16px;
    }

    .job-section {
        margin-top: 20px;
    }

    .job-sort select {
        width: 260px;
    }

    .job-button {
        padding: 5px 30px;
    }

    .a-dropdown {
        width: 100%;
    }

    .a-dropdown__items {
        padding: 20px;
    }

    .a-dropdown__item:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .icon {
        width: 16px;
        height: 16px;
    }

    .vtech-home-news .box-image-overlay .elementor-open-lightbox {
        --video-aspect-ratio: unset !important;
        max-height: 380px;
    }

    .job-ref {
        margin-top: 30px;
    }

    .award-content {
        display: flex;
        flex-direction: column;
    }

    .award-sort-year.a-dropdown {
        margin-right: 0;
    }

    .vtech-award-item .item-term.award-telecommunication-products {
        font-size: 10px;
        padding: 5px 15px;

    }

    .vtech-award-item .item-term.award-electronic-learning-products {
        font-size: var(--fs-14-12);
        padding: 5px 15px;
    }

    .vtech-award-item .item-date-country {
        font-size: 14px;
    }

    .award-sort-wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .product-table-head,
    .product-table-row-wrap {
        grid-template-columns: repeat(4, calc(25% - 10px));
        column-gap: 10px;
    }

    .product-table-row-wrap>div {
        word-break: break-word;
    }

    .product-table-head.grid-3-col,
    .product-table-row-wrap.grid-3-col {
        grid-template-columns: repeat(4, calc(100%/3 - 10px));
        column-gap: 10px;
    }

    .brand-wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

    .cm-service {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }

    .cm-service-slide {
        gap: 20px;
    }

    .cm-service-slide {
        min-height: auto;
    }

    .cm-service-button-prev svg,
    .cm-service-button-next svg {
        width: 50px;
        height: 50px;
    }

    .button-cms-slide {
        gap: 10px;
    }

    .cm-service .cm-service-thumbnail .swiper-slide {
        min-height: 330px;
    }

    .db-accordion .accordion-title {
        font-size: 10px;
        line-height: normal;
    }

    html[lang='zh-TC'] .db-accordion .accordion-title,
    html[lang='zh-SC'] .db-accordion .accordion-title {
        line-height: normal;
    }

    .db-accordion .accordion-title {
        font-weight: var(--fw-700);
    }

    .db-accordion .accordion-subtitle {
        font-weight: var(--fw-400);
        /*display: block;*/
    }

    .vtech-section.icon-open-close .e-n-accordion-item-title-icon span.e-opened,
    .vtech-section.icon-open-close .e-n-accordion-item-title-icon span.e-closed {
        width: 15px;
    }

    .vtech-section.icon-open-close .e-n-accordion-item-title-icon .e-opened svg,
    .vtech-section.icon-open-close .e-n-accordion-item-title-icon .e-closed svg {
        width: 100%;
        height: 100%;
    }

    .vtech-showrooms-wrapper .slick-list .slick-track {
        display: flex !important;
    }

    div.vtech-showrooms-include {
        display: flex !important;
        flex-direction: column;
    }

    div.showroom_linkmore a {
        font-size: 16px;
    }

    .vtech-showrooms-include .vtech-showrooms__right {
        flex-grow: 1;
    }

    .technology-banner {
        background: none !important;
    }

    .technology-banner.e-con>.e-con-inner {
        max-width: 100%;
    }

    .technology-banner .elementor-element .elementor-heading-title {
        font-size: 20px !important;
        line-height: 1.3em !important;
    }

    .technology-banner .elementor-widget-text-editor {
        font-size: 12px;
    }

    .technology-banner .elementor-widget-text-editor p {
        margin: 0;
    }

    .vtech-showrooms-include .vtech-showrooms__left,
    .vtech-showrooms-include .vtech-showrooms__right {
        min-height: 300px;
    }

    .vtech-showrooms-wrapper .showrooms__left_img_src {
        height: 100%;
    }
}