@charset "UTF-8";
/*
Theme Name: Custom Theme
Template: basic
Author: Trendmake
Copyright: (c) 2023 Trendmake
Version: 20231228
*/

/* custom icon */
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?klagb8');
	src:  url('fonts/icomoon.eot?klagb8#iefix') format('embedded-opentype'),
	  url('fonts/icomoon.ttf?klagb8') format('truetype'),
	  url('fonts/icomoon.woff?klagb8') format('woff'),
	  url('fonts/icomoon.svg?klagb8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-chevron-up:before {
	content: "\e900";
  }
  .icon-phone:before {
	content: "\e901";
  }
  .icon-mail:before {
	content: "\e902";
  }
  .icon-paperplane:before {
	content: "\e903";
  }
  .icon-mail-envelope-closed:before {
	content: "\e904";
  }
  .icon-envelope:before {
	content: "\e905";
  }
  .icon-location:before {
	content: "\e906";
  }
  .icon-phone1:before {
	content: "\e907";
  }
  .icon-home:before {
	content: "\e908";
  }
  .icon-phone2:before {
	content: "\e942";
  }
  .icon-envelop:before {
	content: "\e945";
  }
  .icon-location1:before {
	content: "\e947";
  }
  .icon-amazon:before {
	content: "\ea87";
  }
  .icon-facebook2:before {
	content: "\ea91";
  }
  .icon-instagram:before {
	content: "\ea92";
  }
  

/*******************************
Common Setting
*******************************/
body {
	font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
	font-size: 16px;
	line-height: 2;
}
body #content {
	padding: 0;
}
/* Those Classes change row_inner width,
   when you set the Themify Builder > Row Options > Row Width to Default and Boxed. */
/*.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner {
	width: 100%;
}*/

/* table setting */
body table{
	width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

/* single post page */
.single #layout #content{ width: 100%; max-width: 980px; margin-right: auto; margin-left: auto; padding: 0 16px; }

/*******************************
Header Fix
*******************************/
body #header.header {
	height: auto;
	border-bottom: none;
}

/* Header Site Branding */
body #site-logo,
body #site-description {
	position: static;
}
body #site-logo {
	line-height: 1;
}
body #site-logo a,
body #site-logo a img {
	display: block;
}
/* Search Form in Header */
body #headerwrap #header #searchform {
	position: static;
}
body #headerwrap #header #searchform #s {
	float: none;
}

/*******************************
Footer Fix
*******************************/
body #footer {
	border-top: none;
	clear: none;
	padding: 0;
}
body #pc-backtop {
	display: block;
	position: fixed;
	z-index: 500;
	bottom: 50px;
	right: 50px;
	opacity: 0;
	transition: opacity .3s;
	width: 32px;
	height: 32px;
	font-size: 30px;
}
body #pc-backtop.is-visible {
	opacity: 1;
}
body #pc-backtop.is-visible:hover {
	opacity: .7;
}
body #pc-backtop a,
body #pc-backtop a img {
	display: block;
}
body .sp-footer-icons-container {
	display: none;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	z-index: 600;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: calc( env(safe-area-inset-bottom) / 2 );
	background: #4f4f4f;
}

body #footer .sp-footer-icons-container a span{
	display: block;
	font-size: 20px;
	margin-bottom: 8px;
}
body #footer .sp-footer-icons-container a {
	display: block;
    width: 100%;
    line-height: 1;
    text-align: center;
    background-color: #8c2031;
    text-decoration: none;
    font-size: 10px;
    padding: 10px 0 6px;
    border-left: 1px solid #fff;
    color: white;
}
body #footer .sp-footer-icons-container a:first-child{
	border-left:0;
}


/*******************************
Contact form
*******************************/
.wpcf7 table tr th{
	width:30%;
	text-align: left;
}
.wpcf7 table tr th,
.wpcf7 table tr td{
	padding:10px 15px
}
.wpcf7 table tr td input,
.wpcf7 table tr td select,
.wpcf7 table tr td textarea{
	background-color: #f3f3f3;
    border: solid 1px #ddd;
    padding: 6px 10px;
    border-radius: 5px;
	width:100%;
	max-width:100%;
	box-sizing:border-box;
}
.wpcf7 table tr td span input{
	margin-top:10px;
}
.wpcf7 table tr td span:first-child input{
	margin-top:0px;
}
.wpcf7 table tr td input[type="radio"],
.wpcf7 table tr td input[type="checkbox"]{
	width:auto;
}
.wpcf7 .submit_btn{
	display:block;
}
.wpcf7 .submit_btn input[type="submit"]{
	display:block;
	width:250px;
	margin:0 auto;
}

/* =============================================
	menu settings
=============================================　*/
#main-nav{

}

#main-nav .current_page_item a,
#main-nav .current-menu-item a{
	
}

#main-nav li{

}

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #fafafa;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #111;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* =============================================

	Common settings

============================================= */
/* table border and paddings */
table th,
table td{
	border: 1px solid #424242;
	padding: 10px;
}

/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1400px) { /* for iPad pro landscapes */

}

