#MenuDiv {
    z-index: 99999;
    display: none;
}

#MenuDiv i {
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.pg-menu-bg {
    opacity: .22;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    display: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/bg_watermark.png");
}

@media screen and (max-width: 1750px) {
    .pg-logo img {
        max-width: 380px;
    }

    .pg-nav>ul>li {
        font-size: 14px;
    }

    .pg-menu-item {
        top: 107px;
    }

    .pg-4-business-item h6 {
        font-size: 20px;
    }

    #Banner_Circle_1 img,
    #Banner_Circle_2 img {
        max-width: 80%;
    }

    #Banner_Circle_2 {
        right: 3%;
    }
}

@media screen and (max-width: 1600px) {
    #Scroll_Animate_Div{
        right: 50px;
    }
    
    .pg-menu-item {
        top: 87px;
        gap: 95px;
    }

    .pg-logo img {
        max-width: 320px;
    }

    .pg-nav>ul>li {
        margin: 0 15px;
        font-size: 14px;
    }

    .pg-menu-item,
    .pg-row {
        padding: 25px 50px;
    }

    header.scrolling .pg-menu-item {
        top: 75px;
    }

    header.scrolling .pg-row {
        padding: 20px 50px;
    }

    .pg-menu-label {
        font-size: 32px;
    }

    .pg-home-business {
        padding: 80px;
    }

    .pg-whitebox {
        padding: 120px 20px 60px;
    }

    .pg-whitebox2,
    .pg-whitebox3 {
        padding: 80px 40px;
    }

    .pg-inner-banner .pg-inner-banner-text .pg-title-text {
        font-size: 40px;
    }

    .pg-vm-title::after {
        font-size: 84px;
    }

    .pg-logistics-left {
        padding: 30px 60px;
    }

    #Banner_Circle_2 {
        right: 1.5%;
    }
    
    .pg-home-stock-content{
        gap: 25px;
    }
}

@media screen and (max-width: 1500px) {
    #Banner_Circle_1 img {
        max-width: 65%;
    }

    #Banner_Circle_2 {
        right: 3.5%;
    }

    #Banner_Circle_2 img {
        max-width: 65%;
    }

    #Banner_Circle_3 {
        bottom: 7%;
        right: 6%;
    }
}

@media screen and (max-width: 1400px) {
    #Scroll_Animate_Div{
        right: 30px;
    }

    .pg-menu-item,
    .pg-row {
        padding: 25px 30px;
    }

    header.scrolling .pg-row {
        padding: 20px 30px;
    }

    .pg-nav>ul>li {
        margin: 0 10px;
    }

    .pg-home-business {
        padding: 60px 30px;
    }

    .pg-4-business-item h6 {
        font-size: 18px;
    }

    .pg-whitebox {
        padding: 80px 40px;
    }

    .pg-home-stock-price {
        font-size: 36px;
    }

    .pg-home-stock-value {
        font-size: 24px;
    }

    .pg-ponaccess-item img {
        max-width: 360px;
    }

    .pg-vm-icon1 {
        height: 95px;
    }

    .pg-vm-icon2 {
        height: 135px;
    }

    .pg-vm-icon3 {
        height: 150px;
    }

    #Banner_Circle_2 {
        right: 1.5%;
    }
}

@media screen and (max-width: 1300px) {
    .pg-nav>ul>li {
        font-size: 13px;
    }

    .pg-home-manufacturers-whitebox {
        padding: 10px;
    }

    #Banner_Circle_3 {
        bottom: 6%;
        right: 4%;
    }

    #Banner_Circle_3 img {
        max-width: 70%;
    }
}

