/*== Responsive Edit by PVN ==*/
/*=== Navigation ===*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .menu.header_main_nav .nav {
    padding: 0 60px;
    width: 79% !important; }
    .menu.header_main_nav .nav > li .menu_level_2_item {
      margin: 0 15px !important; } }
@media only screen and (max-width: 1023px) {
  /* Ensure mobile shortcuts text and titles are white */
  .content_menu_shortcuts_link,
  .content_menu_shortcuts_link:focus,
  .content_menu_shortcuts_link:active,
  .content_menu_shortcuts_link:hover,
  .content_menu_shortcuts_link small {
    color: #fff !important;
  }
  .content_menu_shortcuts_link i {
    color: #fff !important;
  }
  .header_main_nav_mobile {
    width: 50% !important;
  }
  .header.prdDetail .header_main_nav_mobile_btn_icon span, .header.newsDetail .header_main_nav_mobile_btn_icon span {
    background: #000; }
  .header.fixed .header_main_nav_mobile_btn_icon span {
    background: #000; }
  .header.fixed .header_main_nav_mobile_btn span {
    color: #000; }
  .header_main_nav_mobile_btn {
    position: absolute;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10000; }
    .header_main_nav_mobile_btn_icon {
      cursor: pointer;
      height: 25px;
      position: relative;
      width: 28px; }
      .header_main_nav_mobile_btn_icon span {
        background: #fff;
        border-radius: 30px;
        height: 5px;
        left: 0;
        position: absolute;
        width: 100%;
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
        .header_main_nav_mobile_btn_icon span:first-child {
          top: 0; }
        .header_main_nav_mobile_btn_icon span:nth-child(2) {
          bottom: 0;
          margin: auto;
          top: 0; }
        .header_main_nav_mobile_btn_icon span:last-child {
          bottom: 0; }
      .header_main_nav_mobile_btn_icon.active span:first-child {
        -webkit-transform: translateY(13px) translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(13px) translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(13px) translateY(-50%) rotate(-45deg);
        -o-transform: translateY(13px) translateY(-50%) rotate(-45deg);
        transform: translateY(13px) translateY(-50%) rotate(-45deg); }
      .header_main_nav_mobile_btn_icon.active span:nth-child(2) {
        left: -30px;
        opacity: 0; }
      .header_main_nav_mobile_btn_icon.active span:last-child {
        -webkit-transform: translateY(-11.5px) translateY(50%) rotate(45deg);
        -moz-transform: translateY(-11.5px) translateY(50%) rotate(45deg);
        -ms-transform: translateY(-11.5px) translateY(50%) rotate(45deg);
        -o-transform: translateY(-11.5px) translateY(50%) rotate(45deg);
        transform: translateY(-11.5px) translateY(50%) rotate(45deg); }
    .header_main_nav_mobile_btn > span {
      font-size: 20px;
      line-height: 1;
      color: #fff; }
  .header_main_nav_mobile nav {
    background: rgba(17, 24, 28, 0.9);
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999; }
    .header_main_nav_mobile nav > ul > li:last-child {
      border-bottom: 1px solid rgba(88, 88, 88, 0.5);
      border-top: 1px solid rgba(88, 88, 88, 0.5);
      margin-top: -1px; }
      .header_main_nav_mobile nav > ul > li:last-child a {
        padding-right: 5px; }
        .header_main_nav_mobile nav > ul > li:last-child a img {
          margin-right: 5px; }
    .header_main_nav_mobile nav > ul > li a {
      border-bottom: 1px solid rgba(88, 88, 88, 0.5);
      border-top: 1px solid rgba(88, 88, 88, 0.5);
      color: #fff;
      cursor: pointer;
      margin-top: -1px;
      padding: 10px 15px; }
      .header_main_nav_mobile nav > ul > li a .fa-dot-circle-o {
        margin-right: 5px; }
    .header_main_nav_mobile nav > ul > li .menu_level_2, .header_main_nav_mobile nav > ul > li .menu_level_3 {
      display: none;
      transition: none; }
      .header_main_nav_mobile nav > ul > li .menu_level_2 a, .header_main_nav_mobile nav > ul > li .menu_level_3 a {
        border-left: 1px solid rgba(88, 88, 88, 0.5);
        position: relative; }
        .header_main_nav_mobile nav > ul > li .menu_level_2 a .fa-circle, .header_main_nav_mobile nav > ul > li .menu_level_3 a .fa-circle {
          font-size: 6px; }
        .header_main_nav_mobile nav > ul > li .menu_level_2 a i.toggle, .header_main_nav_mobile nav > ul > li .menu_level_3 a i.toggle {
          position: absolute;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
@media only screen and (max-width: 424px) {
  .header_main_nav_mobile_btn_txt {
    font-size: 20px; }
  .header_main_nav_mobile_btn_icon {
    height: 16px;
    width: 25px; }
    .header_main_nav_mobile_btn_icon.active span:first-child {
      -webkit-transform: translateY(7px) translateY(-50%) rotate(-45deg);
      -moz-transform: translateY(7px) translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(7px) translateY(-50%) rotate(-45deg);
      -o-transform: translateY(7px) translateY(-50%) rotate(-45deg);
      transform: translateY(7px) translateY(-50%) rotate(-45deg); }
    .header_main_nav_mobile_btn_icon.active span:nth-child(2) {
      left: -30px;
      opacity: 0; }
    .header_main_nav_mobile_btn_icon.active span:last-child {
      -webkit-transform: translateY(-9px) translateY(50%) rotate(45deg);
      -moz-transform: translateY(-9px) translateY(50%) rotate(45deg);
      -ms-transform: translateY(-9px) translateY(50%) rotate(45deg);
      -o-transform: translateY(-9px) translateY(50%) rotate(45deg);
      transform: translateY(-9px) translateY(50%) rotate(45deg); }
    .header_main_nav_mobile_btn_icon span {
      height: 2px; }
  .header_main_nav_mobile_btn > span {
    font-size: 14px; } }
/*=== End Navigation ===*/
/*=== Search ===*/
@media only screen and (max-width: 1199px) {
  .search_form {
    margin-bottom: 20%;
    width: 50%; } }
@media only screen and (max-width: 767px) {
  .search_form {
    width: 90%; } }
/*=== End Search ===*/
/*=== User ===*/
@media only screen and (max-width: 1199px) {
  .user_form {
    width: 50%; } }
@media only screen and (max-width: 424px) {
  .user_form {
    width: 94%; } }
@media only screen and (max-width: 374px) {
  .user_form {
    padding: 20px !important; } }
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .user_form_icon {
    font-size: 50px;
    height: 100px;
    width: 100px; }
  .user_form_field_checkbox, .user_form_field > div input, .user_form_field > div input::-webkit-input-placeholder, .user_form_field_forgot_pass a, .user_form_field_btn {
    font-size: 14px; }
  .user_form_field > div i {
    font-size: 18px; }
  .user_form_field > div input {
    height: 45px;
    padding-left: 50px; }
  .user_form_field_btn {
    padding: 9px 20px; } }
/*=== End User ===*/
/*=== Chat Box ===*/
@media only screen and (max-width: 424px) {
  #home #pchatRoot .pchat_box_wrapper {
    bottom: 11px !important;
    right: 14px !important; }

  body:not(#home) #pchatRoot .pchat_box_wrapper {
    bottom: 90px !important;
    right: 9px !important; } }
@media only screen and (max-width: 374px) {
  #home #pchatRoot .pchat_box_wrapper {
    bottom: 2px !important;
    right: 10px !important; }

  body:not(#home) #pchatRoot {
    position: relative;
    z-index: 999; } }
/*=== End Chat Box ===*/
/*=== Back To Top ===*/
@media only screen and (min-width: 1024px) {
  .scrolltop {
    bottom: 140px;
    z-index: 99; } }
@media only screen and (max-width: 767px) {
  .scrolltop {
    bottom: 60px;
    height: 35px;
    width: 35px; }
    .scrolltop.fixed {
      right: 10px; }
    .scrolltop_icon i {
      font-size: 20px; } }
@media only screen and (max-width: 424px) {
  .scrolltop {
    bottom: 135px; } }
/*=== End Back To Top ===*/
/*== Carousel ==*/
@media only screen and (max-width: 1199px) {
  .owl_carousel_1_item.owl-theme .owl-nav > div {
    left: 0; }
    .owl_carousel_1_item.owl-theme .owl-nav > div:nth-child(2) {
      right: 0; } }
/*== End Carousel ==*/
/*=== Footer ===*/
@media only screen and (max-width: 767px) {
  .footer {
    position: relative;
    z-index: 1000; }
    .footer_social_title {
      font-size: 15px;
      margin-right: 5px;
      padding-right: 10px !important; }
    .footer_social_link a {
      font-size: 15px;
      height: 35px;
      width: 35px; }
    .footer_copyright {
      font-size: 11px;
      margin-top: 10px; } }
/*=== End Footer ===*/
/*=== Header ===*/
@media only screen and (max-width: 1023px) {
  .header_main > .container > .row > div:nth-child(3) {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto; }
  .header_main_option_search {
    padding: 0 !important; }
    .header_main_option_search_icon {
      font-size: 21px; } }
@media only screen and (max-width: 424px) {
  .header_main {
    margin-top: 10px !important; }
    .header_main_logo img {
      width: 80px; }
    .header_main_option_user {
      padding-left: 15px !important; }
    .header_main_slogan {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      right: auto !important; }
    .header_main_slogan h2 {
      font-size: 16px; }
    .header_main_slogan p {
      font-size: 12px; }
    .header_main_slogan img {
      width: 180px !important;
      height: auto !important; } }

@media only screen and (max-width: 767px) {
  .header_main_slogan h2 {
    font-size: 18px; }
  .header_main_slogan p {
    font-size: 13px; }
  .header_main_slogan img {
    width: 220px !important;
    height: auto !important; } }
/*=== End Header ===*/
/*=== Home ===*/
@media only screen and (min-width: 1200px) {
  .product_title, .shareholder_title, .news_title, .intro_title {
    font-size: 40px; } }
@media only screen and (max-width: 1199px) {
  .product_title, .shareholder_title, .news_title, .intro_title {
    top: 40%; } }
@media only screen and (max-width: 1023px) {
  /* Hide original anchor menu on mobile; keep shortcuts visible */
  .content_menu:not(.content_menu_mobile_shortcuts) {
    display: none !important;
  }
  /* Position product links on mobile */
  .product_link {
    bottom: 15% !important;
  }

  .header_main_nav_mobile_btn {
    padding-top: 15px !important;
  }
  .header_main_nav_mobile nav{
    margin-top: 30px !important;
  }
  /* Adjust search padding on mobile */
  .header_main_option_search {
    padding-top: 15px !important;
  }
  /* Make search icon smaller on mobile */
  .header_main_option_search_icon font {
    display: none;
  }
  /* Make search form full width on mobile */
  .search_form{
    width: 100% !important;
    max-width: 100% !important;
  }
  /* Add margin to form button on mobile */
  .form-inline button {
    margin-top: 15px !important;
  }
  /* Make mobile shortcuts smaller */
  .content_menu_shortcuts_link span {
    font-size: 16px !important;
  }
  .content_menu_shortcuts_link small {
    font-size: 10px !important;
  }
  .content_menu {
    bottom: 0;
    left: 0;
    padding: 0;
    transform: none;
    top: unset; }
  .content_menu.show_anchor {
    bottom: 0 !important; }
  .content_menu_main, .content_menu_shortcuts {
    display: flex; }
  .content_menu_main_item, .content_menu_shortcuts_item {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    margin: 0 !important;
    width: 100%; }
  .content_menu_main_item:not(:last-child), .content_menu_shortcuts_item:not(:last-child) {
    border-right: 1px solid #4e4a4a; }
  .content_menu_main_item:last-child, .content_menu_shortcuts_item:last-child {
    display: none; }
  .content_menu_main_item.active a, .content_menu_shortcuts_item.active a {
    background: #171717; }
  .content_menu_main_item_link, .content_menu_shortcuts_link {
    height: 100%;
    padding: 10px 0;
    width: 100% !important; }
  .content_menu_main_item_link > span:last-child, .content_menu_shortcuts_link > span:last-child {
    display: block; }
  .content_menu_main_item_link > span:last-child img {
    height: 60px;
    object-fit: scale-down;
    width: 60px; }
  .content_menu_main_item_link > i, .content_menu_shortcuts_link > i {
    display: none; }

  .main_slogan, .product_slogan, .shareholder_slogan, .news_slogan, .intro_slogan {
    font-size: 16px;
    width: 95%; }
  
  /* Mobile adjustments for Liquid Glass effect */
  .liquid-glass {
    padding: 20px 25px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(8px) saturate(120%) !important;
    -webkit-backdrop-filter: blur(8px) saturate(120%) !important;
  }
  .main_link > a, .product_link > a, .shareholder_link > a, .news_link > a, .intro_link > a {
    margin: 0 30px; }

  .product_title, .shareholder_title, .news_title, .intro_title {
    top: 37%;
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .main_link > a, .product_link > a, .shareholder_link > a, .news_link > a, .intro_link > a {
    width: 145px; } }
@media only screen and (max-width: 767px) {
  .content_menu_main_item:last-child {
    display: block; } }
@media only screen and (max-width: 424px) {
  .content_menu_main_item_link > span:last-child img {
    height: 40px;
    width: 40px; }
  .content_menu_main_item:nth-child(5) > a > span:last-child img, .content_menu_main_item:nth-child(7) > a > span:last-child img, .content_menu_main_item:nth-child(9) > a > span:last-child img {
    width: 25px;
    height: 25px; }

  .main_slogan, .product_slogan, .shareholder_slogan, .news_slogan, .intro_slogan {
    font-size: 14px;
    width: 95%; }
  
  /* Small mobile adjustments for Liquid Glass effect */
  .liquid-glass {
    padding: 15px 20px !important;
    border-radius: 12px !important;
    backdrop-filter: blur(6px) saturate(110%) !important;
    -webkit-backdrop-filter: blur(6px) saturate(110%) !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
    .main_slogan:before, .product_slogan:before, .shareholder_slogan:before, .news_slogan:before, .intro_slogan:before {
      left: -15px; }
    .main_slogan:after, .product_slogan:after, .shareholder_slogan:after, .news_slogan:after, .intro_slogan:after {
      right: -15px; }
  .main_link > a, .product_link > a, .shareholder_link > a, .news_link > a, .intro_link > a {
    margin: 0 5px 10px 5px; }
    .main_link > a:not(:first-child) > span, .product_link > a:not(:first-child) > span, .shareholder_link > a:not(:first-child) > span, .news_link > a:not(:first-child) > span, .intro_link > a:not(:first-child) > span {
      padding: 17px !important; }
    .main_link > a > span, .product_link > a > span, .shareholder_link > a > span, .news_link > a > span, .intro_link > a > span {
      height: 60px;
      width: 60px; }
    .main_link > a > h3, .product_link > a > h3, .shareholder_link > a > h3, .news_link > a > h3, .intro_link > a > h3 {
      height: 0;
      overflow: hidden;
      padding: 0;
      width: 0; }
  .main_title, .product_title, .shareholder_title, .news_title, .intro_title {
    top: 35%;
    width: 100%; } }
@media only screen and (max-width: 374px) {
  .content_menu_main_item_link {
    padding: 5px 0; }
    .content_menu_main_item_link > span:last-child img {
      height: 35px;
      width: 35px; }

  .main_slogan, .product_slogan, .shareholder_slogan, .news_slogan, .intro_slogan {
    font-size: 13px; }
  .main_link > a, .product_link > a, .shareholder_link > a, .news_link > a, .intro_link > a {
    margin: 0 5px 10px 5px; }
    .main_link > a:not(:first-child) > span, .product_link > a:not(:first-child) > span, .shareholder_link > a:not(:first-child) > span, .news_link > a:not(:first-child) > span, .intro_link > a:not(:first-child) > span {
      padding: 13px !important; }
    .main_link > a > span, .product_link > a > span, .shareholder_link > a > span, .news_link > a > span, .intro_link > a > span {
      height: 55px;
      width: 55px; }
  .main_title, .product_title, .shareholder_title, .news_title, .intro_title {
    font-size: 25px;
    top: 30%; }

  .intro_title {
    top: 30%; }

  .news_title {
    top: 36%; } }
/*=== End Home ===*/
/*=== Products ===*/
@media only screen and (min-width: 1200px) {
  .products_main, .qa_main, .shareholder_page_main, .info_main {
    margin-top: 10px; }
  .products_cate_item_img, .products_videos_item_img, .qa_cate_item_img, .qa_videos_item_img, .shareholder_page_cate_item_img, .shareholder_page_videos_item_img, .info_cate_item_img, .info_videos_item_img {
    height: 250px; } }
@media only screen and (max-width: 1199px) {
  .products_cate_item_img, .products_videos_item_img {
    height: 200px; }
  .products_videos_item_img {
    height: 150px; } }
@media only screen and (min-width: 425px) {
  .products_distributes_item_info {
    margin-top: 5px; } }
@media only screen and (max-width: 424px) {
  .products_cate_item_img, .qa_cate_item_img, .shareholder_page_cate_item_img, .info_cate_item_img {
    height: 150px; }
  .products_header_title, .news_header_title, .qa_header_title, .shareholder_page_header_title, .info_header_title {
    line-height: 50px;
    padding: 140px 0 100px; }
  .products_main .nav-tabs .nav-item .nav-link, .qa_main .nav-tabs .nav-item .nav-link, .shareholder_page_main .nav-tabs .nav-item .nav-link, .info_main .nav-tabs .nav-item .nav-link {
    font-size: 12px; }
  .products_main > .main_tab > li > a, .qa_main > .main_tab > li > a, .shareholder_page_main > .main_tab > li > a, .info_main > .main_tab > li > a {
    padding: 10px 5px; }
  .products_main > div > div:nth-child(3) > ul, .qa_main > div > div:nth-child(3) > ul, .shareholder_page_main > div > div:nth-child(3) > ul, .info_main > div > div:nth-child(3) > ul {
    border: none !important; }
  .products_main > div > div > ul, .qa_main > div > div > ul, .shareholder_page_main > div > div > ul, .info_main > div > div > ul {
    border-bottom: 2px solid #ccc !important; }
    .products_main > div > div > ul > li > a, .qa_main > div > div > ul > li > a, .shareholder_page_main > div > div > ul > li > a, .info_main > div > div > ul > li > a {
      padding: 10px 5px !important; }
  .products_main > div > div > div > div > ul > li > a, .qa_main > div > div > div > div > ul > li > a, .shareholder_page_main > div > div > div > div > ul > li > a, .info_main > div > div > div > div > ul > li > a {
    padding: 10px 20px; }
  .products_catalogue, .qa_catalogue, .shareholder_page_catalogue, .info_catalogue {
    padding: 0 !important; }
  .products_distributes_item > .row, .qa_distributes_item > .row, .shareholder_page_distributes_item > .row, .info_distributes_item > .row {
    margin: 0 -5px; }
    .products_distributes_item > .row > [class*="col-"], .qa_distributes_item > .row > [class*="col-"], .shareholder_page_distributes_item > .row > [class*="col-"], .info_distributes_item > .row > [class*="col-"] {
      padding: 0 5px; }
  .products_distributes_item_info_title, .qa_distributes_item_info_title, .shareholder_page_distributes_item_info_title, .info_distributes_item_info_title {
    margin-bottom: 5px !important; }
    .products_distributes_item_info_title a, .qa_distributes_item_info_title a, .shareholder_page_distributes_item_info_title a, .info_distributes_item_info_title a {
      font-size: 14px;
      line-height: 18px;
      color: #07901F; }
  .products_distributes_item_info_contact, .products_distributes_item_info_address, .qa_distributes_item_info_address, .shareholder_page_distributes_item_info_address, .info_distributes_item_info_address, .qa_distributes_item_info_contact, .shareholder_page_distributes_item_info_contact, .info_distributes_item_info_contact {
    font-size: 13px;
    margin-bottom: 5px !important; }

  .products_main .nav-tabs .nav-item .nav-link {
    align-items: center;
    display: flex;
    height: 74px; }
  .products_catalogue_item_title {
    font-size: 14px; }
  .products_catalogue_item_download {
    font-size: 12px;
    padding: 2px 10px; } }
@media only screen and (max-width: 374px) {
  .products_main > div > div > ul > li > a, .qa_main > div > div > ul > li > a, .shareholder_page_main > div > div > ul > li > a, .info_main > div > div > ul > li > a {
    letter-spacing: -0.5px;
    padding: 10px 5px !important; }

  .products_main > .nav-tabs > .nav-item > .nav-link {
    letter-spacing: -1px; } }
/*=== End Products ===*/
/*=== Product Detail ===*/
@media only screen and (min-width: 1024px) {
  .prdDetail_media {
    width: 80%; } }
@media only screen and (min-width: 425px) {
  .prdDetail_relate_item_img {
    height: 200px; } }
@media only screen and (max-width: 424px) {
  .prdDetail_breadcrumb ol li, .news_cate_breadcrumb ol li, .newsDetail_breadcrumb ol li {
    font-size: 10px;
    padding: 0 5px; }
    .prdDetail_breadcrumb ol li a, .news_cate_breadcrumb ol li a, .newsDetail_breadcrumb ol li a {
      font-size: 10px; }
  .prdDetail > .container:nth-child(2) {
    margin-top: 10px !important; }
  .prdDetail_media {
    margin-bottom: 30px; }
    .prdDetail_media_tab {
      margin-top: 0 !important; }
  .prdDetail_info_form label {
    font-size: 13px !important;
    width: 35%; }
  .prdDetail_info_form select, .prdDetail_info_form input {
    width: 63.5% !important; }
  .prdDetail_info_form input {
    font-size: 15px !important; }
  .prdDetail_content {
    margin-top: 30px !important; }
    .prdDetail_content > div > div {
      font-size: 12px;
      margin: 20px 0 20px !important; }
      .prdDetail_content > div > div > ul > li > a {
        font-size: 9px !important; }
        .prdDetail_content > div > div > ul > li > a.eng {
          font-size: 10px !important;
          text-transform: capitalize !important; }
  .prdDetail_download a {
    font-size: 10px;
    margin: 0 5px !important;
    padding: 5px; }
    .prdDetail_download a i {
      margin-right: 5px !important; }
  .prdDetail_relate_item_img {
    height: 200px; } }
/*=== End Product Detail ===*/
/*=== News Page ===*/
@media only screen and (min-width: 1200px) {
  .news_hot_big_img {
    height: 340px; } }
@media only screen and (max-width: 1023px) {
  .news_hot {
    margin-bottom: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news_hot_item_img {
    height: auto; } }
@media only screen and (max-width: 424px) {
  .news_cate_item_img, .news_image_item_img, .news_relate_item_img {
    height: 250px; } }
/*=== End News Page ===*/
/*=== News Cate ===*/
@media only screen and (max-width: 424px) {
  .news_cate_breadcrumb {
    margin-bottom: 10px !important; } }
/*=== End News Cate ===*/
/*=== News Detail ===*/
@media only screen and (min-width: 1024px) {
  .sticky_page .item:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .sticky_page .item:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }
@media only screen and (max-width: 1023px) {
  .sticky_page .item {
    float: none !important; }

  .newsDetail #comment_form form {
    padding: 0 30px; }
    .newsDetail #comment_form form > div > label {
      width: 40%; }
  .newsDetail .comment_content_body {
    padding: 0 !important; } }
@media only screen and (max-width: 424px) {
  .newsDetail_breadcrumb {
    margin-bottom: 10px !important; }
  .newsDetail #comment_form h3 {
    font-size: 14px; } }
@media only screen and (max-width: 374px) {
  .newsDetail #comment_form form {
    padding: 0; } }
/*=== End News Detail ===*/
/*=== Contact Page ===*/
@media only screen and (min-width: 1200px) {
  .contact_form > div:nth-last-child(3) {
    padding-left: 11%; } }
@media only screen and (max-width: 1023px) {
  .contact_map_item {
    width: 30px; }
    .contact_map_item > a > div {
      left: 100%;
      top: 0; }
    .contact_map_item:first-child {
      right: 50%; }
    .contact_map_item:nth-child(2) {
      left: 36%;
      top: 25%; }
    .contact_map_item:nth-child(3) {
      bottom: 9%;
      right: 47%; }
    .contact_map_item > a > div {
      position: absolute;
      width: 100px; }
      .contact_map_item > a > div > span:first-child {
        border-bottom: 1px solid #ccc; }
      .contact_map_item > a > div > span:last-child {
        font-size: 12px; }
  .contact_map > img {
    margin-left: 11%;
    opacity: .5;
    position: relative;
    z-index: -1; }
  .contact_item {
    margin-bottom: 35px; }
    .contact_item_img {
      margin-bottom: 20px; } }
@media only screen and (max-width: 424px) {
  .contact_map_item {
    width: 15px; }
    .contact_map_item:first-child > a > div {
      top: -70%; }
    .contact_map_item:nth-child(2) > a > div {
      top: 15%; }
    .contact_map_item:nth-child(3) > a > div {
      top: -29%; }
  .contact_item_title {
    font-size: 14px;
    line-height: 20px; }
  .contact_item_content {
    line-height: 21px; }
  .contact_item iframe {
    height: 250px; }
  .contact_form > div input, .contact_form > div textarea {
    width: 100%; } }
@media only screen and (max-width: 374px) {
  .contact_item {
    margin: 15px 0; }
    .contact_item_content {
      font-size: 12px; }
    .contact_item iframe {
      height: 200px; }
  .contact_form img {
    width: 50%; } }
/*=== End Contact Page ===*/
/*=== QA ===*/
@media only screen and (min-width: 425px) {
  .qa_item_question {
    padding-top: 5px; } }
@media only screen and (max-width: 424px) {
  .qa_main .nav-tabs .nav-item .nav-link {
    align-items: center;
    display: flex;
    height: 56px; } }
/*=== End QA ===*/
/*=== Shareholder ===*/
@media only screen and (max-width: 1199px) {
  .shareholder_tab {
    margin-top: 30px !important; } }
@media only screen and (min-width: 425px) {
  .shareholder_page_item > div {
    padding-right: 130px; }
  .shareholder_page_item_download, .products_catalogue_item_download {
    position: absolute;
    right: 0;
    top: 15px; } }
@media only screen and (max-width: 424px) {
  .shareholder_page_main .nav-tabs .nav-item .nav-link {
    align-items: center;
    display: flex;
    font-size: 12px;
    height: 68px; }
  .shareholder_tab {
    margin-top: 10px !important; }
    .shareholder_tab > div {
      padding: 0 !important; }
  .shareholder_page_item_title {
    font-size: 14px; }
  .shareholder_page_item_time, .products_catalogue_item_time, .qa_catalogue_item_time, .shareholder_page_catalogue_item_time, .info_catalogue_item_time {
    margin-bottom: 10px; }
  .shareholder_page_item > div > time {
    font-size: 11px; }
  .shareholder_page_item > div > a {
    font-size: 12px;
    padding: 2px 10px; } }
@media only screen and (max-width: 374px) {
  .shareholder_page_main .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    height: 92px;
    letter-spacing: -0.5px; }
  .shareholder_page_main.eng .nav-tabs .nav-item .nav-link {
    font-size: 11px;
    height: 68px;
    letter-spacing: -1px; }
  .shareholder_page_item_title {
    font-size: 13px; } }
/*=== End Shareholder ===*/
/*=== Videos ===*/
@media only screen and (min-width: 1200px) {
  .videos_item_img {
    height: 250px; } }
@media only screen and (max-width: 1199px) {
  .videos_item_img {
    height: 150px; } }
/*=== End Videos ===*/
/*=== Info ===*/
@media only screen and (max-width: 1023px) {
  .info_org_item_img {
    margin-bottom: 10px; } }
@media only screen and (max-width: 424px) {
  .info_main .nav-tabs .nav-item .nav-link {
    align-items: center;
    display: flex;
    height: 56px;
    line-height: 18px; }
  .info_tab > div {
    padding: 0 !important; }
  .info_org_menu_item {
    width: 100%; }
    .info_org_menu_item a {
      height: 92px !important; }
  .info_org_item_img img {
    height: auto !important; }
  .info #menu1 > .row:last-child, .info #menu2 > .row:last-child, .info #menu4 > .row:last-child {
    display: none; } }
@media only screen and (max-width: 374px) {
  .info_main .nav-tabs .nav-item .nav-link {
    letter-spacing: -1px; }
  .info_org_menu_item {
    width: 100%; }
    .info_org_menu_item a {
      height: 110px !important; } }
/*=== End Info ===*/
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px; }

  .content.prdDetail .container {
    width: 970px; } }
@media only screen and (max-width: 1023px) {
  .container {
    width: 100%; }

  .fancybox-slide--iframe .fancybox-content {
    height: 85% !important; } }

/*# sourceMappingURL=responsive.css.map */
