/*--------------copyright by vicky start-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 10px;
    line-height: 1.8;
}

body {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 1.6rem;
    font-family: 'Kiwi Maru', 'Noto Sans TC', 'Josefin Slab', system-ui !important;
    background: url(../../images/pattern.jpg);
    color: #000000;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    z-index: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    box-sizing: border-box;
}

a:hover,
a:focus {
    text-decoration: none;
    transition: .2s ease all;
}

img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

::selection {
    background: rgba(204, 204, 204, 1);
}


.clear::after {
    content: "";
    display: block;
    clear: both;
}
h1{
	font-size: 22px;
	padding-top: 6rem;
	color: #477a4c;
	text-align: center;
	line-height: 1.5;
	font-weight: 400;
}
@media screen and (max-width:414px){
	h1{
		padding-top: 4rem;
	}
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-inner>.item>img {
    display: inline-block;
}

/*---menu---------------------------------------------------------------------------------------------------------------------------*/
.header-section {
    width: 1440px;
    max-width: 100%;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 1;
    padding: 0 .8rem 0 6.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page-width {
    width: 1009px;
    max-width: 100%;
    background: url(../../images/mbg.jpg);
    border-radius: 100px;
    margin: 4rem 0 0 auto;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(158, 131, 119, 0.35));
    filter: drop-shadow(2px 2px 7px rgba(158, 131, 119, 0.35));

}


.menu_logo {}

.menu_logo a {
    display: block;
}

.menu {
    padding: 2.3rem 0;
    width: 100%;
    text-align: center;
}

.menu ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

.menu ul li {
    display: inline-block;
    position: relative;
    width: 18%;
}

.menu ul li a {}

.menu .micon {
    display: inline-block;
}

.menu a .micon img {
    vertical-align: baseline;
    transition: .5s all;
}

.menu .mtxt {
    display: inline-block;
}

.menu ul li a .mtxt h2 {
    font-size: 22px;
    color: #eee9e3;
    text-align: left;
    transition: .5s all;
    position: relative;
    font-weight: 400;
    padding-bottom: .5rem;
    margin: 0;
}

.menu ul li a .mtxt h3 {
    font-size: 15px;
    color: #d0b19d;
    font-family: 'Josefin Slab';
    transition: .5s all;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    margin: 0;

}

.menu a:hover .micon img {
    transform: translateY(-5px);
}

.menu ul li a:hover .mtxt h2 {
    color: #d0b19d;
}

.menu ul li a:hover .mtxt h3 {
    color: #fff;
}

/*Menu Close Icon css Start*/
.m-menu-btn {
    cursor: pointer;
    display: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 28px;
    right: 24px;
}

.m-menu-btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 80%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.m-menu-btn span:nth-child(1) {
    top: 25px;
}

.m-menu-btn span:nth-child(2),
.m-menu-btn span:nth-child(3) {
    top: 35px;
}

.m-menu-btn span:nth-child(4) {
    top: 45px;
}

.m-menu-btn.m-menu-btn-ext span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
}

.m-menu-btn.m-menu-btn-ext span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m-menu-btn.m-menu-btn-ext span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m-menu-btn.m-menu-btn-ext span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*Menu Close Icon css End*/
@media screen and (max-width:1600px) {
    .menu ul li {
        width: 17%;
    }
}

@media screen and (max-width: 1500px) {
    .menu_logo {
        width: 30%;
        padding: 0 6rem 0 0;
    }
}

@media screen and (max-width:1310px) {
    .menu ul li {
        width: 19%;
    }
}

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

@media screen and (max-width: 1200px) {
    .header-section {
        padding: 0 1rem;
    }
}