@media screen and (max-width: 1200px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

	#header.header {
		padding-top: 0;
	}

	/* mobile menu visibility */
	body #header #main-nav{
		display: block;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	@media screen and (max-width: 1200px) { /* for tablet landscapes big */

		#pagewrap {
			position: relative;
			padding-bottom: 51px;
		}
	
		#header.header {
			padding-top: 0;
		}
	
		/* module menu button visible */
		#menu-button{
			visibility:visible;
			opacity:1;
		}
		
		/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
		#main-menu-container {
	position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #f1f1f1;
		display: block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
		max-width: 42vw;
		padding: 2%;
		height: 100vh;
		box-sizing: border-box;
		}
		#main-menu-container.is-active{
			left: 0;	
		}
		/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	
	}

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	body .sp-footer-icons-container{
		display: flex;
	}
	#pc-backtop{
		display: none;
	}
}

@media screen and (max-width: 768px) { /* for tablet portrate */
	
}

@media screen and (max-width: 460px) { /* for mobile */
	
}

@media screen and (max-width: 390px) { /* for mobile small */
	
}





/*---------------------
VT-CUSTOM
--------------------*/



/*---------------------
CSS-FONT
--------------------*/
body .site{
	font-family: 'Noto Sans JP', sans-serif;
	color:#000;
	line-height:30px;
}

body .font-medium{
	font-weight:500;
}
body .font-medium-title .module-title,
body .normal-weight-title .sub-head{
	font-weight:500;
}

/*---------------------
end of CSS-FONT
--------------------*/







/*---------------------
CSS-LAYOUT
--------------------*/
.sidebar-none #content {
    padding: 0;
}
body .pagewidth {
	width: 100%;
	max-width: 100%;
}
body .row_inner {
	width:100%;
    max-width: 1200px;
	margin:0px auto;
}



body .fullwidth .row_inner {
	width:100%;
	max-width: 100%;
}
body .full-col .row_inner {
	width:100%;
	max-width: 100%;
}



body .module-layout-part .row_inner{
	width:100%;
    max-width: 1200px;
	margin:0px auto;
}
body .module-layout-part .fullwidth  .row_inner{
	width:100%;
	max-width: 100%;
}



@media screen and (max-width: 939px){
    body .pagewidth {width: 100%;max-width: 100%;}
    body .row_inner{width: 100%;max-width: 100%; padding:0px 2%;}
    body .full-inner  .row_inner{width: 100%;max-width: 100%; padding:0px 0%;}
}

/*---------------------
end of CSS-LAYOUT
--------------------*/


/*---------------------
CSS-FIX_THEMIFY
--------------------*/


/*
 * fix-button active 
 * lên 35px;
*/
body  .themify_builder_content  
.module_subrow .active_module .tb_action_wrap{
	bottom:-50px !important;
}

body  .themify_builder_content  
.module_subrow .active_module .tb_action_wrap{
	bottom:-50px !important;
}



/* fix-index-99
 * tăng zindex chomodule
* đặt class module
 * */
.themify_builder_active .themify_builder_content 
.fix-index-99{
	z-index:99;
}
.themify_builder_active  .themify_builder_content 
.fix-index-999{
	z-index:999;
}








/* fix-module-inline-one-line
 * fix-module-inline-one-line-center
 * làm cho module inline trên 1 hàng
 * đặt class cho module sub-col
 * */
body .themify_builder_content  .fix-module-inline-one-line .tb_holder{
    display: flex;
    justify-content: flex-start;
	align-items: center;
}
body .themify_builder_content  .fix-module-inline-one-line .tb_holder .active_module{
	width:auto;
}







body .themify_builder_content  .fix-module-inline-one-line-center .tb_holder{
    display: flex;
    justify-content: center;
	align-items: center;
}
body .themify_builder_content  .fix-module-inline-one-line-center .tb_holder .active_module{
	width:auto;
}




body .themify_builder_content  .fix-module-inline-one-line-center .tb-column-inner{
    display: flex;
    justify-content: center;
	align-items: center;
	 flex-wrap: wrap;
}


body .themify_builder_content .flex-wrap .tb_holder{
	display: flex;
	justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;	
}





/* fix-module-feature-for-image
 * làm cho width auto
* đặt class cho subrow
 * */
body .themify_builder_content 
.fix-module-feature-for-image .module-feature-chart-html5{
	display:none;
}





/* fix-subrow-inline
 * làm cho width auto
 * sub-row inline
* đặt class cho subrow
 * */
body .themify_builder_content 
.fix-subrow-inline{
    display: inline-flex;
    width: auto;
    margin: 0px auto;
}




/* fix-subrow-absolute
 * làm cho wi auto
* đặt class cho subrow
 * */


/* fix-subrow-absolute
 * làm cho các nút edit có thể hover khi absolute
* đặt class cho subrow
 * */
.themify_builder_active .page-content .themify_builder_content 
.fix-subrow-absolute .tb_action_wrap{
    margin-top: 0 !important;
}
.themify_builder_active .page-content .themify_builder_content 
.fix-subrow-absolute{
	padding-left:50px;
	padding-right:50px;	
}


