
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(revise.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner_index.css);


.content-bg {
    background: url("../images/index/content-bg.jpg") no-repeat center top;
    background-size: cover;
}
.product-box a, .product-box2 a {
    color: #333;
}
.product-box a:hover, .product-box2 a:hover {
    color: #0566ae;
}

/*========================================================
                     經營項目-經營項目
=========================================================*/


.product-box {
    margin-top: 50px;
	display:none;
}

.product-box .container {
    background-color: #fff;
    padding: 30px 30px 30px;
    -webkit-box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
    box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
    position: relative;
}
.product-box [class*="col-"] {
    position: relative;
    z-index: 3;
}
.product-box [class*="col-"] h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.pro-1 .product-info {
    column-count: 1;
    column-gap: 0;
    margin-top: 80px;
}
.pro-1 .product-info dl {
    display: inline-block;
    margin: 0 0 20px 0;
    width: 100%;
}
.pro-1 .product-info dl dt {
    color: #008f98;
    font-weight: bold;
    font-size: 1.4rem;
}
.pro-1 .product-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pro-2 .product-info {
    padding: 20px 20px 0;
}
.pro-2 .product-info h3 {
    color: #017eb2;
    font-weight: bold;
}
.pro-2 .product-info ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.pro-2 ul li {
    background: url("../images/index/items-g-icon.png") no-repeat left 5px;
    padding-left: 30px;
    font-weight: bold;
}
.pro-2 ul li li {
    font-weight: normal;
    background: none;
    padding-left: 0;
}

.pro-3 h3 {
    color: #6db201;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.pro-3 .product-info {
    column-count: 2;
    column-gap: 0;
    margin-top: 40px;
}

.pro-3 .product-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pro-3 .product-info ul li {
    background: url("../images/index/pro-3-icon1.png") no-repeat left 5px;
    padding-left: 30px;
    padding-right: 20px;
}

/* 尺寸設定 */
@media (max-width: 991px) {
    .product-box {
        margin: 50px 15px 15px;
    }
    .product-box .container:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: #01a8b2;
        width: 100%;
        height: calc(20% + 6rem);
    }
}
@media (min-width: 768px) {
    .pro-1 .product-info {
        column-count: 2;
        column-gap: 2em;
        margin-top: 40px;
    }
    .pro-2 .product-info {
        padding: 20px 50px 0;
    }
    .pro-3 .product-info {
        column-count: 3;
    }
}
@media (min-width: 992px) {
    .product-box .pro-1:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: #01a8b2;
        width: calc(30% + 6rem);
    }
    .product-box .pro-2:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 70%;
        z-index: 1;
        background-color: #017eb2;
        width: calc(30%);
    }
    .product-box .pro-3:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: #6db201;
        width: calc(30% + 6rem);
    }
    .product-box .pro-1 h2 {
        text-indent: 20%;
        text-align: left;
    }
    .product-box .pro-2 h2 {
        text-indent: 50%;
        text-align: left;
    }
    .product-box .pro-3 h2 {
        text-indent: 20%;
        text-align: left;
    }
    .pro-1 .product-info {
        column-count: 2;
        column-gap: 1em;
        padding: 0 10px;
    }
    .pro-3 .product-info {
        column-count: 2;
        column-gap: 1em;
        padding: 0 10px;
    }
}
@media (min-width: 1600px) {
    .pro-1 .product-info {
        column-gap: 3em;
        padding: 0 30px;
    }
    .pro-3 .product-info ul {
        margin: 0 50px;
    }
}


/*========================================================
                      	 顏色量測
=========================================================*/

.product-box2 {
    margin-top: 50px;
	display:none;
}
.product-box2 .pro-s {
    margin-bottom: 50px;
}
.product-box2 .pro-s > div {
    background-color: #fff;
    padding: 30px 30px 30px;
    -webkit-box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
    box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
    position: relative;
    z-index: 3;
}
.product-box2 .pro-s > div:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #01a8b2;
    width: 100%;
    height: calc(20% + 6rem);
}
.product-box2 .pro-s1 > div:before {
    background-color: #0169b2;
}
.product-box2 .pro-s2 > div:before {
    background-color: #01b293;
}
.product-box2 .pro-s3 > div:before {
    background-color: #01a4b2;
}
.product-box2 .pro-s4 > div:before {
    background-color: #0182b2;
}
.product-box2 .pro-s h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.product-box2 .product-info {
    position: relative;
}
.product-box2 .product-info > div {
    margin-top: 20px;
}
.product-box2 .product-info > div p {
    position: absolute;
    top: -50px;
    left: 20px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
}
.pro-s ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    color: #333;
}
.pro-s ul li {
    background: url("../images/index/pro-4-icon1.png") no-repeat left 5px;
    padding-left: 30px;
    padding-right: 20px;
    display: inline-block;
    width: 100%;
}
.pro-s2 ul li,.pro-s4 ul li {
    background: url("../images/index/pro-4-icon2.png") no-repeat left 5px;
}