@media all and (max-width: 1100px) {
    .header-section {
        padding: 0;
    }

    .menu_logo {
        padding: 0;
        position: absolute;
        z-index: 5;
        width: 20%;
    }

    .page-width {
        margin: 0;
        width: 100%;
        padding: 0;
        border-radius: 0;
    }

    .menu {
        width: 100%;
        display: none;
        padding-top: 15rem;
        padding-bottom: 20px;
    }

    .menu ul {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .m-menu-btn {
        display: block;
        background: rgba(255, 255, 255, .8);
        padding: 3rem;
        margin: 0;
    }

    .menu>ul>li {
        display: block;
        padding: 1.5rem 0;
        width: 15%;
        text-align: left;
    }

}

@media screen and (max-width:980px) {
    .menu>ul>li {
        width: 25%;
    }
}

@media screen and (max-width:768px) {
    .menu_logo {
        width: 25%;
    }
}

@media screen and (max-width:650px) {
    .m-menu-btn {
        top: 10px;
        right: 10px;
    }

    .menu {
        padding-top: 10rem;
    }
}

@media screen and (max-width:450px) {
    .menu_logo {
        width: 35%;
    }

    .menu>ul>li {
        width: 45%;
    }
}

@media screen and (max-width:414px) {
    .m-menu-btn {
        height: 60px;
        width: 60px;
    }

    .m-menu-btn span:nth-child(1) {
        top: 20px;
    }

    .m-menu-btn span:nth-child(2),
    .m-menu-btn span:nth-child(3) {
        top: 30px;
    }

    .m-menu-btn span:nth-child(4) {
        top: 40px;
    }
}

@media screen and (max-width:393px) {
    .menu_logo {
        width: 40%;
    }
}

@media screen and (max-width:360px) {
    .menu>ul>li {
        width: 50%;
    }
}

@media screen and (max-width:300px) {
    .menu>ul>li {
        width: 60%;
    }
}

/*---index----------------------------------------------------------------------------------------------------------------------------------*/

.index {
    position: relative;
    background: url(../../images/index_mask.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;

}

.index_deco img {
    position: absolute;
}

.index_deco img:nth-child(1) {
    top: 39rem;
    left: 0;
}

.index_deco img:nth-child(2) {
    top: 0;
    left: 0;
}

.index_deco img:nth-child(3) {
    top: 0;
    right: 0;
}

.index_inner {
    position: relative;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 20.8rem;
    display: flex;
    justify-content: space-between;
}

.index_inner .inleft {
    width: 28%;
    padding-top: 23rem;
}

.inleft .logo {
    padding: 0 2.4rem;
    text-align: center;
}

.inleft .intxt {
    padding-top: 4rem;
    text-align: center;
    min-height: 358px;
    display: flex;
    justify-content: center;
    position: relative;
}

.inleft .intxt:before {
    content: '';
    background: url(../../images/intxt_deco.png) bottom right no-repeat;
    background-size: contain;
    width: 39px;
    max-width: 100%;
    min-height: 75px;
    position: absolute;
    bottom: 0;
    right: -4rem;
}

.inleft .intxt p {
    font-size: 22px;
    color: #477a4c;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    padding-left: 1rem;
}

.inleft .enter {
    padding-top: 10.8rem;
}

.inleft .enter a {}

.inleft .enter a img {
    display: inline-block;
    padding-right: 3rem;
}

.inleft .enter a p {
    display: inline-block;
    color: #524f44;
    font-size: 24px;
    font-family: 'Josefin Slab';
    font-weight: 400;
    letter-spacing: 0px;
    transition: .5s all;
}

.inleft .enter a:hover p {
    color: #477a4c;
    transform: scale(0.8);
}

.index_inner .inright {}

@media screen and (max-width:1600px) {
    .index_deco img:nth-child(2) {
        width: 60%;
    }

    .index_deco img:nth-child(3) {
        width: 13%;
    }

    .inleft .enter a img {
        padding-right: 0;
        width: 60%;
    }
}

@media screen and (max-width:1500px) {
    .index_inner .inleft {
        padding-top: 18rem;
    }
}

@media screen and (max-width:1360px) {
    .inleft .intxt:before {
        right: -8rem;
    }
}

@media screen and (max-width:1200px) {
    .index_deco img:nth-child(1) {
        top: 28rem;
    }

    .index_inner .inleft {
        padding-top: 15rem;
    }

    .inleft .logo {
        padding: 0;
    }

    .inleft .enter {
        padding-top: 6.8rem;
    }

    .inleft .enter a img {
        width: 40%;
    }
}

@media screen and (max-width:1100px) {
    .index_inner {
        padding: 0 0 0 17.8rem;
    }

    .index_deco img:nth-child(1) {
        top: 25rem;
    }

    .inleft .enter a img {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    .index_inner {
        padding: 0 0 0 16.8rem;
    }

    .index_inner .inleft {
        padding-top: 13rem;
        width: 40%;
    }

    .inleft .enter {
        padding-top: 3.8rem;
    }
}

@media screen and (max-width:890px) {
    .index_inner {
        padding: 0 0 0 14.8rem;
        align-items: center;
    }

    .index_inner .inleft {
        padding-top: 10rem;
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .index_deco img:nth-child(1) {
        top: 19rem;
    }

    .index_inner {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        margin: 0 auto;
    }

    .index_inner .inleft {
        width: 80%;
        padding-top: 6rem;
    }

    .inleft .intxt {
        width: 50%;
        margin: 0 auto;
    }

    .inleft .enter {
        text-align: center;
    }

    .inleft .enter a img {
        display: inline-block;
    }
}

@media screen and (max-width:650px) {
    .index_deco img:nth-child(1) {
        top: 16rem;
    }
}
@media screen and (max-width:600px) {
    .inleft .intxt {
        width: 70%;
    }
}
@media screen and (max-width:450px) {
    .index_deco img:nth-child(1) {
        top: 12rem;
    }

    .index_deco img:nth-child(2) {
        width: 65%;
    }

    .index_deco img:nth-child(3) {
        width: 20%;
    }

    .index_inner .inleft {
        width: 100%;
    }

    .inleft .intxt p {
        padding-left: 0;
    }
}

@media screen and (max-width:414px) {
    .inleft .intxt {
        padding-top: 4rem;
    }
    .inleft .intxt:before {
        min-height: 45px;
        right: -4rem;
}
}
@media screen and (max-width:393px) {
    .inleft .intxt {
     width: 75%; 
}
}
@media screen and (max-width:330px) {
    .inleft .intxt {
        width: 80%;
    }
	.inleft .intxt:before{
		display: none;
	}
}

@media screen and (max-width:300px) {
    .index_inner .inleft {
        padding: 6rem 1rem 0;
    }
}

/***********************/
/***btns******************************************************/
.btns {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20;
    display: none;
    text-align: right;
}

#gotop {
    cursor: pointer;
    margin: 0 1rem 0 0;
    transition: .3s ease-in-out;
}

.line a img {
    transition: .3s ease-in-out;
}

#gotop:hover {
    transform: translateY(-5px);
}

.line a:hover img {
    transform: scale(.8);
}

@media screen and (max-width:450px) {
    .btns {
        bottom: 6rem;
    }
}

@media screen and (max-width:414px) {
    #gotop {
        margin: 0 7px 0 auto;
        width: 60%;
    }
}




/***********************/
/***innerbg start***/
.innerbg {
    background: url(../../images/innner_bg.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    margin: -6rem auto 0;
    padding-bottom: 13.8rem;
}

@media screen and (max-width:1300px) {
    .innerbg {
        margin: 0 auto;
    }
}

@media screen and (max-width:1100px) {
    .innerbg {
        margin: 11rem auto 0;
        padding-bottom: 8rem;
    }
}

@media screen and (max-width:890px) {
    .innerbg {
        margin: 8rem auto 0;
        padding-bottom: 5rem;
    }
}

@media screen and (max-width:768px) {
    .innerbg {
        margin: 5rem auto 0;
    }
}

/***innerbg end****/
/***********************/
/***banner start***/
.banner {
    position: relative;
	pointer-events: none;
}

.banner .banner_deco {}

.banner .banner_deco img {
    position: absolute;
}

.banner .banner_deco img:nth-child(1) {
    top: 0;
    left: 0;
    z-index: -1;
}

.banner .banner_deco img:nth-child(2) {
    top: 0;
    right: 0;
    z-index: -1;
}

.banner .banner_deco img:nth-child(3) {
    top: 39rem;
    left: 0;
    z-index: -1;
}

.banner .banner_inner {
    width: 1628px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20rem 0 0 13rem;
    display: flex;
    justify-content: space-between;
}

.banner_inner .ban_left {
    width: 30%;
    padding-left: 4rem;
}

.ban_left .title {
    padding-bottom: 2rem;
}

.ban_left .title img {
    display: inline-block;
    vertical-align: initial;
    margin-right: 3rem;
}

.title .title_txt {
    display: inline-block;
}

.title_txt .title_ch {
    font-size: 36px;
    color: #171615;
    line-height: 1.2;
}

.title_txt .title_en {
    font-size: 24px;
    color: #7a6e5f;
    font-family: 'Josefin Slab';
    letter-spacing: 0;

}

.ban_left .title_deco {
    padding-left: 1.4rem;
}

.ban_left .title_deco p {
    font-size: 22px;
    color: #477a4c;
    letter-spacing: 0;
}

.banner_inner .ban_cen {
    width: 37%;
    text-align: left;
    padding-top: 4.9rem;
}

.banner_inner .ban_right {}

@media screen and (max-width:1600px) {
    .banner .banner_deco img:nth-child(1) {
        width: 28%;
    }

    .banner .banner_deco img:nth-child(2) {
        width: 10%;
    }

    .banner .banner_deco img:nth-child(3) {
        top: 21rem;
    }
}

@media screen and (max-width:1500px) {
    .banner_inner .ban_left {
        width: 33%;
    }
}

@media screen and (max-width:1420px) {
    .banner .banner_inner {
        padding: 22rem 0 0 5rem;
    }
}

@media screen and (max-width:1340px) {
    .banner .banner_inner {
        padding: 21rem 2rem 0 2rem;
    }

    .banner_inner .ban_left {
        padding-left: 0;
    }

    .ban_left .title img {
        margin-right: 1rem;
    }
}

@media screen and (max-width:1140px) {
    .banner .banner_inner {
        padding: 18rem 2rem 0 2rem;
    }

    .banner_inner .ban_left {
        width: 37%;
    }

    .banner_inner .ban_cen {
        width: 25%;
        padding-top: 3rem;
    }
}

@media screen and (max-width:1100px) {
    .banner .banner_deco img:nth-child(1) {
        width: 50%;
    }

    .banner .banner_deco img:nth-child(2) {
        width: 20%;
    }

    .banner .banner_deco img:nth-child(3) {
        top: 26rem;
    }

    .banner .banner_inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8rem 2rem 0 2rem;
        position: relative;
    }

    .banner_inner .ban_left {
        width: 35%;
    }

    .banner_inner .ban_cen {
        width: 20%;
        padding-top: 2rem;
    }

    .banner_inner .ban_right {
        position: absolute;
        top: 15rem;
        right: 11rem;
        width: 30%;
    }
}

@media screen and (max-width:900px) {
    .banner .banner_inner {
        padding: 5rem 2rem 0 2rem;
    }

    .banner_inner .ban_right {
        top: 12rem;
        right: 10rem;
    }
}

@media screen and (max-width:768px) {
    .banner .banner_inner {
        padding: 9rem 2rem 0 2rem;
    }

    .banner_inner .ban_left {
        width: 50%;
    }

    .banner_inner .ban_cen {
        width: 15%;
    }

    .banner_inner .ban_right {
        top: 14rem;
        right: 7rem;
    }
}

@media screen and (max-width:680px) {
    .banner .banner_deco img:nth-child(3) {
        top: 15rem;
    }

    .banner_inner .ban_left {
        width: 55%;
    }

    .banner_inner .ban_right {
        top: 14rem;
    }
}

@media screen and (max-width:576px) {
    .banner .banner_inner {
        padding: 8rem 2rem 0 2rem;
    }

    .ban_left .title {
        padding-bottom: 0;
    }

    .banner_inner .ban_right {
        width: 35%;
        right: 3rem;
    }
}

@media screen and (max-width:450px) {
    .banner .banner_deco img:nth-child(1) {
        width: 80%;
        left: -5rem;
        top: 5rem;
    }

    .banner .banner_deco img:nth-child(2) {
        width: 35%;
    }

    .banner .banner_inner {
        padding: 11rem 2rem 0 2rem;
    }

    .banner_inner .ban_left {
        width: 95%;
    }

    .banner_inner .ban_cen {
        width: 36%;
        position: absolute;
        top: 13rem;
        right: 1rem;
    }

    .banner_inner .ban_right {
        display: none;
    }
}

@media screen and (max-width:414px) {
    .banner .banner_inner {
        padding: 10rem 2rem 0 2rem;
    }
    .ban_left .title_deco p{
        font-size: 17px;
    }
}

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

    .banner .banner_inner {
        padding: 9rem 2rem 0 2rem;
    }
    .banner_inner .ban_left {
    width: 100%;
}
}

