@charset "UTF-8";

:root {
    --green-light: rgb(0, 243, 96);
    --green: #1db602;
    --dark-green: #1D6C48;
    --gray: #6E6E6E;
    --black-gray: #393939;
    --black: #1A1F1C;
    --fs-1: 64px;
    --fs-2: 40px;
    --fs-2-1: 36px;
    --fs-3: 32px;
    --fs-4: 28px;
    --fs-5: 24px;
    --fs-6: 20px;
    --ff-light: 'db_helvethaica_x45_li';
    --ff-bold: 'db_helvethaica_x65_med';
    --ff-heavy-bold: 'db_helvethaica_x75_bd';
    --ff-hauora-bold: 'hauorabold';
    --ff-hauora-semibold: 'hauorasemibold';
    --ff-hauora-light: 'hauoralight';
    --ff-heavent-regular: 'db_heaventregular';
    --ff-heaventmed: 'db_heaventmed';
    --ff-heaventlight: 'db_heaventlight';
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'db_heaventregular', Helvetica, sans-serif, 'db_helvethaica_x65_med', 'db_helvethaica_x45_li';
    font-size: var(--fs-5);
    line-height: 26px;
    margin: 0;
    padding: 0px;
    color: var(--black-gray);
    -webkit-font-smoothing: antialiased !important;
    background: #e8e8e8;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: unset;
    margin-bottom: unset;
    margin-top: unset;
    font-weight: unset;
    line-height: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
}

img {
    border: none;
}

.img-full {
    width: 100%;
}

a:link,
a:hover,
a:visited {
    text-decoration: none;
}

.font-light {
    font-family: 'db_helvethaica_x45_li';
}

.spacing {
    position: relative;
    width: 100%;
    height: 20px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.clear {
    clear: both;
}

.clear-padding {
    padding: 0;
}

.clear-margin {
    margin: 0;
}

.t-right {
    text-align: right !important;
}

.t-left {
    text-align: left !important;
}

.t-center {
    text-align: center !important;
}

.ft-medium {
    font-family: "mitrmedium" !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.section-header {
    position: relative;
    display: table;
    width: 1920px;
    z-index: 1001;
    background: #ffffff;
    padding: 0px;
    margin: auto;
}

.box-header {
    position: relative;
    display: table;
    width: 100%;
}

.box-header .top-header {
    position: relative;
    display: table;
    width: 100%;
    padding-top: 32px;
}

.box-header .top-header .top-header-inner {
    position: relative;
    display: table;
    float: right;
}

.box-lang .dropdown-menu {
    min-width: unset;
    width: 100%;
    border: 1px solid var(--green);
}

.box-lang {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.content-header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 4px 14px 30px rgba(9, 30, 66, 0.1);
    border-radius: 14px;
    width: max-content;
    z-index: 1;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #003F67;
    padding: 16px;
    margin-left: 50px;
    transform: translate(-50%, 0%);
}

.group-company-page .group-internal-section .nav-pills-title:hover {
    color: var(--green-light);
    transition: .5s;
}

.content-header .nav-item:hover .dropdown-content {
    display: block !important;
}

.list-meta-link-link a:hover {
    transition: .5s;
    font-family: var(--ff-heavent-regular);
}

.group-business1-img img:hover, .group-business2-img img:hover, .group-business-other-img:hover {
    transform: scale(1.1);
    transition: .4s;
}

.homepage .group-company-section .nav-pills .nav-link:hover .circle-pills-tab-border {
    transition: .5s;
    color: var(--green-light);
}

.section-header .navbar .navbar-nav .dropdown-menu a:hover {
    font-family: var(--ff-bold);
    transition: .5s;
}

.homepage .group-internal-section .nav-pills-title:hover {
    color: var(--green);
    transition: .5s
}

img.tracking-email-icon:hover, .tracking-email-phone:hover {
    opacity: 0.8;
}

.homepage .inter-business-section .nav-pills .nav-link:hover {
    font-family: var(--ff-heavy-bold);
    font-size: var(--fs-5);
    transition: .5s;
}

.content-header .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.content-header .dropdown-content a:hover {
    background-color: #ddd;
}

.box-lang .dropdown-toggle {
    font-family: 'db_heaventmed';
    font-size: var(--fs-5);
    line-height: 22px;
    color: #393939;
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 4px 19px 2px;
    background-color: #e8e8e8;
}

.box-lang .dropdown-toggle.show,
.box-lang .dropdown-toggle:hover {
    color: var(--green);
    border: 1px solid var(--green);
}

.box-lang .dropdown-toggle::after {
    display: none;
}

.box-lang .dropdown-item {
    text-align: center;
    font-family: 'db_heaventregular';
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    padding: 5px 5px 3px 5px;
    color: #393939;
}

.box-lang .dropdown-item:hover {
    color: #ffffff;
    background: var(--green);
}

.box-header .nav-area {
    position: relative;
    display: table;
    width: 100%;
}

.box-header .nav-area .mash-menu {
    position: relative;
    display: table;
    width: 100%;
    max-width: unset;
}

.box-header .nav-area .mash-menu section.mash-menu-inner-container {
    min-height: 0px;
    background: transparent;
}

.box-header .nav-area .mash-menu .mash-brand>li,
.mash-menu .mash-list-items>li {
    line-height: 0px;
}

.box-header .nav-area .mash-menu .mash-brand>li>a img,
.box-header .nav-area .mash-menu .mash-list-items>li>a img {
    max-height: none;
    top: 0px;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.box-header .nav-area .mash-menu .mash-brand>li>a img {
    width: 239px;
}

.box-header .nav-area .mash-menu .mash-brand {
    padding: 0px;
    background: transparent;
}

.box-header .nav-area .mash-menu .mash-brand>li>a {
    transition: none;
    padding: 0px;
}

.box-header .nav-area .mash-menu .mash-brand>li>a:hover {
    background: transparent;
}

.box-header .mash-menu .mash-list-items>li>a {
    color: #000000;
}

.box-header .mash-menu .mash-mobile-button {
    border: none;
    background: none;
    width: 50%;
    height: 50px;
    position: absolute;
    top: 34px;
    right: 0;
    z-index: 99999;
}

.hamburger {
    display: inline-block !important;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    right: 0px;
    position: absolute;
    top: 0px;
    display: none;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 26px;
    height: var(--fs-5);
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;

}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 26px;
    height: 3px;
    background-color: #000 !important;
    border-radius: 8px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

img.director-img {
    width: 300px;
    height: auto;
    border-radius: 30px;
}

.director-detail {
    margin: 10px;
}

.director-position {
    font-size: var(--fs-5);
    color: var(--gray);
    line-height: 1;
}

.director-name {
    font-size: var(--fs-2);
    color: var(--green);
    line-height: 1;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;

}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
    width: 20px;
    left: 6px;
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: all 0.1s 0.34s ease-in, -webkit-transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.1s 0.34s ease-in, transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.1s 0.34s ease-in, transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: 0.09s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    width: 26px;
    bottom: 0;
    left: 0px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.5s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.5s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.5s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar>.content-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.section-content {
    position: relative;
    display: table;
    width: 1920px;
    z-index: 900;
    background: #ffffff;
    margin: auto;
    height: 100%;
}

.banner-section {
    background-color: var(--green);
}

img.banner-img {
    height: auto;
    width: 100%;
}

#homepage-banner {
    height: 1047px;
    width: 40%;
    background-image: url('../images/homePage/banner/Green Side.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.director-list {
    margin: 100px;
}

.homepage-title {
    font-size: 88px;
    line-height: 0.8;
    margin-left: 250px;
    color: white;
    margin-bottom: 20px;
}

.for-social-ty {
    border-radius: 40px;
    overflow: hidden;
}

.homepage-content-title {
    font-size: 88px;
    line-height: 0.8;
    color: var(--green);
}

.homepage-content-title2 {
    font-size: 88px;
    line-height: 0.6;
    color: var(--green);
    font-family: var(--ff-heavy-bold);
    text-transform: uppercase;
}

.homepage-content-title3 {
    font-size: var(--fs-1);
    line-height: 0.6;
    color: var(--green);
    font-family: var(--ff-heavy-bold);
    text-transform: uppercase;
}

.homepage-content-title3-1 {
    font-size: var(--fs-1);
    line-height: 0.6;
    color: var(--green);
}

.homepage-content-title4 {
    font-size: var(--fs-2);
    line-height: 0.8;
    color: var(--green);
}

.homepage-title2 {
    font-size: 117px;
    line-height: 0.5;
    margin-left: 250px;
    color: white;
    margin-bottom: 20px;
}

.homepage-title3 {
    font-size: var(--fs-1);
    line-height: 0.5;
    margin-left: 250px;
    color: white;
    margin-bottom: 20px;
}

.comimg-soon-text {
    font-size: var(--fs-2);
    line-height: 1;
    color: var(--gray);
    margin-top: 50px;
    text-align: center;
}

.homepage-desc {
    font-size: var(--fs-2-1);
    font-family: var(--ff-light);
    line-height: 0.8;
    margin-left: 250px;
    color: white;
    text-transform: uppercase;
}

.section-join-us .btn-submit {
    background-color: var(--green);
    color: #fff;
    font-size: var(--fs-5);
    line-height: 1;
    font-family: var(--ff-bold);
    height: 36px;
    width: 160px;
    margin: 0;
}

.section-join-us .btn-cancle {
    font-family: var(--ff-bold);
    background-color: white;
    color: var(--green);
    font-size: var(--fs-5);
    border: 2px solid var(--green);
    line-height: 1;
    height: 36px;
    width: 160px;
    margin: 0;
}

.section-join-us .join-us-form form input[type=text] {
    background-color: white;
    height: 54px;
    width: 100%;
    border-radius: 40px;
    height: 80px;
    padding: 0 30px;
    border: 1px solid gray;
}

.section-join-us .join-us-form form textarea {
    background-color: white;
    width: 100%;
    border-radius: 40px;
    padding: 10px 30px;
    border: 1px solid gray;
}

img.join-us-icon {
    width: 30px;
    height: 30px;
}

.join-us-name {
    font-size: var(--fs-3);
    color: var(--green);
}

.join-us-detail {
    font-size: var(--fs-4);
    color: var(--gray);
    line-height: 1;
}

.content-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 250px;
}

.section-header {
    position: relative;
    display: table;
    width: 1920px;
    z-index: 1001;
    background: #ffffff;
    padding: 0px;
    margin: auto;
}

.box-inner-content {
    position: relative;
    display: table;
    width: 100%;
    padding: 0px 90px;
    margin: auto;
}

.section-footer {
    position: relative;
    display: block;
    width: 1920px;
    z-index: 900;
    margin: auto;
    background-color: white;
}

.policy-detail-subtitle {
    font-size: var(--fs-3);
    color: var(--gray);
}

.wait-content-load {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #000;
    opacity: 0.8;
}

.wait-content-load-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999998;
    display: none;
}

.wait-content-load-open {
    overflow: hidden;
}

.wait-content-load-open .wait-content-load {
    overflow-x: hidden;
    overflow-y: auto;
}

.tracking-email {
    padding: 15px 0;
    background-color: #F4F4F4;
}

.tracking-email-homepage {
    background: rgba(249, 249, 249, 0.65);
    padding: 30px 0;
}

.tracking-email-btn {
    width: 200px;
    height: 54px;
    background: var(--green) 0% 0% no-repeat padding-box;
    border-radius: 0px 5px 5px 0px;
    color: white;
    border: none;
}

input.form-control.tracking-email-form {
    height: 54px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px 0px 0px 5px;
    font-size: 27px;
}

.list-meta-link-title {
    font-size: var(--fs-4);
    line-height: 1;
    color: white;
    font-family: var(--ff-heavy-bold);
}

.list-meta-link-link a,
.homepage .list-meta-link-link a {
    font-size: var(--fs-4);
    color: white;
    line-height: 1.5;
    font-family: var(--ff-light);
}

.social-share .phone {
    font-size: var(--fs-2-1);
    color: var(--green);
    font-family: var(--ff-bold);
}

.copyright {
    color: var(--green);
    font-size: var(--fs-5);
    padding: 10px 0;
}

.g-vending-page .banner-logo-detail .banner-title {
    color: var(--green);
    font-size: 88px;
    font-family: var(--ff-heavy-bold);
    line-height: 0.6;
    text-transform: uppercase;
}


.g-vending-page .banner-logo-detail .banner-subtitle2 {
    color: var(--green);
    font-size: var(--fs-4);
    font-family: var(--ff-heavy-bold);
    line-height: 1;
}

.g-vending-page .banner-logo-detail .banner-subtitle {
    color: var(--green);
    font-size: var(--fs-2-1);
    font-family: var(--ff-heavy-bold);
    line-height: 1;
}

.g-vending-page .banner-desc {
    background-color: var(--green);
    padding: 15px 40px;
    border-radius: 40px;
    color: white;
    font-size: var(--fs-4);
    font-family: var(--ff-heavy-bold);
    width: max-content;
}

.g-vending-page .banner-desc-2, .g-vending-page .section-reason .reason-title-vending, .g-vending-page .section-customer .customer-title {
    color: var(--green);
    font-size: var(--fs-1);
    line-height: 1;
}

.g-vending-page .detail-24-7 {
    background-color: var(--green);
    padding: 0px 50px 50px 50px;
    border-radius: 0px 40px 40px 0px;
}

.g-vending-page .section-24-7 {
    margin: 100px 0;
}

.g-vending-page .section-24-7 .phone {
    background-color: white;
    padding: 10px 20px 10px 10px;
    border-radius: 40px;
}

.g-vending-page .section-24-7 .desc {
    color: white;
    font-size: var(--fs-4);
    line-height: 1.3;
}

.g-vending-page .section-24-7 .logo-24-7 {
    margin-top: -120px;
    width: 180px;
    height: auto;
}

.g-vending-page .phone-logo {
    width: 55px;
    height: 55px;
}

.g-vending-page .phone-detail {
    color: var(--green);
    font-size: 46px;
    line-height: 1;
    font-family: var(--ff-heavy-bold);
}

.g-vending-page .section-vending, .g-vending-page .section-customer {
    margin: 100px 0;
}

.g-vending-page .section-reason .reason-detail {
    background-color: var(--green);
    border-radius: 30px;
    padding: 30px 20px;
}

.g-vending-page .section-reason .reason-title {
    background-color: white;
    padding: 10px 20px;
    font-size: var(--fs-3);
    color: var(--gray);
    font-family: var(--ff-heavy-bold);
    border-radius: 40px;
    line-height: 1;
    width: max-content;
}

.g-vending-page .section-reason .reason-desc {
    font-size: var(--fs-5);
    color: white;
    line-height: 1.2;
}

.g-vending-page .section-pros {
    background-color: var(--green);
    padding: 30px 0;
}

.g-vending-page .section-pros .pros-title {
    color: white;
    font-size: var(--fs-1);
    line-height: 1;
}

.g-vending-page .section-pros .list-pros-title {
    color: white;
    font-size: var(--fs-4);
    line-height: 1;
}

.copyright-title {
    font-size: var(--fs-4);
    font-family: var(--ff-heavy-bold);
    line-height: 1;
}

.nav-bg-color {
    background-image: url('../images/header/header-banner-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 250px;
}

.g-vending-page .banner-section {
    background-image: url(../images/g-vending/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1080px;
    padding: 0 0 0 350px;
}

.section-header .copyright-title {
    font-size: var(--fs-3);
    font-family: var(--ff-heavy-bold);
    line-height: 1;
    color: var(--green);
}

.section-header .tracking-email-phone {
    font-size: var(--fs-5);
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--ff-light);
    color: white;
}

.section-header .language-btn {
    color: white;
    font-size: var(--fs-6);
    font-family: var(--ff-heavy-bold);
    /* border: 2px solid white; */
    padding: 0px 10px;
    border-radius: 30px;
}

.navbar-brand img {
    width: auto;
    height: 64px;
}

.navbar-contact {
    padding: 12px 250px;
    background-color: var(--green);
}

img.copyright-logo-img {
    width: auto;
    height: 80px;
}

.section-header .copyright-text {
    font-size: var(--fs-6);
    font-family: var(--ff-heavy-bold);
    line-height: 1;
    color: var(--green);
}

.copyright-address, .copyright-text {
    font-size: var(--fs-6);
    font-family: var(--ff-heavy-bold);
    line-height: 1;
}

.tracking-email-form-title {
    color: var(--gray);
    font-size: var(--fs-4);
}

.list-meta-link {
    background-image: url('../images/homePage/footer-bg/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
}

.list-meta-link-homepage {
    /* background: rgba(249, 249, 249, 0.65); */
    padding: 45px 0;
}

.section-footer .phone {
    font-size: 46px;
    color: var(--green);
}

.carousel-indicators [data-bs-target] {
    width: 23px;
    height: 23px;
    border-radius: 40px;
    border: none;
    margin-top: 0px;
    background-color: var(--green);
    opacity: 1;

}

body .homepage,
.homepage button,
.homepage a {
    color: white;
}

.homepage button:hover,
.homepage a:hover {
    color: white;
}

.homepage .carousel-indicators .active {
    background-color: var(--green);
}

.homepage .group-company-section .nav-pills .nav-link {
    font-size: 24px;
    padding: 10px 20px;
    font-family: var(--ff-bold);
    color: var(--green);
}

.homepage .group-company-section .nav-pills .nav-link.active {
    background-color: transparent;
    border: 1px solid;
    padding: 10px 20px;
    font-family: var(--ff-bold);
    border-radius: 28px;
    color: var(--green);
}

.homepage .group-internal-section .nav-pills .nav-link.active {
    background-color: transparent;
    border: none;
}

.homepage .group-company-section .circle-pills-tab {
    background: var(--green);
    border-radius: 40px;
    width: 24px;
    height: 24px;
    /*margin-top: 60px;*/
    position: absolute;
    bottom: -28px;
}

#pills-tabContent .carousel {
    margin-right: -150px;
}

.group-company-pills-line {
    border: 1px solid var(--green);
    position: absolute;
    margin-top: 127px;
    width: 100%;
}


.homepage .group-company-section .circle-pills-tab.active {
    background-color: var(--green-light);
    border: 4px solid var(--green);
}

img.inter-buss-world-img {
    width: 450px;
    height: auto;
    margin: 30px 0 100px 0;
}

.homepage .circle-pills-tab-group-internal {
    background: var(--green);
    border-radius: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
}

.homepage .circle-pills-tab-group-internal.active {
    border: 4px solid var(--green);
    background: var(--green-light);
    border-radius: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
}

.group-company-page .circle-pills-tab-group-internal {
    background: var(--green);
    border-radius: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
}

.group-company-page .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
}

.group-company-page .circle-pills-tab-group-internal.active {
    border: 4px solid var(--green);
    background: var(--green-light);
    border-radius: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
}


.nav-pills-line-front {
    border: 2px solid var(--green);
    margin-top: 80px;
    margin-left: -216px;
    position: absolute;
    width: 192px;
}

.nav-pills-line-back {
    border: 2px solid var(--green);
    margin-top: 80px;
    margin-left: 307px;
    position: absolute;
    width: 282px;
}

.homepage .group-company-section .nav-pills-line {
    border: 1px solid var(--green);
    margin-bottom: 50px;
}

.homepage .circle-pills-tab-group-internal {
    margin-top: 0px;
}

.homepage .circle-pills-tab .circle-pills-tab-red {
    background-color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    margin: 6px;
}

.homepage .circle-pills-tab.active {
    background: rgb(255, 255, 255, 0.3);
}

.homepage .tab-content-title {
    font-size: 108px;
    line-height: 108px;
    margin-bottom: 20px;
    color: var(--green);
}

.homepage .tab-content-pretitle {
    font-size: 44px;
    color: var(--green);
}


.homepage .tab-content-detail {
    font-size: var(--fs-5);
    line-height: 32px;
    padding-right: 100px;
    margin-bottom: 50px;
    color: var(--gray);
}

.policy-detail {
    font-size: var(--fs-5);
    line-height: 1.3;
    color: var(--gray);
    text-align: start;
    margin-bottom: 30px;
}

a.tab-content-btn-more {
    border: 2px solid var(--green);
    border-radius: 40px;
    width: 206px;
    font-size: var(--fs-5);
    font-family: var(--ff-heavy-bold);
    height: 46px;
    line-height: 58px;
    letter-spacing: 2px;
    color: var(--green);
}

.homepage .margin-minus-50 {
    width: 50%;
}

.homepage .tab-content-circle {
    border: 1px solid white;
    border-radius: 40px;
    width: 36px;
    height: 36px;
    position: absolute;
    background: rgb(255, 255, 255, 0.3);
    margin-top: -68px;
    position: absolute;
}

.homepage .tab-content-white {
    border: none;
    border-radius: 40px;
    width: 22px;
    height: 22px;
    margin-top: 6px;
    margin-left: 6px;
    background: white;
}

.homepage .tab-content-line {
    border: 1px solid white;
    margin-bottom: 50px;
    margin-left: 36px;
    margin-right: -100vw;
}

.homepage .group-company-section .nav-pills {
    margin-top: 40px;
}

.homepage .group-company-section #pills-tabContent {
    padding: 150px 0;
}

.homepage .group-company-section .carousel-indicators {
    bottom: -90px;
}

.homepage .group-company-section .carousel-indicators .active {
    width: 60px;
    height: 23px;
}

.homepage .group-internal-section .nav-pills-number {
    font-size: 70px;
    line-height: 76px;
    font-family: var(--ff-hauora-light);
    padding: 0 80px;
    margin: 0;
    width: 220px;
}

.homepage .group-internal-section .nav-pills-title {
    font-size: var(--fs-6);
    line-height: 1;
    text-align: start;
    color: var(--gray);
    text-transform: uppercase;
    margin-left: 50px;
}

.homepage .group-internal-section .nav-pills .nav-link.active .nav-pills-title {
    color: var(--green) !important;
}

.homepage .group-internal-section .circle-pills-tab {
    border: 1px solid white;
    border-radius: 40px;
    background: rgb(255, 255, 255, 0.3);
}

.homepage .group-internal-section .group-internal-title {
    font-size: var(--fs-1);
    line-height: 1;
    color: var(--green);
}

.homepage .group-internal-section .group-internal-subtitle {
    font-size: var(--fs-5);
    line-height: 1;
    color: var(--gray);
}

.homepage .group-internal-section .nav-pills-group-internal-line {
    width: 2px;
    height: 66px;
    background: var(--green);
    position: absolute;
    margin-top: 90px;
    margin-left: 14px;
}

.homepage .group-internal-section img.tab-content-group-internal-img-logo {
    width: 170px;
    height: auto;
    margin-left: -20px;
}

#pills-group-internal-tabContent .tab-content-group-internal-detail {
    background-color: white;
    width: 483px;
    height: max-content;
    margin-left: -25px;
    border-radius: 30px;
    padding: 30px 20px;
    margin-top: 20px;
}

.homepage .group-internal-section .tab-content-group-internal-title {
    font-size: var(--fs-6);
    font-family: var(--ff-heavy-bold);
    line-height: 1;
    text-transform: uppercase;
    color: var(--gray);
}

.homepage .group-internal-section .tab-content-group-internal-desc {
    font-size: var(--fs-6);
    line-height: 1.5;
    text-transform: uppercase;
    margin: 20px 0;
    color: var(--gray);
}

.homepage .group-internal-section a.tab-content-group-internal-btn-more {
    border: 1px solid white;
    border-radius: 40px;
    padding: 5px 30px;
    font-size: var(--fs-3);
}

.homepage .group-internal-pill {
    margin-left: 250px;
}

