@charset "UTF-8";
@import "base.css";
/*@import "font-family.css";*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@300&display=swap');
:root {
		--m-color: #1F4296;
		--s-color: #097518; 
		--s1-color: #e90000; 
	
}

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
    
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.5em;
}
.uppercase{text-transform:uppercase;}
#totop {
position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    margin-bottom: 0;
    width: 40px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
    color: #000000;
	font-family: "Montserrat", sans-serif;
   /* font-family: "Open Sans", sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;*/
}
#wrapper {
  
  overflow: hidden;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
  display: none;
}

#header {
  /*border-top: 5px solid #ebebeb;*/ 
  padding: 0 0 5px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 3px 4px rgb(0 0 0 / 33%) !important;
}
.hero{
	margin-top: 7px;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0 0 -120px;    z-index: 9999;
}
.logo img{
	
}
.h-top {
    background: #e0e0e0;
    text-align: center;
    font-weight: 600;
}
    .h-top p {margin-bottom:0;}




.phone {
  display: flex;
  align-items: center;
  justify-self: center;
}
.phone i {
  font-size: 30px;
  color: var(--m-color);
}
.h_tel {
  color: var(--blue-light-hover);
  font-size: 13px;
  font-weight: 800;
  padding: 12px 10px 10px 10px;
  margin-bottom: 0;
}
.h_tel .txt {
  color: var(--blue-light-hover);
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.h_tel .tel {
  width: calc(50% - 15px);
  color: #CC0000;
  font-size: 18px;
}
.h_main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.h_lang {
  color: #000000;
  font-weight: 700;
  border: none;
  margin: 0 0 0 15px;
}
.h_lang a{text-decoration:none;}
.h_search {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.h_search_form{width: 400px;}
.h_search_main {
    border: 1px solid #ccc;
    background: #ebebeb;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
  .h_search_main select {
        width: 30%;
        font-size: 12px;
        border:none;
        border-right: 1px solid #cccc;
    }
  .h_search_main input {
	border:none;
    width: 170px;
    padding: 7px 10px;
    font-size: 12px;
    font-style: italic;
  }
  .h_search_main button {
    transition: all 0.5s;
    width:70px;
    font-size: 12px;
    background: var(--m-color);
    color: #fff;
    border: none;
    padding: 7px 10px;
    cursor: pointer;
  }

.h_search_ttl {
    margin: 0;
    cursor: pointer;
    font-size: 16px;
}
.h_cart a {
    text-decoration: none;
    color: #000;
}
.h_cart svg {
    font-size: 17px;
}
.h_cart span {vertical-align: super;}

#gnavi {
    margin-right: 30px;
}
.gnavi {
  display: flex;
}
.gnavi li {
  position: relative;
}
.gnavi > li {

  margin: 0 8px;
}

.gnavi > li > a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 5px 15px;
  position: relative;
  font-weight: 600;
  transition: all 0.3s;text-transform: uppercase;font-size: 15px;
}
.gnavi > li.active > a, .gnavi > li:hover > a {
  color: var(--m-color);
}
.gnavi > li > a:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: calc(50% - 30px);
  transform: scale(0, 1);
  transition: all 0.3s;
}
.gnavi > li.active > a:after, .gnavi > li:hover > a:after {
  transform: scale(1, 1);
  background:var(--m-color);
}
.submenu {
  position: absolute;
  z-index: 10;
  min-width: 220px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.submenu a {
  background: var(--m-color);
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  margin-top: 1px;
  font-size: 14px;
  /*white-space: nowrap;*/
  transition: all 0.3s;
}
.submenu a:hover {
  opacity: 0.8;
}

.sublist {
    width: 830px;
    padding: 20px;
    background: var(--m-color);
}
.sublist > ul{display:flex;}

.sublist_title{font-weight: 600;padding: 8px 15px;text-transform:uppercase;  color: #fff;}
.sublist_itm{min-width:200px;}
.sublist_itm .subsubmenu a {
    background: none;
    color: #fff;
}
    .sublist_itm:nth-child(2) .subsubmenu {
        flex-direction: column;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
.subsubmenu {
    position: absolute;
    top: 0;
    left: calc(100% + 1px);
    width: 250px;
    display: none;
    background: var(--m-color);
   
}	
.gnavi > li.san-pham .submenu{min-width: 380px;}
#header {

  -webkit-animation: remove-fixed 0.3s linear;
    -moz-animation: remove-fixed 0.3s linear;
    -ms-animation: remove-fixed 0.3s linear;
    animation: remove-fixed 0.3s linear;
}
#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: #fff;
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
}
#header.fixed .h_tel {
}
#header.fixed .logo {
	   margin: 0;
	   width: 80px;
}
@keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-moz-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}


#header.fixed {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}
.main_slide p {
  margin: 0;
}
.main_slide p img, .main_slide img, .main-slide p img, .main-slide img {
  width: 100%;
}
.main-slide .slick-arrow {
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border: none;
    text-indent: -5000000px;
    transition: all 0.5s ease;
    outline: none;
    cursor: pointer;
    top: calc(50% - 25px);
    opacity: .6;
    border-radius: 50%;
}
.main-slide .slick-prev {
    background: url(/W_images/arr_prev.png) no-repeat 9px center #000000a6;
    background-size:30% auto;
    left: 25px;
}
.main-slide .slick-next {
    background: url(/W_images/arr_next.png) no-repeat 12px center #000000a6;
    background-size: 30% auto;
    right: 25px;
}
.main-slide .slick-prev:hover,.main-slide .slick-next:hover{opacity:1;}
.main-slide .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
    .main-slide .slick-dots li {
        margin: 0 8px;
        line-height: 0;
    }
        .main-slide .slick-dots li button {
            width: 14px;
            height: 14px;
            background: #ff0100;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
            text-indent: -5000000px;
        }
.main-slide li.slick-active button, .main-slide li:hover button {
    background: #e32120;
}
.home-product{
    padding:60px 0;
}
.home_product_itm a{text-decoration:none;}
.home_product_img{padding:20px;margin-bottom: 0;}
.home_product_ttl {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s;
    color: #000;
}
.home_product_itm:hover .home_product_ttl {
    color: #d90a09;
}
.home-product-list .slick-arrow, .b05_slide .slick-arrow {
    position: absolute;
    z-index: 3;
    border: 1px solid #DDDDDD;
    width: 30px;
    height: 30px;
    top: calc(50% - 30px);
    right: -20px;
    cursor: pointer;
    background-color: #fff;
    color: #fcb01c;
    font-size: 28px;
    line-height: 0;
    text-indent: -500000px;
    border-radius: 5px;
    transition: all 0.5s;
}
    .home-product-list .slick-arrow:before, .b05_slide .slick-arrow:before {
        position: absolute;
        content: "";
        top: 36%;
        left: calc(50% - 7px);
        border: 2px solid transparent;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        padding: 3px;
        transform: rotate(45deg);
    }