/* 尺寸設定 */
@media (min-width: 768px) {
    .pro-s1 .product-info {
        min-height: 100px;
    }
    .pro-s2 .product-info {
        min-height: 130px;
    }
    .pro-s3 .product-info {
        min-height: 100px;
    }
    .pro-s4 .product-info {
        min-height: 250px;
    }
    .product-box2 .product-info > div {
        position : absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        color: #fff;
        text-align: left;
        margin-top: 0;
        padding: 30px 30px;
        width: 70%;
    }
    .pro-s ul li {
        width: 49%;
    }
    .pro-s1 ul li, .pro-s4 ul li {
        width: 99%;
    }
}
@media (min-width: 992px) {
    /*.pro-s1 .product-info, .pro-s4 .product-info {
        min-height: 250px;
    }*/
	.pro-s1 .product-info, .pro-s4 .product-info {
        min-height: 132px;
    }
    .pro-s2 .product-info, .pro-s3 .product-info {
        min-height: 190px;
    }
    .product-box2 .product-info > div {
        padding: 30px 10px;
        width: 100%;
    }
    .pro-s ul li {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    /*.pro-s1 .product-info, .pro-s4 .product-info {
        min-height: 250px;
    }*/
	.pro-s1 .product-info, .pro-s4 .product-info {
        min-height: 132px;
    }
    .pro-s2 .product-info, .pro-s3 .product-info {
        min-height: 130px;
    }
    .pro-s ul li {
        width: 49%;
    }
    .pro-s1 ul li, .pro-s4 ul li {
        width: 99%;
    }
}
@media (min-width: 1600px) {
    .product-box2 .product-info > div {
        width: 70%;
    }
    .product-box2 .product-info > div p {
        font-size: 1.4rem;
    }
}


/*========================================================
                      	 最新活動
=========================================================*/

.info-wrap {	
	padding: 60px 5% 60px;
}
.info-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.info-wrap h1 {
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
    background-color: #0078bd;
    padding: 10px 0;
}
.info-wrap .col-lg-6 { 
	padding-left: 0;
	padding-right: 0;
}
.info-wrap .col-lg-6:nth-of-type(1) { 
	border-right: 1px solid #fff;
}
.info-wrap .slider { 
	padding-bottom: 60px;
}
.info-wrap [class*="col-"] dl { 
	margin: 10px;
}
.info-wrap [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.info-wrap [class*="col-"] dl dd {
	color: #292929;
	font-size: 16px;
}
.info-wrap [class*="col-"] dl dd time {
	color: #0078bd;
	text-align: left;
	font-weight: bold;
    font-size: 1.4rem;
}

.info-wrap .more {
    margin-top: 20px;
    text-align: center;
}
.info-wrap .more a {
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
    padding: 10px 10%;
    font-size: 1.4rem;
}
.info-wrap .more a:hover {
    border: 1px solid #0079bd;
    color: #fff;
    background-color: #0079bd;
}


.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-box .image-pic:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;

}
.thumb-inner span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 5px 50px 7px;
	border: 1px solid #fff;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	.info-wrap h1 {
		font-size: 2rem;
	}
}
@media (min-width: 1200px) {
	.info-wrap h1 {
		font-size: 2.2rem;
	}
}
@media (min-width: 1600px) {
	.info-wrap h1 {
		font-size: 2.4rem;
	}
}


/*========================================================
                      	 訊息發佈
=========================================================*/

.news-wrap {
    background-color: #e5e5e5;
}
.news-wrap h2 {
    position: relative;
    margin: 0;
}
.news-wrap h2 span {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
    display: inline-block;
    color: #fff;
    background-color: rgba(36,108,192,0.85);
    border: 2px solid #fff;
    padding: 10px 10%;
    
}
.news-wrap .nav-tabs {
    border-bottom: 1px solid #e5e5e5;
}
.news-wrap .nav-tabs li {
	text-align: center;
}
.news-wrap .nav-tabs li a {
	display: block;
	font-size: 1rem;
	border-radius: 0;
	color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}
.news-wrap .nav-tabs li:nth-of-type(1) a {
    background-color: #0b5eab;
}
.news-wrap .nav-tabs li:nth-of-type(2) a {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    background-color: #2f7397;
}
.news-wrap .nav-tabs li:nth-of-type(3) a {
    background-color: #0ba6ab;
}
.news-wrap .nav-tabs li.active  {
	color: #fff;
}