.homepage .group-internal-content {
    background-image: url("../images/homePage/group-company/bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 900px;
}

.homepage .oem-card {
    background-color: white;
    border-radius: 40px;
    padding: 100px 0px 0 100px;
    margin: 0 160px;
    height: 840px;
}

img.oem-img-mt, img.oem-img-mb {
    width: 300px;
}

img.oem-img-mt {
    padding-top: 150px;
}

img.oem-img-mb {
    margin-bottom: 150px;
}



.oem-img-list {
    margin-top: -90px;
    margin-left: -40px;
}

.homepage .oem-section .oem-title,
.homepage .inter-business-title {
    font-size: 84px;
    line-height: 0.6;
    font-family: var(--ff-heavy-bold);
    color: var(--green);
    margin-bottom: 20px;
}

.homepage .inter-business-title {
    margin-bottom: 40px;
}

.homepage .oem-img {
    width: 100%;
    height: auto;
}

.group-company-page .group-internal-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1160px;
}

.homepage #carousel-oem .carousel-indicators .active {
    background-image: url(../images/homePage/Ampol-Dot-Img/Dot3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 28px;
    height: 28px;
    background-color: transparent;
}

.homepage .oem-section .oem-desc,
.homepage .inter-business-desc {
    font-size: var(--fs-5);
    line-height: 1.5;
    color: var(--gray);
    padding-right: 100px;
}

.homepage .oem-section .oem-carousel-card {
    padding: 80px 50px 80px 50px;
    background-image: url("../images/homePage/oem-content-bg/Rectangle 785@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.homepage #carousel-oem .carousel-indicators {
    bottom: -80px;
}

.homepage .inter-business-section-bg {
    background-image: url("../images/homePage/inter-business/inter-buss-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: max-content;
}

.distubution-center-detail-img {
    background-image: url("../images/distribution-center/Green BG.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1000px;
}

.homepage .inter-business-desc {
    font-size: var(--fs-5);
    line-height: 1.5;
    color: var(--gray);
    background-color: white;
    padding-right: 100px;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 30px;
    margin-left: -50px;
}

img.distubution-center-content-img {
    margin-top: 100px;
    width: 80%;
}

.homepage .inter-business-card {
    font-size: var(--fs-5);
    line-height: 1.5;
    color: var(--gray);
    background-color: white;
    padding-right: 100px;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 30px;
    margin-left: -50px;
    margin-top: 20px;
    margin-bottom: 50px;
    height: 470px;
    overflow-y: auto;
}

.homepage .inter-business-content-title {
    font-size: var(--fs-1);
    font-family: var(--ff-hauora-bold);
    line-height: 80px;
    color: var(--green);
}

.inter-business-content-list {
    font-size: var(--fs-6);
    font-family: var(--ff-heavy-bold);
    color: var(--gray);
}

.homepage .inter-business-card::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: white;
}

.homepage .inter-business-card::-webkit-scrollbar {
    width: 10px;
}

.homepage .inter-business-card::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--green);
}

#distubution-center-list-address-tabContent {
    height: 400px;
    overflow-y: auto;
}


.homepage #distubution-center-list-address-tabContent::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: rgb(174, 255, 160);
    border-radius: 30px;
}

.homepage #distubution-center-list-address-tabContent::-webkit-scrollbar {
    width: 10px;
}

.homepage #distubution-center-list-address-tabContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--green);
}

.homepage .inter-business-content {
    background-image: url("../images/homePage/inter-business/inter-buss-tab-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1000px;
}

.homepage .inter-business-content-line {
    height: 1px;
    background: white;
}

.homepage .inter-business-content-desc {
    font-size: 42px;
    line-height: 50px;
    color: var(--black);
    font-family: var(--ff-light);
}

.homepage .inter-business-section .nav-pills .nav-link {
    font-size: var(--fs-4);
    padding: 5px 15px;
    width: 100px;
}

.homepage #distubution-center-tab .nav-pills .nav-link {
    width: 80px;
}

.homepage #distubution-center-tab .nav-pills .nav-link.active {
    background-color: transparent;
    border: none;
}

.homepage .inter-business-section .nav-pills .nav-link.active {
    background-color: transparent;
    border: none;
    border-radius: 30px;
    padding: 5px 15px;
}

.international-business-page .nav-pills .nav-link.active {
    background-color: transparent;
    border: none;
    border-radius: 30px;
}

.distubution-center-address-list-circle {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color: var(--green);
    display: none;
}

#distubution-center-address-tab .nav-link.active .distubution-center-address-list-circle {
    display: flex;
}

#distubution-center-address-tab .nav-link.active, #distubution-center-tab .nav-link.active {
    background-color: transparent;
}

#distubution-center-address-tab .nav-link {
    padding: 0;
}

#distubution-center-address-tab .nav-link.active .distubution-center-address-list {
    color: white;
    background-color: var(--green);
    border-radius: 40px;
}

.distubution-center-address-list {
    color: var(--gray);
    padding: 15px 20px;
    font-size: var(--fs-5);
    width: 300px;
    text-align: start;
}

.distubution-center-pills-list-address-line {
    width: 8px;
    height: 73%;
    background-color: var(--green-light);
    opacity: 0.5;
    border-radius: 40px;
    position: absolute;
    right: 10%;
    top: 13%;
}

#distubution-center-tab .nav-item {
    width: 120px;
}

#distubution-center-tab .nav-item.active {
    width: 80px;
    background-color: transparent;
}

.international-business-page .circle-pills-tab .circle-pills-tab-red {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    margin-left: 3.5px;
    margin-top: 3.5px;
}

.international-business-page .circle-pills-tab {
    border-radius: 30px;
    width: 24px;
    height: 24px;
    background: var(--green);
    margin-top: 20px;
}

.international-business-page .distubution-center-section .circle-pills-tab {
    border-radius: 30px;
    width: 24px;
    height: 24px;
    background-color: var(--green);
    margin-top: 20px;
    z-index: 10;
}

.international-business-page .circle-pills-tab.active {
    border-radius: 30px;
    border: 4px solid var(--green);
    width: 24px;
    height: 24px;
    background-color: var(--green-light);
    margin-top: 20px;
}


.homepage .inter-business-section .circle-pills-tab .circle-pills-tab-red {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    margin-left: 3.5px;
    margin-top: 3.5px;
}

.homepage .inter-business-section .circle-pills-tab {
    border-radius: 30px;
    width: 24px;
    height: 24px;
    background: var(--green-light);
    margin-top: 20px;
}

.distubution-center-section .circle-pills-tab {
    border-radius: 30px;
    width: 24px;
    height: 24px;
    background-color: var(--green);
    margin-top: 20px;
    z-index: 10;
}

.homepage .inter-business-section .circle-pills-tab.active {
    border-radius: 30px;
    border: 4px solid var(--green-light);
    width: 24px;
    height: 24px;
    background-color: var(--green);
    margin-top: 20px;
}

.distubution-center-pills-address-title {
    font-size: var(--fs-4);
    font-family: var(--ff-heavy-bold);
    line-height: 1;
    margin-bottom: 20px;
    color: white;
}

.distubution-center-pills-address-detail {
    font-size: var(--fs-5);
    line-height: 1;
}

.distubution-center-pills-address-detail .tab-pane {
    color: white;
}

.distubution-center-pills-address-card {
    width: 80%;
    height: 400px;
    background-color: var(--green);
    border-radius: 30px;
    padding: 50px 20px 20px 53%
}

.distubution-center-pills-list-address-card {
    width: 50%;
    height: max-content;
    background-color: white;
    border-radius: 30px;
    margin-top: -400px;
    padding: 40px 30px;
}

.distubution-center-pills-address-card {
    width: 90%;
    height: 400px;
    background-color: var(--green);
    border-radius: 40px;
}

.affiliate-companies-page #distubution-center-tab .nav-item {
    width: 130px;
}

.distubution-center-pills-line {
    border: 1px solid var(--green);
    position: absolute;
    margin-top: 103px;
    width: 460px;
    margin-left: 60px;
}

.affiliate-companies-page .distubution-center-pills-line {
    border: 1px solid var(--green);
    position: absolute;
    margin-top: 112px;
    width: 480px;
    margin-left: 76px;
}

.affiliate-companies-page .circle-pills-tab {
    border-radius: 30px;
    border: none;
    width: 24px;
    height: 24px;
    background-color: var(--green);
    margin-top: 20px;
}

.distubution-center-section .nav-link.active .circle-pills-tab, .affiliate-companies-page .nav-link.active .circle-pills-tab {
    border-radius: 30px;
    border: 4px solid var(--green);
    width: 24px;
    height: 24px;
    background-color: var(--green-light);
    margin-top: 20px;
}

.affiliate-companies-page-nav-item {
    color: var(--gray);
    font-size: var(--fs-5);
    line-height: 1;
}

.international-business-page .circle-pills-tab-border.active {
    font-family: var(--ff-heavy-bold);
    font-size: var(--fs-4);
    color: var(--gray);
}

.international-business-page .circle-pills-tab-border {
    font-size: var(--fs-4);
    border-radius: 30px;
    text-transform: uppercase;
    color: var(--gray);
}

.international-business-page .nav-pills-line-inter-business {
    border: 1px solid var(--green);
    margin-top: 58px;
    margin-left: 117px;
    position: absolute;
    width: 100px;
}

.international-business-page .inter-business-card {
    background-color: #F4F4F4;
    padding: 20px 30px;
    border-radius: 20px;
    height: 470px;
    overflow-y: auto;
}

.homepage .inter-business-section .circle-pills-tab-border.active {
    font-family: var(--ff-heavy-bold);
    font-size: var(--fs-5);
}

.homepage .inter-business-section .circle-pills-tab-border {
    font-size: var(--fs-6);
    border-radius: 30px;
    text-transform: uppercase;
}

.homepage .inter-business-section .nav-pills-line-inter-business {
    border: 1px solid var(--green-light);
    margin-top: 58px;
    margin-left: 100px;
    position: absolute;
    width: 76px;
}

#carousel-group-business2 .carousel-indicators [data-bs-target],
#carousel-group-business1 .carousel-indicators [data-bs-target] {
    background-color: var(--green);
    opacity: 1;
}

.carousel-indicators-custom {
    border: 1px solid var(--green);
    border-radius: 40px;
    padding: 5px 10px;
}

#carousel-group-business2 .carousel-indicators .active,
#carousel-group-business1 .carousel-indicators .active {
    background-image: url(../images/homePage/Ampol-Dot-Img/Dot6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 36px;
    height: 36px;
    background-color: transparent;
}

.homepage .distubution-title {
    font-size: 52px;
    font-family: var(--ff-heavy-bold);
    line-height: 1;
    margin-bottom: 28px;
}

.homepage .distubution-btn-more {
    font-size: var(--fs-2);
    border: 1px solid white;
    border-radius: 40px;
    padding: 10px 30px;
    width: max-content;
}

.homepage .distubution-content, .homepage .family-content {
    background-image: url("../images/homePage/distribution/distribution-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

a.tab-content-btn-more {
    border: 2px solid var(--green);
    border-radius: 40px;
    width: 206px;
    font-size: var(--fs-5);
    font-family: var(--ff-heavy-bold);
    height: 46px;
    line-height: 58px;
    letter-spacing: 2px;
    color: var(--green);
}

.section-join-us a.tab-content-btn-more {
    border: 2px solid var(--green);
    border-radius: 40px;
    width: 160px;
    font-size: var(--fs-5);
    font-family: var(--ff-heavy-bold);
    height: 32px;
    line-height: 1;
    letter-spacing: normal;
    color: var(--green);
}

.homepage .distubution-section a.tab-content-btn-more, .homepage .utcc-section a.tab-content-btn-more, .homepage .family-section a.tab-content-btn-more {
    border: 2px solid white;
    border-radius: 40px;
    width: 206px;
    font-size: var(--fs-4);
    font-family: var(--ff-heavy-bold);
    height: 46px;
    line-height: 58px;
    letter-spacing: 2px;
    color: white;
}

img.vending-img {
    width: 100%;
    height: auto;
}

.homepage .distubution-desc, .homepage .utcc-desc {
    margin: 0px 50px 50px 0;
    font-size: var(--fs-3);
    line-height: 1.5;
}

.homepage .utcc-desc {
    margin: 0px 50px 50px 0;
    font-size: var(--fs-3);
    line-height: 1.5;
    width: 600px;
}

.homepage .distubution-content-detail, .homepage .family-content-detail {
    margin-left: 250px;
}

.distubution-pretitle {
    font-size: 100px;
    font-family: var(--ff-heavy-bold);
    line-height: 0.6;
}

.homepage .utcc-content {
    margin-left: 250px;
}

.homepage .goodlife-desc {
    font-size: var(--fs-3);
    line-height: 1;
    color: var(--green);
    font-family: var(--ff-heavy-bold);
    margin-bottom: 50px;
}

.section-header img.tracking-email-icon {
    width: 22px;
    height: 22px;
}


.homepage .goodlife-pretitle {
    font-size: var(--fs-5);
    line-height: 1;
    color: var(--green);
    margin-bottom: 20px;
    background-color: white;
    width: max-content;
    padding: 10px 20px;
    border-radius: 30px;
}

.homepage .goodlife-content {
    margin-right: 400px;
}

.homepage .goodlife-section {
    background-image: url("../images/homePage/goodlife/goodlife-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1080px;
}

.homepage .vending-content {
    height: 100%;
    margin-left: 250px;
}

.vending-desc {
    font-size: var(--fs-5);
    line-height: 1.5;
    color: var(--gray);
    margin: 30px 0 60px;
}

.vending-content-detail {
    margin-right: 40px;
}

.homepage .utcc-section {
    background-image: url("../images/homePage/utcc/utcc-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1080px;
}

.family-title {
    font-size: 124px;
    line-height: 0.7;
    font-family: var(--ff-heavy-bold);
}

.family-desc {
    font-size: var(--fs-3);
    line-height: 1;
    margin-bottom: 20px;
}

.homepage .distubution-img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

img.family-img {
    margin-top: 140px;
    height: 941px;
    width: auto;
}

img.family-icon {
    width: 507px;
    height: auto;
}

.homepage .utcc-content-img, .homepage .goodlife-content-img, .homepage .family-content-img, .homepage .vending-content-img {
    height: auto;
    width: 432px;
}

.inter-business-content,
.oem-content {
    height: 620px;
}


.homepage .group-business1 .content-container,
.homepage .group-business2 .content-container {
    display: block;
}

.homepage .group-business1-card,
.homepage .group-business2-card {
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.8);
    height: 300px;
    display: block;
}

.box-group-business1,
.box-group-business2 {
    position: relative;
    display: block;
}

.homepage .group-business2-title,
.homepage .group-business1-title,
.group-business-other-title,
.group-business-other-title-2 {
    text-align: center;
    font-size: var(--fs-3);
    line-height: 66px;
    color: var(--green);
    font-family: var(--ff-heavy-bold);
    margin-bottom: 5px;
}

.homepage .group-business1,
.homepage .group-business2,
.homepage .group-business-other {
    margin-top: 26px;
}

.navbar-nav .nav-item.dropdown.active {
    border: 1px solid white;
    border-radius: 40px;
    padding: 0px 10px;
}

.navbar-nav .nav-item.dropdown.active .nav-link {
    color: var(--green-light);
}

.group-business-other-title {
    margin-bottom: 0;
}

.homepage #carousel-group-business1 .carousel-indicators,
.homepage #carousel-group-business2 .carousel-indicators {
    bottom: -45px;
}

.homepage .group-business-other {
    background: rgba(249, 249, 249, 0.65);
}

.homepage .group-business-other-card {
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.65);
    height: max-content;
    padding: 30px;
}

.distubution-center-section {
    margin-top: 100px;
}

.distubution-center-title {
    color: var(--green);
    font-size: 84px;
    line-height: 1;
    font-family: var(--ff-heavy-bold);
    margin-bottom: 30px;
}

.distubution-center-desc {
    color: var(--gray);
    padding: 15px 30px;
    width: max-content;
    border-radius: 30px;
    font-size: var(--fs-3);
    font-family: var(--ff-heavy-bold);
    background-color: white;
}

.homepage .group-business-other-img {
    width: auto;
    height: auto;
    padding: 10px;
}

#homepage-banner-carousel .carousel-indicators {
    position: absolute;
    margin-right: 15%;
    margin-bottom: 25%;
    margin-left: 95%;
}

.affiliate-companies-all-page .affiliate-companies-all-title {
    font-size: 50px;
    line-height: 60px;
    color: var(--green);
    font-family: var(--ff-bold);
}

.affiliate-companies-all-sub-title {
    font-size: var(--fs-2);
    line-height: 48px;
}

.affiliate-companies-page .affiliate-companies-sub-title {
    font-size: var(--fs-2);
    color: var(--black);
}

.affiliate-companies-page .affiliate-companies-desc,
.affiliate-companies-all-page .affiliate-companies-all-desc {
    font-size: 30px;
    line-height: 40px;
    color: var(--black);
    font-family: var(--ff-heavent-regular);
}

/* .affiliate-companies-page .affiliate-companies-video,
.news-item-video {
    background-image: url("../images/affiliateCompanies/Top BG.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
} */

.news-item-video-play img {
    width: 100px;
    height: 100px;
}

.news-item-video-play {
    position: absolute;
}

.affiliate-companies-page .affiliate-companies-video {
    width: 100px;
    height: 100px;
}

img.tracking-email-icon {
    width: 25px;
    height: 25px;
}

.tracking-email-phone {
    font-size: var(--fs-5);
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--ff-heavy-bold);
    color: var(--green);
}

.language-btn {
    color: var(--green);
    font-size: var(--fs-5);
    font-family: var(--ff-heavy-bold);
    border: 3px solid var(--green);
    padding: 0px 15px;
    border-radius: 20px;
}

.affiliate-companies-all-page .affiliate-companies-all-content-title {
    font-size: var(--fs-2);
    color: var(--green);
    margin-bottom: 20px;
}

.affiliate-companies-title {
    font-size: var(--fs-1);
    line-height: 55px;
    color: var(--green);
    font-family: var(--ff-bold);
}

.affiliate-companies-all-page .affiliate-companies-all-content-desc {
    font-size: 25px;
    line-height: 28px;
    color: var(--gray);
    font-family: var(--ff-heavent-regular);
    margin-bottom: 35px;
}

.affiliate-companies-all-page a.affiliate-companies-all-btn-more {
    font-size: 31px;
    line-height: 40px;
    font-family: var(--ff-heaventmed);
    color: var(--green);
    border: 1px solid var(--green);
    border-radius: 40px;
    padding: 5px 20px;
}

.affiliate-companies-all-line {
    border: 1px solid var(--green);
    margin-bottom: 40px;
}

.affiliate-companies-all-circle {
    width: 25px;
    height: 25px;
    background: var(--green);
    border-radius: 40px;
    margin-bottom: -13px;
}

.affiliate-companies-all-img img,
.affiliate-companies-all-content {
    height: max-content;
}

.affiliate-companies-all-img img {
    height: 100%;
}

.affiliate-companies-page #pills-tabContent .list-items-card {
    border: 2px solid #C4C4C4;
    border-radius: 5px;
    background-color: #F8F7F7;
    padding: 50px 83px;
}

.affiliate-companies-page #pills-tabContent .item {
    font-size: var(--fs-4);
    color: var(--black);
}

.affiliate-companies-sub-title2 {
    font-size: 50px;
    line-height: 60px;
    color: var(--green);
    font-family: var(--ff-bold);
}

.news-list-page {
    color: var(--black);
}

.news-list-date {
    margin: -50px 0 50px 0;
    font-size: var(--fs-3);
    font-family: var(--ff-bold);
}

.news-list-title {
    font-size: var(--fs-1);
    text-transform: uppercase;
    color: var(--green);
    font-family: var(--ff-bold);
    line-height: 1;
    padding: 100px 0;
}

.news-list-desc {
    font-size: var(--fs-1);
    color: var(--black);
    font-family: var(--ff-bold);
    line-height: 55px;
}

.news-items {
    border: 1px solid var(--green);
    border-radius: 20px;
}