.themify_builder_active .page-content .themify_builder_content 
.fix-subrow-active{
	padding-top:20px;
}







/* fix-module-icon
 * làm ảnh trong cho module icon xêp thẳng hàng
* đặt class cho module
 * */
body .themify_builder_content 
.fix-module-icon{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
body .themify_builder_content 
.fix-module-icon .module-icon-item{
    display: inline-flex;
    align-items: center;
}

body .themify_builder_content 
.fix-module-icon img{
	display: block;
    padding: 0px;
    margin-left: 5px;
}

body .themify_builder_content 
.fix-module-icon span{
	display:inline-block;
	margin:0px 10px;
}


body .themify_builder_content 
.fix-module-icon a{
    display: inline-flex;
    align-items: center;
}





/* fix-module-icon-radius 
 * làm cho ảnh iconkhông có  radius
* làm cho image icon kích thước auto
* đặt class cho module
 * */
body .themify_builder_content 
.fix-module-icon-radius img{
    border-radius: 0;
    max-width: none;
    width: auto;
    height: auto;
}




@media screen and (max-width: 768px){
body .themify_builder_content .flex-wrap-768 .tb-column-inner {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;	
}	
body .themify_builder_content .flex-column-768 .tb-column-inner {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;	
}		

	

}/*@media-768






/*---------------------
end of CSS-FIX_THEMIFY
--------------------*/


/*---------------------
CSS-HEADER
--------------------*/

#headerwrap {
	position: absolute;
    z-index: 9999;
    background-color: rgb(255 255 255 / 80%);
    width: 100%;
    left: 0;
    top: 0;
}

#header.header {
  padding:0;
}

#header-brand-container-wrap {
	height:158px;
	box-sizing:border-box;
}



.header-brand-container {
	display: flex;	
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.lb {

}
.rb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.rb1 {

}
.rb2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body .contact a{
  
}
.contact {
    padding: 0px 20px;
}
.tel-link.tel-header {

}
body .tel-header a{
	font-size:22px;
	color:#5a4435;
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	display:flex;
	align-items:center;
}
body .tel-header .tel-icon{
    color: #93a11f;
}

body .tel-header .tel-text {
    white-space: nowrap;
}

body .tel-header a:hover{
   	text-decoration:none;
	color:#e66f1f;
}
/*---------------------
end of CSS-HEADER
--------------------*/









/*---------------------
CSS-MENU
--------------------*/
#main-menu-container-second {
    margin-top: 10px;
}
#second-menu {
    display: flex;
    margin: 0;
    padding: 0;
}
#second-menu li{
    display: flex;
    align-items: center;
}
#second-menu li a {
    font-size: 13px;
    color: #909090;
    padding: 0px 10px;
	text-decoration:none;
	font-style: normal;

}
#second-menu li a:hover {
	color:#ea5a9b;
}


#main-menu-container{
}
#main-menu {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
	flex-wrap: wrap;
}
#main-menu > li {
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
margin: 5px 0px; 
}
#main-menu > li >a {
	font-size: .96em;
    line-height: 24px;
    color: #2d2d2d;
    padding: 0px 8px;
    text-decoration: none;
}
#main-menu > li:last-child{
}
#main-menu > li > a:before{
}
#main-menu > li > a:hover:before{
}
#main-menu > li > a:hover{
	color:#ea5a9b;
}


/* -------
menu edit
---------*/

#main-menu > li.nav00{
   display:none;
}
#main-menu > li.nav01 > a{
 
}
#main-menu > li.nav02 > a{
 
}
#main-menu > li.nav03 > a{
 
}
#main-menu > li.nav04 > a{
 
}
#main-menu > li.nav05 > a{
 
}
#main-menu > li.nav06 > a{
 
}
#main-menu > li:last-child a{
    padding-right:0;
}
/*menu hover*/
#main-menu > li.nav01 > a:hover{
 
}
#main-menu > li.nav02 > a:hover{
 
}
#main-menu > li.nav03 > a:hover{
 
}
#main-menu > li.nav04 > a:hover{
 
}
#main-menu > li.nav05 > a:hover{
 
}
#main-menu > li.nav06 > a:hover{
 
}

/* -------
menu sub
---------*/
#main-menu .menu-item-has-children{
}
#main-menu  li .sub-menu{
    z-index:9;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 150%;
    transform: translateX(25%);
}
#main-menu  li .sub-menu li{
    list-style: none;
    margin: 0;
    padding: 0;
}
#main-menu  li .sub-menu li a{
    display: block;
    text-align: center;
    padding: 10px 10px;
    color: #4d4d4d;
    font-size: 14px;
    background-color: #f7f7f7;
    line-height: 40px;  
}
#main-menu  li .sub-menu li a:hover{
 
}
/*sub hover*/
#main-menu > li:hover .sub-menu{
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 150%;
    transform: translateX(-14%);
}

/* ----------------
 css-MENU
---------------- */