@media screen and (max-width:380px) {
    .ban_left .title_deco p {
    font-size: 16px;
}
}
@media screen and (max-width:320px){
    .ban_left .title_deco {
    padding-left: 0;
}
}
@media screen and (max-width:300px) {
    .banner_inner .ban_left {
        width: 100%;
    }

    .banner_inner .ban_cen {
        top: 16rem;
    }
    .ban_left .title_deco p {
    font-size: 16px;
}
}


/***banner end****/
/***********************/
/***footer start***/

footer {
    position: relative;
}

footer:before {
    content: '';
    background: url(../../images/ft_deco01.png) top left no-repeat;
    background-size: contain;
    width: 516px;
    max-width: 100%;
    min-height: 200px;
    position: absolute;
    top: 7rem;
    left: 0;
}

footer:after {
    content: '';
    background: url(../../images/ft_deco02.png) top right no-repeat;
    background-size: contain;
    width: 486px;
    max-width: 100%;
    min-height: 200px;
    position: absolute;
    top: 7rem;
    right: 0;
}

footer .ft_top {
    margin-bottom: -1px;
}

footer .ft_top img {
    vertical-align: bottom;
}

footer .ft_bot {
    background: url(../../images/ft_pattern.jpg);
    text-align: center;
    padding-bottom: 8rem;
}

.ft_bot .ftbot_inner {
    width: 904px;
    max-width: 100%;
    margin: 0 auto;

}

.ftbot_inner .ftlogo {}

.ftbot_inner .ft_btn {
    background: url(../../images/ftbtn_bg.png) bottom center no-repeat;
    background-size: contain;
    width: 599px;
    max-width: 100%;
    min-height: 124px;
    margin: 0 auto;
}

.ftbot_inner .ft_btn ul {
    text-align: center;
}

.ftbot_inner .ft_btn ul li {
    display: inline-block;
    width: 15%;
}

.ftbot_inner .ft_btn ul li a {
    transition: .5s all;
    display: block;
}

.ftbot_inner .ft_btn ul li a:hover {
    transform: translateY(-10px);
}

