@import url('https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
	font-family: 'Exo', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
}

.intro {
    overflow: hidden;
}

.line {
    background-color: #FFA500;
    width: 25%;
    height: 5px;
    border-radius: 100px 100px;
}

.font-big {
    font-size: 35px;
    line-height: normal;
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    color: #777777;
    margin: 0 auto;
}

.btn-square.black {
    border: 5px solid #FFA500;
    background-color: #FFA500;
    border-radius: 5px 5px;
    font-size: 17.5px;
    color: #ffffff;
    margin-top: 5px;
}

.btn-square.black:hover {
    border: 5px solid #008000;
    background-color: #008000;
}

.font-main {
    font-size: 35px;
    line-height: normal;
    margin-top: 0;
}

.line2 {
    background-color: #FFA500;
    width: 12.5%;
    height: 5px;
    border-radius: 100px 100px;
}

.font-main-2 {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
}

.line3 {
    background-color: #ff0000;
    width: 12.5%;
    height: 5px;
    border-radius: 100px 100px;
}

.list {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
}

.list2 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
}

.list3 {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
}
.icon {
    color: #008000;
}

.new_product_col1 {
    margin-left: 0 !important;
}