.news-items .box-img {
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.news-items .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-items-date {
    font-size: var(--fs-6);
    line-height: 1;
}

.news-detail {
    font-size: var(--fs-5);
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-detail-line {
    position: relative;
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #707070;
    margin-left: 5px;
    margin-right: 8px;
    top: 5px;
}

a.news-items-all-btn-more {
    color: var(--green);
    font-size: var(--fs--5);
}

.news-detail-banner {
    background-image: url("../images/news/detail/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    margin-top: 100px;
    object-fit: cover;
    position: relative;
}

.section-company-information .banner-section {
    background-image: url("../img/company_information/banner-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 1080px;
}

.news-detail-banner-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.news-detail-banner-inner {
    z-index: 1;
}

.news-detail-title {
    font-size: 80px;
    line-height: 80px;
    color: white;
    padding: 0px 15px 15px 15px;
}

.news-detail-title-date {
    font-size: var(--fs-2);
    color: white;
}

.news-detail-date-social {
    font-size: var(--fs-3);
    color: var(--gray);
}

.news-datail-content-title {
    font-size: var(--fs-2);
    color: var(--green);
    line-height: 66px;
    font-family: var(--ff-heaventmed);
}

.news-detail-content-desc {
    font-size: var(--fs-5);
    color: var(--black);
    line-height: 40px;
}

.news-detail-list-more-title {
    font-size: var(--fs-2);
    color: var(--green);
    line-height: 66px;
    font-family: var(--ff-bold);
}

.news-detail-list-more {
    padding: 50px 0;
    background: #F9F9F9;
}

.international-business-page .inter-business-content {
    background-image: url(../images/homePage/inter-business/inter-buss-tab-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 800px;
    border-radius: 40px;
}

.homepage .pills-tabContent-bg {
    background-image: url(../images/homePage/Bg-Bub-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 100px 0;
}

.international-business-page .inter-business-content-list {
    font-size: var(--fs-4);
    color: var(--gray);
    font-family: var(--ff-light);
    line-height: 2;
}

.company-information-title, .policy-title, .join-us-title, .inter-business-title {
    font-size: 80px;
    color: var(--green);
    line-height: 0.8;
}

.group-company-title {
    font-size: var(--fs-2);
    color: var(--green);
    line-height: 0.8;
    text-transform: uppercase;
}

.policy-title3 {
    font-size: var(--fs-1);
    color: var(--green);
    line-height: 0.8;
}

.international-business-subtitle {
    font-size: var(--fs-2);
    color: var(--gray);
    line-height: 0.8;
}

.policy-title2 {
    font-size: 107px;
    line-height: 0.8;
    color: var(--green);
    font-family: var(--ff-heavy-bold);
    text-transform: uppercase;
}

.policy-title2-1 {
    font-size: 84px;
    line-height: 1;
    color: var(--green);
    font-family: var(--ff-heavy-bold);
    text-transform: uppercase;
}

.policy-sub-title {
    font-size: 52px;
    line-height: 1;
    color: var(--green);
}

.policy-content-title {
    font-size: 52px;
    color: var(--green);
    line-height: 1;
    margin: 15px 0;
}

.affiliate-companies-page .distubution-center-detail-img {
    background-position: top;
    height: 800px;
    border-radius: 40px;
}

.pr-page th {
    padding: 25px 50px;
}

.pr-page .th-first {
    border-radius: 40px 0px 0px 40px;
}

.pr-page .th-last {
    border-radius: 0px 40px 40px 0px;
}

.pr-page thead {
    background-color: var(--green);
    border-radius: 40px;
    color: white;
    font-family: var(--ff-light);
    overflow: hidden;
}

.pr-page td {
    padding: 25px 50px 10px 50px;
}

.affiliate-companies-page img.distubution-center-content-img {
    margin-top: 80px;
    width: 70%;
}

.retail-distubution-center-address-list {
    color: var(--gray);
    border-radius: 40px;
    border: none;
    padding: 10px 20px;
    font-size: var(--fs-5);
    line-height: 1;
    width: 90%;
    text-align: start;
}

.affiliate-companies-page .nav-pills .nav-link.active .retail-distubution-center-address-list {
    color: white;
    background-color: var(--green);
    border: none;
}

.retail-distubution-center-desc {
    font-size: var(--fs-4);
    line-height: 1;
    color: var(--gray);
}

.text-line {
    border: 2px solid #F7F7F7;
    width: 100%;
    margin: 60px 0;
}

.text-value-subtitle {
    font-size: var(--fs-5);
    line-height: 1.2;
    background-color: #F7F7F7;
    padding: 15px;
    border-radius: 40px;
    margin-left: 33%;
    margin-top: -40px;
    color: var(--gray);
    text-align: start;
}

.text-value-title {
    font-size: var(--fs-2);
    color: var(--green);
    line-height: 0.7;
    font-family: var(--ff-heavy-bold);
    margin-bottom: 48px;
}

.mission-num {
    font-size: 300px;
    font-family: var(--ff-heavy-bold);
    color: var(--green);
    line-height: 0.5;
    position: absolute;
    left: 0;
}

.text-mission-title, .capacity-title {
    font-size: var(--fs-4);
    color: var(--green);
    font-family: var(--ff-heavy-bold);
    line-height: 1;
}

.mission-line {
    border: 1.5px solid var(--green);
    width: 100%;
    margin: 10px 0;
}

.mission-detail {
    background-color: #F7F7F7;
    padding: 25px;
    border-radius: 30px;
    margin-left: 100px;
    width: 100%;
}

.text-mission-subtitle {
    font-size: var(--fs-5);
    color: var(--black-gray);
    line-height: 1.2;
}

.group-company-page-detail .group-internal-section {
    padding: 150px 0;
}

.policy-section {
    padding: 50px 20%;
}

.policy-content-detail {
    font-size: var(--fs-5);
    line-height: 1.3;
    margin-bottom: 30px;
    color: var(--gray);
}

.group-company-desc {
    font-size: var(--fs-5);
    line-height: 1.3;
    color: var(--gray);
}

.company-information-detail {
    font-size: var(--fs-5);
    line-height: 1.3;
}

.join-us-subtitle {
    font-size: var(--fs-3);
    color: var(--gray);
    line-height: 1;
}

.distubution-center-address-tabContent.active {
    display: block;
}

.distubution-center-address-tabContent {
    display: none;
}

.section-join-us .join-us-form form input[type=text]::placeholder, .section-join-us .join-us-form form textarea::placeholder {
    font-size: var(--fs-3);
    color: lightgray;
    background-color: white;
}


.group-company-page .group-internal-section .nav-pills-number {
    font-size: 70px;
    line-height: 76px;
    font-family: var(--ff-hauora-light);
    padding: 0 80px;
    margin: 0;
    width: 220px;
}

.group-company-page .group-internal-section .nav-pills-title {
    font-size: var(--fs-4);
    line-height: 1;
    text-align: start;
    color: var(--gray);
    text-transform: uppercase;
    margin-left: 50px;
    color: white;
}

.group-company-page #pills-group-internal-tabContent .tab-content-group-internal-detail {
    background-color: transparent;
    width: max-content;
    height: max-content;
    margin-left: -25px;
    border-radius: 30px;
    padding: 30px 20px;
    margin-top: 20px;
}

.group-company-page .group-internal-section .nav-pills .nav-link.active .nav-pills-title {
    color: var(--green) !important;
}

.group-company-page .group-internal-section .circle-pills-tab {
    border: 1px solid white;
    border-radius: 40px;
    background: rgb(255, 255, 255, 0.3);
}

.group-company-page .group-internal-section .group-internal-title {
    font-size: var(--fs-1);
    line-height: 1;
    color: var(--green);
}

.group-company-page .group-internal-section .group-internal-subtitle {
    font-size: var(--fs-5);
    line-height: 1;
    color: var(--gray);
}

.group-company-page .group-internal-section .nav-pills-group-internal-line {
    width: 2px;
    height: 66px;
    background: var(--green);
    position: absolute;
    margin-top: 90px;
    margin-left: 14px;
}

.group-company-page .group-internal-section img.tab-content-group-internal-img-logo {
    width: 170px;
    height: auto;
    margin-left: -20px;
}

.group-company-page .group-internal-section .tab-content-group-internal-title {
    font-size: var(--fs-1);
    font-family: var(--ff-heavy-bold);
    line-height: .8;
    text-transform: uppercase;
    color: var(--green-light);
}

.group-company-page .group-internal-section .tab-content-group-internal-subtitle {
    font-size: var(--fs-2);
    font-family: var(--ff-heavy-bold);
    line-height: .8;
    text-transform: uppercase;
    color: var(--green-light);
}

.group-company-page .group-internal-section .tab-content-group-internal-desc {
    font-size: var(--fs-6);
    line-height: 1.5;
    text-transform: uppercase;
    margin: 20px 20% 80px 0;
    color: white;
}

.group-company-page .group-internal-section a.tab-content-group-internal-btn-more {
    border: 1px solid white;
    border-radius: 40px;
    padding: 5px 30px;
    font-size: var(--fs-3);
}

.group-company-page a.tab-content-btn-more {
    border: 2px solid white;
    border-radius: 40px;
    width: 200px;
    font-size: var(--fs-5);
    font-family: var(--ff-heavy-bold);
    height: 40px;
    line-height: 58px;
    letter-spacing: 2px;
    color: white;
}

.news-list-page .policy-content-detail {
    font-size: var(--fs-4);
    line-height: 1.3;
    margin-bottom: 30px;
    color: var(--gray);
}

.text-cookie-page u {
    font-size: 35px;
    color: var(--green);
    line-height: 55px;
    font-family: var(--ff-heaventmed);
    text-decoration: none;
}

.section-content.homepage {
    display: block;
}

.homepage .oem-section {
    height: unset;
    padding: 80px 0px;
}

.homepage .oem-content {
    height: unset;
}

.oem.owl-carousel.owl-theme .owl-dots .owl-dot {
    border: none;
    border-radius: 50%;
    margin: 0px 2px;
}

.oem.owl-carousel.owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #ffffff;
}

.oem.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #ffffff;
}

.oem.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
}

.oem.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.business1.owl-carousel .item,
.business2.owl-carousel .item {
    position: relative;
    display: table;
}

.business1.owl-carousel .item .group-business1-img {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 30px;
}

.business2.owl-carousel .item .group-business2-img {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 30px;
}

.oem.owl-carousel .owl-stage,
.business1.owl-carousel .owl-stage,
.business2.owl-carousel .owl-stage {
    display: table !important;
}

.oem.owl-carousel .owl-item,
.business1.owl-carousel .owl-item,
.business2.owl-carousel .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.business1.owl-carousel.owl-theme .owl-dots .owl-dot,
.business2.owl-carousel.owl-theme .owl-dots .owl-dot {
    border: none;
    border-radius: 50%;
    margin: 0px 2px;
}

.business1.owl-carousel.owl-theme .owl-dots .owl-dot span, .business2.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0;
    background: var(--green);
}

.business1.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.business2.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: var(--green);
    width: 36px;
}

.business1.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.business2.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--green);
    width: 36px;
}

.owl-dots {
    bottom: -20px;
}

.news-item-video img {
    border-radius: 20px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    width: max-content;
    border: 1px solid var(--green);
    border-radius: 30px;
    padding: 0px 10px;
    right: 48%;
    position: absolute;
}

.box-page {
    margin-top: 20px;
}

.box-page .page-link {
    font-family: var(--ff-bold);
    font-size: var(--fs-4);
    color: var(--green);
    border-radius: 40px !important;
    margin: 10px;
    border: 1px solid var(--green);
}

.box-page .active>.page-link, .page-link.active {
    color: #ffffff;
    background: var(--green);
    border: 1px solid var(--green);
}

.box-page-area {
    position: relative;
    display: table;
    margin: 0px auto;
    width: auto;
}