.news-wrap .nav-tabs > li > a.active, 
.news-wrap .nav-tabs > li > a.active:hover, 
.news-wrap .nav-tabs > li > a.active:focus {
	display: block;
    border-bottom-color: transparent;
	color: #333;
    background-color: #e5e5e5;
}
.news-wrap .nav-tabs > li > a {
    margin-right: 0;
}
.news-wrap .nav > li > a:hover, 
.news-wrap .nav > li > a:focus {
	display: block;
    text-decoration: none;
	color: #333;
    background-color: #e5e5e5;
}

.news-wrap .tabs li {
	width: 33.33333%;
}

.news-wrap .tab-content {
	background-color: #e5e5e5;
	border-top-color: transparent;
	padding: 40px 5% 50px;
}
.news-wrap .tab-content ul {
	list-style: none;
	margin: -15px 0 0 0;
	padding: 0;
}
.news-wrap .tab-content ul li {
	border-bottom: 1px solid #a6a6a6;
}
.news-wrap .tab-content ul li:first-of-type {
	padding-top: 0;
}
.news-wrap .tab-content ul li:last-of-type {
	border-bottom: none;
}
.news-wrap .tab-content ul li a {
    display: block;
	color: #1c1c1c;
	padding: 12px 15px 12px 20px;
    background: url('https://api.iconify.design/bx:bxs-right-arrow.svg?color=%23cf1313&width=12px&height=12px') no-repeat 6px 22px;
}
.news-wrap .tab-content ul li a:hover {
    color: #fff;
    background: #ab0b8f url('https://api.iconify.design/bx:bxs-right-arrow.svg?color=%23ffffff&width=12px&height=12px') no-repeat 6px 22px;
}
.news-wrap .tab-content ul li a span {
}
.news-wrap .tab-content ul li a span:after {
	content: "|";
    display: inline-block;
    margin: 0 10px;
}
.news-wrap .tab-content .more {
    margin-top: 20px;
	text-align: right;
}
.news-wrap .tab-content .more a {
	font-weight: bold;
    color: #fff;
    padding: 10px  20px;
    background-color: #246cc0;
}
.news-wrap .tab-content .more a:hover {
    background-color: #063872;
}


/*  尺寸設定 */
@media (max-width: 479px) {
	.news-wrap .tab-content {
		padding: 40px 20px 10px 20px;
	}
	.news-wrap .tab-content ul li a span {
		display: block;
	}
}
@media (max-width: 639px) {
	.news-wrap .nav-tabs {
		margin-bottom: 20px;
		border-bottom: none;
	}
}
@media (min-width: 992px) {
    .news-wrap .nav-tabs li a {
        font-size: 1.4rem;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .news-wrap .tab-content dl dt {
        width: 30%;
        float: left;
        margin-right: 20px;
    }
}
@media (min-width: 1600px) {
	.news-wrap .tab-content ul li:first-of-type {
		padding-top: 15px;
	}
}



/*========================================================
                      	 招生資訊
=========================================================*/

.recruit-wrap {
    background-color: #e5e5e5;
}
.recruit-wrap h2 span {
    background-color: rgba(190,98,98,0.85);
    
}
.recruit-wrap .nav-tabs li:nth-of-type(1) a {
    background-color: #b03f92;
}
.recruit-wrap .nav-tabs li:nth-of-type(2) a {
    background-color: #0f9b5e;
}
.recruit-wrap .nav-tabs li:nth-of-type(3) a {
    background-color: #9b8f0f;
}
.recruit-wrap .nav-tabs > li > a.active, 
.recruit-wrap .nav-tabs > li > a.active:hover, 
.recruit-wrap .nav-tabs > li > a.active:focus {
    display: block;
    border-bottom-color: transparent;
    color: #333;
    background-color: #e5e5e5;
}
.recruit-wrap .nav > li > a:hover, 
.recruit-wrap .nav > li > a:focus {
    display: block;
    text-decoration: none;
    color: #333;
    background-color: #e5e5e5;
}
.recruit-wrap .tab-content ul li a {
    background: url('https://api.iconify.design/bx:bxs-right-arrow.svg?color=%23123fc0&width=12px&height=12px') no-repeat 6px 22px;
}
.recruit-wrap .tab-content ul li a:hover {
    background: #bd3a21 url('https://api.iconify.design/bx:bxs-right-arrow.svg?color=%23ffffff&width=12px&height=12px') no-repeat 6px 22px;
}
.recruit-wrap .tab-content .more a {
    background-color: #0f829b;
}
.recruit-wrap .tab-content .more a:hover {
    background-color: #0d4e5c;
}


/*========================================================
                         榮譽表現
=========================================================*/

.activity-box {
    margin: 2rem;
    font-size: 1.2rem;
}
.activity-box [class*="col-"]:nth-of-type(1) {
    position: relative;
}
.activity-box [class*="col-"]:nth-of-type(1) img {
    width: 100%;
}
.activity-box [class*="col-"]:nth-of-type(2) {
    background-color: #38b5b9;
    color: #fff;
    padding: 30px 30px 60px 30px;
}
.activity-box .more {
    position: absolute;
    right: 50px;
    bottom: 30px;
    z-index: 9;
}
.activity-box .more a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 1rem;
}
.activity-box .more a:hover {
    background-color: #11777a;
}