/* ----------------
 css-Mobile
---------------- */
#menu-button{
  visibility:hidden;
  opacity:0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #fafafa;
}
#menu-button.nav-on {
  visibility:visible;
  opacity:1;
}
#menu-button .ham-lines {
  position: relative;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 28px;
  height: 2px;
  background-color: #111;
  border-radius: 1px;
}
#menu-button .ham-lines span {
  bottom: 15px;
  transition: all .25s .25s;
  opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  content: "";
}
#menu-button .ham-lines::before{
  bottom: 24px;
  animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
  bottom: 6px;
  animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
  font-size: 12px;
  line-height: 1;
}
#menu-button.is-active .ham-lines span {
  opacity: 0;
}
#menu-button.is-active .ham-lines::before {
  animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
  animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}


#main-menu-container.nav-off {
  position: fixed;
  z-index: 700;
  top: 0;
  left: -100vw;
  right: auto;
  bottom: auto;
  overflow-y: auto;
  background-color: #f1f1f1;
  display:block;
  width: 100vw;
  height: 100vh;
  transition: .3s linear;
}
#main-menu-container.is-active{
  left: 0;  
}
@media screen and (max-width: 1024px) { /* mobile visibility changes for max-width */
  #menu-button{
    visibility:visible;
    opacity:1;
  }
}

/* ----------------
 end css-Mobile
---------------- */











/*---------------------
CSS-TITLE
--------------------*/


/*title-01*/
body .title-01{
}
body .title-01 .module-title{
}
body .title-01 .tb_text_wrap{
}





/*---------------------
end of CSS-TITLE
--------------------*/










/*---------------------
CSS-PAGE
--------------------*/

body .themify_builder_content .btn-contact-main a{
    display: inline-flex;
    width: 183px;
    height: 183px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
}


body .themify_builder_content .btn-tel a span{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	max-width: 300px;
}

body .themify_builder_content .btn-tel a span span:nth-child(1){
    font-size: 14px;
}
 
body .themify_builder_content .btn-tel a span span:nth-child(2){

}

body .themify_builder_content .btn-tel a span span:nth-child(3){
    font-size: 12px;
    width: 100%;
}



body .themify_builder_content .themify_builder_slider_vertical.slider-01 .carousel-prev{
    top: 35%;
    left: -100px;
    background: transparent;
	color:#8c2031;
}
body .themify_builder_content .themify_builder_slider_vertical.slider-01 .carousel-next {
    top: 35%;
    right: -100px;
    background: transparent;
	color:#8c2031;	
}






/*---------------------
end of CSS-PAGE
--------------------*/




/*--------------------
 * CSS-ACCORDION
 * ------------------*/
body .accordion-01 ul{
    border: 0;
}
body .accordion-01 .accordion-title a{
	display:flex;
	position:relative;
}

body .accordion-01 .accordion-title a:before{
content: url();
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff6;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .accordion-01 .accordion-content{
	background-image: url();
    background-repeat: no-repeat;
    background-position: top 18px left 23px;
}

/*--------------------
 * end of  CSS-ACCORDION
 * ------------------*/






/*---------------------
CSS-POST
--------------------*/
/*post-01*/
body .post-01{

}
body .post-01.module.module-post{
	
}
body .post-01.module.module-post .module-title{
}
body .post-01.module.module-post .module-title span{
}
body .post-01.module.module-post .builder-posts-wrap {
}
#body .post-01.module.module-post .builder-posts-wrap .post{
	
}
#body .post-01.module.module-post .builder-posts-wrap .post .post-image{
}
#body .post-01.module.module-post .builder-posts-wrap .post .post-image a{

}
#body .post-01.module.module-post .builder-posts-wrap .post .post-image a img{

}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .post-date{
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .ex-title {
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .more-link {
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .ex-title p {
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .post-title{
	    font-weight: 500;
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .post-title a{

}

body .post-01.module.module-post .builder-posts-wrap .post .post-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .entry-content{
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .entry-content p{
}




/*post-02*/
body .post-02{

}
body .post-02.module.module-post{
	
}
body .post-02.module.module-post .module-title{
}
body .post-02.module.module-post .module-title span{
}
body .post-02.module.module-post .builder-posts-wrap {
}
#body .post-02.module.module-post .builder-posts-wrap .post{
	
}
#body .post-02.module.module-post .builder-posts-wrap .post .post-image{
}
#body .post-02.module.module-post .builder-posts-wrap .post .post-image a{

}
#body .post-02.module.module-post .builder-posts-wrap .post .post-image a img{

}
body .post-02.module.module-post .builder-posts-wrap .post .post-content .post-date{
}
body .post-02.module.module-post .builder-posts-wrap .post .post-content .ex-title {
}
body .post-02.module.module-post .builder-posts-wrap .post .post-content .more-link {
}
body .post-02.module.module-post .builder-posts-wrap .post .post-content .ex-title p {
}
body .post-02.module.module-post .builder-posts-wrap .post .post-content .post-title{
}
body .post-02.module.module-post .builder-posts-wrap .post .post-content .post-title a{
    background-color: #8c2031;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
	transition:all 0.3s;
	background-image:url(../../uploads/partner-hospital_01_03.jpg);
	background-repeat:no-repeat;
	background-position:bottom 5px right 5px;
}

body .post-02.module.module-post .builder-posts-wrap .post .post-content .post-title a:hover{
	box-shadow:0px 0px 10px 1px #666;
}


body .post-02.module.module-post .builder-posts-wrap .post .post-content{

}
body .post-02.module.module-post .builder-posts-wrap .post .post-content .entry-content{
}
body .post-02.module.module-post .builder-posts-wrap .post .post-content .entry-content p{
}





/*---------------------
end of CSS-POST
--------------------*/










/*---------------------
// CSS-BUTTOM
--------------------*/






/*---------------------
end of CSS-BOTTON
--------------------*/








/*---------------------
CSS-TABLE
--------------------*/

/*table-01*/
.table-01.module table{

}
.table-01.module table tr td,
.table-01.module table tr th{
    border: 0;
    border-bottom: 1px solid #979797;
    padding: 20px 20px;
    background-color: #faf5f1;
}

.table-01.module table tr:last-child td,
.table-01.module table tr:last-child th{
    border-bottom: 0px solid #979797;
}



.table-01.module table tr th{
    background-color: #8c2031;
    color: white;
    text-align: left;
    width: 25%;
	white-space:nowrap;
	text-align:center;
	border-bottom: 1px solid #ffff;
	font-weight: 500;
}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody th{display:table-cell;width:auto;}}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody td{display:table-cell;width:auto;}}