.home-product-list .slick-prev:before, .b05_slide .slick-prev:before {
    content: "";
    transform: rotate(225deg);
    left: unset;
    right: calc(50% - 7px);
}
.home-product-list .slick-prev, .b05_slide .slick-prev {
    left: -20px;
}

.custom01 {
    padding: 60px 0;
    background: #f7f7f7;
}
.cust01_list {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.cust01_itm {
    cursor: pointer;
    width: 25%;
    cursor: pointer;
    padding: 0 20px;
}
.cust01_itm .img {
    width: 85px;
    margin: 0 auto 15px;
    border-radius: 50%;
    padding: 5px;
    transition: all 0.5s;
}
.cust01_itm .img img{}
    .cust01_itm .ttl {
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .cust01_itm .des {
		font-size:14px;
        color: #545454;
        font-weight: 500;
        margin-bottom: 5px;
    }
/*.cust01_itm:hover .img {
    background: #f00;
}
.cust01_itm:hover img {
    filter: invert(1);

}*/
.box01 {
    background: #eeeef0;
    padding: 80px 0;
}
.box01 .container {
  display: flex;
  justify-content: space-between;
}
.b01_main {
  width: 55%;
  position: relative;
}
.idx_h2 {
  text-align: center;
  font-size: 36px;
     color: var(--m-color);
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.box01 .idx_h2 {
  text-align: left;   color: var(--m-color);
}
.b01_img {
  width: calc(45% - 60px);
  margin: 0;
}
.b01_img iframe{
	width: 100%;
    height: 100%;
}
.b01_img img {
  width: 100%;
}
.b01_txt p:first-child {
 
  color: #000;
}

 .b01_list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.b01_item {
	position: relative;
	margin-bottom: 60px;
	padding-left: 90px;
	width:46%;
}

	.b01_item:before {
		content: '';
		position: absolute;
		background:var(--m-color) url("/W_images/icon/icon_01.png") no-repeat center center/80% 80%;
		width: 70px;
		height: 70px;
		left: 0;
		top: 7px;
		border-radius: 5px;
	}

	.b01_item:nth-child(2):before {
		background:var(--m-color) url("/W_images/icon/icon_02.png") no-repeat center center/80% 80%;
	}

	.b01_item:nth-child(3):before {
		background:var(--m-color) url("/W_images/icon/icon_03.png") no-repeat center center/80% 80%;
	}
	.b01_item:nth-child(4):before {
		background:var(--m-color) url("/W_images/icon/icon_04.png") no-repeat center center/80% 80%;
	}

.b01_itm_ttl {
	font-size: 22px;
	font-weight: bold;
	color: var(--m-color);
	line-height: 1.3em;
	margin-bottom: 10px;
}

.b01_itm_txt {
	margin: 0;
}

.b01_item:last-child {
	margin-bottom: 0;
}

						
.idx_btn {
  margin: 0;
}
.idx_btn a, .idx_btn button {
  display: inline-block;
  background: url("/W_images/idx_btn.png") no-repeat center center/100% auto;
  text-align: center;
  color: #fff;
  text-decoration: none;
 width: 120px;
    padding: 5px;
    transition: all 0.3s;
    font-size: 14px;
}
}
.idx_btn a:hover {
  opacity: 0.7;
}
.box02 {
  padding: 65px 0;
  background: #f6f6f6;
}
.b02_not_slide{
    display:flex;justify-content:center;
}
    .b02_not_slide p {
        margin: 0 30px;
        padding: 10px;
    }
.b02_list.slick-initialized .slick-slide {
    margin: 0 15px;
    border: 1px solid #dbdbdb;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
}
.b02_list.slick-initialized .slick-slide img {
  max-height: 100%;
}
.b02_list .slick-arrow {
  position: absolute;
  background: url("/W_images/b02_next.png") no-repeat center center;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  z-index: 5;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
  text-indent: -50000px;
  right: 15px;
}
.b02_list .slick-prev {
  background-image: url("/W_images/b02_prev.png");
  left: 15px;
  right: auto;
}
.b02_list .slick-arrow:hover {
  background-color: #fff;
}
.box03 {
  padding: 60px 0;
}
.b03_main_ttl {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    line-height: 1.5em;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
    padding: 10px 25px;
    border-radius: 5px;
    background: var(--m-color);
    color: #fff;
}
.b03_main_ttl:after {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0;
  left: 30px;
  height: 1px;
  background: var(--m-color);
}
.b03_main_ttl .ico img{width:35px;}
.b03_main {
  position: relative;
}
.b03_main_more {
  margin: 0;
  position: absolute;
  right: 0;
  top: 15px;
}
.b03_main_more a {
  display: inline-block;
/*color: #3f87c1;*/
    font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.b03_main_more a:hoverc {
  color: #000;
}
.b03_list {
  display: flex;
  flex-wrap: wrap;
}
.b03_item {
    flex-shrink: 0;
    width: calc(100%/5 - 20px);
    margin-right: 25px;
    margin-bottom: 30px;
    padding: 10px;
    border: 2px solid #f1f1f1;
}

.b03_item:nth-child(5n) {
    margin-right: 0px;
}


.b03_item a {
  text-decoration: none;
  display: block;
  color: #353535;
  text-align: center;
  transition: all 0.3s;
}
.b03_item a:hover {
  opacity: 0.7;
}
.b03_itm_img {
	position:relative;
 height: 205px;
  /*border: 1px solid #ebebeb;*/
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.b03_itm_img .discount{
position: absolute;
    background: #ff1717;
    color: #fff;
    left: 15px;
    top: 0;
    width: 41px;
    z-index: 3;
    padding: 0px 2px;
    font-size: 14px;
    border-radius: 5px;
}
.b03_itm_img img {
  flex-shrink: 0;
  max-height: 100%;
}
.b03_itm_ttl {
margin-bottom: 10px;
    line-height: 1.3em;
    font-size: 15px;
    font-weight: 600;
    height: 39px;
    overflow: hidden;
}
.b03_main_ttl span{display:inline-block;}
.b03_main:not(:last-child) {
    margin-bottom: 40px;
}
.h_cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.h_cate .list li{display:inline-block;}
    .h_cate .list li a {
        text-decoration: none;
        padding: 15px;
        font-weight: 600;
        font-size: 15px;
        color: #000;
    }
.b03_itm_bottom {
    display: flex;
    justify-content:center;
    align-items: center;margin-bottom:0;
}
    .b03_itm_bottom .price {
   
        color: #ed3900;
        padding: 5px 20px;
        border-radius: 5px;
        font-weight: bold;
    }
	 .b03_itm_bottom .price .old{
		 
		 text-decoration: line-through;
    color: #959595;
    font-weight: 500;
    font-size: 14px;
    margin-left: 15px;
	 } 
	.b03_itm_bottom .cart img{width:35px;}
.box04 {
    background: #fff;
    padding: 60px 0;
}
.b04_list {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.b04_item {
	text-decoration:none;
  width: calc(100%/3 - 0px);
  padding-left: 30px;text-align: center;margin-bottom: 40px;
  /*display: flex;
  align-items: center;*/
}
.b04_item:not(:last-child) {

  padding: 0 30px;
}
.b04_itm_img {
  flex-shrink: 0;
	
}
.b04_itm_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.b04_item button{border:none;cursor:pointer;}
.box05 {
  padding: 65px 0;
}
.b05_list {
  display: flex;
}
.b05_item_slide {
    margin: 0 10px;
}
.b05_item_slide a {
    text-decoration: none;
}
.b05_item {
    width: calc(25% - 27px);
    margin: 0 35px 0 0;
}
.b05_item:last-child {
  margin-right: 0;
}
.b05_item a {
  display: block;
  text-decoration: none;
  color: #353535;
  transition: all 0.3s;
}
.b05_itm_img img {
  width: 100%;
  transition: all 0.7s;
}
.b05_item a:hover .b05_itm_img img {
  transform: scale(1.1, 1.1);
}
.b05_itm_ttl {
    color: #000;font-size: 15px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
   line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b05_itm_img {
  margin-bottom: 15px;
  overflow: hidden;
}
.b05_itm_date {
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.b05_itm_date:before {
  content: '';
  position: absolute;
  background: url("/W_images/b05_icon02.png") no-repeat center center/100% auto;
  width: 20px;
  height: 21px;
  left: 0;
  top: -2px;opacity: 0.5;
}
.b05_itm_txt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-size: 14px;
}
.b05_itm_more{
	display:none;
    text-align:center;
}
    .b05_itm_more span {
        background: #fd0101;
        color: #fff;
        padding: 5px 20px;
        font-weight: 500;
    }
    .b05_item a:hover {
        opacity: 0.7;
    }

.box06 {
  background: #f7f7f7;
  padding: 65px 0;
}
.box06 .idx_h2 {
  color: var(--m-color);

}
.boxnewspapers {
    background: #f7f7f7 ;padding: 0 0 60px
}
#footer {
    background: #0f0f0f;
    padding: 50px 0 0;
    color: #fff;
    font-family: 'Nunito', sans-serif;
}
.f_main {
  display: flex;
  justify-content: space-between;margin-bottom: 30px;
}
.f_mod {
  width: calc(20% - 15px);
}
    .f_mod.info {
        width: 40%;
        padding-right:10px;
    }
    .f_mod li a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 5px;
    }
    .f_mod li a:hover{
        color: #fe0100;
    }
.f_mod iframe{width:100%;height:100%;}
.f_info_txt p{margin-bottom:10px;}
.f_social a {
    display: flex;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 10px;
    transition: all 0.3s;
    color: #fff;
}
.f_social a:hover {
  opacity: 0.7;
}
.f_social {
  display: flex;
 margin: 19px 0 0;
}
.f_ttl {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 600;
}
.f_note {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 5px;
}
.f_info {
  position: relative;
  margin-bottom: 7px;
  padding-left: 25px;font-size: 17px;
}
.f_info:before {
  content: '';
  position: absolute;
  background: url("/W_images/f_add.png") no-repeat center center/100% auto;
  width: 15px;
  height: 15px;
  left: 0;
  top: 5px;filter: invert(1);
}
.f_tel:before {
  background-image: url("/W_images/f_tel.png");
}
.f_mail:before {
  background-image: url("/W_images/f_mail.png");
}
.f_info a {
  text-decoration: none;color: #fff;
}
.f_tel span {
  text-decoration: underline;
}
.f_form_txt {
  font-style: italic;
  margin-bottom: 10px;
}
.f_form input {
  width: 100%;
  background: #fff;
  border: none;
  color: #000;
  padding: 7px 15px;
  margin-bottom: 10px;
}
.f_form input::-webkit-input-placeholder {
  color: #000;
}
.f_form input::-moz-placeholder {
  color: #000;
}
.f_form input:-ms-input-placeholder {
  color: #000;
}
.f_form input:-moz-placeholder {
  color: #000;
}
.f_form button {
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}
.f_form button img{filter: brightness(0);}
.f_slogan {
  font-family: 'iCielRukola';
  text-align: center;
  font-size: 30px;
  margin: 20px 0;
}
.f_name{font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;}
.copyright {
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #fff;
}
.copyright a {
  text-decoration: none;color: #fff;
}
/*
  font-family: 'Montserrat', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: 'Oswald', sans-serif;
*/
.customerstar {
    padding: 60px 0;
    background: #f7f7f7;}
.customerstar_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.customerstar_itm {
    width: 33.33%;
    padding: 30px 15px;
}
.customerstar_ttl {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.customerstar_img {
    text-align: center;
    padding: 0 30px;
}
    .customerstar_img img {
        border-radius: 50%;
    }

.searchbar_new{
    display: none;
    position: absolute;
    width: 243px;
    right: 0;
    top: 40px;
    z-index: 9;
}

@media screen and (min-width: 1600px) {
    h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 20px;
  }
  .h_tel li {
    font-size: 18px;
  }
  .idx_h2 {
    font-size: 40px;
  }
  .idx_btn a {
    width: 160px;
  }
  .b03_main_ttl {
    font-size: 22px;
  }
  .b04_itm_ttl {
    font-size: 35px;
  }
  .b05_itm_date {
    font-size: 17px;
  }
  .b05_itm_date:before {
    top: 0;
  }
  .f_note {
    font-size: 18px;
  }
  .f_ttl, .f_slogan {
    font-size: 34px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
  }
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 14px;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top:55px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: var(--m-color);
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico, .gnvsub-ico {
    width: 50px;
    height: 51px;
    position: absolute;
    background: var(--m-color);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before, .gnvsub-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before,
  .sublist_itm.active > .gnvsub-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border: none;
    padding: 5px 0;
  }
  .logo {
    margin: 0 0 -55px;
}
  .h_tel {
    display: none;
  }
  .logo img {
    max-width: 190px;
  }
  .h-top{display:none;}
	
  #gnavi {
    position: fixed;
    margin: 0;
    top: 55px;
    left: 0;
    background: var(--m-color);
    height: calc(100% - 90px);
    width: 100%;
    padding: 30px 4%;
    overflow: auto;
    display: none;
  }
  .submenu a{background: var(--s-color);}
  .gnavi {
    display: block;
  }
  .gnavi > li {
    margin: 0;
  }
  .gnavi > li > a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
    text-align: center;
	color:#fff;
  }
  .gnavi > li > a:after {
    display: none;
  }
  .submenu {
    position: relative;
  }
  .submenu a {
    text-align: center;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  .sublist{ width: 100%;padding: 0;}
  .sublist > ul{display:block;}
  .sublist_title{display: block;text-align: center;padding:15px;}
  .sublist_itm {position: relative;}
  .sublist_itm:nth-child(2) .subsubmenu {
    flex-direction: unset;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
.subsubmenu a{background: #f3994c;}
.subsubmenu{display:none;position:relative;top: 0;
    left: 0;
    width: 100%;}
.gnavi > li.active > a, .gnavi > li:hover > a{color: #fff;}
.h_search_ttl{margin-bottom:0;}
.h_search_form {
        position: fixed;
        left: 0;
        top: 65px;
        width: 100%;
        background: #f7f7f7;
        padding: 15px 5px;
    }
	
  .box01 {
    padding: 40px 0;
  }
  .b01_main {
    width: 100%;
  }
  .b01_list{display:block; margin-bottom: 30px;}
  .b01_item{width:100%; margin-bottom: 30px;}
  
  .box01 .idx_h2 {
    text-align: center;
  }
  .idx_h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .b01_img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .idx_btn {
    text-align: center;
  }
  .box02 {
    padding: 40px 0;
  }
  .b02_list.slick-initialized .slick-slide {
    margin: 0 5px;
    height: 100px;
    padding: 15px;
  }
  .b02_list .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 8px auto;
    top: calc(50% - 20px);
  }
  .box03 {

  }
  .b03_main_ttl {
	  padding: 5px 10px;
    font-size: 15px;
  }
  .b03_list {
    flex-wrap: wrap;justify-content: space-between;
  }
  .b03_item {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
    min-width: auto;
    margin-right: 15px;
  }
  .b03_item:nth-child(2n) {
    margin-right: 0;
  }
  
  .b03_item:last-child {}

  
  .b03_itm_img {
    margin-bottom: 10px;height: 160px;
  }
  .b03_itm_bottom .price{font-size: 11px;padding: 2px 10px;}
  .b03_itm_bottom .cart img{    width: 25px;}
  .box04 {
    padding: 40px 0;
  }
  .b04_list {
    display: block;
  }
  .b04_item {
    width: 100%;
    padding: 0;
  }
  .b04_item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .b04_itm_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .box04 .idx_btn {
    
  }
  .b04_itm_txt {
    margin-bottom: 10px;
  }
  .box05 {
    padding: 40px 0 10px;
  }
  .b05_list {
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
  }
    .b05_item {
        width: 48%;
        margin: 0 0 20px 0;
    }
  .b05_item:last-child {

  }
  .box06 {
    padding: 40px 0;
  }
  #footer {
    padding: 30px 0 0;
  }
  .f_main {
    flex-wrap: wrap;margin-bottom:0;
  }
    .f_mod, .f_mod.contact, .f_mod.info {
        width: 100%;
        margin: 0 0 20px;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 20px;
    }
  .f_mod:last-child{border:none;}
  .f_logo {text-align:center;
    width: 100%;
    margin: 0 auto 15px;
  }
  .f_slogan {
    margin: 0 0 10px;
    font-size: 22px;
  }
  .copyright {
    font-size: 12px;
  }
  .f_ttl {
    font-size: 22px;
  }
  
  .gallery_itm {
    width: calc(100% / 2 - 20px);
}
}

@media screen and (max-width: 480px) {
	.main-slide .slick-dots{bottom: 10px;}
	.logo img {
        max-width: 100px;
    }
    .b02_not_slide {
        flex-wrap: wrap;
    }
        .b02_not_slide p {
            width: 50%;
            margin: 0 0 25px;
        }
    .customerstar_itm {
        width: 100%;
    }
    .custom01 {
        padding: 30px 0;
    }
    .cust01_list{flex-wrap:wrap;}
    .cust01_itm {
        width: 50%;
        margin-bottom: 35px;
    }
        .cust01_itm .ttl {
            font-size: 12px;
        }
        .cust01_itm .des {
            font-size: 10px;
        }
        .b01_img {
            width: 100%;
        }	
		.b05_itm_ttl{font-size: 14px;}
.b01_img iframe{width:100%;height:300px;}	
  .b03_item {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .b03_item:nth-child(3n) {
    margin-right: 2%;
  }
  .b03_item:nth-child(2n) {
    margin-right: 0;
  }
  .b04_itm_img {
   
    margin-right: 0;
  }
  .b03_itm_bottom .price .old{font-size:10px;}
  .idx_btn a {
    font-size: 12px;
    padding: 5px;
    width: 120px;
  }
    .h_cate{}
        .h_cate .list li a {
            display: block;
			font-size: 11px;
			padding: 5px 3px;
        }
        
            .b03_main_ttl {
                font-size: 13px;
            }
  
  .b03_main_ttl .ico {
   margin-right:5px;
  }
  .b03_main_more {
    font-size: 12px;
    top: 10px;
  }
    .b03_item{width:49%;}
    .b03_itm_img {
    }
}
@media screen and (max-width: 390px) {
	.b03_itm_bottom .price{font-size: 14px;padding: 3px 10px;}
	.b03_itm_bottom .cart img {width: 28px;}
	 .b03_main_ttl span {}
	
}



/* About Mikawa Section */
.about-mikawa {
  padding: 50px 0;
  background: url('/assets/images/bg1.png') no-repeat center center/cover;
}
.about-mikawa .container {
  /* background-color: #e0f2f7; Light cyan background for container */
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.about-content {
  display: flex;
  align-items: center;
  justify-content:space-between;
  gap: 30px;
}
.about-image{width:40%}
.about-text{width:55%}
.about-text h2 {
font-size: 2em;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}
.about-text-main{
  margin: 30px auto 30px;
    font-size: 19px;
    width: 595px;
    text-align: center;
}
.about-text-btn {
    text-align: center;
}
.stats {
  display: flex;
  justify-content: space-around; /* Or space-between */
  margin-bottom: 40px;
  gap: 10px;
}
.stat-item {
  text-align: center;
}
.stat-number {
  display: block;
  font-size: 2.5em;
  font-weight: bold;
  color: var(--m-color);
}
.stat-label {
  font-size: 0.9em;
}

/* Buttons */
.about-text-btn a {
	text-decoration:none;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.9em;
  background-color: var(--m-color); /* Dark blue */
  color: white;
}

.about-text-btn a:hover {
  background-color: #004a8f;
}


/* Benefits Section */
.benefits {
  background-color: white;
  padding: 50px 0 40px 0;
  text-align: center;
}
.benefits h2 {
  font-size: 2em;
  margin-bottom: 30px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}
.benefit-item {
  text-align: center;
}
.benefit-icon-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.benefit-item p {
  font-size: 0.9em;
  font-weight: bold;
  color: #555;
}
.icon-blue {
  border: 3px solid #1F4296;
}
.icon-green {
  border: 3px solid #28a745;
}
.icon-yellow {
  border: 3px solid #ffc107;
}
.icon-orange {
  border: 3px solid #fd7e14;
}
.icon-red-orange {
  border: 3px solid #dc3545;
} /* Adjust as needed */
.icon-red {
  border: 3px solid #bf1e2e;
}

/* Products Section */
.products {
  padding: 50px 0;
  text-align: center;
}
.products-ion-kiem {
  background: url('/W_images/pro1.png') no-repeat center center; 
  background-size: cover;
}
.products-ion-kiem .container .b03_main h2{
  color: var(--m-color);
  font-weight: bold;
}
.products .btn-all {
display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Montserrat';
  }
.products-ion-kiem .btn-all{
  background-color: var(--m-color) !important;
}

.products-ion-kiem .container .b03_main .product-grid div a h3{
  color: var(--m-color);
}
  
.products-tinh-khiet {
  background: url('/W_images/pro2.png') no-repeat center center; 
  background-size: cover;
}
.products-tinh-khiet .container .b03_main .product-grid div a h3{
  color: var(--s-color);
}

.products-tinh-khiet .container .b03_main h2{
  color: var(--s-color);
  font-weight: bold;
}

.products-tinh-khiet .btn-all{
  background-color: var(--s-color) !important;
 
}


.subttl{
  padding-bottom: 20px;
}
.products h2 {
  font-size: 2em;
  margin-bottom: 10px;
}
.products > .container > p {
  margin-bottom: 30px;
  color: #555;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
.product-card {
	overflow: hidden;
    border-radius: 8px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 22%) 0px 7px 10px;
	background: #fff;
}
.product-card:hover{
  .product-image-placeholder{
    transform: scale(1.1);
  }
}
.product-card a{
  text-decoration:none;
}

.product-card a h3{
  font-size: 20px;
  padding: 20px 0 35px;
  font-weight: bold;
}

.product-image-placeholder {
  width: 100%;
  height: auto; /* Adjust */
  transition: all 0.5s;
  margin-bottom: 15px;
  /* không cho thẻ img con bị tràn ra ngoài */
  overflow: hidden;
}

.achievements-section {
    padding: 50px 0;
    background-color: #E3EBFF;
}

.achievements-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;gap: 20px;
} 

.achievements-content p img{
  width: 100%;
}

.gallery_itm{width:calc(100%/4 - 20px);overflow: hidden;}
.gallery_itm img{transition:all 0.5s;}
.gallery_itm:hover img{transform:scale(1.1,1.1)}

.achievements-content

.product-card h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
  color: #1F4296; /* For ion kiem */
}
.products-tinh-khiet .product-card h3 {
  color: #28a745; /* For tinh khiet */
}
.product-card small {
  display: block;
  background-color: #1F4296;
  color: white;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 0.7em;
  margin-bottom: 10px;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.products-tinh-khiet .product-card small {
  background-color: #28a745;
}

/* Video Section */
.custom03 {
    padding: 50px 0;
}

.cust03-item {
  margin: 0 15px 0;
  text-decoration: none;
}

.cust03-item-img {
  height: 230px;
  margin: 0;
  position: relative;
}


.cust03-item-img {
  overflow: hidden;
  position: relative;
  display: block;
}

.cust03-item-img img {
  height: 100% !important;
  width: 100%; /* thêm nếu cần full chiều ngang */
  transition: transform 0.5s ease;
  object-fit: cover; /* giữ tỷ lệ khi scale */
}

.cust03-item-img:hover img {
  transform: scale(1.1);
}

.cust03-item-title{
  margin: 10px 0 0;
  color: black !important;
}

.ico-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.ico-play svg {
  width: 60px;
  color: #f00;
  /* animation: ripple 2s linear infinite; */
}
.video-section {
  padding: 50px 0;
  text-align: center;
}
.video-section h2 {
  font-size: 2em;
  margin-bottom: 30px;
  color: #1F4296; /* Blue */
}
.video-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between; /* For arrows */
  gap: 20px;
  overflow-x: auto; /* Simple scroll for now */
}
.carousel-arrow {
  font-size: 2em;
  cursor: pointer;
  padding: 0 10px;
  color: #1F4296;
}
.video-item {
  min-width: 280px; /* Adjust */
  text-align: center;
}
.video-placeholder {
  width: 100%;
  height: 180px; /* Adjust */
  margin-bottom: 10px;
  background-color: #333; /* Darker for video */
  color: white;
}
.video-item p {
  font-size: 0.9em;
}

/* Gallery Section */
.gallery-section {
  padding: 50px 0;
  background-color: #e9ecef; /* Light grey */
  text-align: center;
}
.gallery-section h2 {
  font-size: 2em;
  margin-bottom: 30px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}
.gallery-image-placeholder {
  width: 100%;
  height: 150px; /* Adjust */
}

/* CTA Banner Section */
.cta-banner {
  position: relative;
  padding: 60px 0;
  text-align: center;
  color: #004a8f; /* Dark blue for text */
}
.cta-bg-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e6f7ff; /* Light blue placeholder */
  z-index: -1;
}
.logo-stacked {
  margin-bottom: 20px;
}
.logo-img-cta {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 5px;
}
.logo-stacked span {
  font-size: 2em;
  font-weight: bold;
  display: block;
}
.logo-stacked small {
  font-size: 0.9em;
}
.cta-banner h2 {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 15px;
}
.hotline-cta {
  font-size: 1.5em;
  font-weight: bold;
  color: #d9534f; /* Reddish */
}

/* News Section */
/* In your style.css */

.news-section {
  padding: 50px 0;
  text-align: center;
}
.news-section h2 {
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: bold;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.news-card {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden; /* Important to contain the absolutely positioned time element if it overflows */
  text-align: left;
  position: relative; /* Make this the positioning context for the <time> element */
}

.news-card a { /* Ensure the anchor tag takes up the space if you want the whole card clickable */
  text-decoration: none;
  color: inherit;
  display: block; /* Makes the anchor behave like a block, good for layout */
}

.news-image-placeholder {
  width: 100%;
  height: 180px; /* Adjust as needed */
  /* background-color: #e0e0e0; */ /* From original placeholder */
  position: relative; /* Good practice, though not strictly needed for this specific time positioning */
}

.news-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* Removes any bottom space for inline images */
}

.news-content {
  padding: 15px;
  padding-top: 25px; /* Add more top padding to make space for the overlapping time element */
}

.news-content time {
  background: url(../assets/images/calender.png) no-repeat 10px center / 15px 15px;
  position: absolute;
  top: 180px;
  left: 22%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 0.8em;
  background-color: #1F4296;
  color: white;
  padding: 7px 5px 7px 30px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.news-content h3 {
  display: -webkit-box;
 font-size: 16px;
  margin-bottom: 8px;
  margin-top: 0; 
  font-weight: bold;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-content p {
  display: -webkit-box;
  font-size: 0.9em;
  color: #555;
  /* hiển thị tối đa 2 dòng */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin:0;
}

/* Partners Section */
.partners-section {
  padding: 40px 0;
  background-color: #f8f9fa;
  text-align: center;
}
.partners-section h2 {
  font-size: 1.8em;
  margin-bottom: 25px;
}
.partners-grid {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 22px;
  /* chiều dài của các thẻ p bằng nhau */
  flex-wrap: wrap;
  
}

/* thẻ p tạo khung chưa thẻ a chứa logo */
.partners-grid p {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
}
/* ảnh trong p không vượt quá khung và giữ tỷ lệ nếu ảnh lớn thì thu nhỏ ảnh để vừa chiều với chiều lớn nhất */
.partners-grid p img {
  width: 100%;
  height: auto;
  display: inline-block;
}

/* thẻ a chứa logo */
.partners-grid p a {
  /* display: flex; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* chiều rộng của thẻ a bằng thẻ cha p */
  width: 60% !important;
  border: 1px solid #ddd;
  background-color: #fff;
}

/* logo */

.partners-grid p a img {
  width: 60%; /* Adjust */
  height: auto; /* Adjust */
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

/* Contact Section */
.contact-section {
  position: relative;
  /* padding: 60px 0; */
  color: white;
}
.contact-bg-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1F4296; 
  z-index: -1;
}
.contact-container-flex {
  display: flex;
  position: relative;
  align-items: center;
  gap: 40px;
}
.contact-image-placeholder {
  background: url(/assets/images/beforeF.png) no-repeat center center / 100% 100%;
  width: 40%;
  height: 500px;
  border-radius: 10px;
  position: absolute;
  margin-bottom: 40px;
}
.contact-form-wrapper {
  float: left;
  width: 100%;
  padding: 60px 0 60px 45%;
}
.contact-form-wrapper h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
}
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1em;
}
.contact-form-wrapper .contact-form textarea {
  height: 100px;
  width: 100%;
  resize: vertical;
}
.contact-form-wrapper .contact-form button {
  width: auto;
  text-align: center;
  padding: 12px 25px;
}
.contact-form-btn {
    text-align: center;
}

.contact-form-btn button {
    background-color: white;
    color: var(--m-color);
    border: none;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 4px;
    cursor: pointer;
}

/* Footer */
footer {
  background-color: #f8f9fa;
  padding-top: 40px;
  color: #555;
}
.footer-container {
}
.footer-container .footer-top {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 30px;
  margin: 30px 0 30px 0;
}
.company-info-text p{color:#000;}
.footer-logo-cta {
  width: 38%;
}
.footer-logo-cta .logo {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 10px;
}
.logo-img-footer {
  width: 140px;
  height: 80px;
  margin-bottom: 5px;
}
.footer-logo-cta .logo span {
  font-size: 1.3em;
}
.footer-logo-cta .logo small {
  font-size: 0.8em;
}
.footer-cta-text {
  font-size: 40px;
  padding-left: 50px;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  color: #1F4296;
  margin-top: 10px;
  align-items: center;
  font-weight: bold;
}
.footer-info h3,
.footer-links h3,
.footer-social h3,
.footer-logo-cta h3 {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #333;
}
.footer-info p {
  font-size: 0.9em;
  margin-bottom: 8px;
}
.footer-links {
  width: 29%;
  padding-left: 50px;
}
.footer-links ul {
  list-style: none;
}
.footer-links ul li a {
  text-decoration: none;
  color: #000;
  font-size: 0.9em;
  display: block;
  margin-bottom: 5px;
}
.footer-links ul li a:hover {
  color: #007bff;
}

.footer-social {
  padding-left: 50px;
}
.social-icons a {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  /* border: 1px solid #ccc; */
  /* border-radius: 50%; */
  margin-right: 8px;
  color: #555;
  text-decoration: none;
}
.social-icons a:hover {
  background-color: #1F4296;
  color: white;
  border-color: #1F4296;
}
.footer-bottom {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #eee;
  font-size: 0.85em;
  background-color: #003870; /* Dark blue */
  color: #f0f0f0; /* Light text */
}
.f_copyright{margin:0;}

/* Responsive Design */
@media (max-width: 992px) {
  .header-container {
    flex-wrap: wrap; /* Allow wrapping */
  }
  header nav {
    order: 3; /* Move nav below logo and right items */
    width: 100%;
    display: none; /* Hidden by default on smaller screens */
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }
  header nav.active {
    display: flex; /* Show when active */
  }
  header nav ul {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  header nav ul li {
    margin: 10px 0;
  }
  .menu-toggle {
    display: block; /* Show menu toggle */
    order: 2; /* Position menu toggle */
  }
  .header-right {
    order: 1; /* Adjust order if needed */
  }

  .about-content {
    flex-direction: column;
    text-align: center;
  }
  .about-image-placeholder {
    margin-bottom: 20px;
  }
  .stats {
    flex-direction: column;
    gap: 15px;
  }
  .contact-container-flex {
    flex-direction: column;
  }
  .contact-image-placeholder,
  .contact-form-wrapper {
    width: 100%;
  }
  .contact-image-placeholder {
    margin-bottom: 0;
    position: relative;
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 768px) {
	.gallery_itm {
        width: calc(100% / 2 - 20px);
    }
  .hero h1 {
    font-size: 2.2em;
  }
  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .achievements-content p{
    width: 90%;
    height: 90%;
    margin: 0 auto;
  }
  .achievements-content p img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video-carousel {
    /* Could make items stack or ensure proper scrolling */
  }
  .news-grid {
    grid-template-columns: 1fr; /* Stack news cards */
  }
  .news-card{
    width: 90%;
    margin: 0 auto;
  }
  .partners-grid{
     /* hiện 4 logo trên mỗi hàng */
     display: grid !important;
     justify-content: center;
     grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); 
     gap: 10px;
  }
  .partners-grid p{
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .partners-grid p img{
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
  }
  .contact-container-flex{
    flex-direction: column;
  }
  .contact-form-wrapper {
    width: 100%;
    padding: 0;
  }
  .contact-form{
    margin-bottom: 20px;
  }
  .footer-container .footer-top {
    grid-template-columns: 1fr; /* Stack footer columns */
    text-align: center;
  }
  .footer-logo-cta .logo {
    align-items: center;
    text-align: center;
  }
  .social-icons {
    justify-content: center;
  }
  .about-image, .about-text{width:100%;}

  /* reponsive cho footer-container, footer-logo-cta1, logoF, footer-top */
  .footer-logo-cta1 {
    display: inline !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    height: auto;
    height: 270px !important;
  }

  .logo-img-footer {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .footer-cta-text {
    font-size: 25px;
    color: #1F4296;
    font-weight: bold;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .footer-logo-cta, .footer-links, .footer-social{
    width: 100%;
    text-align: left;
    padding: 0  !important;
  }

  .slick-dots{
    display: none !important;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .logo span {
    font-size: 1.2em;
  }
  .logo small {
    font-size: 0.6em;
  }
  .hotline {
    font-size: 0.8em;
  }
  .hero h1 {
    font-size: 1.8em;
  }
  .about-text h2,
  .products h2,
  .benefits h2,
  .video-section h2,
  .gallery-section h2,
  .news-section h2,
  .cta-banner h2,
  .contact-form-wrapper h2 {
    font-size: 1.5em;
  }
  .stat-number {
    font-size: 2em;
  }
  .btn {
    padding: 8px 15px;
    font-size: 0.8em;
  }
  .about-text-main{width:100%;}
}


/* In style.css - Add or adapt these for your dropdowns */
header nav ul li {
  position: relative; /* For positioning submenus */
}

header nav ul li .gnv-ico { /* Style your dropdown arrow */
  margin-left: 5px;
  /* Example: content: '▼'; font-size: 0.7em; */
}

header nav ul li ul.submenu,
header nav ul li ul.subsubmenu {
  display: none; /* Hide submenus by default */
  position: absolute;
  top: 100%; /* Position below parent */
  left: 0;
  background-color: #fff; /* Or your desired dropdown background */
  border: 1px solid #eee;
  min-width: 200px; /* Adjust as needed */
  z-index: 1001; /* Ensure it's above other content */
  list-style: none; /* Remove default list styling */
  padding: 0; margin:0;
}

header nav ul li ul.submenu li,
header nav ul li ul.subsubmenu li {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
header nav ul li ul.submenu li:last-child,
header nav ul li ul.subsubmenu li:last-child {
  border-bottom: none;
}


header nav ul li ul.submenu li a,
header nav ul li ul.subsubmenu li a {
  padding: 10px 15px;
  display: block;
  white-space: nowrap;
  color: #333; /* Link color in dropdown */
}
header nav ul li ul.submenu li a:hover,
header nav ul li ul.subsubmenu li a:hover {
  background-color: #f5f5f5; /* Hover background in dropdown */
  color: #007bff;
}


/* Show submenu on hover */
header nav ul > li:hover > ul.submenu {
  display: block;
}

/* For second-level dropdowns */
header nav ul li ul.submenu li {
  position: relative; /* For positioning sub-submenus */
}
header nav ul li ul.submenu li ul.subsubmenu {
  top: 0;
  left: 100%; /* Position to the right of parent li */
}
header nav ul li ul.submenu li:hover > ul.subsubmenu {
  display: block;
}

/* Active state styling */
header nav ul li.active > a {
  color: #007bff; /* Example active color */
  /* font-weight: bold; */
}
header nav ul li ul.submenu li.active > a,
header nav ul li ul.subsubmenu li.active > a {
   color: #0056b3; /* Different active color for dropdowns if needed */
}

/* Hide dropdown arrows if no submenu (handled by server-side Visible=false ideally) */
/* span.gnv-ico:empty { display: none; } */


/* ENDDDDDDDDDDDDDDDDDDD */


/* style.css */

/* ... (CSS hiện tại của bạn) ... */

/* Search Toggle Button Styling */
.search-toggle-container {
  display: flex;
  align-items: center;
  margin-left: 15px; /* Hoặc margin-right tùy vị trí mong muốn */
}

#search-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px; /* Điều chỉnh nếu cần */
  font-size: 1.2em; /* Điều chỉnh kích thước icon nếu dùng font icon */
  color: #333; /* Màu icon */
  line-height: 1; /* Giúp căn chỉnh icon tốt hơn */
}

#search-toggle-button img { /* Nếu bạn dùng thẻ <img> cho icon */
  width: 20px; /* Điều chỉnh kích thước */
  height: 20px;
  display: block;
}

#search-toggle-button:hover {
  color: #007bff; /* Màu khi hover */
}



/* Responsive adjustments cho .header-right nếu cần */
@media (max-width: 768px) {
  /* Có thể bạn muốn sắp xếp lại .header-right hoặc icon search trên mobile */
  .header-right {
      /* Ví dụ: justify-content: flex-end; */
  }
  .search-toggle-container {
      /* Điều chỉnh margin hoặc vị trí trên mobile nếu cần */
  }
}


.footer-logo-cta1 {
  display: flex;
      /* align-items: center; */
      /* justify-content: flex-start; */
      gap: 20px;
      height: 160px;
}

.logoF {
    width: auto;
    height: auto;
}
.i_face{
  background: url('../assets/images/face.png') no-repeat center center !important;
}
.i_insta{
  background: url('../assets/images/in.png') no-repeat center center !important;
}
.i_youtube{
  background: url('../assets/images/you.png') no-repeat center center !important;
}
.i_zalo{
  background: url('../assets/images/za.png') no-repeat center center !important;
}





.circular-menu-wrapper {
  position: relative;
  width: 100%;
  max-width: 650px;
  aspect-ratio: 1 / 1;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  /* cho hiệu ứng xoay */
  animation: spin 25s linear infinite; 
}

.circular-menu-wrapper:hover {
  animation-play-state: paused;
  .cm-central-hub, .cm-orbiting-item a, .cm-central-icon-wrapper img{
    animation-play-state: paused;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cm-central-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
  background-color: #007bff;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.cm-central-hub img {
  animation: spin2 25s linear infinite;
}

/* các item sẽ không xoay ngược lại bằng spin2 và nằm ở đúng vị trí ban đầu */
@keyframes spin2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.cm-central-icon-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 12px; */
  /* padding: 5px; */
  box-sizing: border-box;
}

.cm-central-icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  animation: spin2 25s linear infinite;
}

.cm-central-text {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3;
}

.cm-dashed-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 275px;
  height: 275px;
  transform: translate(-50%, -50%);
  border: 2px dashed #FFFFFF;
  border-radius: 50%;
  z-index: 5;
  pointer-events: none;
}

.cm-orbiting-items {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 8;
}

.cm-orbiting-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 165px;
  /* height: auto; */
  margin-left: -80px;
  margin-top: -50px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.cm-orbiting-item a {
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  animation: spin2 25s linear infinite;
}


.cm-item-icon {
  width: 90px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  padding: 5px; /* Thêm padding nếu ảnh icon quá sát */
  box-sizing: border-box;
}

.cm-item-icon img {
  max-width: 100%; /* Hoặc kích thước cụ thể nếu ảnh của bạn đồng nhất */
  max-height: 100%;
  object-fit: contain; /* Giữ tỷ lệ ảnh */
  /* animation: spin2 25s linear infinite; */
  z-index: 10;
}
.cm-orbiting-item{
  z-index: 100;
}

  .cm-item-label .cm-item-subdescription{
    display: none;
    position: absolute;
    left: calc(50% - 190px);
    width:390px;
    font-size: 14px;
    background-color: #004a99;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 400;
    z-index: 999999 !important;
    /* margin: -130px; */
    transition: all 0.3s ease-in-out; 
    text-align: center;
  }

.cm-item-label {
  position: relative; /* cần cho định vị con */
}
.cm-orbiting-item:hover .cm-item-subdescription{
  display: block;
}
/* .cm-item-label .cm-item-subdescription.left {
  left: auto;
  right: 100%;
  margin-left: -50px;
}

.cm-item-label .cm-item-subdescription.right {
  left: 100%;
  margin-left: 50px; 
} */

.cm-orbiting-item a:hover .cm-item-icon {
  transform: scale(1.1);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  
}

.cm-item-label {
  font-size: 0.75em;
  color: #004a99;
  font-weight: bold;
  line-height: 1.4;
  /* animation: spin2 25s linear infinite; */
}

:root {
  --cm-orbit-radius: 250px !important;
  --cm-item-angle-offset: -90deg;
}

/* Định vị cho tối đa 8 items. Nếu Repeater có nhiều hơn, các item > 8 sẽ không được định vị đúng */
.cm-item-1 { transform: rotate(calc(var(--cm-item-angle-offset) + 0deg))   translateY(calc(-1 * var(--cm-orbit-radius))) rotate(calc(-1 * (var(--cm-item-angle-offset) + 0deg))); }
.cm-item-2 { transform: rotate(calc(var(--cm-item-angle-offset) + 45deg))  translateY(calc(-1 * var(--cm-orbit-radius))) rotate(calc(-1 * (var(--cm-item-angle-offset) + 45deg))); }
.cm-item-3 { transform: rotate(calc(var(--cm-item-angle-offset) + 90deg))  translateY(calc(-1 * var(--cm-orbit-radius))) rotate(calc(-1 * (var(--cm-item-angle-offset) + 90deg))); }
.cm-item-4 { transform: rotate(calc(var(--cm-item-angle-offset) + 135deg)) translateY(calc(-1 * var(--cm-orbit-radius))) rotate(calc(-1 * (var(--cm-item-angle-offset) + 135deg))); }
.cm-item-5 { transform: rotate(calc(var(--cm-item-angle-offset) + 180deg)) translateY(calc(-1 * var(--cm-orbit-radius))) rotate(calc(-1 * (var(--cm-item-angle-offset) + 180deg))); }
.cm-item-6 { transform: rotate(calc(var(--cm-item-angle-offset) + 225deg)) translateY(calc(-1 * var(--cm-orbit-radius))) rotate(calc(-1 * (var(--cm-item-angle-offset) + 225deg))); }
.cm-item-7 { transform: rotate(calc(var(--cm-item-angle-offset) + 270deg)) translateY(calc(-1 * var(--cm-orbit-radius))) rotate(calc(-1 * (var(--cm-item-angle-offset) + 270deg))); }
.cm-item-8 { transform: rotate(calc(var(--cm-item-angle-offset) + 315deg)) translateY(calc(-1 * var(--cm-orbit-radius))) rotate(calc(-1 * (var(--cm-item-angle-offset) + 315deg))); }
/* Nếu bạn cần hỗ trợ nhiều hơn 8 items, hãy thêm các class .cm-item-9, .cm-item-10 ... với góc xoay tương ứng */


/* Responsive adjustments (tùy chọn) */
@media (max-width: 768px) {
  .benefits { padding: 20px 0 20px 0; }
  .cm-central-hub { width: 200px; height: 200px; }
  .cm-central-icon-wrapper { width: 100%; height: 100%; }
  .cm-central-text { font-size: 1em; }
  :root { --cm-orbit-radius: 160px !important; }
  .cm-orbiting-item { width: 80px; margin-left: -40px; margin-top: -45px; }
  .cm-item-icon { width: 50px; height: 50px; }
  .cm-item-label { font-size: 0.7em; }
  .cm-dashed-orbit { width: 300px; height: 300px; }
  .circular-menu-wrapper { padding: 10px; }
  .cm-item-label .cm-item-subdescription{width: 100%; left: 0px;display: none;}
  .cm-item-label:hover .cm-item-subdescription{display: none !important;}
  .cm-orbiting-item:hover .cm-item-subdescription, #search-toggle-button{
    display: none !important;
  }
  .achievements-content{
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .cm-central-hub { width: 140px; height: 140px; }
  .cm-central-icon-wrapper { width: 100%; height: 100%; }
  .cm-central-text { font-size: 0.9em; }
  :root { --cm-orbit-radius: 140px !important; }
  .cm-orbiting-item { width: 70px; margin-left: -35px; margin-top: -30px; }
  .cm-item-icon { width: 40px; height: 40px; margin-bottom: 5px; padding: 5px; }
  .cm-item-label { font-size: 0.65em; width: 100px !important; }
  .cm-dashed-orbit { width: 160px; height: 160px; }
}
.circular-tooltip {
  background-color: #333; /* Màu nền tooltip */
  color: white;          /* Màu chữ tooltip */
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 0.9em;
  z-index: 100; /* Đảm bảo nó nổi lên trên các phần tử khác */
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  max-width: 200px; /* Giới hạn chiều rộng tooltip */
  text-align: left;
  pointer-events: none; /* Để tooltip không cản trở sự kiện hover trên các item khác */
}