@media (min-width: 1600px) and (max-width: 1919px) {
    .affiliate-companies-page #distubution-center-tab .nav-item {
        width: 126px;
    }

    .homepage-title3 {
        font-size: var(--fs-1);
        line-height: 0.5;
        margin-left: 20px;
        color: white;
        margin-bottom: 20px;
    }

    .affiliate-companies-page .distubution-center-pills-line {
        border: 1px solid var(--green);
        position: absolute;
        margin-top: 108px;
        width: 445px;
        margin-left: 71px;
    }

    /* .director-list {
        margin: 100px 0;
    } */

    .oem-img-list {
        margin-left: 0;
    }

    .navbar .navbar-nav .dropdown-menu {
        position: fixed;
        top: 40px;
        font-size: var(--fs-5);
        transform: translate(-50%, 0);
        width: 200px;
        left: auto;
        margin-left: 50px;
        height: max-content;
        border-radius: 0;
        background-image: url(../images/header/hover-menu-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        border-radius: 40px;
        padding: 20px 30px;
    }

    .navbar .navbar-nav .dropdown-menu a {
        color: white;
        padding: 5px 0;
        font-size: var(--fs-6);
        line-height: 1;
        margin: 0 10px;
    }

    .navbar .dropdown .dropdown-menu .dropdown-menu-title {
        font-size: var(--fs-5);
        color: white;
        padding: 5px 10px;
        background-color: var(--green-light);
        line-height: 1;
        width: 100%;
        border-radius: 40px;
        margin: 0 0px 8px 0px;
    }

    .navbar .navbar-nav .dropdown-menu {
        padding-block: 5px !important;
        position: absolute;
        background: var(--green);
        opacity: 1;
        flex-direction: column;
        padding-inline-start: unset;
        border-radius: 30px;
        transform: unset;
        margin-left: -120px;
        padding: 10px;
    }

    .group-company-pills-line {
        border: 1px solid var(--green);
        position: absolute;
        margin-top: 118px;
        width: 100%;
    }

    .homepage .group-company-section .carousel-indicators .active {
        width: 36px;
        height: 12px;
    }

    .homepage .margin-minus-50 {
        width: 50%;
    }

    .group-company-pills-line {
        border: 1px solid var(--green);
        position: absolute;
        margin-top: 108px;
        width: 100%;
    }

    #pills-tabContent .carousel {
        margin-right: 0;
    }

    .section-header img.tracking-email-icon {
        width: 20px;
        height: 20px;
    }

    img.copyright-logo-img {
        width: auto;
        height: 60px;
    }

    .list-meta-link-title {
        font-size: var(--fs-5);
        line-height: 1;
        color: white;
        font-family: var(--ff-heavy-bold);
    }

    .list-meta-link-link a, .homepage .list-meta-link-link a {
        font-size: var(--fs-5);
        color: white;
        line-height: 1;
        font-family: var(--ff-light);
    }

    .homepage-title {
        font-size: var(--fs-1);
        line-height: 0.8;
        margin: 200px 20px 20px 20px;
    }

    .homepage-desc {
        font-size: 36px;
        font-family: var(--ff-light);
        line-height: 36px;
        margin: 0px 20px 60px 20px;
    }

    img.banner-img {
        height: auto;
        width: 100%;
    }

    .list-meta-link {
        padding: 50px 20px !important;
    }

    .nav-bg-color {
        background-color: white;
        background-image: none;
    }

    .navbar-contact {
        padding: 10px !important;
        background-color: var(--green);
    }

    .navbar .nav-link {
        color: var(--green);
    }

    .navbar-nav .nav-item.dropdown.active {
        border: none;
        border-radius: 40px;
        padding: 0;
        width: max-content;
    }

    .navbar-toggler {
        color: var(--green);
        border: 1px solid var(--green);
        background-color: var(--green);
    }

    .group-internal-section {
        margin: 0 250px;
    }

    .group-company-page .group-internal-section {
        margin: 0;
    }

    .content-container {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        margin: 0px auto 0px auto;
        padding: 0px 250px;
    }

    .section-footer .copyright-address {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
        margin-top: 20px;
    }

    .section-footer .copyright-text {
        font-size: var(--fs-6);
        line-height: 1;
        color: var(--green);
        margin-top: 10px;
    }

    .section-header {
        width: 100%;
    }

    .section-content {
        width: 100%;
    }

    .section-footer {
        width: 100%;
    }

    .copyright {
        color: white;
        font-size: var(--fs-5);
        background-color: white;
    }

    .affiliate-companies-page .affiliate-companies-title,
    .affiliate-companies-all-page .affiliate-companies-all-title,
    .policy-title,
    .news-list-title,
    .news-list-desc,
    .homepage .tab-content-title {
        font-size: var(--fs-1);
        line-height: 1;
    }

    .affiliate-companies-page .affiliate-companies-sub-title,
    .affiliate-companies-all-sub-title,
    .policy-sub-title,
    .policy-content-title,
    .news-datail-content-title,
    .news-detail-list-more-title,
    .homepage .group-internal-section .group-internal-title,
    .homepage .inter-business-content-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-titleม.homepage .group-business2-title,
    .homepage .group-business1-title,
    .homepage .group-business2-title,
    .homepage .group-business-other-title,
    .homepage .oem-section .oem-title,
    .homepage .inter-business-title,
    .homepage .distubution-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-title,
    .group-business-other-title-2 {
        font-size: var(--fs-3);
        line-height: 34px;
    }

    .vending-desc {
        font-size: var(--fs-5);
        line-height: 1;
        color: var(--gray);
        margin: 30px 0;
    }

    .homepage .vending-content {
        height: 100%;
        margin: 0 20px 30px 20px;
    }

    .family-desc {
        font-size: var(--fs-4);
        line-height: 1;
        margin-bottom: 20px;
    }

    .family-title {
        font-size: 56px;
        line-height: 0.7;
        font-family: var(--ff-heavy-bold);
        margin: 20px 0;
    }

    img.family-icon {
        width: 200px;
        height: auto;
    }

    .homepage .goodlife-section {
        height: 900px;
    }

    .homepage .distubution-desc {
        margin: 0px 50px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .utcc-desc {
        margin: 0px 600px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .goodlife-content {
        margin: 20px 200px 20px 0px;

    }

    .homepage .group-internal-section .tab-content-group-internal-title {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .homepage .distubution-title {
        margin-bottom: 30px;
    }

    .affiliate-companies-page .nav-pills .nav-link.active,
    .affiliate-companies-page .nav-pills .nav-link,
    .homepage .group-internal-section .group-internal-subtitle {
        font-size: var(--fs-4);
        line-height: 32px;
        padding: 5px 0;
    }

    .affiliate-companies-sub-title2 {
        font-size: var(--fs-2-1);
        line-height: 40px;
        color: var(--green);
        font-family: var(--ff-bold);
    }

    .affiliate-companies-all-img img,
    .affiliate-companies-all-content {
        height: auto;
        width: 100%;
    }


    .homepage a.tab-content-btn-more {
        font-size: var(--fs-6);
        line-height: 24px;
    }

    .affiliate-companies-all-line {
        margin-bottom: 25px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-title {
        margin-bottom: 15px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-desc {
        margin-bottom: 30px;
    }

    .affiliate-companies-page #pills-tabContent .list-items-card {
        padding: 20px;
    }

    img.distubution-center-content-img {
        margin-top: 100px;
        width: 70%;
    }

    .affiliate-companies-page .affiliate-companies-video,
    .news-item-video,
    .homepage .group-business1-card,
    .homepage .group-business2-card {
        height: 400px;
    }

    .affiliate-companies-page .affiliate-companies-video img {
        width: 50px;
        height: 50px;
    }

    .tracking-email-btn,
    a.news-items-all-btn-more,
    .homepage .distubution-btn-more {
        line-height: 18px;
    }

    .news-detail-title {
        font-size: 6.957vw;
        line-height: 7.652vw;
    }

    .news-detail-banner {
        padding: 3.478vw 3.478vw;
        height: 86.957vw;
        margin-top: 65px;
    }

    .news-detail-title-date,
    .news-detail,
    .news-detail-date-social {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .news-list-date {
        margin: 0;
    }

    .homepage a.tab-content-btn-more {
        width: 140px;
        height: 40px;
    }

    .homepage .group-internal-pill {
        margin: 0 20px;
    }

    #carousel-group-business2 .carousel-indicators .active,
    #carousel-group-business1 .carousel-indicators .active {
        width: 24px;
        height: 24px;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 40px;
        border: none;
    }

    #homepage-banner-carousel .carousel-indicators {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .homepage .group-company-section .nav-pills .nav-link,
    .homepage .group-company-section .nav-pills .nav-link.active {
        padding: 5px 20px;
    }

    .homepage .group-company-section .nav-pills-line {
        margin-bottom: 0px;
    }

    .homepage .group-company-section #pills-tabContent {
        padding: 150px 0;
    }

    .homepage .group-internal-section .nav-pills-number {
        font-size: var(--fs-2);
        line-height: 40px;
        padding: 0 20px 0 40px;
        text-align: start;
        width: 110px;
    }

    .homepage .group-internal-section .nav-pills-group-internal-line {
        height: 32px;
        margin-top: 60px;
        margin-left: 14px;
    }

    .group-internal-section .nav-pills .nav-link {
        height: 50px;
    }

    .homepage .group-internal-section .tab-content-group-internal-desc {
        margin: 20px 0 50px 0;
    }

    .homepage .oem-section .oem-title {
        margin: 20px 0 10px 0;
    }

    .homepage .oem-section .oem-desc {
        padding: 0;
        line-height: 1;
    }

    .oem-content,
    .homepage .group-business-other-card {
        height: max-content;
    }

    .distubution-center-title {
        color: var(--green);
        font-size: 48px;
        line-height: 1;
        font-family: var(--ff-heavy-bold);
        margin-bottom: 10px;
        font-size: var(--fs-1);
    }

    #distubution-center-tab .nav-item {
        width: 120px;
    }

    .distubution-center-address-list-circle {
        margin-right: 12px;
    }

    .distubution-center-address-list {
        width: 400px;
    }

    .distubution-center-pills-address-card {
        width: 100%;
        height: max-content;
        padding: 20px 30px;
        background-color: var(--green);
        border-radius: 40px;
    }

    .distubution-center-detail-img {
        background-image: url("../images/distribution-center/Green BG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 700px;
        margin-bottom: 50px;
    }

    .homepage .utcc-section {
        height: 800px;
    }

    .homepage .utcc-content {
        margin: 20px 250px;
    }

    .distubution-center-pills-list-address-line {
        width: 8px;
        height: 76%;
        background-color: var(--green-light);
        opacity: 0.5;
        border-radius: 40px;
        position: absolute;
        margin-right: -15px;
        top: 13%;
    }

    .homepage .distubution-content-detail, .homepage .family-content-detail {
        margin: 50px 20px;
    }

    .distubution-center-pills-list-address-card {
        width: 100%;
        height: max-content;
        background-color: white;
        border-radius: 30px;
        margin: 20px 0 40px 0;
        padding: 20px;
    }

    .distubution-center-desc {
        color: var(--gray);
        padding: 5px 10px;
        width: max-content;
        border-radius: 30px;
        font-size: var(--fs-6);
        font-family: var(--ff-heavy-bold);
        background-color: white;
    }

    /* .inter-business-content,
    .homepage .distubution-content,
    .homepage .utcc-content,
    .homepage .goodlife-content,
    .homepage .family-content,
    .homepage .vending-content {
        height: 300px;
    } */

    .homepage .distubution-img,
    .homepage .goodlife-img,
    .homepage .family-img,
    .homepage .vending-img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .oem-section {
        height: 450px;
    }

    .homepage #carousel-oem .carousel-indicators {
        bottom: -25px;
    }

    .homepage .oem-section .oem-carousel-card {
        padding: 10px 10px 10px 10px;
        margin-top: 50px;
    }

    .homepage .inter-business-title {
        margin: 60px 0 0px 0;
        font-size: var(--fs-1);
        line-height: 0.7;
    }

    .homepage .inter-business-desc {
        margin: 30px 0 0 0;
        font-size: var(--fs-6);
        line-height: 1;
    }

    .homepage .inter-business-card {
        padding: 30px;
        height: 400px;
        margin: 20px 0;
    }

    .homepage .inter-business-content-title {
        margin-bottom: 10px;
    }

    .homepage .inter-business-content-desc {
        margin-top: 20px;
    }

    .homepage img.group-business1-img {
        width: auto;
        height: 50px;
    }

    /* .distubution-section,
    .utcc-section,
    .goodlife-section,
    .family-section,
    .vending-section {
        height: max-content;
        margin-top: 15px;
    } */

    .homepage .utcc-content-img,
    .homepage .goodlife-content-img,
    .homepage .family-content-img,
    .homepage .vending-content-img {
        height: auto;
        width: 200px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: 12px;
        line-height: 16px;
    }

    .homepage .group-business2-title,
    .homepage .group-business1-title {
        margin: 5px;
    }

    .homepage #carousel-group-business2 .carousel-indicators {
        bottom: -25px;
    }

    .homepage .group-business-other-img {
        margin-top: 10px;
    }

    .homepage .tab-content-detail {
        font-size: var(--fs-5);
        line-height: 32px;
        padding: 0px;
        margin-bottom: 20px;
        color: var(--gray);
    }

    .homepage .inter-business-section .nav-pills .nav-link.active,
    .homepage .inter-business-section .nav-pills .nav-link {
        padding: 0;
    }

    .homepage .inter-business-section .circle-pills-tab-border.active,
    .homepage .inter-business-section .circle-pills-tab-border {
        padding: 3px 5px;
    }

    .homepage .inter-business-section .nav-pills-line-inter-business {
        border: 1px solid var(--green-light);
        margin-top: 57px;
        margin-left: 98px;
        position: absolute;
        width: 80px;
    }

    .form-select {
        width: 95%;
        background-color: var(--green);
        color: white;
        font-size: var(--fs-5);
    }

    .homepage .group-business-other-img {
        height: auto;
        width: 100%;
    }

    .homepage .circle-pills-tab-group-internal {
        width: 30px;
        height: 30px;
    }

    .section-header .copyright-title {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
    }

    .vending-content-detail img {
        width: 200px;
        height: auto;
    }

    .navbar-brand img {
        width: auto;
        height: 80px;
    }

    .homepage .oem-card {
        padding: 50px;
        margin: 0;
        height: max-content;
    }

    img.oem-img-mt, img.oem-img-mb {
        width: 250px;
    }

    img.oem-img-mt {
        padding: 0;
        margin: 0px 0 30px 0;
    }

    img.oem-img-mb {
        margin: 30px 0 0px 0;
    }

    /* 
    .homepage .circle-pills-tab-group-internal.active .circle-pills-tab-red {
        background-color: red;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        margin: 4px;
    } */

    #pills-group-internal-tabContent .tab-content-group-internal-detail {
        background-color: white;
        width: auto;
        height: max-content;
        /* margin-left: -25px; */
        border-radius: 30px;
        padding: 30px 20px;
        /* margin-top: 20px; */
        margin: 20px;
    }

    .homepage .group-internal-section img.tab-content-group-internal-img-logo {
        width: 120px;
        height: auto;
        margin-left: 20px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: var(--fs-6);
        line-height: 1;
        text-align: start;
        color: var(--gray);
        text-transform: uppercase;
        margin-left: 20px;
    }

    .homepage .utcc-img {
        height: 249px;
        width: 100%;
    }

    /* .homepage .group-company-section .circle-pills-tab {
        display: none;
    } */

    .homepage .oem-img {
        width: 100%;
        height: auto;
    }

    .homepage .inter-business-section .nav-pills .nav-link {
        width: 80px;
    }

    .homepage .inter-business-section .circle-pills-tab-border,
    .homepage .inter-business-section .circle-pills-tab-border.active {
        font-size: 18px;
        padding: 0px 10px;
    }

    .homepage .inter-business-content {
        height: 700px;
        background-image: url(../images/homePage/inter-business/inter-buss-tab-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    /* .homepage .inter-business-section {
        height: 900px;
    } */

    img.inter-buss-world-img {
        width: 300px;
        height: auto;
        margin: 30px 0 50px 0;
    }

    .inter-business-content {
        height: max-content;
    }

    .news-item-video-play img {
        width: 50px;
        height: 50px;
    }

    .business1.owl-carousel .item .group-business1-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px;
    }

    .business2.owl-carousel .item .group-business2-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 20px;
    }

    .homepage .group-business2-card {
        padding: 50px 0px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        width: max-content;
        border: 1px solid var(--green);
        border-radius: 30px;
        padding: 0px 10px;
        right: 42%;
        position: absolute;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .group-company-pills-line {
        border: 1px solid var(--green);
        position: absolute;
        margin-top: 118px;
        width: 100%;
    }

    .group-internal-section {
        margin: 0 250px;
    }

    .homepage-title3 {
        font-size: var(--fs-1);
        line-height: 0.5;
        margin-left: 20px;
        color: white;
        margin-bottom: 20px;
    }

    .group-company-page .group-internal-section {
        margin: 0;
    }

    .affiliate-companies-page .distubution-center-pills-line {
        border: 1px solid var(--green);
        position: absolute;
        margin-top: 108px;
        width: 455px;
        margin-left: 75px;
    }

    /* .director-list {
        margin: 100px 0;
    } */
    .oem-img-list {
        margin-left: 0;
    }

    .navbar .navbar-nav .dropdown-menu {
        position: fixed;
        top: 40px;
        font-size: var(--fs-5);
        transform: translate(-50%, 0);
        width: 200px;
        left: auto;
        margin-left: 50px;
        height: max-content;
        border-radius: 0;
        background-image: url(../images/header/hover-menu-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        border-radius: 40px;
        padding: 20px 30px;
    }

    .navbar .navbar-nav .dropdown-menu a {
        color: white;
        padding: 5px 0;
        font-size: var(--fs-6);
        line-height: 1;
        margin: 0 10px;
    }

    .navbar .dropdown .dropdown-menu .dropdown-menu-title {
        font-size: var(--fs-5);
        color: white;
        padding: 5px 10px;
        background-color: var(--green-light);
        line-height: 1;
        width: 100%;
        border-radius: 40px;
        margin: 0 0px 8px 0px;
    }

    .navbar .navbar-nav .dropdown-menu {
        padding-block: 5px !important;
        position: absolute;
        background: var(--green);
        opacity: 1;
        flex-direction: column;
        padding-inline-start: unset;
        border-radius: 30px;
        transform: unset;
        margin-left: -120px;
        padding: 10px;
    }

    .group-internal-section {
        margin: 0 250px;
    }

    .homepage .group-company-section .carousel-indicators .active {
        width: 36px;
        height: 12px;
    }

    .homepage .margin-minus-50 {
        width: 50%;
    }

    #pills-tabContent .carousel {
        margin-right: 0;
    }

    .section-header img.tracking-email-icon {
        width: 20px;
        height: 20px;
    }

    img.copyright-logo-img {
        width: auto;
        height: 60px;
    }

    .list-meta-link-title {
        font-size: var(--fs-5);
        line-height: 1;
        color: white;
        font-family: var(--ff-heavy-bold);
    }

    .list-meta-link-link a, .homepage .list-meta-link-link a {
        font-size: var(--fs-5);
        color: white;
        line-height: 1;
        font-family: var(--ff-light);
    }

    .homepage-title {
        font-size: 64px;
        line-height: 0.8;
        margin: 200px 20px 20px 20px;
    }

    .homepage-desc {
        font-size: 36px;
        font-family: var(--ff-light);
        line-height: 36px;
        margin: 0px 20px 60px 20px;
    }

    img.banner-img {
        height: auto;
        width: 100%;
    }

    .list-meta-link {
        padding: 50px 20px !important;
    }

    .nav-bg-color {
        background-color: white;
        background-image: none;
    }

    .navbar-contact {
        padding: 10px !important;
        background-color: var(--green);
    }

    .navbar .nav-link {
        color: var(--green);
    }

    .navbar-nav .nav-item.dropdown.active {
        border: none;
        border-radius: 40px;
        padding: 0;
        width: max-content;
    }

    .navbar-toggler {
        color: var(--green);
        border: 1px solid var(--green);
        background-color: var(--green);
    }

    .content-container {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        margin: 0px auto 0px auto;
        padding: 0px 100px;
    }

    .section-footer .copyright-address {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
        margin-top: 20px;
    }

    .section-footer .copyright-text {
        font-size: var(--fs-6);
        line-height: 1;
        color: var(--green);
        margin-top: 10px;
    }

    .section-header {
        width: 100%;
    }

    .section-content {
        width: 100%;
    }

    .section-footer {
        width: 100%;
    }

    .copyright {
        color: white;
        font-size: var(--fs-5);
        background-color: white;
    }

    .affiliate-companies-page .affiliate-companies-title,
    .affiliate-companies-all-page .affiliate-companies-all-title,
    .policy-title,
    .news-list-title,
    .news-list-desc,
    .homepage .tab-content-title {
        font-size: var(--fs-1);
        line-height: 1;
    }

    .affiliate-companies-page .affiliate-companies-sub-title,
    .affiliate-companies-all-sub-title,
    .policy-sub-title,
    .policy-content-title,
    .news-datail-content-title,
    .news-detail-list-more-title,
    .homepage .group-internal-section .group-internal-title,
    .homepage .inter-business-content-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-titleม.homepage .group-business2-title,
    .homepage .group-business1-title,
    .homepage .group-business2-title,
    .homepage .group-business-other-title,
    .homepage .oem-section .oem-title,
    .homepage .inter-business-title,
    .homepage .distubution-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-title,
    .group-business-other-title-2 {
        font-size: var(--fs-3);
        line-height: 34px;
    }

    .vending-desc {
        font-size: var(--fs-5);
        line-height: 1;
        color: var(--gray);
        margin: 30px 0;
    }

    .homepage .vending-content {
        height: 100%;
        margin: 0 20px 30px 20px;
    }

    .family-desc {
        font-size: var(--fs-4);
        line-height: 1;
        margin-bottom: 20px;
    }

    .family-title {
        font-size: 56px;
        line-height: 0.7;
        font-family: var(--ff-heavy-bold);
        margin: 20px 0;
    }

    img.family-icon {
        width: 200px;
        height: auto;
    }

    .homepage .goodlife-section {
        height: 900px;
    }

    .homepage .distubution-desc {
        margin: 0px 50px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .utcc-desc {
        margin: 0px 600px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .goodlife-content {
        margin: 20px 200px 20px 0px;

    }

    .homepage .group-internal-section .tab-content-group-internal-title {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .homepage .distubution-title {
        margin-bottom: 30px;
    }

    .affiliate-companies-page .nav-pills .nav-link.active,
    .affiliate-companies-page .nav-pills .nav-link,
    .homepage .group-internal-section .group-internal-subtitle {
        font-size: var(--fs-4);
        line-height: 32px;
        padding: 5px 0;
    }

    .affiliate-companies-sub-title2 {
        font-size: var(--fs-2-1);
        line-height: 40px;
        color: var(--green);
        font-family: var(--ff-bold);
    }

    .affiliate-companies-all-img img,
    .affiliate-companies-all-content {
        height: auto;
        width: 100%;
    }


    .homepage a.tab-content-btn-more {
        font-size: var(--fs-6);
        line-height: 24px;
    }

    .affiliate-companies-all-line {
        margin-bottom: 25px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-title {
        margin-bottom: 15px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-desc {
        margin-bottom: 30px;
    }

    .affiliate-companies-page #pills-tabContent .list-items-card {
        padding: 20px;
    }

    img.distubution-center-content-img {
        margin-top: 100px;
        width: 70%;
    }

    .affiliate-companies-page .affiliate-companies-video,
    .news-item-video,
    .homepage .group-business1-card,
    .homepage .group-business2-card {
        height: 400px;
    }

    .affiliate-companies-page .affiliate-companies-video img {
        width: 50px;
        height: 50px;
    }

    .tracking-email-btn,
    a.news-items-all-btn-more,
    .homepage .distubution-btn-more {
        line-height: 18px;
    }

    .news-detail-title {
        font-size: 6.957vw;
        line-height: 7.652vw;
    }

    .news-detail-banner {
        padding: 3.478vw 3.478vw;
        height: 86.957vw;
        margin-top: 65px;
    }

    .news-detail-title-date,
    .news-detail,
    .news-detail-date-social {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .news-list-date {
        margin: 0;
    }

    .homepage a.tab-content-btn-more {
        width: 140px;
        height: 40px;
    }

    .homepage .group-internal-pill {
        margin: 0 20px;
    }

    #carousel-group-business2 .carousel-indicators .active,
    #carousel-group-business1 .carousel-indicators .active {
        width: 24px;
        height: 24px;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 40px;
        border: none;
    }

    #homepage-banner-carousel .carousel-indicators {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .homepage .group-company-section .nav-pills .nav-link,
    .homepage .group-company-section .nav-pills .nav-link.active {
        padding: 5px 20px;
    }

    .homepage .group-company-section .nav-pills-line {
        margin-bottom: 0px;
    }

    .homepage .group-company-section #pills-tabContent {
        padding: 150px 0;
    }

    .homepage .group-internal-section .nav-pills-number {
        font-size: var(--fs-2);
        line-height: 40px;
        padding: 0 20px 0 40px;
        text-align: start;
        width: 110px;
    }

    .homepage .group-internal-section .nav-pills-group-internal-line {
        height: 32px;
        margin-top: 60px;
        margin-left: 14px;
    }

    .group-internal-section .nav-pills .nav-link {
        height: 50px;
    }

    .homepage .group-internal-section .tab-content-group-internal-desc {
        margin: 20px 0 50px 0;
    }

    .homepage .oem-section .oem-title {
        margin: 20px 0 10px 0;
    }

    .homepage .oem-section .oem-desc {
        padding: 0;
        line-height: 1;
    }

    .oem-content,
    .homepage .group-business-other-card {
        height: max-content;
    }

    .distubution-center-title {
        color: var(--green);
        font-size: 48px;
        line-height: 1;
        font-family: var(--ff-heavy-bold);
        margin-bottom: 10px;
        font-size: var(--fs-1);
    }

    #distubution-center-tab .nav-item {
        width: 120px;
    }

    .distubution-center-address-list-circle {
        margin-right: 12px;
    }

    .distubution-center-address-list {
        width: 400px;
    }

    .distubution-center-pills-address-card {
        width: 100%;
        height: max-content;
        padding: 20px 30px;
        background-color: var(--green);
        border-radius: 40px;
    }

    .distubution-center-detail-img {
        background-image: url("../images/distribution-center/Green BG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 800px;
        margin-bottom: 50px;
    }

    .homepage .utcc-section {
        height: 800px;
    }

    .homepage .utcc-content {
        margin: 20px;
    }

    .distubution-center-pills-list-address-line {
        width: 8px;
        height: 76%;
        background-color: var(--green-light);
        opacity: 0.5;
        border-radius: 40px;
        position: absolute;
        margin-right: -15px;
        top: 13%;
    }

    .homepage .distubution-content-detail, .homepage .family-content-detail {
        margin: 50px 20px;
    }

    .distubution-center-pills-list-address-card {
        width: 100%;
        height: max-content;
        background-color: white;
        border-radius: 30px;
        margin: 20px 0 40px 0;
        padding: 20px;
    }

    .distubution-center-desc {
        color: var(--gray);
        padding: 5px 10px;
        width: max-content;
        border-radius: 30px;
        font-size: var(--fs-6);
        font-family: var(--ff-heavy-bold);
        background-color: white;
    }

    /* .inter-business-content,
    .homepage .distubution-content,
    .homepage .utcc-content,
    .homepage .goodlife-content,
    .homepage .family-content,
    .homepage .vending-content {
        height: 300px;
    } */

    .homepage .distubution-img,
    .homepage .goodlife-img,
    .homepage .family-img,
    .homepage .vending-img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .oem-section {
        height: 450px;
    }

    .homepage #carousel-oem .carousel-indicators {
        bottom: -25px;
    }

    .homepage .oem-section .oem-carousel-card {
        padding: 10px 10px 10px 10px;
        margin-top: 50px;
    }

    .homepage .inter-business-title {
        margin: 60px 0 0px 0;
        font-size: var(--fs-1);
        line-height: 0.7;
    }

    .homepage .inter-business-desc {
        margin: 30px 0 0 0;
        font-size: var(--fs-6);
        line-height: 1;
    }

    .homepage .inter-business-card {
        padding: 30px;
        height: 400px;
        margin: 20px 0;
    }

    .homepage .inter-business-content-title {
        margin-bottom: 10px;
    }

    .homepage .inter-business-content-desc {
        margin-top: 20px;
    }

    .homepage img.group-business1-img {
        width: auto;
        height: 50px;
    }

    /* .distubution-section,
    .utcc-section,
    .goodlife-section,
    .family-section,
    .vending-section {
        height: max-content;
        margin-top: 15px;
    } */

    .homepage .utcc-content-img,
    .homepage .goodlife-content-img,
    .homepage .family-content-img,
    .homepage .vending-content-img {
        height: auto;
        width: 200px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: 12px;
        line-height: 16px;
    }

    .homepage .group-business2-title,
    .homepage .group-business1-title {
        margin: 5px;
    }

    .homepage #carousel-group-business2 .carousel-indicators {
        bottom: -25px;
    }

    .homepage .group-business-other-img {
        margin-top: 10px;
    }

    .homepage .tab-content-detail {
        font-size: var(--fs-5);
        line-height: 32px;
        padding: 0px;
        margin-bottom: 20px;
        color: var(--gray);
    }

    .homepage .inter-business-section .nav-pills .nav-link.active,
    .homepage .inter-business-section .nav-pills .nav-link {
        padding: 0;
    }

    .homepage .inter-business-section .circle-pills-tab-border.active,
    .homepage .inter-business-section .circle-pills-tab-border {
        padding: 3px 5px;
    }

    .homepage .inter-business-section .nav-pills-line-inter-business {
        border: 1px solid var(--green-light);
        margin-top: 57px;
        margin-left: 98px;
        position: absolute;
        width: 80px;
    }

    .form-select {
        width: 95%;
        background-color: var(--green);
        color: white;
        font-size: var(--fs-5);
    }

    .homepage .group-business-other-img {
        height: auto;
        width: 100%;
    }

    .homepage .circle-pills-tab-group-internal {
        width: 30px;
        height: 30px;
    }

    .section-header .copyright-title {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
    }

    .vending-content-detail img {
        width: 200px;
        height: auto;
    }

    .navbar-brand img {
        width: auto;
        height: 80px;
    }

    .homepage .oem-card {
        padding: 50px;
        margin: 0;
        height: max-content;
    }

    img.oem-img-mt, img.oem-img-mb {
        width: 250px;
    }

    img.oem-img-mt {
        padding: 0;
        margin: 0px 0 30px 0;
    }

    img.oem-img-mb {
        margin: 30px 0 0px 0;
    }

    /* 
    .homepage .circle-pills-tab-group-internal.active .circle-pills-tab-red {
        background-color: red;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        margin: 4px;
    } */

    #pills-group-internal-tabContent .tab-content-group-internal-detail {
        background-color: white;
        width: auto;
        height: max-content;
        /* margin-left: -25px; */
        border-radius: 30px;
        padding: 30px 20px;
        /* margin-top: 20px; */
        margin: 20px;
    }

    .homepage .group-internal-section img.tab-content-group-internal-img-logo {
        width: 120px;
        height: auto;
        margin-left: 20px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: var(--fs-6);
        line-height: 1;
        text-align: start;
        color: var(--gray);
        text-transform: uppercase;
        margin-left: 20px;
    }

    .homepage .utcc-img {
        height: 249px;
        width: 100%;
    }

    /* .homepage .group-company-section .circle-pills-tab {
        display: none;
    } */

    .homepage .oem-img {
        width: 100%;
        height: auto;
    }

    .homepage .inter-business-section .nav-pills .nav-link {
        width: 80px;
    }

    .homepage .inter-business-section .circle-pills-tab-border,
    .homepage .inter-business-section .circle-pills-tab-border.active {
        font-size: 18px;
        padding: 0px 10px;
    }

    .homepage .inter-business-content {
        height: 700px;
        background-image: url(../images/homePage/inter-business/inter-buss-tab-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    /* .homepage .inter-business-section {
        height: 900px;
    } */

    img.inter-buss-world-img {
        width: 300px;
        height: auto;
        margin: 30px 0 50px 0;
    }

    .inter-business-content {
        height: max-content;
    }

    .news-item-video-play img {
        width: 50px;
        height: 50px;
    }

    .business1.owl-carousel .item .group-business1-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px;
    }

    .business2.owl-carousel .item .group-business2-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 20px;
    }

    .homepage .group-business2-card {
        padding: 50px 0px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        width: max-content;
        border: 1px solid var(--green);
        border-radius: 30px;
        padding: 0px 10px;
        right: 42%;
        position: absolute;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .affiliate-companies-page .distubution-center-pills-line {
        border: 1px solid var(--green);
        position: absolute;
        margin-top: 108px;
        width: 455px;
        margin-left: 75px;
    }

    .homepage-title3 {
        font-size: var(--fs-1);
        line-height: 0.5;
        margin-left: 20px;
        color: white;
        margin-bottom: 20px;
    }

    .homepage-title3 {
        font-size: var(--fs-1);
        line-height: 0.5;
        margin-left: 20px;
        color: white;
        margin-bottom: 20px;
    }

    .director-list {
        margin: 100px 0;
    }

    .oem-img-list {
        margin-left: 0;
    }

    .navbar .navbar-nav .dropdown-menu {
        position: fixed;
        top: 40px;
        font-size: var(--fs-5);
        transform: translate(-50%, 0);
        width: 200px;
        left: auto;
        margin-left: 50px;
        height: max-content;
        border-radius: 0;
        background-image: url(../images/header/hover-menu-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        border-radius: 40px;
        padding: 20px 30px;
    }

    .navbar .navbar-nav .dropdown-menu a {
        color: white;
        padding: 5px 0;
        font-size: var(--fs-6);
        line-height: 1;
        margin: 0 10px;
    }

    .navbar .dropdown .dropdown-menu .dropdown-menu-title {
        font-size: var(--fs-5);
        color: white;
        padding: 5px 10px;
        background-color: var(--green-light);
        line-height: 1;
        width: 100%;
        border-radius: 40px;
        margin: 0 0px 8px 0px;
    }

    .navbar .navbar-nav .dropdown-menu {
        padding-block: 5px !important;
        position: absolute;
        background: var(--green);
        opacity: 1;
        flex-direction: column;
        padding-inline-start: unset;
        border-radius: 30px;
        transform: unset;
        margin-left: -120px;
        padding: 10px;
    }

    .group-internal-section {
        margin: 0 250px;
    }

    .group-company-page .group-internal-section {
        margin: 0;
    }

    .homepage .group-company-section .carousel-indicators .active {
        width: 36px;
        height: 12px;
    }

    .homepage .margin-minus-50 {
        width: 50%;
    }

    #pills-tabContent .carousel {
        margin-right: 0;
    }

    .section-header img.tracking-email-icon {
        width: 20px;
        height: 20px;
    }

    img.copyright-logo-img {
        width: auto;
        height: 60px;
    }

    .list-meta-link-title {
        font-size: var(--fs-5);
        line-height: 1;
        color: white;
        font-family: var(--ff-heavy-bold);
    }

    .list-meta-link-link a, .homepage .list-meta-link-link a {
        font-size: var(--fs-5);
        color: white;
        line-height: 1;
        font-family: var(--ff-light);
    }

    .homepage-title {
        font-size: 64px;
        line-height: 0.8;
        margin: 200px 20px 20px 20px;
    }

    .homepage-desc {
        font-size: 36px;
        font-family: var(--ff-light);
        line-height: 36px;
        margin: 0px 20px 60px 20px;
    }

    img.banner-img {
        height: auto;
        width: 100%;
    }

    .list-meta-link {
        padding: 50px 20px !important;
    }

    .nav-bg-color {
        background-color: white;
        background-image: none;
    }

    .navbar-contact {
        padding: 10px !important;
        background-color: var(--green);
    }

    .navbar .nav-link {
        color: var(--green);
    }

    .navbar-nav .nav-item.dropdown.active {
        border: none;
        border-radius: 40px;
        padding: 0;
        width: max-content;
    }

    .navbar-toggler {
        color: var(--green);
        border: 1px solid var(--green);
        background-color: var(--green);
    }

    .content-container {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        margin: 0px auto 0px auto;
        padding: 0px 20px;
    }

    .section-footer .copyright-address {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
        margin-top: 20px;
    }

    .section-footer .copyright-text {
        font-size: var(--fs-6);
        line-height: 1;
        color: var(--green);
        margin-top: 10px;
    }

    .section-header {
        width: 100%;
    }

    .section-content {
        width: 100%;
    }

    .section-footer {
        width: 100%;
    }

    .copyright {
        color: white;
        font-size: var(--fs-5);
        background-color: white;
    }

    .affiliate-companies-page .affiliate-companies-title,
    .affiliate-companies-all-page .affiliate-companies-all-title,
    .policy-title,
    .news-list-title,
    .news-list-desc,
    .homepage .tab-content-title {
        font-size: var(--fs-1);
        line-height: 1;
    }

    .affiliate-companies-page .affiliate-companies-sub-title,
    .affiliate-companies-all-sub-title,
    .policy-sub-title,
    .policy-content-title,
    .news-datail-content-title,
    .news-detail-list-more-title,
    .homepage .group-internal-section .group-internal-title,
    .homepage .inter-business-content-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-titleม.homepage .group-business2-title,
    .homepage .group-business1-title,
    .homepage .group-business2-title,
    .homepage .group-business-other-title,
    .homepage .oem-section .oem-title,
    .homepage .inter-business-title,
    .homepage .distubution-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-title,
    .group-business-other-title-2 {
        font-size: var(--fs-3);
        line-height: 34px;
    }

    .vending-desc {
        font-size: var(--fs-5);
        line-height: 1;
        color: var(--gray);
        margin: 30px 0;
    }

    .homepage .vending-content {
        height: 100%;
        margin: 0 20px 30px 20px;
    }

    .family-desc {
        font-size: var(--fs-4);
        line-height: 1;
        margin-bottom: 20px;
    }

    .family-title {
        font-size: 56px;
        line-height: 0.7;
        font-family: var(--ff-heavy-bold);
        margin: 20px 0;
    }

    img.family-icon {
        width: 200px;
        height: auto;
    }

    .homepage .goodlife-section {
        height: 900px;
    }

    .homepage .distubution-desc {
        margin: 0px 50px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .utcc-desc {
        margin: 0px 600px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .goodlife-content {
        margin: 20px 200px 20px 0px;

    }

    .homepage .group-internal-section .tab-content-group-internal-title {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .homepage .distubution-title {
        margin-bottom: 30px;
    }

    .affiliate-companies-page .nav-pills .nav-link.active,
    .affiliate-companies-page .nav-pills .nav-link,
    .homepage .group-internal-section .group-internal-subtitle {
        font-size: var(--fs-4);
        line-height: 32px;
        padding: 5px 0;
    }

    .affiliate-companies-sub-title2 {
        font-size: var(--fs-2-1);
        line-height: 40px;
        color: var(--green);
        font-family: var(--ff-bold);
    }

    .affiliate-companies-all-img img,
    .affiliate-companies-all-content {
        height: auto;
        width: 100%;
    }


    .homepage a.tab-content-btn-more {
        font-size: var(--fs-6);
        line-height: 24px;
    }

    .affiliate-companies-all-line {
        margin-bottom: 25px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-title {
        margin-bottom: 15px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-desc {
        margin-bottom: 30px;
    }

    .affiliate-companies-page #pills-tabContent .list-items-card {
        padding: 20px;
    }

    img.distubution-center-content-img {
        margin-top: 100px;
        width: 70%;
    }

    .affiliate-companies-page .affiliate-companies-video,
    .news-item-video,
    .homepage .group-business1-card,
    .homepage .group-business2-card {
        height: 400px;
    }

    .affiliate-companies-page .affiliate-companies-video img {
        width: 50px;
        height: 50px;
    }

    .tracking-email-btn,
    a.news-items-all-btn-more,
    .homepage .distubution-btn-more {
        line-height: 18px;
    }

    .news-detail-title {
        font-size: 6.957vw;
        line-height: 7.652vw;
    }

    .news-detail-banner {
        padding: 3.478vw 3.478vw;
        height: 86.957vw;
        margin-top: 65px;
    }

    .news-detail-title-date,
    .news-detail,
    .news-detail-date-social {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .news-list-date {
        margin: 0;
    }

    .homepage a.tab-content-btn-more {
        width: 140px;
        height: 40px;
    }

    .homepage .group-internal-pill {
        margin: 0 20px;
    }

    #carousel-group-business2 .carousel-indicators .active,
    #carousel-group-business1 .carousel-indicators .active {
        width: 24px;
        height: 24px;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 40px;
        border: none;
    }

    #homepage-banner-carousel .carousel-indicators {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .homepage .group-company-section .nav-pills .nav-link,
    .homepage .group-company-section .nav-pills .nav-link.active {
        padding: 5px 20px;
    }

    .homepage .group-company-section .nav-pills-line {
        margin-bottom: 0px;
    }

    .homepage .group-company-section #pills-tabContent {
        padding: 100px 0;
    }

    .homepage .group-internal-section .nav-pills-number {
        font-size: var(--fs-2);
        line-height: 40px;
        padding: 0 20px 0 40px;
        text-align: start;
        width: 110px;
    }

    .homepage .group-internal-section .nav-pills-group-internal-line {
        height: 32px;
        margin-top: 60px;
        margin-left: 14px;
    }

    .group-internal-section .nav-pills .nav-link {
        height: 50px;
    }

    .homepage .group-internal-section .tab-content-group-internal-desc {
        margin: 20px 0 50px 0;
    }

    .homepage .oem-section .oem-title {
        margin: 20px 0 10px 0;
    }

    .homepage .oem-section .oem-desc {
        padding: 0;
        line-height: 1;
    }

    .oem-content,
    .homepage .group-business-other-card {
        height: max-content;
    }

    .distubution-center-title {
        color: var(--green);
        font-size: 48px;
        line-height: 1;
        font-family: var(--ff-heavy-bold);
        margin-bottom: 10px;
        font-size: var(--fs-1);
    }

    #distubution-center-tab .nav-item {
        width: 120px;
    }

    .distubution-center-address-list-circle {
        margin-right: 12px;
    }

    .distubution-center-address-list {
        width: 400px;
    }

    .distubution-center-pills-address-card {
        width: 100%;
        height: max-content;
        padding: 20px 30px;
        background-color: var(--green);
        border-radius: 40px;
    }

    .distubution-center-detail-img {
        background-image: url("../images/distribution-center/Green BG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 800px;
        margin-bottom: 50px;
    }

    .homepage .utcc-section {
        height: 800px;
    }

    .homepage .utcc-content {
        margin: 20px;
    }

    .distubution-center-pills-list-address-line {
        width: 8px;
        height: 76%;
        background-color: var(--green-light);
        opacity: 0.5;
        border-radius: 40px;
        position: absolute;
        margin-right: -15px;
        top: 13%;
    }

    .homepage .distubution-content-detail, .homepage .family-content-detail {
        margin: 50px 20px;
    }

    .distubution-center-pills-list-address-card {
        width: 100%;
        height: max-content;
        background-color: white;
        border-radius: 30px;
        margin: 20px 0 40px 0;
        padding: 20px;
    }

    .distubution-center-desc {
        color: var(--gray);
        padding: 5px 10px;
        width: max-content;
        border-radius: 30px;
        font-size: var(--fs-6);
        font-family: var(--ff-heavy-bold);
        background-color: white;
    }

    /* .inter-business-content,
    .homepage .distubution-content,
    .homepage .utcc-content,
    .homepage .goodlife-content,
    .homepage .family-content,
    .homepage .vending-content {
        height: 300px;
    } */

    .homepage .distubution-img,
    .homepage .goodlife-img,
    .homepage .family-img,
    .homepage .vending-img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .oem-section {
        height: 450px;
    }

    .homepage #carousel-oem .carousel-indicators {
        bottom: -25px;
    }

    .homepage .oem-section .oem-carousel-card {
        padding: 10px 10px 10px 10px;
        margin-top: 50px;
    }

    .homepage .inter-business-title {
        margin: 60px 0 0px 0;
        font-size: var(--fs-1);
        line-height: 0.7;
    }

    .homepage .inter-business-desc {
        margin: 30px 0 0 0;
        font-size: var(--fs-6);
        line-height: 1;
    }

    .homepage .inter-business-card {
        padding: 30px;
        height: 400px;
        margin: 20px 0;
    }

    .homepage .inter-business-content-title {
        margin-bottom: 10px;
    }

    .homepage .inter-business-content-desc {
        margin-top: 20px;
    }

    .homepage img.group-business1-img {
        width: auto;
        height: 50px;
    }

    /* .distubution-section,
    .utcc-section,
    .goodlife-section,
    .family-section,
    .vending-section {
        height: max-content;
        margin-top: 15px;
    } */

    .homepage .utcc-content-img,
    .homepage .goodlife-content-img,
    .homepage .family-content-img,
    .homepage .vending-content-img {
        height: auto;
        width: 200px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: 12px;
        line-height: 16px;
    }

    .homepage .group-business2-title,
    .homepage .group-business1-title {
        margin: 5px;
    }

    .homepage #carousel-group-business2 .carousel-indicators {
        bottom: -25px;
    }

    .homepage .group-business-other-img {
        margin-top: 10px;
    }

    .homepage .tab-content-detail {
        font-size: var(--fs-5);
        line-height: 32px;
        padding: 0px;
        margin-bottom: 20px;
        color: var(--gray);
    }

    .homepage .inter-business-section .nav-pills .nav-link.active,
    .homepage .inter-business-section .nav-pills .nav-link {
        padding: 0;
    }

    .homepage .inter-business-section .circle-pills-tab-border.active,
    .homepage .inter-business-section .circle-pills-tab-border {
        padding: 3px 5px;
    }

    .homepage .inter-business-section .nav-pills-line-inter-business {
        border: 1px solid var(--green-light);
        margin-top: 57px;
        margin-left: 98px;
        position: absolute;
        width: 80px;
    }

    .form-select {
        width: 95%;
        background-color: var(--green);
        color: white;
        font-size: var(--fs-5);
    }

    .homepage .group-business-other-img {
        height: auto;
        width: 100%;
    }

    .homepage .circle-pills-tab-group-internal {
        width: 30px;
        height: 30px;
    }

    .section-header .copyright-title {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
    }

    .vending-content-detail img {
        width: 200px;
        height: auto;
    }

    .navbar-brand img {
        width: auto;
        height: 80px;
    }

    .homepage .oem-card {
        padding: 50px;
        margin: 0;
        height: max-content;
    }

    img.oem-img-mt, img.oem-img-mb {
        width: 250px;
    }

    img.oem-img-mt {
        padding: 0;
        margin: 0px 0 30px 0;
    }

    img.oem-img-mb {
        margin: 30px 0 0px 0;
    }

    /* 
    .homepage .circle-pills-tab-group-internal.active .circle-pills-tab-red {
        background-color: red;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        margin: 4px;
    } */

    #pills-group-internal-tabContent .tab-content-group-internal-detail {
        background-color: white;
        width: auto;
        height: max-content;
        /* margin-left: -25px; */
        border-radius: 30px;
        padding: 30px 20px;
        /* margin-top: 20px; */
        margin: 20px;
    }

    .homepage .group-internal-section img.tab-content-group-internal-img-logo {
        width: 120px;
        height: auto;
        margin-left: 20px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: var(--fs-6);
        line-height: 1;
        text-align: start;
        color: var(--gray);
        text-transform: uppercase;
        margin-left: 20px;
    }

    .homepage .utcc-img {
        height: 249px;
        width: 100%;
    }

    /* .homepage .group-company-section .circle-pills-tab {
        display: none;
    } */

    .homepage .oem-img {
        width: 100%;
        height: auto;
    }

    .homepage .inter-business-section .nav-pills .nav-link {
        width: 80px;
    }

    .homepage .inter-business-section .circle-pills-tab-border,
    .homepage .inter-business-section .circle-pills-tab-border.active {
        font-size: 18px;
        padding: 0px 10px;
    }

    .homepage .inter-business-content {
        height: 700px;
        background-image: url(../images/homePage/inter-business/inter-buss-tab-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    /* .homepage .inter-business-section {
        height: 900px;
    } */

    img.inter-buss-world-img {
        width: 300px;
        height: auto;
        margin: 30px 0 50px 0;
    }

    .inter-business-content {
        height: max-content;
    }

    .news-item-video-play img {
        width: 50px;
        height: 50px;
    }

    .business1.owl-carousel .item .group-business1-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px;
    }

    .business2.owl-carousel .item .group-business2-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 20px;
    }

    .homepage .group-business2-card {
        padding: 50px 0px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        width: max-content;
        border: 1px solid var(--green);
        border-radius: 30px;
        padding: 0px 10px;
        right: 42%;
        position: absolute;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .g-vending-page .banner-section {
        padding: 0 0 0 50px;
    }

    .affiliate-companies-page .distubution-center-pills-line {
        border: 1px solid var(--green);
        position: absolute;
        margin-top: 108px;
        width: 455px;
        margin-left: 75px;
    }

    .homepage-title3 {
        font-size: var(--fs-1);
        line-height: 0.5;
        margin-left: 20px;
        color: white;
        margin-bottom: 20px;
    }

    .director-list {
        margin: 100px 0;
    }

    .oem-img-list {
        margin-left: 0;
    }

    .navbar .navbar-nav .dropdown-menu {
        position: fixed;
        top: 40px;
        font-size: var(--fs-5);
        transform: translate(-50%, 0);
        width: 200px;
        left: auto;
        margin-left: 50px;
        height: max-content;
        border-radius: 0;
        background-image: url(../images/header/hover-menu-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        border-radius: 40px;
        padding: 20px 30px;
    }

    .navbar .navbar-nav .dropdown-menu a {
        color: white;
        padding: 5px 0;
        font-size: var(--fs-6);
        line-height: 1;
        margin: 0 10px;
    }

    .navbar .dropdown .dropdown-menu .dropdown-menu-title {
        font-size: var(--fs-5);
        color: white;
        padding: 5px 10px;
        background-color: var(--green-light);
        line-height: 1;
        width: 100%;
        border-radius: 40px;
        margin: 0 0px 8px 0px;
    }

    .navbar .navbar-nav .dropdown-menu {
        padding-block: 5px !important;
        position: absolute;
        background: var(--green);
        opacity: 1;
        flex-direction: column;
        padding-inline-start: unset;
        border-radius: 30px;
        transform: unset;
        margin-left: -120px;
        padding: 10px;
    }

    .homepage .group-company-section .carousel-indicators .active {
        width: 36px;
        height: 12px;
    }

    .homepage .margin-minus-50 {
        width: 50%;
    }

    #pills-tabContent .carousel {
        margin-right: 0;
    }

    .section-header img.tracking-email-icon {
        width: 20px;
        height: 20px;
    }

    img.copyright-logo-img {
        width: auto;
        height: 60px;
    }

    .list-meta-link-title {
        font-size: var(--fs-5);
        line-height: 1;
        color: white;
        font-family: var(--ff-heavy-bold);
    }

    .list-meta-link-link a, .homepage .list-meta-link-link a {
        font-size: var(--fs-5);
        color: white;
        line-height: 1;
        font-family: var(--ff-light);
    }

    .homepage-title {
        font-size: 64px;
        line-height: 0.8;
        margin: 200px 20px 20px 20px;
    }

    .homepage-desc {
        font-size: 36px;
        font-family: var(--ff-light);
        line-height: 36px;
        margin: 0px 20px 60px 20px;
    }

    img.banner-img {
        height: auto;
        width: 100%;
    }

    .list-meta-link {
        padding: 50px 20px !important;
    }

    .nav-bg-color {
        background-color: white;
        background-image: none;
    }

    .navbar-contact {
        padding: 10px !important;
        background-color: var(--green);
    }

    .navbar .nav-link {
        color: var(--green);
    }

    .navbar-nav .nav-item.dropdown.active {
        border: none;
        border-radius: 40px;
        padding: 0;
        width: max-content;
    }

    .navbar-toggler {
        color: var(--green);
        border: 1px solid var(--green);
        background-color: var(--green);
    }

    .content-container {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        margin: 0px auto 0px auto;
        padding: 0px 20px;
    }

    .section-footer .copyright-address {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
        margin-top: 20px;
    }

    .section-footer .copyright-text {
        font-size: var(--fs-6);
        line-height: 1;
        color: var(--green);
        margin-top: 10px;
    }

    .section-header {
        width: 100%;
    }

    .section-content {
        width: 100%;
    }

    .section-footer {
        width: 100%;
    }

    .copyright {
        color: white;
        font-size: var(--fs-5);
        background-color: white;
    }

    .affiliate-companies-page .affiliate-companies-title,
    .affiliate-companies-all-page .affiliate-companies-all-title,
    .policy-title,
    .news-list-title,
    .news-list-desc,
    .homepage .tab-content-title {
        font-size: var(--fs-1);
        line-height: 1;
    }

    .affiliate-companies-page .affiliate-companies-sub-title,
    .affiliate-companies-all-sub-title,
    .policy-sub-title,
    .policy-content-title,
    .news-datail-content-title,
    .news-detail-list-more-title,
    .homepage .group-internal-section .group-internal-title,
    .homepage .inter-business-content-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-titleม.homepage .group-business2-title,
    .homepage .group-business1-title,
    .homepage .group-business2-title,
    .homepage .group-business-other-title,
    .homepage .oem-section .oem-title,
    .homepage .inter-business-title,
    .homepage .distubution-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-title,
    .group-business-other-title-2 {
        font-size: var(--fs-3);
        line-height: 34px;
    }

    .vending-desc {
        font-size: var(--fs-5);
        line-height: 1;
        color: var(--gray);
        margin: 30px 0;
    }

    .homepage .vending-content {
        height: 100%;
        margin: 0 20px 30px 20px;
    }

    .family-desc {
        font-size: var(--fs-4);
        line-height: 1;
        margin-bottom: 20px;
    }

    .family-title {
        font-size: 56px;
        line-height: 0.7;
        font-family: var(--ff-heavy-bold);
        margin: 20px 0;
    }

    img.family-icon {
        width: 200px;
        height: auto;
    }

    .homepage .goodlife-section {
        height: 900px;
    }

    .homepage .distubution-desc {
        margin: 0px 50px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .utcc-desc {
        margin: 0px 600px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .goodlife-content {
        margin: 20px 200px 20px 0px;

    }

    .homepage .group-internal-section .tab-content-group-internal-title {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .homepage .distubution-title {
        margin-bottom: 30px;
    }

    .affiliate-companies-page .nav-pills .nav-link.active,
    .affiliate-companies-page .nav-pills .nav-link,
    .homepage .group-internal-section .group-internal-subtitle {
        font-size: var(--fs-4);
        line-height: 32px;
        padding: 5px 0;
    }

    .affiliate-companies-sub-title2 {
        font-size: var(--fs-2-1);
        line-height: 40px;
        color: var(--green);
        font-family: var(--ff-bold);
    }

    .affiliate-companies-all-img img,
    .affiliate-companies-all-content {
        height: auto;
        width: 100%;
    }


    .homepage a.tab-content-btn-more {
        font-size: var(--fs-6);
        line-height: 24px;
    }

    .affiliate-companies-all-line {
        margin-bottom: 25px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-title {
        margin-bottom: 15px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-desc {
        margin-bottom: 30px;
    }

    .affiliate-companies-page #pills-tabContent .list-items-card {
        padding: 20px;
    }

    img.distubution-center-content-img {
        margin-top: 100px;
        width: 70%;
    }

    .affiliate-companies-page .affiliate-companies-video,
    .news-item-video,
    .homepage .group-business1-card,
    .homepage .group-business2-card {
        height: 400px;
    }

    .affiliate-companies-page .affiliate-companies-video img {
        width: 50px;
        height: 50px;
    }

    .tracking-email-btn,
    a.news-items-all-btn-more,
    .homepage .distubution-btn-more {
        line-height: 18px;
    }

    .news-detail-title {
        font-size: 6.957vw;
        line-height: 7.652vw;
    }

    .news-detail-banner {
        padding: 3.478vw 3.478vw;
        height: 86.957vw;
        margin-top: 65px;
    }

    .news-detail-title-date,
    .news-detail,
    .news-detail-date-social {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .news-list-date {
        margin: 0;
    }

    .homepage a.tab-content-btn-more {
        width: 140px;
        height: 40px;
    }

    .homepage .group-internal-pill {
        margin: 0 20px;
    }

    #carousel-group-business2 .carousel-indicators .active,
    #carousel-group-business1 .carousel-indicators .active {
        width: 24px;
        height: 24px;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 40px;
        border: none;
    }

    #homepage-banner-carousel .carousel-indicators {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .homepage .group-company-section .nav-pills .nav-link,
    .homepage .group-company-section .nav-pills .nav-link.active {
        padding: 5px 20px;
    }

    .homepage .group-company-section .nav-pills-line {
        margin-bottom: 0px;
    }

    .homepage .group-company-section #pills-tabContent {
        padding: 30px 0 50px 0;
    }

    .homepage .group-internal-section .nav-pills-number {
        font-size: var(--fs-2);
        line-height: 40px;
        padding: 0 20px 0 40px;
        text-align: start;
        width: 110px;
    }

    .homepage .group-internal-section .nav-pills-group-internal-line {
        height: 32px;
        margin-top: 60px;
        margin-left: 14px;
    }

    .group-internal-section .nav-pills .nav-link {
        height: 50px;
    }

    .homepage .group-internal-section .tab-content-group-internal-desc {
        margin: 20px 0 50px 0;
    }

    .homepage .oem-section .oem-title {
        margin: 20px 0 10px 0;
    }

    .homepage .oem-section .oem-desc {
        padding: 0;
        line-height: 1;
    }

    .oem-content,
    .homepage .group-business-other-card {
        height: max-content;
    }

    .distubution-center-title {
        color: var(--green);
        font-size: 48px;
        line-height: 1;
        font-family: var(--ff-heavy-bold);
        margin-bottom: 10px;
        font-size: var(--fs-1);
    }

    #distubution-center-tab .nav-item {
        width: 120px;
    }

    .distubution-center-address-list-circle {
        margin-right: 12px;
    }

    .distubution-center-address-list {
        width: 400px;
    }

    .distubution-center-pills-address-card {
        width: 100%;
        height: max-content;
        padding: 20px 30px;
        background-color: var(--green);
        border-radius: 40px;
    }

    .distubution-center-detail-img {
        background-image: url("../images/distribution-center/Green BG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 700px;
        margin-bottom: 50px;
    }

    .homepage .utcc-section {
        height: 800px;
    }

    .homepage .utcc-content {
        margin: 20px;
    }

    .distubution-center-pills-list-address-line {
        width: 8px;
        height: 76%;
        background-color: var(--green-light);
        opacity: 0.5;
        border-radius: 40px;
        position: absolute;
        margin-right: -15px;
        top: 13%;
    }

    .homepage .distubution-content-detail, .homepage .family-content-detail {
        margin: 50px 20px;
    }

    .distubution-center-pills-list-address-card {
        width: 100%;
        height: max-content;
        background-color: white;
        border-radius: 30px;
        margin: 20px 0 40px 0;
        padding: 20px;
    }

    .distubution-center-desc {
        color: var(--gray);
        padding: 5px 10px;
        width: max-content;
        border-radius: 30px;
        font-size: var(--fs-6);
        font-family: var(--ff-heavy-bold);
        background-color: white;
    }

    /* .inter-business-content,
    .homepage .distubution-content,
    .homepage .utcc-content,
    .homepage .goodlife-content,
    .homepage .family-content,
    .homepage .vending-content {
        height: 300px;
    } */

    .homepage .distubution-img,
    .homepage .goodlife-img,
    .homepage .family-img,
    .homepage .vending-img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .oem-section {
        height: 450px;
    }

    .homepage #carousel-oem .carousel-indicators {
        bottom: -25px;
    }

    .homepage .oem-section .oem-carousel-card {
        padding: 10px 10px 10px 10px;
        margin-top: 50px;
    }

    .homepage .inter-business-title {
        margin: 60px 0 0px 0;
        font-size: var(--fs-1);
        line-height: 0.7;
    }

    .homepage .inter-business-desc {
        margin: 30px 0 0 0;
        font-size: var(--fs-6);
        line-height: 1;
    }

    .homepage .inter-business-card {
        padding: 30px;
        height: 400px;
        margin: 20px 0;
    }

    .homepage .inter-business-content-title {
        margin-bottom: 10px;
    }

    .homepage .inter-business-content-desc {
        margin-top: 20px;
    }

    .homepage img.group-business1-img {
        width: auto;
        height: 50px;
    }

    /* .distubution-section,
    .utcc-section,
    .goodlife-section,
    .family-section,
    .vending-section {
        height: max-content;
        margin-top: 15px;
    } */

    .homepage .utcc-content-img,
    .homepage .goodlife-content-img,
    .homepage .family-content-img,
    .homepage .vending-content-img {
        height: auto;
        width: 200px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: 12px;
        line-height: 16px;
    }

    .homepage .group-business2-title,
    .homepage .group-business1-title {
        margin: 5px;
    }

    .homepage #carousel-group-business2 .carousel-indicators {
        bottom: -25px;
    }

    .homepage .group-business-other-img {
        margin-top: 10px;
    }

    .homepage .tab-content-detail {
        font-size: var(--fs-5);
        line-height: 32px;
        padding: 0px;
        margin-bottom: 20px;
        color: var(--gray);
    }

    .homepage .inter-business-section .nav-pills .nav-link.active,
    .homepage .inter-business-section .nav-pills .nav-link {
        padding: 0;
    }

    .homepage .inter-business-section .circle-pills-tab-border.active,
    .homepage .inter-business-section .circle-pills-tab-border {
        padding: 3px 5px;
    }

    .homepage .inter-business-section .nav-pills-line-inter-business {
        border: 1px solid var(--green-light);
        margin-top: 57px;
        margin-left: 98px;
        position: absolute;
        width: 80px;
    }

    .form-select {
        width: 95%;
        background-color: var(--green);
        color: white;
        font-size: var(--fs-5);
    }

    .homepage .group-business-other-img {
        height: auto;
        width: 100%;
    }

    .homepage .circle-pills-tab-group-internal {
        width: 30px;
        height: 30px;
    }

    .section-header .copyright-title {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
    }

    .vending-content-detail img {
        width: 200px;
        height: auto;
    }

    .navbar-brand img {
        width: auto;
        height: 80px;
    }

    .homepage .oem-card {
        padding: 50px;
        margin: 0;
        height: max-content;
    }

    img.oem-img-mt, img.oem-img-mb {
        width: 250px;
    }

    img.oem-img-mt {
        padding: 0;
        margin: 0px 0 30px 0;
    }

    img.oem-img-mb {
        margin: 30px 0 0px 0;
    }

    /* 
    .homepage .circle-pills-tab-group-internal.active .circle-pills-tab-red {
        background-color: red;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        margin: 4px;
    } */

    #pills-group-internal-tabContent .tab-content-group-internal-detail {
        background-color: white;
        width: auto;
        height: max-content;
        /* margin-left: -25px; */
        border-radius: 30px;
        padding: 30px 20px;
        /* margin-top: 20px; */
        margin: 20px;
    }

    .homepage .group-internal-section img.tab-content-group-internal-img-logo {
        width: 120px;
        height: auto;
        margin-left: 20px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: var(--fs-6);
        line-height: 1;
        text-align: start;
        color: var(--gray);
        text-transform: uppercase;
        margin-left: 20px;
    }

    .homepage .utcc-img {
        height: 249px;
        width: 100%;
    }

    .homepage .group-company-section .circle-pills-tab {
        display: none;
    }

    .homepage .oem-img {
        width: 100%;
        height: auto;
    }

    .homepage .inter-business-section .nav-pills .nav-link {
        width: 80px;
    }

    .homepage .inter-business-section .circle-pills-tab-border,
    .homepage .inter-business-section .circle-pills-tab-border.active {
        font-size: 18px;
        padding: 0px 10px;
    }

    .homepage .inter-business-content {
        height: 700px;
        background-image: url(../images/homePage/inter-business/inter-buss-tab-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    /* .homepage .inter-business-section {
        height: 900px;
    } */

    img.inter-buss-world-img {
        width: 300px;
        height: auto;
        margin: 30px 0 50px 0;
    }

    .inter-business-content {
        height: max-content;
    }

    .news-item-video-play img {
        width: 50px;
        height: 50px;
    }

    .business1.owl-carousel .item .group-business1-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px;
    }

    .business2.owl-carousel .item .group-business2-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 20px;
    }

    .homepage .group-business2-card {
        padding: 50px 0px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        width: max-content;
        border: 1px solid var(--green);
        border-radius: 30px;
        padding: 0px 10px;
        right: 42%;
        position: absolute;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .g-vending-page .banner-section {
        padding: 0 0 0 50px;
    }

    .affiliate-companies-page .distubution-center-pills-line {
        border: 1px solid var(--green);
        position: absolute;
        margin-top: 108px;
        width: 355px;
        margin-left: 60px;
    }

    .homepage-title3 {
        font-size: var(--fs-1);
        line-height: 0.5;
        margin-left: 20px;
        color: white;
        margin-bottom: 20px;
    }

    .affiliate-companies-page #distubution-center-tab .nav-item {
        width: 100px;
    }

    .affiliate-companies-page-nav-item {
        display: none;
    }

    .director-list {
        margin: 100px 0;
    }

    .oem-img-list {
        margin-left: 0;
    }

    .navbar .dropdown .dropdown-menu .dropdown-menu-title {
        font-size: var(--fs-4);
        color: white;
        padding: 5px 10px;
        background-color: var(--green-light);
        line-height: 1;
        width: max-content;
        border-radius: 40px;
        margin: 0 0px 8px 10px;
    }

    .navbar .navbar-nav .dropdown-menu {
        padding-block: 5px !important;
        position: unset;
        background: var(--green);
        opacity: 1;
        flex-direction: column;
        padding-inline-start: unset;
        border-radius: 30px;
        transform: unset;
        margin-left: 0;
        /* padding: 30px 0; */
    }

    .homepage .group-company-section .carousel-indicators .active {
        width: 36px;
        height: 12px;
    }

    .homepage .margin-minus-50 {
        width: 50%;
    }

    #pills-tabContent .carousel {
        margin-right: 0;
    }

    .section-header img.tracking-email-icon {
        width: 20px;
        height: 20px;
    }

    img.copyright-logo-img {
        width: auto;
        height: 60px;
    }

    .list-meta-link-title {
        font-size: var(--fs-5);
        line-height: 1;
        color: white;
        font-family: var(--ff-heavy-bold);
    }

    .list-meta-link-link a, .homepage .list-meta-link-link a {
        font-size: var(--fs-5);
        color: white;
        line-height: 1;
        font-family: var(--ff-light);
    }

    .homepage-title {
        font-size: 64px;
        line-height: 0.8;
        margin: 200px 20px 20px 20px;
    }

    .homepage-desc {
        font-size: 36px;
        font-family: var(--ff-light);
        line-height: 36px;
        margin: 0px 20px 60px 20px;
    }

    img.banner-img {
        height: auto;
        width: 100%;
    }

    .list-meta-link {
        padding: 50px 20px !important;
    }

    .nav-bg-color {
        background-color: white;
        background-image: none;
    }

    .navbar-contact {
        padding: 10px !important;
        background-color: var(--green);
    }

    .navbar .nav-link {
        color: var(--green);
    }

    .navbar-nav .nav-item.dropdown.active {
        border: none;
        border-radius: 40px;
        padding: 0;
        width: max-content;
    }

    .navbar-toggler {
        color: var(--green);
        border: 1px solid var(--green);
        background-color: var(--green);
    }

    .content-container {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        margin: 0px auto 0px auto;
        padding: 0px 20px;
    }

    .section-footer .copyright-address {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
        margin-top: 20px;
    }

    .section-footer .copyright-text {
        font-size: var(--fs-6);
        line-height: 1;
        color: var(--green);
        margin-top: 10px;
    }

    .section-header {
        width: 100%;
    }

    .section-content {
        width: 100%;
    }

    .section-footer {
        width: 100%;
    }

    .copyright {
        color: white;
        font-size: var(--fs-5);
        background-color: white;
    }

    .affiliate-companies-page .affiliate-companies-title,
    .affiliate-companies-all-page .affiliate-companies-all-title,
    .policy-title,
    .news-list-title,
    .news-list-desc,
    .homepage .tab-content-title {
        font-size: var(--fs-1);
        line-height: 1;
    }

    .affiliate-companies-page .affiliate-companies-sub-title,
    .affiliate-companies-all-sub-title,
    .policy-sub-title,
    .policy-content-title,
    .news-datail-content-title,
    .news-detail-list-more-title,
    .homepage .group-internal-section .group-internal-title,
    .homepage .inter-business-content-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-titleม.homepage .group-business2-title,
    .homepage .group-business1-title,
    .homepage .group-business2-title,
    .homepage .group-business-other-title,
    .homepage .oem-section .oem-title,
    .homepage .inter-business-title,
    .homepage .distubution-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-title,
    .group-business-other-title-2 {
        font-size: var(--fs-3);
        line-height: 34px;
    }

    .vending-desc {
        font-size: var(--fs-5);
        line-height: 1;
        color: var(--gray);
        margin: 30px 0;
    }

    .homepage .vending-content {
        height: 100%;
        margin: 0 20px 30px 20px;
    }

    .family-desc {
        font-size: var(--fs-4);
        line-height: 1;
        margin-bottom: 20px;
    }

    .family-title {
        font-size: 56px;
        line-height: 0.7;
        font-family: var(--ff-heavy-bold);
        margin: 20px 0;
    }

    img.family-icon {
        width: 200px;
        height: auto;
    }

    .homepage .goodlife-section {
        height: 800px;
    }

    .homepage .distubution-desc {
        margin: 0px 50px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .utcc-desc {
        margin: 0px 600px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .goodlife-content {
        margin: 20px 100px 20px 0px;
    }

    .homepage .group-internal-section .tab-content-group-internal-title {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .homepage .distubution-title {
        margin-bottom: 30px;
    }

    .affiliate-companies-page .nav-pills .nav-link.active,
    .affiliate-companies-page .nav-pills .nav-link,
    .homepage .group-internal-section .group-internal-subtitle {
        font-size: var(--fs-4);
        line-height: 32px;
        padding: 5px 0;
    }

    .affiliate-companies-sub-title2 {
        font-size: var(--fs-2-1);
        line-height: 40px;
        color: var(--green);
        font-family: var(--ff-bold);
    }

    .affiliate-companies-all-img img,
    .affiliate-companies-all-content {
        height: auto;
        width: 100%;
    }


    .homepage a.tab-content-btn-more {
        font-size: var(--fs-6);
        line-height: 24px;
    }

    .affiliate-companies-all-line {
        margin-bottom: 25px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-title {
        margin-bottom: 15px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-desc {
        margin-bottom: 30px;
    }

    .affiliate-companies-page #pills-tabContent .list-items-card {
        padding: 20px;
    }

    img.distubution-center-content-img {
        margin-top: 100px;
        width: 70%;
    }

    .affiliate-companies-page .affiliate-companies-video,
    .news-item-video,
    .homepage .group-business1-card,
    .homepage .group-business2-card {
        height: 400px;
    }

    .affiliate-companies-page .affiliate-companies-video img {
        width: 50px;
        height: 50px;
    }

    .tracking-email-btn,
    a.news-items-all-btn-more,
    .homepage .distubution-btn-more {
        line-height: 18px;
    }

    .news-detail-title {
        font-size: 6.957vw;
        line-height: 7.652vw;
    }

    .news-detail-banner {
        padding: 3.478vw 3.478vw;
        height: 86.957vw;
        margin-top: 65px;
    }

    .news-detail-title-date,
    .news-detail,
    .news-detail-date-social {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .news-list-date {
        margin: 0;
    }

    .homepage a.tab-content-btn-more {
        width: 140px;
        height: 40px;
    }

    .homepage .group-internal-pill {
        margin: 0 20px;
    }

    #carousel-group-business2 .carousel-indicators .active,
    #carousel-group-business1 .carousel-indicators .active {
        width: 24px;
        height: 24px;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 40px;
        border: none;
    }

    #homepage-banner-carousel .carousel-indicators {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .homepage .group-company-section .nav-pills .nav-link,
    .homepage .group-company-section .nav-pills .nav-link.active {
        padding: 5px 20px;
    }

    .homepage .group-company-section .nav-pills-line {
        margin-bottom: 0px;
    }

    .homepage .group-company-section #pills-tabContent {
        padding: 30px 0 50px 0;
    }

    .homepage .group-internal-section .nav-pills-number {
        font-size: var(--fs-2);
        line-height: 40px;
        padding: 0 20px 0 40px;
        text-align: start;
        width: 110px;
    }

    .homepage .group-internal-section .nav-pills-group-internal-line {
        height: 32px;
        margin-top: 60px;
        margin-left: 14px;
    }

    .group-internal-section .nav-pills .nav-link {
        height: 50px;
    }

    .homepage .group-internal-section .tab-content-group-internal-desc {
        margin: 20px 0 50px 0;
    }

    .homepage .oem-section .oem-title {
        margin: 20px 0 10px 0;
    }

    .homepage .oem-section .oem-desc {
        padding: 0;
        line-height: 1;
    }

    .oem-content,
    .homepage .group-business-other-card {
        height: max-content;
    }

    .distubution-center-title {
        color: var(--green);
        font-size: 48px;
        line-height: 1;
        font-family: var(--ff-heavy-bold);
        margin-bottom: 10px;
        font-size: var(--fs-1);
    }

    #distubution-center-tab .nav-item {
        width: 110px;
    }

    .distubution-center-pills-line {
        width: 420px;
    }

    .distubution-center-address-list-circle {
        margin-right: 12px;
    }

    .distubution-center-address-list {
        width: 400px;
    }

    .distubution-center-pills-address-card {
        width: 100%;
        height: max-content;
        padding: 20px 30px;
        background-color: var(--green);
        border-radius: 40px;
    }

    .distubution-center-detail-img {
        background-image: url("../images/distribution-center/Green BG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 700px;
        margin-bottom: 50px;
    }

    .homepage .utcc-section {
        height: 800px;
    }

    .homepage .utcc-content {
        margin: 20px;
    }

    .distubution-center-pills-list-address-line {
        width: 8px;
        height: 76%;
        background-color: var(--green-light);
        opacity: 0.5;
        border-radius: 40px;
        position: absolute;
        margin-right: -15px;
        top: 13%;
    }

    .homepage .distubution-content-detail, .homepage .family-content-detail {
        margin: 50px 20px;
    }

    .distubution-center-pills-list-address-card {
        width: 100%;
        height: max-content;
        background-color: white;
        border-radius: 30px;
        margin: 20px 0 40px 0;
        padding: 20px;
    }

    .distubution-center-desc {
        color: var(--gray);
        padding: 5px 10px;
        width: max-content;
        border-radius: 30px;
        font-size: var(--fs-6);
        font-family: var(--ff-heavy-bold);
        background-color: white;
    }

    /* .inter-business-content,
    .homepage .distubution-content,
    .homepage .utcc-content,
    .homepage .goodlife-content,
    .homepage .family-content,
    .homepage .vending-content {
        height: 300px;
    } */

    .homepage .distubution-img,
    .homepage .goodlife-img,
    .homepage .family-img,
    .homepage .vending-img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .oem-section {
        height: 450px;
    }

    .homepage #carousel-oem .carousel-indicators {
        bottom: -25px;
    }

    .homepage .oem-section .oem-carousel-card {
        padding: 10px 10px 10px 10px;
        margin-top: 50px;
    }

    .homepage .inter-business-title {
        margin: 60px 0 0px 0;
        font-size: var(--fs-1);
        line-height: 0.7;
    }

    .homepage .inter-business-desc {
        margin: 30px 0 0 0;
        font-size: var(--fs-6);
        line-height: 1;
    }

    .homepage .inter-business-card {
        padding: 30px;
        height: 400px;
        margin: 20px 0;
    }

    .homepage .inter-business-content-title {
        margin-bottom: 10px;
    }

    .homepage .inter-business-content-desc {
        margin-top: 20px;
    }

    .homepage img.group-business1-img {
        width: auto;
        height: 50px;
    }

    /* .distubution-section,
    .utcc-section,
    .goodlife-section,
    .family-section,
    .vending-section {
        height: max-content;
        margin-top: 15px;
    } */

    .homepage .utcc-content-img,
    .homepage .goodlife-content-img,
    .homepage .family-content-img,
    .homepage .vending-content-img {
        height: auto;
        width: 200px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: 12px;
        line-height: 16px;
    }

    .homepage .group-business2-title,
    .homepage .group-business1-title {
        margin: 5px;
    }

    .homepage #carousel-group-business2 .carousel-indicators {
        bottom: -25px;
    }

    .homepage .group-business-other-img {
        margin-top: 10px;
    }

    .homepage .tab-content-detail {
        font-size: var(--fs-5);
        line-height: 32px;
        padding: 0px;
        margin-bottom: 20px;
        color: var(--gray);
    }

    .homepage .inter-business-section .nav-pills .nav-link.active,
    .homepage .inter-business-section .nav-pills .nav-link {
        padding: 0;
    }

    .homepage .inter-business-section .circle-pills-tab-border.active,
    .homepage .inter-business-section .circle-pills-tab-border {
        padding: 3px 5px;
    }

    .homepage .inter-business-section .nav-pills-line-inter-business {
        border: 1px solid var(--green-light);
        margin-top: 57px;
        margin-left: 98px;
        position: absolute;
        width: 80px;
    }

    .form-select {
        width: 95%;
        background-color: var(--green);
        color: white;
        font-size: var(--fs-5);
    }

    .homepage .group-business-other-img {
        height: auto;
        width: 100%;
    }

    .homepage .circle-pills-tab-group-internal {
        width: 30px;
        height: 30px;
    }

    .section-header .copyright-title {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
    }

    .vending-content-detail img {
        width: 200px;
        height: auto;
    }

    .navbar-brand img {
        width: auto;
        height: 46px;
    }

    .homepage .oem-card {
        padding: 50px;
        margin: 0;
        height: max-content;
    }

    img.oem-img-mt, img.oem-img-mb {
        width: 250px;
    }

    img.oem-img-mt {
        padding: 0;
        margin: 0px 0 30px 0;
    }

    img.oem-img-mb {
        margin: 30px 0 0px 0;
    }

    /* 
    .homepage .circle-pills-tab-group-internal.active .circle-pills-tab-red {
        background-color: red;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        margin: 4px;
    } */

    #pills-group-internal-tabContent .tab-content-group-internal-detail {
        background-color: white;
        width: auto;
        height: max-content;
        /* margin-left: -25px; */
        border-radius: 30px;
        padding: 30px 20px;
        /* margin-top: 20px; */
        margin: 20px;
    }

    .homepage .group-internal-section img.tab-content-group-internal-img-logo {
        width: 120px;
        height: auto;
        margin-left: 20px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: var(--fs-6);
        line-height: 1;
        text-align: start;
        color: var(--gray);
        text-transform: uppercase;
        margin-left: 20px;
    }

    .homepage .utcc-img {
        height: 249px;
        width: 100%;
    }

    .homepage .group-company-section .circle-pills-tab {
        display: none;
    }

    .homepage .oem-img {
        width: 100%;
        height: auto;
    }

    .homepage .inter-business-section .nav-pills .nav-link {
        width: 80px;
    }

    .homepage .inter-business-section .circle-pills-tab-border,
    .homepage .inter-business-section .circle-pills-tab-border.active {
        font-size: 18px;
        padding: 0px 10px;
    }

    .homepage .inter-business-content {
        height: 700px;
        background-image: url(../images/homePage/inter-business/inter-buss-tab-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    /* .homepage .inter-business-section {
        height: 900px;
    } */

    img.inter-buss-world-img {
        width: 300px;
        height: auto;
        margin: 30px 0 50px 0;
    }

    .inter-business-content {
        height: max-content;
    }

    .news-item-video-play img {
        width: 50px;
        height: 50px;
    }

    .business1.owl-carousel .item .group-business1-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px;
    }

    .business2.owl-carousel .item .group-business2-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 20px;
    }

    .homepage .group-business2-card {
        padding: 50px 0px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        width: max-content;
        border: 1px solid var(--green);
        border-radius: 30px;
        padding: 0px 10px;
        right: 42%;
        position: absolute;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .g-vending-page .banner-section {
        padding: 0 0 0 50px;
    }

    .g-vending-page .section-24-7-image {
        margin-bottom: 200px;
    }

    .g-vending-page .detail-24-7 {
        border-radius: 40px 40px 40px 40px;
    }

    .affiliate-companies-page .distubution-center-pills-line {
        border: 1px solid var(--green);
        position: absolute;
        margin-top: 108px;
        width: 475px;
        margin-left: 70px;
    }

    .homepage-title3 {
        font-size: var(--fs-1);
        line-height: 0.5;
        margin-left: 20px;
        color: white;
        margin-bottom: 20px;
    }

    .affiliate-companies-page #distubution-center-tab .nav-item {
        width: 130px;
    }

    .affiliate-companies-page .distubution-center-detail-img {
        background-position: top;
        height: 1200px;
        border-radius: 40px;
    }

    .director-list {
        margin: 100px 0;
    }

    .oem-img-list {
        margin-left: 0;
    }

    .navbar .dropdown .dropdown-menu .dropdown-menu-title {
        font-size: var(--fs-4);
        color: white;
        padding: 5px 10px;
        background-color: var(--green-light);
        line-height: 1;
        width: max-content;
        border-radius: 40px;
        margin: 0 0px 8px 10px;
    }

    .navbar .navbar-nav .dropdown-menu {
        padding-block: 5px !important;
        position: unset;
        background: var(--green);
        opacity: 1;
        flex-direction: column;
        padding-inline-start: unset;
        border-radius: 30px;
        transform: unset;
        margin-left: 0;
        /* padding: 30px 0; */
    }

    .homepage .group-company-section .carousel-indicators .active {
        width: 36px;
        height: 12px;
    }

    .homepage .margin-minus-50 {
        width: 60%;
    }

    #pills-tabContent .carousel {
        margin-right: 0;
    }

    .section-header img.tracking-email-icon {
        width: 20px;
        height: 20px;
    }

    img.copyright-logo-img {
        width: auto;
        height: 60px;
    }

    .list-meta-link-title {
        font-size: var(--fs-5);
        line-height: 1;
        color: white;
        font-family: var(--ff-heavy-bold);
    }

    .list-meta-link-link a, .homepage .list-meta-link-link a {
        font-size: var(--fs-5);
        color: white;
        line-height: 1;
        font-family: var(--ff-light);
    }

    .homepage-title {
        font-size: 64px;
        line-height: 0.8;
        margin: 200px 20px 20px 20px;
    }

    .homepage-desc {
        font-size: 36px;
        font-family: var(--ff-light);
        line-height: 36px;
        margin: 0px 20px 60px 20px;
    }

    img.banner-img {
        height: auto;
        width: 100%;
    }

    .list-meta-link {
        padding: 50px 20px !important;
    }

    .nav-bg-color {
        background-color: white;
        background-image: none;
    }

    .navbar-contact {
        padding: 10px !important;
        background-color: var(--green);
    }

    .navbar .nav-link {
        color: var(--green);
    }

    .navbar-nav .nav-item.dropdown.active {
        border: none;
        border-radius: 40px;
        padding: 0;
        width: max-content;
    }

    .navbar-toggler {
        color: var(--green);
        border: 1px solid var(--green);
        background-color: var(--green);
    }

    .content-container {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        margin: 0px auto 0px auto;
        padding: 0px 20px;
    }

    .section-footer .copyright-address {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
        margin-top: 20px;
    }

    .section-footer .copyright-text {
        font-size: var(--fs-6);
        line-height: 1;
        color: var(--green);
        margin-top: 10px;
    }

    .section-header {
        width: 100%;
    }

    .section-content {
        width: 100%;
    }

    .section-footer {
        width: 100%;
    }

    .copyright {
        color: white;
        font-size: var(--fs-5);
        background-color: white;
    }

    .affiliate-companies-page .affiliate-companies-title,
    .affiliate-companies-all-page .affiliate-companies-all-title,
    .policy-title,
    .news-list-title,
    .news-list-desc,
    .homepage .tab-content-title {
        font-size: var(--fs-2);
        line-height: 35px;
    }

    .affiliate-companies-page .affiliate-companies-sub-title,
    .affiliate-companies-all-sub-title,
    .policy-sub-title,
    .policy-content-title,
    .news-datail-content-title,
    .news-detail-list-more-title,
    .homepage .group-internal-section .group-internal-title,
    .homepage .inter-business-content-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-titleม.homepage .group-business2-title,
    .homepage .group-business1-title,
    .homepage .group-business2-title,
    .homepage .group-business-other-title,
    .homepage .oem-section .oem-title,
    .homepage .inter-business-title,
    .homepage .distubution-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-title,
    .group-business-other-title-2 {
        font-size: var(--fs-3);
        line-height: 34px;
    }

    .vending-desc {
        font-size: var(--fs-5);
        line-height: 1;
        color: var(--gray);
        margin: 30px 0;
    }

    .homepage .vending-content {
        height: 100%;
        margin: 0 20px 30px 20px;
    }

    .family-desc {
        font-size: var(--fs-4);
        line-height: 1;
        margin-bottom: 20px;
    }

    .family-title {
        font-size: 56px;
        line-height: 0.7;
        font-family: var(--ff-heavy-bold);
        margin: 20px 0;
    }

    img.family-icon {
        width: 200px;
        height: auto;
    }

    .homepage .goodlife-section {
        height: 600px;
    }

    .homepage .distubution-desc {
        margin: 0px 50px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .utcc-desc {
        margin: 0px 600px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .goodlife-content {
        margin: 20px 100px 20px 0px;
    }

    .homepage .group-internal-section .tab-content-group-internal-title {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .homepage .distubution-title {
        margin-bottom: 30px;
    }

    .affiliate-companies-page .nav-pills .nav-link.active,
    .affiliate-companies-page .nav-pills .nav-link,
    .homepage .group-internal-section .group-internal-subtitle {
        font-size: var(--fs-4);
        line-height: 32px;
        padding: 5px 0;
    }

    .affiliate-companies-sub-title2 {
        font-size: var(--fs-2-1);
        line-height: 40px;
        color: var(--green);
        font-family: var(--ff-bold);
    }

    .affiliate-companies-all-img img,
    .affiliate-companies-all-content {
        height: auto;
        width: 100%;
    }


    .homepage a.tab-content-btn-more {
        font-size: var(--fs-6);
        line-height: 24px;
    }

    .affiliate-companies-all-line {
        margin-bottom: 25px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-title {
        margin-bottom: 15px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-desc {
        margin-bottom: 30px;
    }

    .affiliate-companies-page #pills-tabContent .list-items-card {
        padding: 20px;
    }

    img.distubution-center-content-img {
        margin-top: 100px;
        width: 50%;
    }

    .affiliate-companies-page .affiliate-companies-video,
    .news-item-video,
    .homepage .group-business1-card,
    .homepage .group-business2-card {
        height: 400px;
    }

    .affiliate-companies-page .affiliate-companies-video img {
        width: 50px;
        height: 50px;
    }

    .tracking-email-btn,
    a.news-items-all-btn-more,
    .homepage .distubution-btn-more {
        line-height: 18px;
    }

    .news-detail-title {
        font-size: 6.957vw;
        line-height: 7.652vw;
    }

    .news-detail-banner {
        padding: 3.478vw 3.478vw;
        height: 86.957vw;
        margin-top: 65px;
    }

    .news-detail-title-date,
    .news-detail,
    .news-detail-date-social {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .news-list-date {
        margin: 0;
    }

    .homepage a.tab-content-btn-more {
        width: 140px;
        height: 40px;
    }

    .homepage .group-internal-pill {
        margin: 0 20px;
    }

    #carousel-group-business2 .carousel-indicators .active,
    #carousel-group-business1 .carousel-indicators .active {
        width: 24px;
        height: 24px;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 40px;
        border: none;
    }

    #homepage-banner-carousel .carousel-indicators {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .homepage .group-company-section .nav-pills .nav-link,
    .homepage .group-company-section .nav-pills .nav-link.active {
        padding: 5px 20px;
    }

    .homepage .group-company-section .nav-pills-line {
        margin-bottom: 0px;
    }

    .homepage .group-company-section #pills-tabContent {
        padding: 30px 0 50px 0;
    }

    .homepage .group-internal-section .nav-pills-number {
        font-size: var(--fs-2);
        line-height: 40px;
        padding: 0 20px 0 40px;
        text-align: start;
        width: 110px;
    }

    .homepage .group-internal-section .nav-pills-group-internal-line {
        height: 32px;
        margin-top: 60px;
        margin-left: 14px;
    }

    .group-internal-section .nav-pills .nav-link {
        height: 50px;
    }

    .homepage .group-internal-section .tab-content-group-internal-desc {
        margin: 20px 0 50px 0;
    }

    .homepage .oem-section .oem-title {
        margin: 20px 0 10px 0;
    }

    .homepage .oem-section .oem-desc {
        padding: 0;
        line-height: 1;
    }

    .oem-content,
    .homepage .group-business-other-card {
        height: max-content;
    }

    .distubution-center-title {
        color: var(--green);
        font-size: 48px;
        line-height: 1;
        font-family: var(--ff-heavy-bold);
        margin-bottom: 10px;
        font-size: var(--fs-1);
    }

    #distubution-center-tab .nav-item {
        width: 120px;
    }

    .distubution-center-address-list-circle {
        margin-right: 12px;
    }

    .distubution-center-address-list {
        width: 600px;
    }

    .distubution-center-pills-address-card {
        width: 100%;
        height: max-content;
        padding: 20px 30px;
        background-color: var(--green);
        border-radius: 40px;
    }

    .distubution-center-detail-img {
        background-image: url("../images/distribution-center/Green BG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 900px;
        margin-bottom: 50px;
    }

    .homepage .utcc-section {
        height: 600px;
    }

    .homepage .utcc-content {
        margin: 20px;
    }

    .distubution-center-pills-list-address-line {
        width: 8px;
        height: 76%;
        background-color: var(--green-light);
        opacity: 0.5;
        border-radius: 40px;
        position: absolute;
        margin-right: -42px;
        top: 13%;
    }

    .homepage .distubution-content-detail, .homepage .family-content-detail {
        margin: 50px 20px;
    }

    .distubution-center-pills-list-address-card {
        width: 100%;
        height: max-content;
        background-color: white;
        border-radius: 30px;
        margin: 20px 0 40px 0;
        padding: 20px;
    }

    .distubution-center-desc {
        color: var(--gray);
        padding: 5px 10px;
        width: max-content;
        border-radius: 30px;
        font-size: var(--fs-6);
        font-family: var(--ff-heavy-bold);
        background-color: white;
    }

    /* .inter-business-content,
    .homepage .distubution-content,
    .homepage .utcc-content,
    .homepage .goodlife-content,
    .homepage .family-content,
    .homepage .vending-content {
        height: 300px;
    } */

    .homepage .distubution-img,
    .homepage .goodlife-img,
    .homepage .family-img,
    .homepage .vending-img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .oem-section {
        height: 450px;
    }

    .homepage #carousel-oem .carousel-indicators {
        bottom: -25px;
    }

    .homepage .oem-section .oem-carousel-card {
        padding: 10px 10px 10px 10px;
        margin-top: 50px;
    }

    .homepage .inter-business-title {
        margin: 60px 0 0px 0;
        font-size: var(--fs-1);
        line-height: 0.7;
    }

    .homepage .inter-business-desc {
        margin: 30px 0 0 0;
        font-size: var(--fs-6);
        line-height: 1;
    }

    .homepage .inter-business-card {
        padding: 30px;
        height: 400px;
        margin: 20px 0;
    }

    .homepage .inter-business-content-title {
        margin-bottom: 10px;
    }

    .homepage .inter-business-content-desc {
        margin-top: 20px;
    }

    .homepage img.group-business1-img {
        width: auto;
        height: 50px;
    }

    /* .distubution-section,
    .utcc-section,
    .goodlife-section,
    .family-section,
    .vending-section {
        height: max-content;
        margin-top: 15px;
    } */

    .homepage .utcc-content-img,
    .homepage .goodlife-content-img,
    .homepage .family-content-img,
    .homepage .vending-content-img {
        height: auto;
        width: 200px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: 12px;
        line-height: 16px;
    }

    .homepage .group-business2-title,
    .homepage .group-business1-title {
        margin: 5px;
    }

    .homepage #carousel-group-business2 .carousel-indicators {
        bottom: -25px;
    }

    .homepage .group-business-other-img {
        margin-top: 10px;
    }

    .homepage .tab-content-detail {
        font-size: var(--fs-5);
        line-height: 32px;
        padding: 0px;
        margin-bottom: 20px;
        color: var(--gray);
    }

    .homepage .inter-business-section .nav-pills .nav-link.active,
    .homepage .inter-business-section .nav-pills .nav-link {
        padding: 0;
    }

    .homepage .inter-business-section .circle-pills-tab-border.active,
    .homepage .inter-business-section .circle-pills-tab-border {
        padding: 3px 5px;
    }

    .homepage .inter-business-section .nav-pills-line-inter-business {
        border: 1px solid var(--green-light);
        margin-top: 57px;
        margin-left: 98px;
        position: absolute;
        width: 80px;
    }

    .form-select {
        width: 95%;
        background-color: var(--green);
        color: white;
        font-size: var(--fs-5);
    }

    .homepage .group-business-other-img {
        height: auto;
        width: 100%;
    }

    .homepage .circle-pills-tab-group-internal {
        width: 30px;
        height: 30px;
    }

    .section-header .copyright-title {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
    }

    .vending-content-detail img {
        width: 200px;
        height: auto;
    }

    .navbar-brand img {
        width: auto;
        height: 46px;
    }

    .homepage .oem-card {
        padding: 50px;
        margin: 0;
        height: max-content;
    }

    img.oem-img-mt, img.oem-img-mb {
        width: 250px;
    }

    img.oem-img-mt {
        padding: 0;
        margin: 0px 0 30px 0;
    }

    img.oem-img-mb {
        margin: 30px 0 0px 0;
    }

    /* 
    .homepage .circle-pills-tab-group-internal.active .circle-pills-tab-red {
        background-color: red;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        margin: 4px;
    } */

    #pills-group-internal-tabContent .tab-content-group-internal-detail {
        background-color: white;
        width: auto;
        height: max-content;
        /* margin-left: -25px; */
        border-radius: 30px;
        padding: 30px 20px;
        /* margin-top: 20px; */
        margin: 20px;
    }

    .homepage .group-internal-section img.tab-content-group-internal-img-logo {
        width: 120px;
        height: auto;
        margin-left: 20px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: var(--fs-6);
        line-height: 1;
        text-align: start;
        color: var(--gray);
        text-transform: uppercase;
        margin-left: 20px;
    }

    .homepage .utcc-img {
        height: 249px;
        width: 100%;
    }

    .homepage .group-company-section .circle-pills-tab {
        display: none;
    }

    .homepage .oem-img {
        width: 100%;
        height: auto;
    }

    .homepage .inter-business-section .nav-pills .nav-link {
        width: 100px;
    }

    .homepage .inter-business-section .circle-pills-tab-border,
    .homepage .inter-business-section .circle-pills-tab-border.active {
        font-size: 18px;
        padding: 0px 10px;
    }

    .homepage .inter-business-content {
        height: 700px;
        background-image: url(../images/homePage/inter-business/inter-buss-tab-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    /* .homepage .inter-business-section {
        height: 900px;
    } */

    img.inter-buss-world-img {
        width: 500px;
        height: auto;
        margin: 30px 0 50px 0;
    }

    .inter-business-content {
        height: max-content;
    }

    .news-item-video-play img {
        width: 50px;
        height: 50px;
    }

    .business1.owl-carousel .item .group-business1-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px;
    }

    .business2.owl-carousel .item .group-business2-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 20px;
    }

    .homepage .group-business2-card {
        padding: 50px 0px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        width: max-content;
        border: 1px solid var(--green);
        border-radius: 30px;
        padding: 0px 10px;
        right: 45%;
        position: absolute;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .g-vending-page .banner-section {
        padding: 0 0 0 50px;
    }

    .g-vending-page .section-24-7-image {
        margin-bottom: 200px;
    }

    .g-vending-page .detail-24-7 {
        border-radius: 40px 40px 40px 40px;
    }

    .pr-table {
        width: 90%;
        overflow-x: scroll;
    }

    .homepage-content-title2 {
        font-size: var(--fs-1);
        line-height: 0.6;
        color: var(--green);
        font-family: var(--ff-heavy-bold);
        text-transform: uppercase;
    }

    .homepage-title3 {
        font-size: var(--fs-1);
        line-height: 0.5;
        margin-left: 20px;
        color: white;
        margin-bottom: 20px;
    }

    .homepage-content-title {
        font-size: var(--fs-1);
        line-height: 0.8;
        color: var(--green);
    }

    .affiliate-companies-page #distubution-center-tab .nav-item {
        width: 100px;
    }

    .affiliate-companies-page .distubution-center-detail-img {
        background-position: top;
        height: 1000px;
        border-radius: 40px;
    }

    .affiliate-companies-page .distubution-center-pills-line {
        border: 1px solid var(--green);
        position: absolute;
        margin-top: 108px;
        width: 360px;
        margin-left: 60px;
    }

    .oem-img-list {
        margin-left: 0;
    }

    .navbar .dropdown .dropdown-menu .dropdown-menu-title {
        font-size: var(--fs-4);
        color: white;
        padding: 5px 10px;
        background-color: var(--green-light);
        line-height: 1;
        width: max-content;
        border-radius: 40px;
        margin: 0 0px 8px 10px;
    }

    .navbar .navbar-nav .dropdown-menu {
        padding-block: 5px !important;
        position: unset;
        background: var(--green);
        opacity: 1;
        flex-direction: column;
        padding-inline-start: unset;
        border-radius: 30px;
        transform: unset;
        margin-left: 0;
        /* padding: 30px 0; */
    }

    .homepage .group-company-section .carousel-indicators .active {
        width: 36px;
        height: 12px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        width: max-content;
        border: 1px solid var(--green);
        border-radius: 30px;
        padding: 0px 10px;
        right: 42%;
        position: absolute;
    }

    .homepage .margin-minus-50 {
        width: 80%;
    }

    #pills-tabContent .carousel {
        margin-right: 0;
    }

    .section-header img.tracking-email-icon {
        width: 20px;
        height: 20px;
    }

    img.copyright-logo-img {
        width: auto;
        height: 60px;
    }

    .list-meta-link-title {
        font-size: var(--fs-5);
        line-height: 1;
        color: white;
        font-family: var(--ff-heavy-bold);
    }

    .list-meta-link-link a, .homepage .list-meta-link-link a {
        font-size: var(--fs-5);
        color: white;
        line-height: 1;
        font-family: var(--ff-light);
    }

    .homepage-title {
        font-size: 64px;
        line-height: 0.8;
        margin: 200px 20px 20px 20px;
    }

    .homepage-desc {
        font-size: 36px;
        font-family: var(--ff-light);
        line-height: 36px;
        margin: 0px 20px 60px 20px;
    }

    img.banner-img {
        height: auto;
        width: 100%;
    }

    .list-meta-link {
        padding: 50px 20px !important;
    }

    .nav-bg-color {
        background-color: white;
        background-image: none;
    }

    .navbar-contact {
        padding: 10px !important;
        background-color: var(--green);
    }

    .navbar .nav-link {
        color: var(--green);
    }

    .navbar-nav .nav-item.dropdown.active {
        border: none;
        border-radius: 40px;
        padding: 0;
        width: max-content;
    }

    .navbar-toggler {
        color: var(--green);
        border: 1px solid var(--green);
        background-color: var(--green);
    }

    .content-container {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        margin: 0px auto 0px auto;
        padding: 0px 20px;
    }

    .section-footer .copyright-address {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
        margin-top: 20px;
    }

    .section-footer .copyright-text {
        font-size: var(--fs-6);
        line-height: 1;
        color: var(--green);
        margin-top: 10px;
    }

    .section-header {
        width: 100%;
    }

    .section-content {
        width: 100%;
    }

    .section-footer {
        width: 100%;
    }

    .copyright {
        color: white;
        font-size: var(--fs-5);
        background-color: white;
    }

    .affiliate-companies-page .affiliate-companies-title,
    .affiliate-companies-all-page .affiliate-companies-all-title,
    .policy-title,
    .news-list-title,
    .news-list-desc,
    .homepage .tab-content-title {
        font-size: var(--fs-2);
        line-height: 35px;
    }

    .affiliate-companies-page .affiliate-companies-sub-title,
    .affiliate-companies-all-sub-title,
    .policy-sub-title,
    .policy-content-title,
    .news-datail-content-title,
    .news-detail-list-more-title,
    .homepage .group-internal-section .group-internal-title,
    .homepage .inter-business-content-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-titleม.homepage .group-business2-title,
    .homepage .group-business1-title,
    .homepage .group-business2-title,
    .homepage .group-business-other-title,
    .homepage .oem-section .oem-title,
    .homepage .inter-business-title,
    .homepage .distubution-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-title,
    .group-business-other-title-2 {
        font-size: var(--fs-3);
        line-height: 34px;
    }

    .vending-desc {
        font-size: var(--fs-5);
        line-height: 1;
        color: var(--gray);
        margin: 30px 0;
    }

    .homepage .vending-content {
        height: 100%;
        margin: 0 20px 30px 20px;
    }

    .family-desc {
        font-size: var(--fs-4);
        line-height: 1;
        margin-bottom: 20px;
    }

    .family-title {
        font-size: 56px;
        line-height: 0.7;
        font-family: var(--ff-heavy-bold);
        margin: 20px 0;
    }

    img.family-icon {
        width: 200px;
        height: auto;
    }

    .homepage .goodlife-section {
        height: 600px;
    }

    .homepage .distubution-desc,
    .homepage .utcc-desc {
        margin: 0px 0px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .goodlife-content {
        margin: 20px;
    }

    .homepage .group-internal-section .tab-content-group-internal-title {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .homepage .distubution-title {
        margin-bottom: 30px;
    }

    .affiliate-companies-page .nav-pills .nav-link.active,
    .affiliate-companies-page .nav-pills .nav-link,
    .homepage .group-internal-section .group-internal-subtitle {
        font-size: var(--fs-4);
        line-height: 32px;
        padding: 5px 0;
    }

    .affiliate-companies-sub-title2 {
        font-size: var(--fs-2-1);
        line-height: 40px;
        color: var(--green);
        font-family: var(--ff-bold);
    }

    .affiliate-companies-all-img img,
    .affiliate-companies-all-content {
        height: auto;
        width: 100%;
    }


    .homepage a.tab-content-btn-more {
        font-size: var(--fs-6);
        line-height: 24px;
    }

    .affiliate-companies-all-line {
        margin-bottom: 25px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-title {
        margin-bottom: 15px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-desc {
        margin-bottom: 30px;
    }

    .affiliate-companies-page #pills-tabContent .list-items-card {
        padding: 20px;
    }

    img.distubution-center-content-img {
        margin-top: 100px;
        width: 50%;
    }

    .affiliate-companies-page .affiliate-companies-video,
    .news-item-video,
    .homepage .group-business1-card,
    .homepage .group-business2-card {
        height: 400px;
    }

    .affiliate-companies-page .affiliate-companies-video img {
        width: 50px;
        height: 50px;
    }

    .tracking-email-btn,
    a.news-items-all-btn-more,
    .homepage .distubution-btn-more {
        line-height: 18px;
    }

    .news-detail-title {
        font-size: 6.957vw;
        line-height: 7.652vw;
    }

    .news-detail-banner {
        padding: 3.478vw 3.478vw;
        height: 86.957vw;
        margin-top: 65px;
    }

    .news-detail-title-date,
    .news-detail,
    .news-detail-date-social {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .news-list-date {
        margin: 0;
    }

    .homepage a.tab-content-btn-more {
        width: 140px;
        height: 40px;
    }

    .homepage .group-internal-pill {
        margin: 0 20px;
    }

    #carousel-group-business2 .carousel-indicators .active,
    #carousel-group-business1 .carousel-indicators .active {
        width: 24px;
        height: 24px;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 40px;
        border: none;
    }

    #homepage-banner-carousel .carousel-indicators {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .homepage .group-company-section .nav-pills .nav-link,
    .homepage .group-company-section .nav-pills .nav-link.active {
        padding: 5px 20px;
    }

    .homepage .group-company-section .nav-pills-line {
        margin-bottom: 0px;
    }

    .homepage .group-company-section #pills-tabContent {
        padding: 30px 0 50px 0;
    }

    .homepage .group-internal-section .nav-pills-number {
        font-size: var(--fs-2);
        line-height: 40px;
        padding: 0 20px 0 40px;
        text-align: start;
        width: 110px;
    }

    .homepage .group-internal-section .nav-pills-group-internal-line {
        height: 32px;
        margin-top: 60px;
        margin-left: 14px;
    }

    .group-internal-section .nav-pills .nav-link {
        height: 50px;
    }

    .homepage .group-internal-section .tab-content-group-internal-desc {
        margin: 20px 0 50px 0;
    }

    .homepage .oem-section .oem-title {
        margin: 20px 0 10px 0;
    }

    .homepage .oem-section .oem-desc {
        padding: 0;
        line-height: 1;
    }

    .oem-content,
    .homepage .group-business-other-card {
        height: max-content;
    }

    .distubution-center-title {
        color: var(--green);
        font-size: 48px;
        line-height: 1;
        font-family: var(--ff-heavy-bold);
        margin-bottom: 10px;
        font-size: var(--fs-1);
    }

    #distubution-center-tab .nav-item {
        width: 110px;
    }

    .homepage .distubution-center-pills-line {
        width: 420px;
    }

    .distubution-center-address-list-circle {
        margin-right: 12px;
    }

    .distubution-center-address-list {
        width: 500px;
    }

    .distubution-center-pills-address-card {
        width: 100%;
        height: max-content;
        padding: 20px 30px;
        background-color: var(--green);
        border-radius: 40px;
    }

    .distubution-center-detail-img {
        background-image: url("../images/distribution-center/Green BG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 800px;
        margin-bottom: 50px;
    }

    .homepage .utcc-section {
        height: 600px;
    }

    .homepage .utcc-content {
        margin: 20px;
    }

    .distubution-center-pills-list-address-line {
        width: 8px;
        height: 76%;
        background-color: var(--green-light);
        opacity: 0.5;
        border-radius: 40px;
        position: absolute;
        right: 8%;
        top: 13%;
    }

    .homepage .distubution-content-detail, .homepage .family-content-detail {
        margin: 50px 20px;
    }

    .distubution-center-pills-list-address-card {
        width: 100%;
        height: max-content;
        background-color: white;
        border-radius: 30px;
        margin: 20px 0 40px 0;
        padding: 20px;
    }

    .distubution-center-desc {
        color: var(--gray);
        padding: 5px 10px;
        width: max-content;
        border-radius: 30px;
        font-size: var(--fs-6);
        font-family: var(--ff-heavy-bold);
        background-color: white;
    }

    /* .inter-business-content,
    .homepage .distubution-content,
    .homepage .utcc-content,
    .homepage .goodlife-content,
    .homepage .family-content,
    .homepage .vending-content {
        height: 300px;
    } */

    .homepage .distubution-img,
    .homepage .goodlife-img,
    .homepage .family-img,
    .homepage .vending-img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .oem-section {
        height: 450px;
    }

    .homepage #carousel-oem .carousel-indicators {
        bottom: -25px;
    }

    .homepage .oem-section .oem-carousel-card {
        padding: 10px 10px 10px 10px;
        margin-top: 50px;
    }

    .homepage .inter-business-title {
        margin: 60px 0 0px 0;
        font-size: var(--fs-1);
        line-height: 0.7;
    }

    .homepage .inter-business-desc {
        margin: 30px 0 0 0;
        font-size: var(--fs-6);
        line-height: 1;
    }

    .homepage .inter-business-card {
        padding: 30px;
        height: 400px;
        margin: 20px 0;
    }

    .homepage .inter-business-content-title {
        margin-bottom: 10px;
    }

    .homepage .inter-business-content-desc {
        margin-top: 20px;
    }

    .homepage img.group-business1-img {
        width: auto;
        height: 50px;
    }

    /* .distubution-section,
    .utcc-section,
    .goodlife-section,
    .family-section,
    .vending-section {
        height: max-content;
        margin-top: 15px;
    } */

    .homepage .utcc-content-img,
    .homepage .goodlife-content-img,
    .homepage .family-content-img,
    .homepage .vending-content-img {
        height: auto;
        width: 200px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: 12px;
        line-height: 16px;
    }

    .homepage .group-business2-title,
    .homepage .group-business1-title {
        margin: 5px;
    }

    .homepage #carousel-group-business2 .carousel-indicators {
        bottom: -25px;
    }

    .homepage .group-business-other-img {
        margin-top: 10px;
    }

    .homepage .tab-content-detail {
        font-size: var(--fs-5);
        line-height: 32px;
        padding: 0px;
        margin-bottom: 20px;
        color: var(--gray);
    }

    .homepage .inter-business-section .nav-pills .nav-link.active,
    .homepage .inter-business-section .nav-pills .nav-link {
        padding: 0;
    }

    .homepage .inter-business-section .circle-pills-tab-border.active,
    .homepage .inter-business-section .circle-pills-tab-border {
        padding: 3px 5px;
    }

    .homepage .inter-business-section .nav-pills-line-inter-business {
        border: 1px solid var(--green-light);
        margin-top: 57px;
        margin-left: 98px;
        position: absolute;
        width: 80px;
    }

    .form-select {
        width: 92%;
        background-color: var(--green);
        color: white;
        font-size: var(--fs-5);
    }

    .homepage .group-business-other-img {
        height: auto;
        width: 100%;
    }

    .homepage .circle-pills-tab-group-internal {
        width: 30px;
        height: 30px;
    }

    .section-header .copyright-title {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
    }

    .vending-content-detail img {
        width: 200px;
        height: auto;
    }

    .navbar-brand img {
        width: auto;
        height: 46px;
    }

    .homepage .oem-card {
        padding: 50px;
        margin: 0;
        height: max-content;
    }

    img.oem-img-mt, img.oem-img-mb {
        width: 150px;
    }

    img.oem-img-mt {
        padding: 0;
        margin: 0px 0 30px 0;
    }

    img.oem-img-mb {
        margin: 30px 0 0px 0;
    }

    /* 
    .homepage .circle-pills-tab-group-internal.active .circle-pills-tab-red {
        background-color: red;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        margin: 4px;
    } */

    #pills-group-internal-tabContent .tab-content-group-internal-detail {
        background-color: white;
        width: auto;
        height: max-content;
        /* margin-left: -25px; */
        border-radius: 30px;
        padding: 30px 20px;
        /* margin-top: 20px; */
        margin: 20px;
    }

    .homepage .group-internal-section img.tab-content-group-internal-img-logo {
        width: 120px;
        height: auto;
        margin-left: 20px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: var(--fs-6);
        line-height: 1;
        text-align: start;
        color: var(--gray);
        text-transform: uppercase;
        margin-left: 20px;
    }

    .homepage .utcc-img {
        height: 249px;
        width: 100%;
    }

    .homepage .group-company-section .circle-pills-tab {
        display: none;
    }

    .homepage .oem-img {
        width: 100%;
        height: auto;
    }

    .homepage .inter-business-section .nav-pills .nav-link {
        width: 100px;
    }

    .homepage .inter-business-section .circle-pills-tab-border,
    .homepage .inter-business-section .circle-pills-tab-border.active {
        font-size: 18px;
        padding: 0px 10px;
    }

    .homepage .inter-business-content {
        height: 700px;
        background-image: url(../images/homePage/inter-business/inter-buss-tab-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    /* .homepage .inter-business-section {
        height: 900px;
    } */

    img.inter-buss-world-img {
        width: 400px;
        height: auto;
        margin: 30px 0 50px 0;
    }

    .inter-business-content {
        height: max-content;
    }

    .news-item-video-play img {
        width: 50px;
        height: 50px;
    }

    .business1.owl-carousel .item .group-business1-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px;
    }

    .business2.owl-carousel .item .group-business2-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 20px;
    }

    .homepage .group-business2-card {
        padding: 50px 0px;
    }
}