/*table-02*/
.table-02.module table{

}
.table-02.module table tr td,
.table-02.module table tr th{
	border: 0;
    border-bottom: 1px solid #979797;
	padding: 25px 140px;
    font-size: 20px;
}
.table-02.table-02v2.module table tr td,
.table-02.table-02v2.module table tr th{
	padding: 25px 5%;
}
.table-02.table-02v2.module table tr td:first-child{ width: 70%; }
.table-02.module table tr th{
	background-color:#8c2031;
	color:#fff;
}

.table-02.module table tr td:first-child,
.table-02.module table tr th:first-child{
    border-right: 1px solid #979797;
}

.table-02.module table tr:last-child th,
.table-02.module table tr:last-child td{
    border-bottom: 0px solid #979797;
}

@media screen and (max-width: 768px){body #body #layout #content .table-02.module  tbody th{display:table-cell;width:auto;}}
@media screen and (max-width: 768px){body #body #layout #content .table-02.module  tbody td{display:table-cell;width:auto;}}



/*table-03*/
.table-03.module table{

}
.table-03.module table tr td,
.table-03.module table tr th{
    border: 0;
    border: 1px solid #d9d4d1;
    padding: 15px 20px;
}
.table-03.module table tr th{
	background-color:#faf5f1;
	white-space:nowrap;
	text-align:center;
	width:30%;
}
@media screen and (max-width: 768px){body #body #layout #content .table-03.module  tbody th{display:table-cell;width:auto;}}
@media screen and (max-width: 768px){body #body #layout #content .table-03.module  tbody td{display:table-cell;width:auto;}}



/*table-04*/
.table-04.module table{

}
.table-04.module table tr td,
.table-04.module table tr th{
    border: 0;
    border: 1px solid #d9d4d1;
    padding: 15px 20px;
}
.table-04.module table tr th{
	background-color:#faf5f1;
	white-space:nowrap;
	text-align:center;
	width:15%;
}
@media screen and (max-width: 768px){body #body #layout #content .table-04.module  tbody th{display:table-cell;width:auto;}}
@media screen and (max-width: 768px){body #body #layout #content .table-04.module  tbody td{display:table-cell;width:auto;}}







/*---------------------
end of CSS-TABLE
--------------------*/





/*---------------------
CSS-FOOTER
--------------------*/
#footerwrap {
     
}

body #pc-backtop {
    bottom: 100px;
	outline:none;
}

body #pc-backtop a{
	outline:none;
}





body .copyright-container {
    background-color: #8c2031;
    color: white;
    padding: 15px 0px;
    text-align: center;
}


body .copyright-container span{
  	display:inline-flex;

}


body .copyright-container a{

}

body .copyright-container img{
		display:block;
}

body .footer-nav{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 50px 0px;
    background-image: url(../../uploads/top_09.jpg);
    margin: 0;
	flex-wrap: wrap;
}
body .footer-nav > li{
	display:inline-flex;
	margin: 0;
	line-height: 1;
}
body .footer-nav > li > a{
	display:inline-flex;
	border-right:1px solid #ccc;
	line-height: 1;
	padding: 0px 8px;	
	color:#000;
	text-decoration:underline;
}
body .footer-nav > li.menu-item-has-children a{
	border:0;
}
body .footer-nav > li:last-child > a{
	border-right:0px solid #ccc;
}
body .footer-nav > li > a:hover{
 	text-decoration:none;
}


body .footer-nav  li .sub-menu{
	margin:0;
	margin-top: -2px;
}
#footerwrap #footer-nav li .sub-menu:before {
    content: '[ ';
}

#footerwrap #footer-nav li .sub-menu:after {
    content: ' ]';
}



body .footer-nav li .sub-menu li{
    margin: 0;
    line-height: 1;
	display:inline-block;
	line-height: 1;
}
body .footer-nav li .sub-menu li a{
    line-height: 1;
	display:inline-block;
	line-height: 1;
	color:#000;
	text-decoration:underline;	
}
body .footer-nav li .sub-menu li a:after{
	content: ' /';
}

body .footer-nav li .sub-menu li a:hover{
	text-decoration:none;	
}


body #m-menu-footer ul{
	padding:15px 30px;
}
body #m-menu-footer ul li{
	margin:5px 0px;
}
body #m-menu-footer ul li a{
	border-right: 1px solid #939291;
    line-height: 1;
    display: inline-block;
    padding: 0 14px;
}
body #m-menu-footer ul li:last-child a{
	border-right: 0px solid #939291;
}
body #m-menu-footer ul li a:hover{
 	
}

