@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&display=swap);


body {

	font-family: 'Roboto','Microsoft YaHei', 'Microsoft JhengHei', sans-serif;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    /*background-image: linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, 1));*/
    transition: 0.25s;
}

.container:hover .cover {
    top: 0;
}

.table {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.middle {
    vertical-align: middle;
    display: table-cell;
}

.btn-square.white {
    border-width: 2.5px;
    border-color: #ffffff;
    font-size: 25px;
    color: #ffffff;
    margin: 20px 0px;
}

.btn-square.white:hover {
    color: #333333;
}

/*
.font-title {
    vertical-align: middle;
    display: table-cell;
    font-size: 50px;
    color: #333333;
    font-weight: 700;
    font-family: 'Montserrat', 'Microsoft YaHei', 'Microsoft JhengHei', sans-serif, serif;
    background-color: rgba(255,255,255,0.75);
    transition: 0.25s;
}
*/

/*
.font-title:hover {
    background-color: #ffffff;
    transition: 0.25s;
}
*/

.click {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Roboto', 'Microsoft YaHei', 'Microsoft JhengHei', sans-serif, serif;
    transition: 0.25s;
}

.click:hover {
    transition: 0.25s;
    color: #777777;
}

.click-2 {
    color: #333333 !important;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Roboto', 'Microsoft YaHei', 'Microsoft JhengHei', sans-serif, serif;
    transition: 0.25s;
}

.click-2:hover {
    transition: 0.25s;
    color: #777777 !important;
}

.btn-square.black {
    border-width: 2.5px;
    border-color: #333333;
    background-color: #ffffff;
    font-size: 25px;
    color: #333333;
    margin: 20px 0px;
}

.btn-square.black:hover {
    border-color: #333333;
    background-color: #333333;
    color: #ffffff;
}

.click_effect {
    transition: 0.25s;
    transform: translateZ(0);
}

.click_effect:hover {
    transition: 0.25s;
    transform: scale(0.99);
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

.title {
    font-size: 15px;
    color: #777777;
}

.font-last {
    font-size: 35px;
    font-family: 'Roboto', 'Microsoft YaHei', 'Microsoft JhengHei', sans-serif, serif;
    font-weight: 700;
}

.font-small-2 {
    font-size: 15px;
    color: #777777;
    margin: 0 auto;
}

.list {
    font-size: 15px;
    color: #777777;
}

.list-2 {
    display: flex;
}

.icon {
    /*float: left;*/
    /*padding-right: 15px;*/
    /*margin-left: -20px;*/
    /*margin-top: 3.5px;*/
    color: #333333;
    font-size: 50px !important;
}

.iframe100 {
    width: 100% !important;
}

.footer-top {
    display: none;
}

.fa-arrow-circle-up {
    color: #777777;
}

.main_font {
	
	line-height:normal;
	font-weight: 300;
	color: #333;
}

.main_font1{
	
	font-family: 'Roboto', sans-serif;
	line-height:normal;
	font-weight: 700;
	text-transform:uppercase;
	line-height:2;
}

h2.page-title {
	font-family: 'Roboto', sans-serif;
	font-size:22px;
	color:#fba61b;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px 0px 10px 10px;
	
	text-transform:uppercase;

}

.parallax_bg2 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}

#productEnquiry input[type=text], textarea {
    border: none;
    width: 100%;
    background-color: #f2f2f2;
}

.four-full {
    width: 33.33333333333333% !important;
    margin: 0 auto;
}

.gap {
    padding: 0 0 25px 0;
}

#Fattachment {
    background-color: inherit !important;
}