@media screen and (max-width: 575px) {
    .g-vending-page .banner-section {
        padding: 0 0 0 50px;
    }

    .g-vending-page .section-24-7-image {
        margin-bottom: 200px;
    }

    .g-vending-page .detail-24-7 {
        border-radius: 40px 40px 40px 40px;
    }

    .pr-table {
        width: 60%;
        overflow-x: scroll;
    }

    .homepage-content-title2 {
        font-size: var(--fs-1);
        line-height: 0.6;
        color: var(--green);
        font-family: var(--ff-heavy-bold);
        text-transform: uppercase;
    }

    .homepage-title3 {
        font-size: var(--fs-1);
        line-height: 0.5;
        margin-left: 20px;
        color: white;
        margin-bottom: 20px;
    }

    .homepage-content-title {
        font-size: var(--fs-1);
        line-height: 0.8;
        color: var(--green);
    }

    .international-business-page .circle-pills-tab-border.active {
        font-family: var(--ff-heavy-bold);
        font-size: var(--fs-6);
        color: var(--gray);
    }

    .international-business-page .circle-pills-tab-border {
        font-size: var(--fs-6);
        border-radius: 30px;
        text-transform: uppercase;
        color: var(--gray);
    }

    .international-business-page .nav-pills-line-inter-business {
        border: 1px solid var(--green);
        margin-top: 58px;
        margin-left: 96px;
        position: absolute;
        width: 76px;
    }

    .affiliate-companies-page .distubution-center-detail-img {
        background-position: top;
        height: 800px;
        border-radius: 40px;
    }

    .affiliate-companies-page .distubution-center-pills-line {
        border: 1px solid var(--green);
        position: absolute;
        margin-top: 100px;
        width: 240px;
        margin-left: 40px;
    }

    .affiliate-companies-page-nav-item {
        display: none;
    }

    .affiliate-companies-page #distubution-center-tab .nav-item {
        width: 65px;
    }

    .affiliate-companies-page .affiliate-companies-page-nav-item {
        color: var(--gray);
        font-size: var(--fs-6);
        line-height: 1;
    }

    .oem-img-list {
        margin-left: 0;
    }

    .director-list {
        margin: 100px 20px;
    }

    .navbar .dropdown .dropdown-menu .dropdown-menu-title {
        font-size: var(--fs-4);
        color: white;
        padding: 5px 10px;
        background-color: var(--green-light);
        line-height: 1;
        width: max-content;
        border-radius: 40px;
        margin: 0 0px 8px 10px;
    }

    .navbar .navbar-nav .dropdown-menu {
        padding-block: 5px !important;
        position: unset;
        background: var(--green);
        opacity: 1;
        flex-direction: column;
        padding-inline-start: unset;
        border-radius: 30px;
        transform: unset;
        margin-left: 0;
        /* padding: 30px 0; */
    }

    img.distubution-center-content-img {
        margin-top: 100px;
        width: 60%;
    }

    .homepage .group-company-section .carousel-indicators .active {
        width: 36px;
        height: 12px;
    }

    .homepage .margin-minus-50 {
        width: 100%;
    }

    #pills-tabContent .carousel {
        margin-right: 0;
    }

    .section-header img.tracking-email-icon {
        width: 20px;
        height: 20px;
    }

    img.copyright-logo-img {
        width: auto;
        height: 60px;
    }

    .list-meta-link-title {
        font-size: var(--fs-5);
        line-height: 1;
        color: white;
        font-family: var(--ff-heavy-bold);
    }

    .list-meta-link-link a, .homepage .list-meta-link-link a {
        font-size: var(--fs-5);
        color: white;
        line-height: 1;
        font-family: var(--ff-light);
    }

    .homepage-title {
        font-size: 64px;
        line-height: 0.8;
        margin: 200px 20px 20px 20px;
    }

    .homepage-desc {
        font-size: 36px;
        font-family: var(--ff-light);
        line-height: 36px;
        margin: 0px 20px 60px 20px;
    }

    img.banner-img {
        height: auto;
        width: 100%;
    }

    .list-meta-link {
        padding: 50px 20px !important;
    }

    .nav-bg-color {
        background-color: white;
        background-image: none;
    }

    .navbar-contact {
        padding: 10px !important;
        background-color: var(--green);
    }

    .navbar .nav-link {
        color: var(--green);
    }

    .navbar-nav .nav-item.dropdown.active {
        border: none;
        border-radius: 40px;
        padding: 0;
        width: max-content;
    }

    .navbar-toggler {
        color: var(--green);
        border: 1px solid var(--green);
        background-color: var(--green);
    }

    .content-container {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        margin: 0px auto 0px auto;
        padding: 0px 20px;
    }

    .section-footer .copyright-address {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
        margin-top: 20px;
    }

    .section-footer .copyright-text {
        font-size: var(--fs-6);
        line-height: 1;
        color: var(--green);
        margin-top: 10px;
    }

    .section-header {
        width: 100%;
    }

    .section-content {
        width: 100%;
    }

    .section-footer {
        width: 100%;
    }

    .copyright {
        color: white;
        font-size: var(--fs-5);
        background-color: white;
    }

    .affiliate-companies-page .affiliate-companies-title,
    .affiliate-companies-all-page .affiliate-companies-all-title,
    .policy-title,
    .news-list-title,
    .news-list-desc,
    .homepage .tab-content-title {
        font-size: var(--fs-2);
        line-height: 35px;
    }

    .affiliate-companies-page .affiliate-companies-sub-title,
    .affiliate-companies-all-sub-title,
    .policy-sub-title,
    .policy-content-title,
    .news-datail-content-title,
    .news-detail-list-more-title,
    .homepage .group-internal-section .group-internal-title,
    .homepage .inter-business-content-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-titleม.homepage .group-business2-title,
    .homepage .group-business1-title,
    .homepage .group-business2-title,
    .homepage .group-business-other-title,
    .homepage .oem-section .oem-title,
    .homepage .inter-business-title,
    .homepage .distubution-title,
    .affiliate-companies-all-page .affiliate-companies-all-content-title,
    .group-business-other-title-2 {
        font-size: var(--fs-3);
        line-height: 34px;
    }

    .vending-desc {
        font-size: var(--fs-5);
        line-height: 1;
        color: var(--gray);
        margin: 30px 0;
    }

    .homepage .vending-content {
        height: 100%;
        margin: 0 20px 30px 20px;
    }

    .family-desc {
        font-size: var(--fs-4);
        line-height: 1;
        margin-bottom: 20px;
    }

    .family-title {
        font-size: 56px;
        line-height: 0.7;
        font-family: var(--ff-heavy-bold);
        margin: 20px 0;
    }

    img.family-icon {
        width: 200px;
        height: auto;
    }

    .homepage .goodlife-section {
        height: 600px;
    }

    .homepage .distubution-desc,
    .homepage .utcc-desc {
        margin: 0px 0px 24px 0;
        font-size: var(--fs-5);
        line-height: 1;
        width: auto;
    }

    .homepage .goodlife-content {
        margin: 20px;
    }

    .homepage .group-internal-section .tab-content-group-internal-title {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .homepage .distubution-title {
        margin-bottom: 30px;
    }

    .affiliate-companies-page .nav-pills .nav-link.active,
    .affiliate-companies-page .nav-pills .nav-link,
    .homepage .group-internal-section .group-internal-subtitle {
        font-size: var(--fs-4);
        line-height: 32px;
        padding: 5px 0;
    }

    /* .affiliate-companies-page .affiliate-companies-desc,
    .affiliate-companies-all-page .affiliate-companies-all-desc,
    .policy-content-detail,
    .news-items-date,
    .homepage .tab-content-detail,
    .homepage .group-internal-section .tab-content-group-internal-desc,
    .homepage .oem-section .oem-desc,
    .homepage .inter-business-desc,
    .affiliate-companies-all-page .affiliate-companies-all-content-desc,
    .affiliate-companies-page #pills-tabContent .item,
    .homepage .group-company-section .nav-pills .nav-link,
    .homepage .group-company-section .nav-pills .nav-link.active,
    .homepage .group-internal-section a.tab-content-group-internal-btn-more,
    .homepage .group-internal-section .nav-pills-title,
    .tracking-email-btn,
    a.news-items-all-btn-more,
    .homepage .distubution-btn-more,
    .news-detail-title,
    .news-detail-content-desc,
    .news-list-date,
    .homepage .inter-business-content-desc,
    .homepage .distubution-desc,
    .homepage .utcc-desc,
    .homepage .inter-business-section .nav-pills .nav-link {
        font-size: var(--fs-5);
        line-height: 24px;
        padding-right: 0px;
    } */

    .affiliate-companies-sub-title2 {
        font-size: var(--fs-2-1);
        line-height: 40px;
        color: var(--green);
        font-family: var(--ff-bold);
    }

    .affiliate-companies-all-img img,
    .affiliate-companies-all-content {
        height: auto;
        width: 100%;
    }


    .homepage a.tab-content-btn-more {
        font-size: var(--fs-6);
        line-height: 24px;
    }

    .affiliate-companies-all-line {
        margin-bottom: 25px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-title {
        margin-bottom: 15px;
    }

    .affiliate-companies-all-page .affiliate-companies-all-content-desc {
        margin-bottom: 30px;
    }

    .affiliate-companies-page #pills-tabContent .list-items-card {
        padding: 20px;
    }

    .affiliate-companies-page .affiliate-companies-video,
    .homepage .group-business1-card,
    .homepage .group-business2-card {
        height: 300px;
    }

    .affiliate-companies-page .affiliate-companies-video img {
        width: 50px;
        height: 50px;
    }

    .tracking-email-btn,
    a.news-items-all-btn-more,
    .homepage .distubution-btn-more {
        line-height: 18px;
    }

    .news-detail-title {
        font-size: 6.957vw;
        line-height: 7.652vw;
    }

    .news-detail-banner {
        padding: 3.478vw 3.478vw;
        height: 86.957vw;
        margin-top: 65px;
    }

    .news-detail-title-date,
    .news-detail,
    .news-detail-date-social {
        font-size: var(--fs-5);
        line-height: 28px;
    }

    .news-list-date {
        margin: 0;
    }

    .homepage a.tab-content-btn-more {
        width: 140px;
        height: 40px;
    }

    .homepage .group-internal-pill {
        margin: 0 20px;
    }

    #carousel-group-business2 .carousel-indicators .active,
    #carousel-group-business1 .carousel-indicators .active {
        width: 24px;
        height: 24px;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 40px;
        border: none;
    }

    #homepage-banner-carousel .carousel-indicators {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .homepage .group-company-section .nav-pills .nav-link,
    .homepage .group-company-section .nav-pills .nav-link.active {
        padding: 5px 20px;
    }

    .homepage .group-company-section .nav-pills-line {
        margin-bottom: 0px;
    }

    .homepage .group-company-section #pills-tabContent {
        padding: 30px 0 50px 0;
    }

    .homepage .group-internal-section .nav-pills-number {
        font-size: var(--fs-2);
        line-height: 40px;
        padding: 0 20px 0 40px;
        text-align: start;
        width: 110px;
    }

    .homepage .group-internal-section .nav-pills-group-internal-line {
        height: 32px;
        margin-top: 60px;
        margin-left: 14px;
    }

    .group-internal-section .nav-pills .nav-link {
        height: 50px;
    }

    /* .homepage .group-internal-pill,
    .homepage .group-internal-content-bg,
    .homepage .group-internal-content {
        height: 509px;
    } */

    .homepage .group-internal-section .tab-content-group-internal-desc {
        margin: 20px 0 50px 0;
    }

    .homepage .oem-section .oem-title {
        margin: 20px 0 10px 0;
    }

    .homepage .oem-section .oem-desc {
        padding: 0;
        line-height: 1;
    }

    .oem-content,
    .homepage .group-business-other-card {
        height: max-content;
    }

    .distubution-center-title {
        color: var(--green);
        font-size: 48px;
        line-height: 1;
        font-family: var(--ff-heavy-bold);
        margin-bottom: 10px;
    }

    #distubution-center-tab .nav-item {
        width: 70px;
    }

    .homepage .distubution-center-pills-line {
        width: 260px;
        margin-top: 127px
    }

    .distubution-center-pills-address-card {
        width: 100%;
        height: max-content;
        padding: 20px 30px;
        background-color: var(--green);
        border-radius: 40px;
    }

    .distubution-center-detail-img {
        background-image: url("../images/distribution-center/Green BG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 700px;
        margin-bottom: 50px;
    }

    .homepage .utcc-section {
        height: 600px;
    }

    .homepage .utcc-content {
        margin: 20px;
    }

    .distubution-center-pills-list-address-line {
        width: 8px;
        height: 76%;
        background-color: var(--green-light);
        opacity: 0.5;
        border-radius: 40px;
        position: absolute;
        margin-right: -20px;
        top: 13%;
    }

    .homepage .distubution-content-detail, .homepage .family-content-detail {
        margin: 50px 20px;
    }

    .distubution-center-pills-list-address-card {
        width: 100%;
        height: max-content;
        background-color: white;
        border-radius: 30px;
        margin: 20px 0 40px 0;
        padding: 20px;
    }

    .distubution-center-desc {
        color: var(--gray);
        padding: 5px 10px;
        width: max-content;
        border-radius: 30px;
        font-size: var(--fs-6);
        font-family: var(--ff-heavy-bold);
        background-color: white;
    }

    /* .inter-business-content,
    .homepage .distubution-content,
    .homepage .utcc-content,
    .homepage .goodlife-content,
    .homepage .family-content,
    .homepage .vending-content {
        height: 300px;
    } */

    .homepage .distubution-img,
    .homepage .goodlife-img,
    .homepage .family-img,
    .homepage .vending-img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .oem-section {
        height: 450px;
    }

    .homepage #carousel-oem .carousel-indicators {
        bottom: -25px;
    }

    .homepage .oem-section .oem-carousel-card {
        padding: 10px 10px 10px 10px;
        margin-top: 50px;
    }

    .homepage .inter-business-title {
        margin: 30px 0 0 0;
    }

    .homepage .inter-business-desc {
        margin: 30px 0 0 0;
        font-size: var(--fs-6);
        line-height: 1;
    }

    .homepage .inter-business-card {
        padding: 30px;
        height: 400px;
        margin: 20px 0;
    }

    .homepage .inter-business-content-title {
        margin-bottom: 10px;
    }

    .homepage .inter-business-content-desc {
        margin-top: 20px;
    }

    .homepage img.group-business1-img {
        width: auto;
        height: 50px;
    }

    /* .distubution-section,
    .utcc-section,
    .goodlife-section,
    .family-section,
    .vending-section {
        height: max-content;
        margin-top: 15px;
    } */

    .homepage .utcc-content-img,
    .homepage .goodlife-content-img,
    .homepage .family-content-img,
    .homepage .vending-content-img {
        height: auto;
        width: 200px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: 12px;
        line-height: 16px;
    }

    .homepage .group-business2-title,
    .homepage .group-business1-title {
        margin: 5px;
    }

    .homepage #carousel-group-business2 .carousel-indicators {
        bottom: -25px;
    }

    .homepage .group-business-other-img {
        margin-top: 10px;
    }

    .homepage .tab-content-detail {
        font-size: var(--fs-5);
        line-height: 32px;
        padding: 0px;
        margin-bottom: 20px;
        color: var(--gray);
    }

    .homepage .inter-business-section .nav-pills .nav-link.active,
    .homepage .inter-business-section .nav-pills .nav-link {
        padding: 0;
    }

    .homepage .inter-business-section .circle-pills-tab-border.active,
    .homepage .inter-business-section .circle-pills-tab-border {
        padding: 3px 5px;
    }

    .homepage .inter-business-section .nav-pills-line-inter-business {
        border: 1px solid var(--green-light);
        margin-top: 56px;
        margin-left: 60px;
        position: absolute;
        width: 36px;
    }

    .form-select {
        width: 92%;
        background-color: var(--green);
        color: white;
        font-size: var(--fs-5);
    }

    .homepage .group-business-other-img {
        height: auto;
        width: 100%;
    }

    .homepage .circle-pills-tab-group-internal {
        width: 30px;
        height: 30px;
    }

    .section-header .copyright-title {
        font-size: var(--fs-4);
        font-family: var(--ff-heavy-bold);
        line-height: 1;
        color: var(--green);
    }

    .vending-content-detail img {
        width: 200px;
        height: auto;
    }

    .navbar-brand img {
        width: auto;
        height: 46px;
    }

    .homepage .oem-card {
        padding: 50px;
        margin: 0;
        height: max-content;
    }

    img.oem-img-mt, img.oem-img-mb {
        width: 150px;
    }

    img.oem-img-mt {
        padding: 0;
        margin: 0px 0 30px 0;
    }

    img.oem-img-mb {
        margin: 30px 0 0px 0;
    }

    /* 
    .homepage .circle-pills-tab-group-internal.active .circle-pills-tab-red {
        background-color: red;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        margin: 4px;
    } */

    #pills-group-internal-tabContent .tab-content-group-internal-detail {
        background-color: white;
        width: auto;
        height: max-content;
        /* margin-left: -25px; */
        border-radius: 30px;
        padding: 30px 20px;
        /* margin-top: 20px; */
        margin: 20px;
    }

    .homepage .group-internal-section img.tab-content-group-internal-img-logo {
        width: 120px;
        height: auto;
        margin-left: 20px;
    }

    .homepage .group-internal-section .nav-pills-title {
        font-size: var(--fs-6);
        line-height: 1;
        text-align: start;
        color: var(--gray);
        text-transform: uppercase;
        margin-left: 20px;
    }

    .homepage .utcc-img {
        height: 249px;
        width: 100%;
    }

    .homepage .group-company-section .circle-pills-tab {
        display: none;
    }

    .homepage .oem-img {
        width: 100%;
        height: auto;
    }

    .homepage .inter-business-section .nav-pills .nav-link {
        width: 60px;
    }

    .homepage .inter-business-section .circle-pills-tab-border,
    .homepage .inter-business-section .circle-pills-tab-border.active {
        font-size: 18px;
        padding: 0px 10px;
    }

    .homepage .inter-business-content {
        height: 600px;
        background-image: url(../images/homePage/inter-business/inter-buss-tab-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    /* .homepage .inter-business-section {
        height: 900px;
    } */

    img.inter-buss-world-img {
        width: 300px;
        height: auto;
        margin: 30px 0 50px 0;
    }

    .inter-business-content {
        height: max-content;
    }

    .news-item-video-play img {
        width: 50px;
        height: 50px;
    }

    .business1.owl-carousel .item .group-business1-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px;
    }

    .business2.owl-carousel .item .group-business2-img {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 20px;
    }

    .homepage .group-business2-card {
        padding: 50px 0px;
    }
}

