
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
:root{
    --green:#65b348;
}
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	
    color:#444;	
    text-decoration:none;
   -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}

h1, .h1{font-size: 60px;line-height: 68px;}
h2, .fs-32{font-size: 32px;line-height: 42px;}
h3, .fs-30{font-size: 30px;line-height: 40px;}
h4      {font-size: 24px;line-height: 32px;}
.fs-38  {font-size: 38px;line-height: 48px;}
.fs-28  {font-size: 28px;line-height: 34px;}
.fs-24  {font-size: 24px;line-height: 30px;}
.fs-22  {font-size: 22px;line-height: 28px;}
.fs-20  {font-size: 20px;line-height: 26px;}
.fs-18  {font-size: 18px;line-height: 24px;}
.fs-16  {font-size: 16px;line-height: 24px;}
.fs-14  {font-size: 14px;line-height: 20px;}

.light{font-weight: 300;}
.regular{font-weight: 400;}
.medium{font-weight: 500;}
.semibold{font-weight: 600;}
.bold{font-weight: 700;}
.extrabold{font-weight: 900;}

.notosans{font-family: 'NotoSansCJKsc-Regular';}

a{display: inline-block;}
a:hover{color:#000}

ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}
body {
    font-size: 18px;
    line-height: 28px;
    font-family: "Poppins", serif;
    background: #000;
}

.container{
    width: 98%;
    max-width: 1250px;
}
.container-large{
    width: 98%;
    margin: 0 auto;
    max-width: 1300px;
}
.theme-btn{
    display: inline-block;
    border: 2px solid var(--green);
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    background: var(--green);
    color: #fff;
}
.theme-btn:hover{
    background: #ffffff;
    color: var(--green);
}
/*------------------------------------*\
                HEADER
\*------------------------------------*/
.header .container{
    width: 98%;
    max-width: 98%;
}
.index .banner .container, .inner-banner .container{
    width: 98%;
    max-width: 98%;
}
.nav_area > ul > li 
{    
    display: inline-block;
    padding: 0 14px;
}
.nav_area ul li a {
    color: #ffbc00;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.nav_area ul li.active a{
    color: #fff;
}
.nav_area > ul > li:last-child {
    padding-right: 0 !important;
}
/*---------------footer----------------------*/
.copyright{
    border-top: 1px solid #4e4e4e;
    color: #9b9b9b;
}

/*------------------------------------*\
            INDEX
\*------------------------------------*/
.banner-title{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.image-section .box-item{
    background: #171717;
}
.image-section .box-item img{
    margin-top: -55px;
}
.image-section .box-item p{
    color: #b6b6b6;
}
/*------------------------------------*\
                ABOUT
\*------------------------------------*/
.inner-banner .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.text-yellow{color: #ffbc00 !important;}
.about-inner p, .text-gray{
    color: #b7b7b7;
}
.about-inner h4{
    color: #fff;
}
/*------------------------------------*\
                CONTACT
\*------------------------------------*/
.site-form{
    max-width: 400px;
    margin: 0 auto;
}
.site-form label{
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    color: #b7b7b7;
}
.site-form input, .site-form textarea{
    width: 100%;
    border-radius: 1px;
    border: none;
    font-size: 16px;
    line-height: 26px;
    padding: 7px 15px;
}
.site-form button{
    background: #ffbc00;
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    text-align: center;
    border: none;
}