.ftbot_inner .ft_fb {
    padding: 2rem 0 0;
    width: 340px;
    max-width: 100%;
    height: 500px;
    margin: 0 auto;
}

.ftbot_inner .ft_fb iframe {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.copyright {
    color: #737058;
    font-size: 15px;
    text-align: center;
    padding: 2rem 0;
    font-weight: 400;
}

.copyright a,
.copyright a h1 {
    color: #737058;
    display: inline-block;
    font-size: 14px;
}

.copyright a:hover,
.copyright a h1:hover {
    color: #2c4001;
}

.ftbot_inner .ftline {
    text-align: center;
}

/*share*/
.share {
    color: #4c4b42;
    font-size: 14px;
    display: inline-block;
}

.share p {
    padding-bottom: 1.1rem;
    font-family: 'Josefin Slab';
    font-weight: bold;
}

.share a {
    font-size: 14px;
    display: inline-block;
    margin-right: 1rem;
}

.share a:hover {
    opacity: .7;
}

@media screen and (max-width:1600px) {
    footer:before {
        min-height: 150px;
    }

    footer:after {
        min-height: 150px;
    }
}

@media screen and (max-width:1300px) {
    footer:before {
        min-height: 120px;
    }

    footer:after {
        min-height: 120px;
    }
}

@media screen and (max-width:1100px) {
    footer:before {
        min-height: 90px;
        top: 5rem;
    }

    footer:after {
        min-height: 90px;
        top: 5rem;
    }
}

@media screen and (max-width:890px) {
    footer:before {
        min-height: 60px;
        top: 5rem;
    }

    footer:after {
        min-height: 60px;
        top: 5rem;
    }

    .ftbot_inner .ftlogo {
        width: 60%;
        margin: 0 auto;
    }
}

@media screen and (max-width:768px) {
    .ftbot_inner .ft_fb {
        height: 450px;
    }
}

@media screen and (max-width:650px) {
    footer:before {
        top: 3rem;
    }

    footer:after {
        top: 3rem;
    }

}

@media screen and (max-width:580px) {
    .ft_bot .ftbot_inner {
        padding: 0 2rem;
    }
}

@media screen and (max-width:450px) {
    footer:before {
        top: 1rem;
    }

    footer:after {
        top: 1rem;
    }

    footer .ft_bot {
        padding-bottom: 13rem;
    }

    .ftbot_inner .ftlogo {
        width: 100%;
        padding-top: 3rem;
    }

    .ftbot_inner .ft_btn {
        min-height: 104px;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .ftbot_inner .ft_btn ul li {
        width: 20%;
    }

    .ftbot_inner .ft_fb {
        height: 400px;
    }
}

@media screen and (max-width:414px) {
    footer .ft_bot {
        padding-bottom: 13rem;
    }

    .ftbot_inner .ftlogo {
        width: 100%;
        padding-top: 3rem;
    }

    .ftbot_inner .ft_btn {
        min-height: 112px;
    }
}

@media screen and (max-width:393px) {
    footer:before {
        min-height: 50px;
    }

    footer:after {
        min-height: 50px;
    }

    footer .ft_bot {
        padding-bottom: 12rem;
    }

    .ftbot_inner .ft_btn ul li {
        width: 22%;
    }

    .ftbot_inner .ft_fb {
        height: 350px;
    }
}

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

@media screen and (max-width:360px) {
    footer .ft_bot {
        padding-bottom: 13rem;
    }

    .ftbot_inner .ft_btn {
        min-height: 110px;
    }
}

@media screen and (max-width:330px) {
    footer:before {
        min-height: 40px;
    }

    footer:after {
        min-height: 40px;
    }

    .ftbot_inner .ft_btn {
        min-height: 110px;
    }

    .ftbot_inner .ft_fb {
        height: 300px;
    }
}

@media screen and (max-width:310px) {
    footer .ft_bot {
        padding-bottom: 12rem;
    }
}

@media screen and (max-width:300px) {
    .ftbot_inner .ft_btn {
        min-height: 105px;
    }
}

/***footer end****/
/***********************/
/***ad start***/

#enter1,
#enter2 {
    transform: translateY(-220px);
}

#enter3 {
    transform: translateY(-160px);
}

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

    #enter1,
    #enter2 {
        transform: translateY(-110px);
    }

    #enter3 {
        transform: translateY(-100px);
    }
}

/***ad end****/
/***********************/
/*************************
*******service_album*******
**************************/
#service_album {
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 40vh;
}

#service_album a {
    color: #2d7f33;
    display: inline-block;
}

#service_album a:visited,
#service_album a:focus {
    color: #513c26;
}

#service_album a:hover {
    color: #7f4d18;
}

.table1 table {
    min-width: 20%;
}

.table2 td {
    max-width: 200px;
    height: 30px;
}

@media(max-width:992px) {
    .contactm {
        margin-bottom: 20px
    }

    .table1 table {
        width: 100%;
    }

    table.tablegrid {
        width: 23%;
    }
}

@media(max-width:768px) {
    .table1 table {
        width: 98%;
    }

    table.tablegrid {
        width: 47%;
    }
}

@media(max-width:500px) {
    table.tablegrid {
        width: 95%;
    }
}

/*album*/
.album {
    z-index: 5;
    position: relative;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 0 7em;
}

.album a {
    display: inline-block;
    color: #063827;
}

.album tr.photo {
    transition: .2s ease-in-out;
}

.album tr.photo:hover {
    opacity: .6;
}

.table-responsive {
    border: 0;
    margin: 10px;
}

.row {
    margin: 0;
    padding: 0;
}

/***********************/
/***tillandsia start***/
.tillandsia {
    width: 1184px;
    max-width: 100%;
    margin: 0 auto;
}

.tillandsia .tilly_but {}

.tillandsia .tilly_but ul {}

.tillandsia .tilly_but ul li {
    display: inline-block;
    width: 49%;
}

.tillandsia .tilly_but ul li:nth-child(2) {
    text-align: right;
}

.tillandsia .tilly_but ul li a {}

.tillandsia .tilly_but ul li a img {
    transition: .5s all;
}

.tillandsia .tilly_but ul li a:hover img {
    transform: translateY(-10px);
}

.tilly_txt {
    margin-top: 5.3rem;
    column-width: 33%;
    column-count: 3;
    column-gap: 4%;
    padding: 0 2rem;
}