@media screen and (max-width: 1199px) {

    #Scroll_Animate_Div {
        right: auto;
        bottom: 8px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    #Scroll_Animate_Div h6 {
        margin-bottom: 0;
        font-size: 9px;
    }

    #Scroll_Animate_Div img{
        margin-left: 5px;
        max-width: 9px;
    }

    #MenuDiv {
        display: block;
    }

    .pg-menu-bg {

        display: flex;
    }

    .pg-nav>ul>li>a,
    #MenuDiv.active i {
        color: var(--main-color);
    }

    .pg-lang-btn {
        bottom: 40px;
        margin-left: 0;
        z-index: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    .pg-lang-btn img {
        display: none
    }

    .pg-lang-modal {
        box-shadow: none;
        top: auto;
        right: auto;
        display: flex;
        flex-direction: row;
        position: relative;
    }

    .pg-right {
        padding: 0px 70px;
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        background-color: white;
        display: none;
        position: absolute;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pg-right.active {
        display: flex;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    .pg-nav {
        padding: 0 60px;
        margin-bottom: 20px;
        width: 100%;
        max-width: 600px;
        height: 65%;
        z-index: 1;
        overflow-y: auto;
    }

    .pg-menu-item ul:first-child {
        margin-top: 30px;
    }

    .pg-nav ul {
        margin-top: 10px;
        flex-direction: column;
    }

    .pg-nav ul {
        margin-bottom: 0;
    }

    .pg-nav>ul>li {
        font-size: 18px;
        margin-bottom: 30px;
        color: var(--main-color);
        flex-direction: column;
    }

    .pg-nav>ul>li>a br,
    .pg-nav>ul>li>span br {
        display: none;
    }

    .pg-menu-item {
        padding: 0;
        gap: 0;
        background-color: transparent;
        top: auto;
        position: relative;
        flex-direction: column;
    }

    .pg-menu-item li {
        display: flex;
        text-align: center;
    }

    .pg-menu-item li a {
        padding: 10px;
        font-size: 16px;
        width: 100%;
        color: var(--main-color);
        text-align: center;
    }

    .pg-menu-label {
        display: none;
    }

    .pg-4-business-grid {
        gap: 10px;
    }

    .pg-4-shadow img {
        max-width: 50px;
    }

    .pg-4-business-item h6 {
        font-size: 16px;
    }

    .pg-report-content {
        justify-content: space-evenly;
    }

    .pg-report-item img {
        max-width: 180px;
    }

    .pg-footer-grid {
        gap: 40px;
    }

    .pg-footer-col {
        font-size: 12px;
        line-height: 1.2;
    }

    .pg-footer-bottom {
        font-size: 12px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .pg-footer-bottom span {
        transform: rotate(90deg);
    }

    .pg-whitebox2,
    .pg-whitebox3 {
        padding: 50px 25px;
        clip-path: polygon(20px 0, 100% 0, 100% 0, 100% 98%, 97% 100%, 0 100%, 0 100%, 0 20px);
    }

    .pg-with-sidebar {
        gap: 30px;
    }

    .pg-manufacturers-title {
        font-size: 18px;
    }

    .pg-inner-banner .pg-inner-banner-text {
        right: 20px;
        top: 45%;
    }

    .pg-inner-banner .pg-inner-banner-text .pg-title-text {
        font-size: 32px;
    }

    header.scrolling .pg-menu-item {
        top: auto;
    }

    .pg-manufacturers-ul {
        width: 100%;
    }

    .pg-tf-item {
        gap: 40px;
    }

    .pg-underline {
        display: none;
    }

    .pg-cg {
        margin: 0 auto;
        max-width: 650px;
        grid-template-columns: repeat(1, 1fr);
    }

    .pg-vision-content {
        display: flex;
        flex-direction: column;
    }

    .pg-vm-item {
        flex-direction: column;
        align-items: center;
    }

    .pg-vm-icon {
        width: 100%;
        max-width: 100px;
        height: auto;
        object-fit: contain;
    }

    .pg-vm-right p,
    .pg-vm-right {
        width: 100%;
    }

    .pg-logistics-item {
        display: flex;
        flex-direction: column-reverse;
    }

    #Banner_Circle_1 img {
        max-width: 50%;
    }

    #Banner_Circle_2 img {
        max-width: 55%;
    }

    .pg-announcements-content{
        height: auto!important;
    }
    
    .pg-announcements-title h6{
        -webkit-line-clamp: 10;
    }
}

@media screen and (max-width: 991px) {

    .pg-design-img img {
        padding-left: 30px;
    }

    .pg-title-w-arrows {
        justify-content: center;
    }

    .pg-4-business-grid {
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }

    .pg-4-business-item {
        max-width: 280px;
        margin: 0 auto;
    }

    .pg-ir-row {
        margin-bottom: 30px;
    }

    .pg-home-stock-content {
        margin-bottom: 40px;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        display: grid;
    }

    .pg-home-stock-item:first-child {
        grid-column: span 2 / span 2;
    }

    .pg-home-stock-item:nth-child(2) {
        grid-row-start: 2;
    }

    .pg-home-stock-item:nth-child(3) {
        grid-row-start: 2;
    }

    .pg-home-stock-item:nth-child(4) {
        grid-row-start: 3;
    }

    .pg-home-stock-item:nth-child(5) {
        grid-row-start: 3;
    }

    .pg-home-stock-line {
        display: none;
    }

    .pg-coverage-content {
        flex-direction: column;
    }

    .pg-tf-item {
        flex-direction: column;
    }

    .pg-ul li {
        width: 100%;
    }

    .pg-ul-with-img {
        flex-direction: column;
        align-items: flex-end;
    }

    .pg-p-title {
        font-size: 18px;
    }

    .pg-ponaccess-item {
        flex-direction: column;
    }

    .pg-ponaccess-right {
        margin-bottom: 30px;
        justify-content: center;
        display: flex;
    }

    .pg-branch {
        gap: 0;
        flex-direction: column;
    }

    .pg-byproduct {
        flex-direction: column;
    }

    .pg-cb-content img {
        padding: 30px 0 0;
    }

    #Banner_Circle_1 img {
        max-width: 40%;
    }

    #Banner_Circle_2 img {
        max-width: 45%;
    }

    #Banner_Circle_3 img {
        max-width: 50%;
    }
}