body #m-menu-footer ul li a:hover{
  
}



body #pc-backtop {
    width: auto;
    height: auto;
}
body #pc-backtop a img{
    width: auto;
    height: auto;
}

/*---------------------
end of CSS-FOOTER
--------------------*/




/*--------------------
 * CSS-SINGLE
 * ------------------*/
.single #layout {

}


.single  .post-content{

}

.single .post-title{
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    padding-top: 100px;
    background-image: url(../../uploads/line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 15px;
}
.single  .post-image img{

}

.single .history-back-container {
    text-align: center;
    padding-bottom: 100px;
    padding-top: 50px;
}
.single .history-back-container a {
    background-color: #8c2031;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    padding: 14px 139px;
    background-image: url(../../uploads/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    color: white;
    font-size: 16px;
}
.single .history-back-container a:hover {
    box-shadow: 0px 0px 10px 1px #666;
	text-decoration:none;
}
.single .history-back-container a i {

}


/*--------------------
 * end of CSS-SINGLE
 * ------------------*/



/*--------------------
 * CSS-ARCHIVE
 * ------------------*/
.archive .page-title {

}
.archive body #layout {

}

.archive  .post-content {

}

.archive body   .post-content a {

}
.archive body  .post {

}
.archive body .post-image img{

}

/*--------------------
 * end of CSS-ARCHIVE
 * ------------------*/





/*-------------=== 
CSS-FORM
------------- ===*/
/*form*/

body #body .module .wpcf7 table tbody tr th, body #body .module .wpcf7 table tbody tr td {
	border: 0;
}
body #body .module .wpcf7 table tbody tr th {

}

body #body .module .wpcf7 table tbody tr th span {
	font-size: 12px;
    color: #ff3a3a;
}
body #body .wpcf7-form-control-wrap {

}

body #body .module .wpcf7 table tbody tr td span input,body  #body .module .wpcf7 table tbody tr td span textarea {
	background-color: white;
    border: 1px solid #dbdbdb;
}
#body .module .wpcf7 table tbody tr td span textarea {
	height:150px;
}
body #body .module .wpcf7 table tbody tr td.reader {

}
body #body .module .wpcf7 table tbody tr td.reader .wpcf7-form-control-wrap {
}
body #body .module .wpcf7 input[type=submit] {
    background-color: #8c2031;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    padding: 14px 20px;
    background-image: url(../../uploads/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
}
body #body .module .wpcf7 input[type=submit]:hover {
	box-shadow:0px 0px 10px 1px #666;
}


body .wpcf7-form > p{
	display: block;
    padding-top: 30px;
}
body .wpcf7-form > p:after{
}
body  #body .module .wpcf7 table {

}
body .reader {

}
.main-text p{
  text-shadow: 6px 5px 4px rgba(0, 0, 0, 0.4);
}
#pagewrap .slider-01 .slide-title,
#pagewrap .slider-02 .slide-title{
	font-weight:500;
}
.btn-event a{
	pointer-events:none;
}
.post-02 .post-title a{
	font-weight:500;
}
/* #pagewrap .font-medium{
	font-weight:700;
} */
/*-------------=== 
end of CSS-FORM
------------- ===*/








/*-------------------
CSS-PAGE-NAV
--------------------*/
body .pagenav {

}
body .pagenav .number,
body .pagenav a{

} 

body .pagenav .current{
 
}
/*-------------------
end of CSS-PAGE-NAV
--------------------*/






/*---------------------
CSS-SHARE
--------------------*/
body a,
body a img
{
  transition:all 0.3s;
}
body a{
  outline:none;
}

body .a-none a,
body .a-none img
{
  pointer-events:none;
}


body a:hover img{
  opacity:0.6;
}

body .tel-link a{
    pointer-events:none;
}
.module p{
  margin-bottom:0;
}

body .frame-policy{
	overflow:auto;
}


body .frame-block iframe, body .frame-block object {
    max-width: 100%;
    display: block;
}


body .m-tel a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center left 0px;
}