/*  尺寸設定 */
@media (min-width: 992px) {
    .activity-box {
        margin: 4rem;
    }
    .activity-box [class*="col-"]:nth-of-type(1) > div {
        position: relative;
        z-index: 9;
        width: 100%;
    }
    .activity-box [class*="col-"]:nth-of-type(1):after {
        content: '';
        position: absolute;
        top: 15px;
        bottom: 60px;
        z-index: -1;
        background-color: #d7d7d7;
    }
    .activity-box [class*="col-"]:nth-of-type(2) {
        padding: 60px 60px 60px 90px;
    }
    .activity-a [class*="col-"]:nth-of-type(1) > div {
        margin: 30px;
    }
    .activity-a [class*="col-"]:nth-of-type(1):after {
        right: 0;
        left: 30px;
    }
    .activity-b [class*="col-"]:nth-of-type(1) > div {
        margin: 30px 30px 30px -30px;
    }
    .activity-b [class*="col-"]:nth-of-type(1):after {
        right: 30px;
        left: 0;
    }
    .activity-b [class*="col-"]:nth-of-type(2) {
        padding: 60px 60px 60px 60px;
    }
}


/*========================================================
                         活動花絮
=========================================================*/

/*
.activity-b {
    font-size: 1.2rem;
}
.activity-b [class*="col-"]:nth-of-type(1) {
    position: relative;
}
.activity-b [class*="col-"]:nth-of-type(1) img {
    width: 100%;
}
.activity-b [class*="col-"]:nth-of-type(2) {
    background-color: #38b5b9;
    color: #fff;
    padding: 30px 30px 30px 30px;
}

@media (min-width: 992px) {
    .activity-b [class*="col-"]:nth-of-type(1) > div {
        position: relative;
        z-index: 9;
        margin: 30px 30px 30px -30px;
        width: 100%;
    }
    .activity-b [class*="col-"]:nth-of-type(1):after {
        content: '';
        position: absolute;
        top: 15px;
        right: 30px;
        bottom: 60px;
        left: 0;
        z-index: -1;
        background-color: #d7d7d7;
    }
    .activity-b [class*="col-"]:nth-of-type(2) {
        padding: 60px 60px 60px 90px;
    }
}
*/





/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}
a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-box .image-pic:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;

}
.thumb-inner span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 5px 50px 7px;
	border: 1px solid #fff;
}

/*========================================================
                     2022-12-01產品項目版面重新編排
=========================================================*/

.products {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
}
.products .h2-title {
    text-align: center;
}

.products .products-item {
    position: relative;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
	border-radius: 10px;
    height: 280px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	border: 1px solid #afbfd5;
}
.products .products-item h3 {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    /*color: #fff;
	text-shadow: 2px 2px 1px #00428a;*/
	color: #00428a;
	text-shadow: 2px 2px 1px #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
}
.products .products-item p {
    position: absolute;
    right: 15px;
    bottom: -5px;
    z-index: 10;
    /*color: #fff;
	text-shadow: 1px 1px 1px #00428a;*/
	color: #00428a;
	text-shadow: 1px 1px 1px #fff;
}
.products .products-item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: #fff ;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.products .products-item a:hover {
    opacity: 0.2;
}
.products .products-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
    /*background: url("../img/index/products-item-bg.png") repeat left top;*/
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
}
.products .products-item:hover:after {
    opacity: 1;
}


/*  各尺寸設定 */
@media (min-width: 768px) {
    .products .products-item h3 {
        font-size: 1.2rem;
    }
    .products .products-item {
        height: 175px;
    }
}
@media (min-width: 992px) {
    .products .products-item h3 {
        font-size: 1.4rem;
    }
    .products .products-item {
        height: 240px;
    }
}
@media (min-width: 1200px) {
    .products .products-item h3 {
        font-size: 1.6rem;
    }
    .products .products-item {
        height: 290px;
    }

}
@media (min-width: 1600px) {
    .products .products-item {
        height: 385px;
    }
}

/*====我們的優勢====*/
.advantages-box{ 
	background: url(../images/index/advantages-bg.jpg) no-repeat center center;
	background-size:cover;
}
.advantages-box .h1-title{ 
	text-align:center;
	color: #111111;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
	margin-bottom: 40px;
}
.advantages-box .h1-title span {
    display: block;
}


.advantages-box .container-fluid{
	padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
}
.advantages-box ul{ list-style:none; padding:0;}
.advantages-box ul li{ 
	background: url(../images/index/advantages-icon.png) no-repeat left 7px;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}