@media screen and (max-width: 800px) {
    .pg-design-img img {
        padding-left: 20px;
    }

    .pg-footer {
        margin-top: 40px;
        padding: 20px;
        max-width: 100%;
    }

    .pg-footer-grid {
        gap: 0;
        display: flex;
        flex-direction: column;
    }

    .pg-footer-grid li {
        margin-top: 15px;
    }

    .pg-footer-col {
        margin-bottom: 30px;
        font-size: 16px;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .pg-footer-title {
        font-weight: 800;
    }

    .pg-footer-contact-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pg-footer-contact-item i {
        margin-bottom: 10px;
    }

    #Banner_Circle_2 {
        right: 2.5%;
    }

    #Banner_Circle_2 img {
        max-width: 35%;
    }
    
    .pg-footer-contact-item p{
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    #Banner_Circle_1 img {
        max-width: 30%;
    }

    #Banner_Circle_2 img {
        max-width: 30%;
    }

    #Banner_Circle_3 img {
        max-width: 40%;
    }
}

@media screen and (max-width: 767px) {

    .pg-whitebox2-content {
        margin-top: 40px;
    }

    .pg-with-sidebar {
        display: flex;
        flex-direction: column;
    }

    .pg-sidebar {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .pg-title-text {
        font-size: 20px;
    }

    .pg-inner-banner .pg-inner-banner-text .pg-title-text {
        font-size: 20px;
    }

    .pg-menu-item,
    .pg-row {
        padding: 15px 20px;
    }

    header.scrolling .pg-row {
        padding: 15px 20px;
        background-color: rgba(0, 0, 0, .75);
    }

    .pg-sidebar-title {
        font-size: 14px;
    }

    .pg-sidebar-menu a {
        font-size: 14px;
    }

    .pg-coverage-category-item i {
        font-size: 28px;
    }

    .pg-coverage-category-label {
        font-size: 16px;
    }

    .pg-coverage-category-item {
        width: 100%;
        justify-content: flex-start;
    }

    .pg-coverage-left {
        width: auto;
    }

    .pg-whitebox2,
    .pg-whitebox3 {
        clip-path: polygon(20px 0, 100% 0, 100% 0, 100% 99%, 97% 100%, 0 100%, 0 100%, 0 20px);
    }

    .pg-terms-content b {
        font-size: 16px;
    }

    .pg-terms-content p {
        font-size: 14px;
    }

    .lerft_ej dt {
        font-size: 14px;
    }

    .pg-logistics-left {
        padding: 30px;
    }

    .pg-logistics-left p {
        margin-bottom: 0;
    }

    .pg-logistics-item ul {
        margin-top: 20px;
    }

    .pg-home-manufacturers-top,
    .pg-home-manufacturers-bottom {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .pg-design-img img {
        padding-left: 10px;
    }
    .pg-inner-content {
        padding: 20px;
    }

    .pg-ul li {
        margin: 20px 0 5px;
        font-size: 16px;
    }


    .pg-4-business-grid {
        row-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }

    .pg-4-business-item {
        max-width: 200px;
    }

    .pg-4-business-item h6 {
        font-size: 14px;
    }

    .pg-home-stock-footer p {
        font-size: 14px;
    }

    .pg-whitebox {
        padding: 40px 20px;
    }

    .pg-announcements-content a {
        margin-bottom: 10px;
    }

    #HomeStockDiv {
        margin: 0 15px;
    }

    .pg-home-stock-value {
        font-size: 18px;
    }

    .pg-right {
        padding: 0 20px;
    }

    .pg-sidebar {
        min-width: auto;
    }

    .pg-nav {
        padding: 0;
    }

    .pg-lang-modal>div,
    .pg-nav>ul>li {
        font-size: 16px;
    }

    .pg-amplifier-category,
    .pg-wireless-category {
        flex-direction: column;
    }

    .pg-amplifier-category ul,
    .pg-wireless-category ul {
        width: 100%;
    }

    .pg-amplifier-category ul:last-child,
    .pg-wireless-category ul:last-child {
        margin-top: 0;
    }

    .pg-application-content-bottom {
        flex-direction: column;
    }

    .pg-manufacturers {
        margin-bottom: 30px;
    }

    .pg-manufacturers-ul {
        flex-direction: column;
    }

    .pg-manufacturers-ul li {
        margin-bottom: 15px;
        width: 100%
    }

    .pg-as-img {
        justify-content: center;
    }

    .pg-announcements-content a {
        flex-direction: column;
    }

    .pg-announcements-title,
    .pg-announcements-date {
        padding: 15px;
    }

    .pg-announcements-date {
        flex-direction: row;
    }

    .pg-announcements-date .month {
        margin-left: 5px;
    }

    .pg-img-with-title h6 {
        font-size: 18px;
    }

    .pg-p-title {
        font-size: 16px;
    }

    .pg-headquarters-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .pg-branch-col div,
    .pg-headquarters-col div {
        min-width: 80px;
        text-align: left;
    }

    .pg-vm-title::after {
        font-size: 52px;
    }

    .pg-line-item .pg-vm-right p,
    .pg-line-item .pg-vm-right {
        margin-left: 0;
    }

    .pg-linecard-item {
        flex-direction: column;
    }

    .pg-linecard {
        margin-bottom: 30px;
    }

    .pg-logistics-left {
        padding: 20px;
    }

    #Banner_Circle_1 img {
        max-width: 25%;
    }

    #Banner_Circle_2 {
        right: 1%;
    }

    #Banner_Circle_3 {
        right: 2%;
    }

    .pg-logo img {
        max-width: 160px;
    }
}

@media screen and (max-width: 500px) {
    #Banner_Circle_2 {
        right: 2%;
        top: 20%;
    }

    #Banner_Circle_2 img {
        max-width: 25%;
    }

    #Banner_Circle_3 img {
        max-width: 30%;
    }
}

@media screen and (max-width: 450px) {
    #Banner_Circle_2 {
        right: 6%;
    }

    #Banner_Circle_1 img {
        max-width: 15%;
    }

    #Banner_Circle_2 img {
        max-width: 15%;
    }

    #Banner_Circle_3 img {
        max-width: 25%;
    }
}

@media screen and (max-width: 375px) {
    .pg-4-business-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .pg-title-text {
        font-size: 16px;
    }

    .pg-report-content {
        gap: 10px;
        flex-direction: column;
    }

    .pg-vm-title::after {
        font-size: 36px;
    }
}