body .ov-hide{
  overflow:hidden;
}
body .sub-col-flex .tb-column-inner{
	display:flex;
}

body .sub-col-j-center .tb-column-inner{
	justify-content: center;
}

body .sub-col-a-center .tb-column-inner{
	align-items:center;
}



body .m-flex{
  display:flex;
}
body .m-j-center{
      justify-content: center;
}
body .m-j-start{
  justify-content:flex-start;
}
body .m-j-end{
  justify-content:flex-end;
}




body .m-anchor ul {
    display: flex;
    align-items: center;
    justify-content: center;
	margin:0;
	padding:0;
}
body .m-anchor ul li{
	display: flex;
    align-items: center;
    justify-content: center;
}

body .m-anchor ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #000;
    line-height: 1;
    padding: 0px 10px;
    color: #000;
}

body .m-anchor ul li:last-child a{
	border-right: 0px solid #000;
}
body .m-anchor ul li a:hover{

}
body .btn-anchor .module-buttons-item a{
	position:relative;
}
body .btn-anchor .module-buttons-item a:before{
	content: '|';
    position: absolute;
    right: 5px;
    top: 10px;
}
body .btn-anchor .module-buttons-item:last-child a:before{
	display:none;
}
body .btn-anchor .module-buttons-item a:hover:before{
	color:#93a11f;
}

body .btn-anchor .module-buttons-item a span{
	
}


body .themify_builder_content  .max-width-1200{
	width:100%;
	max-width:1200px;
	margin:0px auto;
} 

body .themify_builder_content .bg-100-100{
	background-size:100% 100%;
} 
body .themify_builder_content .bg-100-auto{
	background-size:100% auto;
} 
body .themify_builder_content .bg-auto-100{
	background-size:auto  100%;
} 
body .themify_builder_content .no-wrap{
	white-space:nowrap;
}






/*---------------------
end of CSS-SHARE
--------------------*/



.langueage-container .language-box {
    display: none;
}
.langueage-container .language-box.open {
    display: flex;
}
.langueage-container .language-box {
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffffc9;
    margin: 0;
    padding: 80px 20px 20px;
    justify-content: center;
}
.langueage-container .language-box li{
	border-left: solid 1px #333;
    list-style: none;
    padding: 0 20px;
}
.langueage-container .language-box li:first-child {
    border: none;
}
.langueage-container .language-box li a{
	color: #333;
}
.langueage-container .language-box li a:hover{
	color: #ea5a9b;
	text-decoration: none;
}
.top_hov:hover .top_hov_img {
    transform: translateY(10px);
}
#pagewrap .table-title-fix .module-title{
	font-size: 32px;
    font-weight: 500;
    text-align: center;
    padding-top: 50px;
    background-image: url(../../uploads/line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 15px;
}
.table-04-fix .sp-bl{
	display:none;
}
.single.category-news .entry-content{
	text-align:center;
	margin-top:50px;
}


/*---------------------------
 * -@939@
 * ------------------------*/

@media screen and (max-width: 939px){
	
/*menu -footer*/ 
body #main-menu {

}
#main-menu li a:before {

}   
#main-menu li a {

}   

body #pc-backtop {
display:none;
}


/*menu mobile*/	
body #main-menu-container {
	display:none;
} 
body #main-menu-container.is-active {
	display:flex;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
	width: 100vw;
    max-width: 100vw;
	background: none;
	background-color: #bf707c;
    overflow: auto;	
}   
body #main-menu-container.is-active #main-menu{  
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 100px;
}
body #main-menu-container.is-active #main-menu li {
    flex-direction: column;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    box-sizing: border-box;
}   
  
body #main-menu-container.is-active #main-menu li a {
    border: 0;
    font-style: normal;
    font-size: 20px;
    color: white;
    background: none;
    text-indent: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    box-sizing: border-box;
} 
  
body #main-menu-container.is-active #main-menu .current_page_item a, 
body #main-menu-container.is-active #main-menu .current-menu-item a {

}

	
body #main-menu-container.is-active #main-menu li .sub-menu {
    display: flex;
    width: 100%;
    transform: unset;
    position: static;
    flex-direction: column;
}	
	
body #main-menu-container.is-active #main-menu li .sub-menu li {

}		
body #main-menu-container.is-active #main-menu li .sub-menu li a{
	background-color: transparent;
    padding: 0;
    font-size: 14px;
    color: #999;
}		
	
#menu-button {
    background-color: #8c2031;
    border-radius: 5px;
    padding: 5px;
    top: 10px;
    right: 10px;
    color: white;
}   
#menu-button .ham-lines span {
   background-color: white;
}   
#menu-button .ham-lines::before {
   background-color: white;
}   
#menu-button .ham-lines::after {
   background-color: white;
}    
   
