@charset "utf-8";


/* 手機板view more切換*/
.view-more-mobile{
    display: none;
}

.view-more-desktop{
    display:flex;
}

@media screen and (max-width: 1024px) {
    .view-more-mobile{
        display: inline-flex;
    }

    .view-more-desktop{
        display: none;
    }
}


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

	.header_box_main {

	 padding: 70px auto;

	 margin-right: 10px;

	 margin-left: 10px

	}

	.swiper-container .font1 {

	 font-size: 40px

	}

	.swiper-word {

	 font-size:30px;

	}

}

#mobileMenuPosition { display: none; }



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

	

	#nav{ /*display:none;*/ }

	#nav{

    min-width: 135px;

    padding-left: 5px;

	}

	

	#nav img{

    /* height: 30px !important; */

}

	#nav span{/* padding: 2px 0px; */}

	#nav a{}

		

	.header_box_line {

		border:0;

	}

	#mobileMenuPosition {

display: inline-block;

position: absolute;

top: 0px;

right: 0px;

width: 30px;

height: 30px;

margin-right: 1%;

vertical-align: middle;

float: right

}

	.mobileMenuPosition_top {

		 margin-top: 8px

	}

	#mobileMenu {

		 width: 30px;

		 height: 25px;

		 position: absolute;

		 top: 68px;

		 z-index: 999;

		 cursor: pointer

	}

	#mobileMenu span {

		 width: 25px;

		 height: 3px;

		 display: block;

		 background: #ffffff;

		 margin-top: 5px;

		 -webkit-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);

		 -moz-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);

		 -ms-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);

		 -o-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);

		 transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1)

	}

	.mobileMenu_spac {

	 	/*background: #fff !important*/

	}

	#mobileMenu span:first-child {

		margin-top: 0

	}

	#mobileMenu .top {

		 position: absolute;

		 top: 10px;

		 -webkit-transform: rotate(225deg);

		 -moz-transform: rotate(225deg);

		 transform: rotate(225deg)

	}

	#mobileMenu .bottom {

		 position: absolute;

		 top: 10px;

		 margin-top: 0 !important;

		 -webkit-transform: rotate(-225deg);

		 -moz-transform: rotate(-225deg);

		 transform: rotate(-225deg)

	}

	#mobileMenu .middle {

	 	opacity: 0

	}

	.menu-active .navigation {

	 	right: 0

	}

	.menu-active .navigation ul li {

		 -moz-transform: translateX(0);

		 -webkit-transform: translateX(0);

		 opacity: 1;

		 transform: translateX(0)

	}



	

	.navigation {

		 display: inline !important;

		 height: 100%;

		 width: 100%;

		 padding: 0;

		 position: fixed;

		 right: -100%;

		 top: 0;

		 overflow: scroll !important;

		 overflow-x: hidden !important;

		 overflow-y: auto !important;

		 -webkit-overflow-scrolling: touch !important;

		 background: rgba(0, 0, 0, 0.75);

		 margin-top: 0px !important;

		 padding-top: 100px;

		 text-align: center

	}

	.navigation_spen {

		 margin-top: 58px !important;

		 width: 235px !important;

		 background: rgba(255, 255, 255, 0.9);

		 padding-top: 10px;

		 color: #000000;

		 text-align: left

	}

	.navigation ul:nth-child(1) {

		 margin-top: 70px;

		 vertical-align: middle

	}

	.navigation ul li {

		 -moz-transform: translateX(15%);

		 -webkit-transform: translateX(15%);

		 margin: 0 20px;

		 opacity: 0;

		 display: block;

		 vertical-align: top;

		 transform: translateX(15%);

		 text-align: left

	}

	.navigation ul li a {

	 	padding: 10px 0

	}

	.header_box .header_box_main .menu {

	 	height: 100%

	}

	.header_box .header_box_main .menu {

float: inherit !important;

display: none !important;

}

	.header_box .header_box_main .menu li {

		 float: inherit;

		 list-style: none

	}

	.header_box .header_box_main .menu li a {

		 padding-left: 10px;

		 padding-right: 10px;

		 line-height: 40px;

		 font-size: 20px

	}

	.header_box .header_box_main .menu li a:hover {

	 	color: #2EA8E1

	}

	.swiper-container .font1 {

		 font-size: 45px;

		 line-height: 60px

	}

	.swiper-container .font2 {

	 	font-size: 25px

	}

	.banner_br {

	 	display: block !important

	}

	.banner_de {

	 	display: none !important

	}

}



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

	.swiper-container .font1 {

		font-size: 25px

	}

}



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

	.swiper-container .font1 {

	 font-size: 20px

	}

}

