.big-text{
    font-size: 3vw;
    margin: 15px 0;
    color: darkturquoise;
}
.our_product_text{
    font-style: italic;
    font-size: 2vw;
    text-decoration:underline;
}
a.btn{
    margin: 30px 10px;
    width: 150px;
    padding: 10px;
    border-radius: 20px;
}
a.btn-first{
    background-color: darkorange;
    color: #fff;
}
a.btn-second{
    background-color: transparent;
    border: 1px solid darkorange;
    color: #333;
}
a.btn:hover{
    background: darkorange;
    border:none;
    color:#fff;
    box-shadow: 5px 5px 10px #999;
    transition: 0.3s;
}
.banner-info, .banner-image{
    margin: 5px 0;
}

.woc-img-responsive{
    width: 100%;
    height: auto;
}

.woc-home-slider-carousel{
    /* width:100%; */
}
.woc-home-slider img{
   /*  width:100%; */
   /* height: 50%; */
}

.item img{
}
.woc_slogan{
    background-color: aliceblue;
    border-radius: 125px;
}
.woc_slogan_title
{
	font-family: 'Roboto Slab', serif;
	font-size: 2vw;
	font-weight: 600;
	line-height: 1;
    color: #2c3449;
    margin-top:5px;
}
.woc_slogan_subtitle
{
	font-size: 1.25vw;
	color: #606164;
	margin-top: 2px;
}

#typedtext {
    font-family: fangsong;
    font-size: 1.7vw;
    margin: 10px 15px;
    letter-spacing: 2px;
    font-weight: bold;
}