@media (min-width: 480px) and (max-width: 575px) {}

/* Iphone 6 Plus */
@media (min-width:414px) and (max-width: 479px) {}

/* Iphone 6 */
@media (min-width:375px) and (max-width: 413px) {}

@media (min-width:300px) and (max-width: 374px) {}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 568px) and (max-width: 768px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 568px) and (max-width: 768px),
only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 568px) and (max-width: 768px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 568px) and (max-width: 768px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 568px) and (max-width: 768px),
only screen and (min-resolution: 192dpi) and (min-width: 568px) and (max-width: 768px),
only screen and (min-resolution: 2dppx) and (min-width: 568px) and (max-width: 768px) {}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 480px) and (max-width: 567px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 480px) and (max-width: 567px),
only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 480px) and (max-width: 567px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 480px) and (max-width: 567px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 480px) and (max-width: 567px),
only screen and (min-resolution: 192dpi) and (min-width: 480px) and (max-width: 567px),
only screen and (min-resolution: 2dppx) and (min-width: 480px) and (max-width: 567px) {}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:300px) and (max-width: 479px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width:300px) and (max-width: 479px),
only screen and (-moz-min-device-pixel-ratio: 2) and (min-width:300px) and (max-width: 479px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:300px) and (max-width: 479px),
only screen and (min-device-pixel-ratio: 2) and (min-width:300px) and (max-width: 479px),
only screen and (min-resolution: 192dpi) and (min-width:300px) and (max-width: 479px),
only screen and (min-resolution: 2dppx) and (min-width:300px) and (max-width: 479px) {}