/* 隱藏桌面版搜尋功能 */
#nav .search_input-container{ display: none;}

/* 共用圖示樣式 - 小圓形虛線中間箭頭 */
.icon-dashed-circle-arrow {
  width: 16px;
  height: 16px;
  border: 2px dashed #68adb7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
}

.icon-dashed-circle-arrow::before {
  content: ">";
  font-size: 8px;
  color: #68adb7;
  font-weight: bold;
  transform: translateX(1px);
}

/* 不同尺寸的變體 */
.icon-dashed-circle-arrow.small {
  width: 12px;
  height: 12px;
  border-width: 1.5px;
}

.icon-dashed-circle-arrow.small::before {
  font-size: 6px;
}

.icon-dashed-circle-arrow.large {
  width: 20px;
  height: 20px;
  border-width: 2.5px;
}

.icon-dashed-circle-arrow.large::before {
  font-size: 10px;
}

/* 不同顏色的變體 */
.icon-dashed-circle-arrow.primary {
  border-color: #68adb7;
}

.icon-dashed-circle-arrow.primary::before {
  color: #68adb7;
}

.icon-dashed-circle-arrow.secondary {
  border-color: #5a9ba5;
}

.icon-dashed-circle-arrow.secondary::before {
  color: #5a9ba5;
}

.icon-dashed-circle-arrow.white {
  border-color: #ffffff;
}

.icon-dashed-circle-arrow.white::before {
  color: #ffffff;
}

/* 動畫效果 */
.icon-dashed-circle-arrow.animated {
  transition: all 0.3s ease;
}

.icon-dashed-circle-arrow.animated:hover {
  transform: scale(1.1);
  border-color: #5a9ba5;
}

.icon-dashed-circle-arrow.animated:hover::before {
  color: #5a9ba5;
}

/* 影片區塊響應式樣式 */
@media screen and (max-width: 1024px) {
  .video-header {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  
  .video-description {
    text-align: center;
    margin-left: 0;
    max-width: 100%;
    margin: 0 0;
  }
}

@media screen and (max-width: 768px) {
  /* 統一標題區塊樣式 - 手機版 */
  .common-title-section .title-english,
  .video-title-section .title-english,
  .news-section .common-title-section .title-english,
  .brand-section .common-title-section .title-english,
  .brand-title-section .title-english,
  .title-english {
    left: 0 !important;
    font-size: 30px;
  }
  
  .common-title-section .title-bottom,
  .video-title-section .title-bottom,
  .news-section .common-title-section .title-bottom,
  .brand-section .common-title-section .title-bottom,
  .brand-title-section .title-bottom,
  .title-bottom {
    left: 0 !important;
  }


  /* .video-section {
    margin-top: 60px;
    padding: 40px 0;
  } */
  
  .video-header {
    margin-bottom: 30px;
  }
  
  /* .video-container {
    padding: 0 15px;
  } */
  
  /* .video-wrapper {
    border-radius: 10px;
  } */
  
  /* .video-title-section .title-circle {
    width: 60px;
    height: 60px;
  } */
  
  .video-title-section .product-title {
    font-size: 24px;
  }
  
  .video-description {
    font-size: 15px;
  }
}

/* 最新消息區塊響應式樣式 */
@media screen and (max-width: 1024px) {
  /* 統一標題區塊樣式 - 平板版 */
  .common-title-section .title-english,
  .video-title-section .title-english,
  .news-section .common-title-section .title-english,
  .brand-section .common-title-section .title-english,
  .brand-title-section .title-english,
  .title-english {
    position: static;
    left: 0 !important;
  }
  
  .common-title-section .title-bottom,
  .video-title-section .title-bottom,
  .news-section .common-title-section .title-bottom,
  .brand-section .common-title-section .title-bottom,
  .brand-title-section .title-bottom,
  .title-bottom {
    left: 0 !important;
  }

  .title-line{ width:unset;}  

  .news-section .product-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .news-date {
    order: 1;
    text-align: center;
  }
  
  .news-section .common-title-section {
    order: 2;
  }
  
  .news-section .view-more-btn {
    order: 3;
    justify-content: center;
  }
  
  /* 最新消息標題區塊樣式 */
  .news-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
  }
  
  .news-header .video-title-section {
    order: 1;
    text-align: center;
  }
  
  .news-header .view-more-btn {
    order: 2;
    justify-content: center;
  }
}