.tilly_txt .txt {
    padding: 0;
    font-size: 20px;
    color: #524f44;
    text-align: justify;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0px;
}

.tilly_txt .txt:first-letter {
    font-size: 36px;
}

@media screen and (max-width:1100px) {
    .tillandsia {
        padding: 0 2rem;
    }
}

@media screen and (max-width:768px) {
    .tilly_txt {
        column-count: 2;
    }
}

@media screen and (max-width:650px) {
    .tilly_txt {
        margin-top: 3rem;
    }
}

@media screen and (max-width:576px) {
    .tilly_txt {
        padding: 0;
    }
}

@media screen and (max-width:450px) {
    .tilly_txt {
        column-count: 1;
        margin-top: 1rem;
    }
}
@media screen and (max-width:414px){
    .tilly_txt .txt{
        font-size: 16px;
    }
}
@media screen and (max-width:330px) {
    .tillandsia {
        padding: 0 1rem;
    }

    .tillandsia .tilly_but {
        text-align: center;
    }

    .tillandsia .tilly_but ul li {
        width: 45%;
    }
}

/***tillandsia end****/
/***********************/
/***intillandsia start***/
.intillandsia {
    position: relative;
}

/*intilly1*/
.intilly1 {
    width: 1184px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.intilly1 .intilly11 {
    width: 70%;
}

.intilly1 .intilly12 {
    width: 40%;
    margin-left: -13rem;
    padding-top: 2rem;
}

.intilly12 .intilly12_title {
    color: #171615;
    text-align: center;
    margin-bottom: 2rem;
}

.intilly12_title .intilly12_ch {
    font-size: 36px;
    line-height: 1;
    padding-bottom: .5rem;
    font-family: 'Kiwi Maru';
}

.intilly12_title .intilly12_en {
    font-size: 16px;
    font-family: 'Josefin Slab';
    letter-spacing: 0;
}

.intilly12 .intilly12_inner {
    width: 465px;
    max-width: 100%;
    padding: 0 2.7rem 3rem;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.intilly12_inner .intilly12_txt {
    margin-bottom: 3rem;
}

.intilly12_inner .intilly12_txt img {}

.intilly12_inner .intilly12_wrap {
    text-align: left;
}

.intilly12_inner .intilly12_wrap ul {}

.intilly12_inner .intilly12_wrap ul li {
    padding: 1rem 0;
    display: flex;
    align-items: flex-start;
}

.intilly12_inner .intilly12_wrap ul li h6 {
    font-size: 20px;
    color: #e5eadf;
    background: #477a4c;
    border-radius: 20px;
    padding: .8rem 1.6rem;
    width: 80px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0.5rem 0 0;

}

.intilly12_inner .intilly12_wrap ul li p {
    display: inline-block;
    width: 80%;
    line-height: 1.2;
    margin: 0;
    font-size: 20px;
}

@media screen and (max-width:890px) {
    .intilly1 .intilly11 {
        width: 65%;
    }

    .intilly1 .intilly12 {
        width: 45%;
    }
}

@media screen and (max-width:790px) {
    .intilly1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .intilly1 .intilly11 {
        width: 100%;
    }

    .intilly1 .intilly12 {
        width: 100%;
        margin: 0 0 5rem 0;
        padding-top: 0;
        order: -1;
    }

    .intilly12 .intilly12_inner {
        margin: 0 auto;
    }
}

@media screen and (max-width:450px) {
    .intilly1 .intilly12 {
        padding: 0 2rem;
    }
}
@media screen and (max-width:414px){
    .intilly12_inner .intilly12_wrap ul li p{
        font-size: 16px;
    }
}
@media screen and (max-width:397px) {
    .intilly12 .intilly12_inner {
        padding: 0 1rem 3rem;
    }
}

@media screen and (max-width:360px) {
    .intilly1 .intilly12 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:340px) {
    .intilly12_inner .intilly12_wrap ul li h6 {
        padding: 0.8rem 0.6rem;
    }
}

/*intilly2*/
.intilly2 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
}


/***intillandsia end****/
/***********************/
/***instreptophylla start***/
.instreptophylla {
    position: relative;
}

/*instre1*/
.instre1 {
    width: 1184px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.instre1 .instre11 {
    width: 70%;
}

.instre1 .instre12 {
    width: 40%;
    margin-left: -12rem;
    padding-top: 1rem;
}

.instre12 .instre12_title {
    color: #171615;
    text-align: center;
    margin-bottom: 2rem;
}

.instre12_title .instre12_ch {
    font-size: 36px;
    line-height: 1;
    padding-bottom: .5rem;
}

.instre12_title .instre12_en {
    font-size: 16px;
    font-family: 'Josefin Slab';
    letter-spacing: 0;
}

.instre12 .instre12_inner {
    width: 465px;
    max-width: 100%;
    padding: 0 2.7rem 3rem;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.instre12_inner .instre12_txt {
    margin-bottom: 3rem;
}

.instre12_inner .instre12_txt img {}

.instre12_inner .instre12_wrap {
    text-align: left;
}

.instre12_inner .instre12_wrap ul {}

.instre12_inner .instre12_wrap ul li {
    padding: 1rem 0;
    display: flex;
    align-items: flex-start;
}

.instre12_inner .instre12_wrap ul li h6 {
    font-size: 20px;
    color: #e5eadf;
    background: #477a4c;
    border-radius: 20px;
    padding: .8rem 1.6rem;
    width: 80px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0.5rem 0 0;

}

.instre12_inner .instre12_wrap ul li p {
    display: inline-block;
    width: 80%;
    line-height: 1.2;
    margin: 0;
    font-size: 20px;
}

@media screen and (max-width:890px) {
    .instre1 .instre11 {
        width: 65%;
    }

    .instre1 .instre12 {
        width: 45%;
    }
}

@media screen and (max-width:790px) {
    .instre1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .instre1 .instre11 {
        width: 100%;
    }

    .instre1 .instre12 {
        width: 100%;
        margin: 0 0 5rem 0;
        padding-top: 0;
        order: -1;
    }

    .instre12 .instre12_inner {
        margin: 0 auto;
    }
}

@media screen and (max-width:450px) {
    .instre1 .instre12 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:397px) {
    .instre12 .instre12_inner {
        padding: 0 1rem 3rem;
    }
}

@media screen and (max-width:360px) {
    .instre1 .instre12 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:340px) {
    .instre12_inner .instre12_wrap ul li h6 {
        padding: 0.8rem 0.6rem;
    }
}

/*instre2*/
.instre2 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
}

/***instreptophylla end****/
/***********************/
/***staghorn start***/
.staghorn {
    width: 1184px;
    max-width: 100%;
    margin: 0 auto;
}

.staghorn .shf_but {}

.staghorn .shf_but ul {}

.staghorn .shf_but ul li {
    display: inline-block;
    width: 49%;
}

.staghorn .shf_but ul li:nth-child(2) {
    text-align: right;
}

.staghorn .shf_but ul li a {}

.staghorn .shf_but ul li a img {
    transition: .5s all;
}

.staghorn .shf_but ul li a:hover img {
    transform: translateY(-10px);
}

.shf_txt {
    margin-top: 5.3rem;
    column-width: 33%;
    column-count: 3;
    column-gap: 4%;
    padding: 0 2rem;
}

.shf_txt .txt {
    padding: 0;
    font-size: 20px;
    color: #524f44;
    text-align: justify;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -1px;
}

.shf_txt .txt:first-letter {
    font-size: 36px;
}

@media screen and (max-width:1100px) {
    .staghorn {
        padding: 0 2rem;
    }
}

@media screen and (max-width:768px) {
    .shf_txt {
        column-count: 2;
    }
}

@media screen and (max-width:650px) {
    .shf_txt {
        margin-top: 3rem;
    }
}

@media screen and (max-width:576px) {
    .shf_txt {
        padding: 0;
    }
}

@media screen and (max-width:450px) {
    .shf_txt {
        column-count: 1;
        margin-top: 1rem;
    }
}

@media screen and (max-width:330px) {
    .staghorn {
        padding: 0 1rem;
    }

    .staghorn .shf_but {
        text-align: center;
    }

    .staghorn .shf_but ul li {
        width: 45%;
    }
}

/***staghorn end****/
/***********************/
/***instaghorn start***/
.instaghorn {
    position: relative;
}

/*instaghorn1*/
.instaghorn1 {
    width: 1184px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.instaghorn1 .instaghorn11 {
    width: 70%;
}

.instaghorn1 .instaghorn12 {
    width: 40%;
    margin-left: -13rem;
    padding-top: 6rem;
}

.instaghorn12 .instaghorn12_title {
    color: #171615;
    text-align: center;
    margin-bottom: 2rem;
}

.instaghorn12_title .instaghorn12_ch {
    font-size: 36px;
    line-height: 1;
    padding-bottom: .5rem;
}

.instaghorn12_title .instaghorn12_en {
    font-size: 16px;
    font-family: 'Josefin Slab';
    letter-spacing: 0;
}

.instaghorn12 .instaghorn12_inner {
    width: 465px;
    max-width: 100%;
    padding: 0 2.7rem 3rem;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.instaghorn12_inner .instaghorn12_txt {
    margin-bottom: 3rem;
}

.instaghorn12_inner .instaghorn12_txt img {}

.instaghorn12_inner .instaghorn12_wrap {
    text-align: left;
}

.instaghorn12_inner .instaghorn12_wrap ul {}

.instaghorn12_inner .instaghorn12_wrap ul li {
    padding: 1rem 0;
    display: flex;
    align-items: flex-start;
}

.instaghorn12_inner .instaghorn12_wrap ul li h6 {
    font-size: 20px;
    color: #e5eadf;
    background: #477a4c;
    border-radius: 20px;
    padding: .8rem 1.6rem;
    width: 80px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0.5rem 0 0;

}

.instaghorn12_inner .instaghorn12_wrap ul li p {
    display: inline-block;
    width: 80%;
    line-height: 1.2;
    margin: 0;
    font-size: 20px;
}

@media screen and (max-width:890px) {
    .instaghorn1 .instaghorn11 {
        width: 65%;
    }

    .instaghorn1 .instaghorn12 {
        width: 45%;
    }
}

@media screen and (max-width:790px) {
    .instaghorn1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .instaghorn1 .instaghorn11 {
        width: 100%;
    }

    .instaghorn1 .instaghorn12 {
        width: 100%;
        margin: 0 0 5rem 0;
        padding-top: 0;
        order: -1;
    }

    .instaghorn12 .instaghorn12_inner {
        margin: 0 auto;
    }
}

@media screen and (max-width:450px) {
    .instaghorn1 .instaghorn12 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:397px) {
    .instaghorn12 .instaghorn12_inner {
        padding: 0 1rem 3rem;
    }
}

@media screen and (max-width:360px) {
    .instaghorn1 .instaghorn12 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:340px) {
    .instaghorn12_inner .instaghorn12_wrap ul li h6 {
        padding: 0.8rem 0.6rem;
    }
}

/*instaghorn2*/
.instaghorn2 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
}

/***instaghorn end****/
/***********************/
/***inpups start***/
.inpups {
    position: relative;
}

/*inpups1*/
.inpups1 {
    width: 1184px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.inpups1 .inpups11 {
    width: 70%;
}

.inpups1 .inpups12 {
    width: 40%;
    margin-left: -14rem;
    padding-top: 3rem;
}

.inpups12 .inpups12_title {
    color: #171615;
    text-align: center;
    margin-bottom: 2rem;
}

.inpups12_title .inpups12_ch {
    font-size: 36px;
    line-height: 1;
    padding-bottom: .5rem;
}

.inpups12_title .inpups12_en {
    font-size: 16px;
    font-family: 'Josefin Slab';
    letter-spacing: 0;
}

.inpups12 .inpups12_inner {
    width: 465px;
    max-width: 100%;
    padding: 0 2.7rem 3rem;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.inpups12_inner .inpups12_txt {
    margin-bottom: 3rem;
}

.inpups12_inner .inpups12_txt img {}

.inpups12_inner .inpups12_wrap {
    text-align: left;
}

.inpups12_inner .inpups12_wrap ul {}

.inpups12_inner .inpups12_wrap ul li {
    padding: 1rem 0;
    display: flex;
    align-items: flex-start;
}

.inpups12_inner .inpups12_wrap ul li h6 {
    font-size: 20px;
    color: #e5eadf;
    background: #477a4c;
    border-radius: 20px;
    padding: .8rem 1.6rem;
    width: 80px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0.5rem 0 0;

}

.inpups12_inner .inpups12_wrap ul li p {
    display: inline-block;
    width: 80%;
    line-height: 1.2;
    margin: 0;
    font-size: 20px;
}

@media screen and (max-width:890px) {
    .inpups1 .inpups11 {
        width: 65%;
    }

    .inpups1 .inpups12 {
        width: 45%;
    }
}

@media screen and (max-width:790px) {
    .inpups1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .inpups1 .inpups11 {
        width: 100%;
    }

    .inpups1 .inpups12 {
        width: 100%;
        margin: 0 0 5rem 0;
        padding-top: 0;
        order: -1;
    }

    .inpups12 .inpups12_inner {
        margin: 0 auto;
    }
}

@media screen and (max-width:450px) {
    .inpups1 .inpups12 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:397px) {
    .inpups12 .inpups12_inner {
        padding: 0 1rem 3rem;
    }
}

@media screen and (max-width:360px) {
    .inpups1 .inpups12 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:340px) {
    .inpups12_inner .inpups12_wrap ul li h6 {
        padding: 0.8rem 0.6rem;
    }
}

/*inpups2*/
.inpups2 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
}

/***inpups end****/
/***********************/
/***tz-gallery start***/
.tz-gallery {
    padding: 40px;
}


.tz-gallery .row>div {
    padding: 0 1.2rem;
}

.lightbox .inplant_pic {
    position: relative;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 30px;
    position: relative;
}

.lightbox .inplant_pic:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.lightbox .inplant_pic:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    transition: 0.4s;
}

.lightbox .inplant_pic:hover:after,
.lightbox .inplant_pic:hover:before {
    opacity: 1;

}

.tz-gallery p {
    font-size: 24px;
    color: #171615;
    text-align: center;
    padding-top: .5rem;
}

.tz-gallery a.lightbox:hover {
    text-decoration: none;
}

@media screen and (max-width:450px) {
    .row {
        margin: 0 !important;
    }

    .tz-gallery {
        padding: 10px;
    }

    .tz-gallery .row>div {
        padding: 0 0.5rem;
    }
}

/***tz-gallery end****/
/***********************/


.container0: after,
.container0:before,
.container1:after,
.container1:before,
.container2:after,
.container2:before,
.container3:after,
.container3:before {
    display: table;
    content: " "
}

.container0:after,
.container1:after,
.container2:after,
.container3:after,
.container:after {
    clear: both;
}

.container0,
.container1,
.container2,
.container3,
.container4 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.center0 .img-responsive {
    margin: 0 auto;
}

@media(min-width:768px) {
    .container0 {
        width: 750px;
    }
}

@media(min-width:992px) {
    .container0 {
        width: 950px;
    }
}

@media(min-width:1200px) {
    .container0 {
        width: 1170px;
    }
}

@media(min-width:1500px) {
    .container0 {
        width: 1400px;
    }
}

@media(min-width:768px) {
    .container2 {
        width: 750px;
    }
}

@media(min-width:992px) {
    .container2 {
        width: 970px;
    }
}

.newsbbg {
    background: #f2f2f2;
    min-height: 100vh;
}

#services_newsb {
    padding: 80px 0;
}

#services_newsb .container2 {
    background: #fff;
    min-height: 100vh;
}

.closei {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 64px;
    height: 56px;
    line-height: 50px;
    background-color: #ccc;
    font-size: 45px;
    float: right;
}

.closei:hover {
    color: #fff;
    background-color: #e6e6e6;
    cursor: pointer;
}

.close2 img {
    opacity: 1;
}

.close2 img:hover {
    opacity: .7;
}

.dels img,
.wedpbs img {
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.close2 {
    padding-top: 40px;
}

.newsb {
    padding-left: 35px;
    padding-right: 35px;
}

#services_newsb h1 {
    font-size: 26px;
    color: #0d4614;
}

#services_newsb .date p {
    font-size: 14px;
}