/*f-con  ban không layoutpart*/   	
/*
body #footer .sp-footer-icons-container {
	display: flex;
	z-index: 9999;
   border-top: 1px solid white; 
}   
body #footer .sp-footer-icons-container a {
	background-color: #93a11f;
    border-left: 1px solid #fff;
    color: white;
    font-size: 14px;
    font-family: ten-mincho-text, serif;
    font-style: normal;
    font-weight: 400;
    padding: 10px 0px;
} 	
	
body #footer  .sp-footer-icons-container svg {
	font-size: 25px;
    height: 30px;
    color: white;
    fill: white;
}


*/
/*f-con*/ 
body #footer .sp-footer-icons-container	.tb_layout_part_wrap{
    overflow: hidden;
}
body #footer .sp-footer-icons-container {
	display: flex;
	z-index: 9999;
   border-top: 1px solid white; 
	overflow: hidden;
}   

#footer  .sp-footer-icons-container  .module a {
    background-color: transparent;
    display: flex;
    align-items: center;
}	
	
#footer .sp-footer-icons-container .module a span {
    display: flex;
    font-size: 15px;
    margin: 0 5px;
}	






/*single*/
.single    .post-image {

}


#main-menu > li.nav00 {
    display: block;
}

.rb2 {
	display: none;   
}

	
}/*@939-*/


/*---------------------------
 * end of @939
 * ------------------------*/



/*---------------------------
 * @768@
 * ------------------------*/
@media screen and (max-width: 768px){

/* css-share*/	
body .tel-link a{
    pointer-events:auto;
}
body .image-center-768 .image-wrap {
  width:100%;
  text-align:center;
} 
body .bg-none-768{
	background-image:url();
}	

body .sub-col-reverse-768 .tb-column-inner{
	flex-direction: column-reverse;
    display: flex;
}	
/* end of css-share*/	
	
body .sub-col-reverse-680  .subrow_inner{
	flex-direction: column-reverse;
    display: flex;
}

	
	
.table-02.module table tr td,
.table-02.module table tr th{
    padding: 15px;
}
	.sp-imp{
		display:none;
	}
	
	
	
	

}/*@768-*/
/*---------------------------
 * end of @768
 * ------------------------*/



/*---------------------------
 * @680@
 * ------------------------*/

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

/* css-share */	
body .m-anchor a{
  display:inline-block;
}

body .image-center-680 .image-wrap {
  width:100%;
  text-align:center;
} 
body .bg-none-680{
	background-image:url();
}

body .sub-col-reverse-680 .subrow_inner{
	flex-direction: column-reverse;
    display: flex;
}
#pagewrap .font-sp-txt{
		line-height:1.5;
	}
	.box-width .module_subrow{
		width: calc(100vw / 3.3);
	}
	.box-width .row_inner{
		display:flex;
		justify-content:space-between;
	}
	.sp-imp{
		display:block !important;
	}
	.table-04-fix .sp-bl{
	display:block !important;
}
	#pagewrap .table-title-fix .module-title{
		padding-top:0;
	}


/*form*/
body #body .module .wpcf7 table tbody tr th span {
	float: none !important;
}  
body #body .module .wpcf7 table tbody tr th, body #body .module .wpcf7 table tbody tr td {

}

body #body .module .wpcf7 table tbody tr th {

}   

body #body .module .wpcf7 table tbody tr:last-child td:last-child{

}    
body #body .wpcf7-form-control-wrap {

}
body #body .module .wpcf7 input[type=submit] {

}  
body .wpcf7-form > p:after {

}	
body .btn-anchor {
    display: inline-flex;
    margin: 0px auto;
    flex-wrap: wrap;
    justify-content: center;
}		
/* end of css-share */		



body #footer .sp-footer-icons-container a {
    font-size: 12px;
    padding: 10px 0px;
} 	
	
body #footer  .sp-footer-icons-container svg {
    height: 15px;
    margin-bottom: 5px;
}	
#footerwrap {
    margin-bottom: 10px;
}	




body #footer li.menu-item-has-children{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}	
body .footer-nav > li {
    margin-bottom: 10px;
}	
body .footer-nav > li a {
    margin-bottom: 10px;border:0;
}
	
body #footer li.menu-item-has-children > a {
    margin-bottom: 15px;
}	
		
body .footer-nav li .sub-menu {
    margin: 0;
    margin-top: -2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}	


body #site-logo a img {
    max-width: 200px;
}
.table-02.module table tr td,
.table-02.module table tr th{
    padding: 15px;
	font-size:16px;
	width:50% !important;
}
	body #main-menu-container.is-active #main-menu li .sub-menu li a {
		color:#fff;
	}
	body #main-menu-container.is-active #main-menu li .sub-menu {
		padding:10px 0px;
	}
	.home .themify_builder_content .themify_builder_slider_vertical.slider-01 .carousel-prev{
    top: 35%;
    left: 0px;
    background: transparent;
	color:#8c2031;
}
.home .themify_builder_content .themify_builder_slider_vertical.slider-01 .carousel-next {
    top: 35%;
    right: 0px;
    background: transparent;
	color:#8c2031;	
}


}

.post-category {
  width: auto;
  margin: 0 40px 0 30px;
  padding: 40px 40px 0 30px;
  border-radius: 20px;
  color: #FFF;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
    background: #002682;
}


/*@680-*/

/*---------------------------
 * end of @680
 * ------------------------*/

