/* 最新消息響應式設計 */
@media screen and (max-width: 1200px) {
  #news-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .news-section {
    /* margin-top: 60px; */
    padding: 40px 0;
  }
  
  .news-header {
    margin: 3vw 0 30px 0;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
  }
  
  .news-header .video-title-section {
    order: 1;
    text-align: center;
  }
  
  .news-header .view-more-btn {
    order: 2;
    justify-content: center;
  }
  
  .news-section .common-title-section .title-circle {
    width: 60px;
    height: 60px;
  }
  

  
  .news-section .view-more-btn {
    font-size: 16px;
    margin: 20px 0;
  }
  
  #news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 10px;
  }
  
  .news-recommend-item {
    margin-bottom: 20px;
  }
  
  .news-item-content {
    padding: 15px;
  }
  
  .news-title {
    font-size: 14px;
  }
  
  .news-category {
    font-size: 16px;
    font-weight: bold;
  }
  
  .news-view-detail {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  /* 小螢幕標題樣式 */
  .news-header {
    margin: 2vw 0 30px 0;
    gap: 15px;
  }
  
  .news-header .video-title-section .title-english {
    /* font-size: 8px; */
  }
  
  .news-header .view-more-btn {
    font-size: 12px;
  }
  
  #news-list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }
  
  .news-recommend-item:hover {
    transform: translateY(-4px);
  }
  
  /* 品牌簡介小螢幕樣式 */
  .brand-section {
    padding: 30px 10px;
  }
  
  .brand-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .brand-section .wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .brand-section .layout-all {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .brand-row {
    margin-bottom: 40px;
    border-radius: 10px;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .brand-content {
    padding: 25px 15px;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .brand-icon {
    width: 50px;
    height: 50px;
    margin: 5px auto;
    font-size: 20px;
  }

  .brand-icon img{
    width: 50px;
    height: 50px;
    margin: 20px auto;
    font-size: 20px;
  }  
  
  .brand-content-title {
    font-size: 18px;
    letter-spacing: 3px;
  }
  
  .brand-content-subtitle {
    font-size: 14px;
  }
  
  .brand-description {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .brand-slider-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .bxslider li img {
    height: 180px;
  }
  
  .brand-image {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .brand-image img {
    height: 180px;
    width: 100% !important;
  }
  
  .brand-story-content {
    padding: 25px 15px;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .brand-story-icon {
    width: 50px;
    /* height: 50px; */
    margin: 0px auto;
    font-size: 20px;
  }
  
  .brand-story-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
  
  .brand-story-subtitle {
    font-size: 14px;
  }
  
  .brand-story-description {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Footer 響應式設計 */
@media screen and (max-width: 1024px) {
  #footer {
    padding: 50px 0 0 0;
  }
  
  #footer .footer_wrap {
    flex-direction: column;
    gap: 50px;
    padding: 0 30px;
  }
  
  .footer_left {
    width: 100%;
    text-align: center;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer_logo {
    margin-bottom: 30px;
  }
  
  .footer_contact {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 20px;
    max-width: 500px;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .contact_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .contact_label {
    font-size: 12px;
    color: #c1fffb;
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .contact_value {
    font-size: 14px;
    color: #cccccc;
    line-height: 1.4;
  }
  
  .footer_social {
    justify-content: center;
    gap: 15px;
  }
  
  .social_icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* background: linear-gradient(135deg, #68adb7 0%, #97dbe1 100%); */
    transition: all 0.3s ease;
  }
  
  .social_icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(104, 173, 183, 0.4);
  }
  
  .footer_right {
    gap: 30px;
    justify-content: center;
  }
  
  .footer_menu_column {
    min-width: 140px;
    text-align: center;
  }
  
  .footer_menu_header {
    margin-bottom: 20px;
  }
  
  .menu_underline {
    width: 40px;
    margin: 10px auto;
  }
}


@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0 0 0;
  }
  
  #footer .footer_wrap {
    padding: 0 15px;
    gap: 30px;
  }
  
  .footer_contact {
    max-width: 100%;
  }
  
  .contact_item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 10px;
    margin-bottom: 0px;
    gap: 5px;
  }
  
  .contact_label {
    margin-right: 0;
    min-width: auto;
    font-size: 14px;
    font-weight: normal;
  }
  
  .contact_value {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
  }
  
  .social_icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  
  .footer_right {
    /* flex-direction: column; */
    gap: 20px;
    align-items: center;
  }
  
  .footer_menu_column {
    flex: none;
    width: 100%;
    /* max-width: 300px; */
    padding: 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .footer_menu_header {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .menu_english {
    font-size: 10px;
  }
  
  .menu_chinese {
    font-size: 15px;
  }
  
  .menu_underline {
    display: none;
  }
  
  .footer_menu_links {
    gap: 6px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer_menu_links a {
    font-size: 14px;
    padding: 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
  }
  
  .footer_menu_links a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #68adb7 0%, #97dbe1 100%);
    transition: all 0.3s ease;
  }

  .footer_menu_links a:hover {
    background: rgba(255, 255, 255, 0.08);
    padding-left: 8px;
    transform: translateY(-1px);
  }

  .footer_menu_links a:hover::before {
    width: 100px;
  }
  
  .footer_bottom {
    /* margin-top: 30px; */
    /* padding: 15px 0; */
  }
  
  .copyright_text {
    font-size: 12px;
    padding: 10px 10px;
    text-align: center;
    line-height: 1.5;
  }
}

/* 鑽石風格搜尋框 */
.diamond-search-container {
  position: absolute;
  top: 10px;
  right: 100px;
  display: inline-block;
  width: 200px;
  z-index: 9999;
}

.diamond-search-container .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #68adb7;
  font-size: 16px;
  z-index: 2;
  transition: color 0.3s ease;
}

.diamond-search-container:hover .search-icon {
  color: #097984;
}

.diamond-search-input {
  width: 100%;
  max-width: 100px;
  padding: 6px 15px 6px 45px !important;
  border: 2px solid #e0f2f1;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.95);
  color: #097984;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(104, 173, 183, 0.1);
}

.diamond-search-input::placeholder {
  color: #97dbe1;
  font-style: italic;
}

.diamond-search-input:focus {
  border-color: #68adb7;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(104, 173, 183, 0.2);
  transform: translateY(-1px);
}

.diamond-search-input:focus + .search-icon {
  color: #097984;
}

/* 響應式設計 */
@media (max-width: 768px) {
  .diamond-search-container {
    display: none;
  }
}