@media screen and (max-width:768px) {
    #services_newsb h1 {
        font-size: 20px;
    }

    .newsb {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.newscol {
    background: #fff;
    border-radius: 20px;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
    filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
    background-size: 100% 100%;
    min-height: 500px;
    padding-top: 20px;
}

.newst {
    font-size: 18px;
    color: #0d4614;
}

.newscol p {
    color: #2c2c2c;
}

.newdate p,
.newmore a {
    color: #489939;
}

.newdate p {
    font-size: 14px;
}

.newscol hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #f2e5ec;
}

.newmore {
    text-align: right;
}

.newmore a:visited {
    color: #489939;
}

.newmore a:focus,
.newmore a:hover {
    color: #776b5b;
}

@media screen and (max-width:1200px) {
    .newscol {
        min-height: 550px;
    }
}

@media screen and (max-width:992px) {
    .newscol {
        min-height: 600px;
    }
}

@media screen and (max-width:768px) {
    .newscol {
        min-height: 360px;
    }
}
@media screen and (max-width:370px) {
    .no-gutter {
       margin: 0;
       padding: 0;
    }
}
@media screen and (max-width:340px) {
    .newscol{
        min-height: 330px;
        padding: 2rem 0 0 0;
    }
}
@media screen and (max-width:330px) {
    .newdate p {
    font-size: 12px;
}
}
/***********************/
/***pcgmenu start***/
.pcgmenu{
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
.pcgmenu ul{
	text-align: center;
}
.pcgmenu ul li{
	display: inline-block;
	width: 30%;
}
.pcgmenu ul li a{
	display: block;
	transition: .5s all;
}
.pcgmenu ul li a img{
	display: inline-block;
	    vertical-align: middle;
	margin-right: 1rem;
	transition: .5s all;
}
.pcgmenu ul li a p{
	display: inline-block;
	font-size: 36px;
	    vertical-align: middle;
}
.pcgmenu ul li a:hover img{
	transform: translateY(-5px);
}
@media screen and (max-width:576px){
	.pcgmenu ul li {
    width: 45%;
}
}
@media screen and (max-width:450px){
	.pcgmenu ul li {
        width: 48%;
    }
	.pcgmenu ul li a img {
    width: 15%;
}
}
@media screen and (max-width:393px){
	.pcgmenu ul li a p {
    font-size: 30px;
}
}
@media screen and (max-width:340px){
	    .pcgmenu ul li a img {
        width: 20%;
        display: block;
		margin: 0 auto;
    }
}
/***pcgmenu end****/
/***********************/
/***********************/
/***tpcg start***/
.tpcg{
	width: 1000px;
	max-width: 100%;
	margin: 6rem auto 0;
}
.tpcg h2{
	font-size: 36px;
	margin-bottom: 1.5rem;
}
.tpcg h3{
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
	word-break: break-all;
	font-weight: 300;
}
.tpcg h3 strong{
	font-weight: 400;
}
.tpcg .tpcg1{
	margin: 2rem 0;
}
.tpcg1 .tpcg11{}
.tpcg1 .tpcg11 h4, .tpcg1 .tpcg12 h4, .tpcg1 .tpcg13 h4{
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 1rem;	
}
.tpcg1 .tpcg11 ol, .tpcg1 .tpcg12 ol, .tpcg1 .tpcg13 ol{
	list-style: decimal;
	padding-left: 4rem;
}
.tpcg1 .tpcg11 ol li, .tpcg1 .tpcg12 ol li, .tpcg1 .tpcg13 ol li{
	font-size: 18px;
	font-weight: 300;
}
.tpcg1 .tpcg11 ol li strong, .tpcg1 .tpcg12 ol li strong, .tpcg1 .tpcg13 ol li strong{
	font-size: 18px;
	font-weight: 400;
}
.tpcg1 .tpcg12{
	margin-top: 4rem;
}
.tpcg1 .tpcg12 ul{
	list-style: circle;
	padding-left: 2rem;
}
.tpcg1 .tpcg13{
	margin-top: 4rem;
}

.tpcg .tpcg2{
	margin-top: 4rem;
}
.tpcg2 .tpcg21, .tpcg2 .tpcg22, .tpcg2 .tpcg23{
	margin-top: 3rem;
}
.tpcg2 .tpcg21 h4, .tpcg2 .tpcg22 h4, .tpcg2 .tpcg23 h4{
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 2rem;
}
.tpcg2 .tpcg21 p, .tpcg2 .tpcg22 p, .tpcg2 .tpcg23 p{
	font-size: 16px;	
	font-weight: 400;
}
.tpcg2 .tpcg21 ol, .tpcg2 .tpcg22 ol, .tpcg2 .tpcg23 ol{
	list-style: decimal;
	padding-left: 4rem;
}
.tpcg2 .tpcg21 ol li, .tpcg2 .tpcg22 ol li, .tpcg2 .tpcg23 ol li{
	font-weight: 300;
	font-size: 18px;
}
.tpcg2 .tpcg21 ol li strong, .tpcg2 .tpcg22 ol li strong, .tpcg2 .tpcg23 ol li strong{
	font-size: 18px;
	font-weight: 400;
}
.tpcg2 .tpcg21 ul, .tpcg2 .tpcg22, .tpcg2 .tpcg23{
	list-style: circle;
	padding-left: 2rem;
}
.tpcg2 .tpcg21 ul li, .tpcg2 .tpcg22 ul li, .tpcg2 .tpcg23 ul li{	
}
@media screen and (max-width:768px){
	.tpcg{
		padding: 0 2rem;
	}
}
@media screen and (max-width:450px){
	.tpcg {
    margin: 4rem auto 0;
}
}
@media screen and (max-width:414px){
	.tpcg h2 {
    font-size: 32px;
}
	.tpcg h3 {
    font-size: 20px;
}
}
/***tpcg end****/
/***********************/
/***********************/
/***spcg start***/
.spcg{
	width: 1000px;
	max-width: 100%;
	margin: 6rem auto 0;
}
.spcg h2{
	font-size: 36px;
	margin-bottom: 1.5rem;
}
.spcg h3{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	text-align: justify;
	word-break: break-all;
}
.spcg .spcg1{
	margin: 2rem 0;
}
.spcg1 .spcg11{}
.spcg1 .spcg11 h4, .spcg1 .spcg12 h4, .spcg1 .spcg13 h4{
	font-size: 22px;
	margin-bottom: 1rem;
	font-weight: 400;
}
.spcg1 .spcg11 ol, .spcg1 .spcg12 ol, .spcg1 .spcg13 ol{
	list-style: decimal;
	padding-left: 4rem;
}
.spcg1 .spcg11 ol li, .spcg1 .spcg12 ol li, .spcg1 .spcg13 ol li{
	font-size: 18px;
	font-weight: 300;
}
.spcg1 .spcg11 ol li strong , .spcg1 .spcg12 ol li strong, .spcg1 .spcg13 ol li strong{
	font-size: 18px;
	font-weight: 400;
}
.spcg1 .spcg11 ul{
	list-style: circle;
	padding-left: 2rem;
}
.spcg1 .spcg12{
	margin-top: 4rem;
}
.spcg1 .spcg12 ul{
	list-style: circle;
	padding-left: 2rem;
}
.spcg1 .spcg13{
	margin-top: 4rem;
}

.spcg .spcg2{
	margin-top: 4rem;
}
.spcg2 .spcg21, .spcg2 .spcg22, .spcg2 .spcg23{
	margin-top: 3rem;
}
.spcg2 .spcg21 h4, .spcg2 .spcg22 h4, .spcg2 .spcg23 h4{
	font-size: 18px;
	margin-bottom: 2rem;
}
.spcg2 .spcg21 p, .spcg2 .spcg22 p, .spcg2 .spcg23 p{
	font-size: 16px;	
	font-weight: bold;
}
.spcg2 .spcg21 ol, .spcg2 .spcg22 ol, .spcg2 .spcg23 ol{
	list-style: decimal;
	padding-left: 4rem;
}
.spcg2 .spcg21 ol li, .spcg2 .spcg22 ol li, .spcg2 .spcg23 ol li{}
.spcg2 .spcg21 ul, .spcg2 .spcg22, .spcg2 .spcg23{
	list-style: circle;
	padding-left: 2rem;
}
.spcg2 .spcg21 ul li, .spcg2 .spcg22 ul li, .spcg2 .spcg23 ul li{	
}
@media screen and (max-width:768px){
	.spcg{
		padding: 0 2rem;
	}
}
@media screen and (max-width:450px){
	.spcg {
    margin: 4rem auto 0;
}
}
@media screen and (max-width:414px){
	.spcg h2 {
    font-size: 32px;
}
	.spcg h3 {
    font-size: 20px;
}
}
/***spcg end****/
/***********************/