@import 'header.css';
/*CSS3 setting for all page*/
* {
    box-sizing: border-box;
    font-family: 'Roboto';
    -webkit-tap-highlight-color: transparent;
    scrollbar-width: thin;          /* "auto" or "thin" */
    scrollbar-color: #888 #f1f1f1;  /* thumb and track color */
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 12px;               /* Vertical scrollbar width */
    height: 12px;              /* Horizontal scrollbar height */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;       /* Track color */
    border-radius: 6px;        /* Rounded corners */
}

::-webkit-scrollbar-thumb {
    background: #888;          /* Thumb color */
    border-radius: 6px;        /* Rounded corners */
    border: 3px solid #f1f1f1; /* Creates padding around thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #555;          /* Hover state color */
}

a{
    text-decoration: none;
    cursor: pointer;
}

img, video{
    display: block;
    max-width: 100%;
    height: auto;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {/*Customize input field border style */
  border: none;
  outline: none;
}

html,body{
    position: relative;
    margin: 0;
    overflow-x: hidden;
}

.clear{
    clear: both;
}

hr{
    border: 1px solid rgb(222, 194, 186);
}

h1{
    font-size: 42px;
}

h2{
    font-size: 36px;
}

h3{
    font-size: 30px;
}

h4{
    font-size: 24px;
}

/*Start for home page css*/

#home{
    padding-top: 70px;
}

#home .technical{
	background-color: #F5F9FF;
	padding: 80px 0 120px;
}

#home .technical h2{
    font-size: 48px;
    width: 80%;
    margin: 0 auto;
	color: #0083cb;
}

#home .technical .area{
    position: relative;
    width: 90%;
    margin: 70px auto 0;
    overflow: hidden;
}

#home .technical .area #leftarrow{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    width: 32px;
}

#home .technical .area #rightarrow{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    width: 32px;
}

#home .technical .area .promotion{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

#home .technical .area #pslider{
    width: 5500px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
}

#home .technical .item{
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    margin-right: -4px;
    color: #000000;
}

#home .technical .item .detail{
    padding: 0 20px;
}

#home .technical .item .detail h3{
    font-size: 16px;
    margin: 0;
    height: 50px;
	line-height: 50px;
	color: #474747;
}

#home .technical .item .detail img{
    zoom: 1;
}

#home .cert{
    width: 80%;
    margin: 50px auto;
}

#home #pl400, #home #pl500{
    width: 60%;
    margin: 0 auto;
}

#home .chatwithme{
    background-image: url("../img/home/contactus.webp");
    background-size: cover;
    background-position: top center;
    padding: 150px 0;
    color: white;
    text-align: center;
}

#home .chatwithme .whatsapp h3{
    margin: 0;
}

#home .chatwithme .whatsapp a{
    display: block;
    width: 120px;
    background-color: white;
    margin: 30px auto 0;
    border-radius: 15px;
    padding: 5px;
}

#home .chatwithme .whatsapp a span{
    display: inline-block;
    vertical-align: middle;
    color: #1b72a8;
}

#home .chatwithme .whatsapp a img{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}

#home .company{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 50px auto;
    align-items: center;
}

#home .vision{
    width: 70%;
    margin: 80px auto 150px;
    color: #474747;
}

#home .vision h3{
    text-align: center;
    margin: 0;
    padding: 100px 0 50px;
}

#introduction{
	margin: 100px 0;
}

#introduction #whoweare{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

#introduction #whoweare .line{
    flex: 0 1 40%;
}

#introduction #whoweare .line hr{
	border: 1px solid #0083cb;
}

#introduction #whoweare .title{
    flex: 0 1 20%;
	color: #0083cb;
	text-align: center;
	font-size: 50px;
}

#introduction .history{
	width: 70%;
	margin: 50px auto;
	color: #474747;
}

#services{
	width: 80%;
	margin: 50px auto;
}

#home .company .lbox,#home .company .rbox{
    flex: 0 1 48%;
}

#home .company .lbox{
    background-color: rgb(222, 194, 186);
    padding: 50px;
}

#home .company .lbox h2, #home .staff .rbox h2{
    font-size: 36px;
}

#home .company .lbox p, #home .staff .rbox p{
    color: #3C3C3C;
    font-size: 14px;
}

#home .company .rbox{
    margin-left: auto;
}

#home .staff{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 50px auto;
    align-items: center;
}

#home .staff .lbox,#home .staff .rbox{
    flex: 0 1 48%;
}

#home .staff > p{
    font-size: 22px;
}

#home .staff .lbox{
    margin-top: 30px;
}

#home .staff .lbox h2{
    font-size: 36px;
}

#home .staff .lbox p{
    color: #3C3C3C;
    font-size: 14px;
}

#home .staff .rbox{
    margin-top: 20px;
    margin-left: auto;
    background-color: rgb(222, 194, 186);
    padding: 50px 50px 0;
}

#member{
	/*background-color: #0C4D71;*/
	padding: 50px 0;
	background-color: #ECF8FF;
}

#member.active{
	margin-top: 70px;
}

#member h1{
	text-align: center;
	color: #006ABE;
	margin: 0;
	font-size: 36px;
}

#member .gender {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 14px;
	color: #798899;
}

#member .gender input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

#member .indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: undefinedpx;
}

#member .gender:hover input ~ .indicator,
#member .gender input:focus ~ .indicator {
    background: #cccccc;
}

#member .gender input:checked ~ .indicator {
    background: #0083cb;
}

#member .gender:hover input:not([disabled]):checked ~ .indicator,
#member .gender input:checked:focus ~ .indicator {
    background: #0083cb;
}

#member .gender input:disabled ~ .indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

#member .indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

#member .gender input:checked ~ .indicator:after {
    display: block;
}

#member .radio .indicator {
    border-radius: 50%;
}

#member .radio .indicator:after {
    left: 5px;
    top: 5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ffffff;
    transition: background 250ms;
}

#member .radio input:disabled ~ .indicator:after {
    background: #7b7b7b;
}

#member .progress{
	display: flex;
	width: 50%;
	margin: 0 auto;
	padding: 50px 0 20px;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#member .progress .stage{
	display: flex;
	height: 20%;
	padding: 20px 0;
	text-align: center;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	align-content: center;
	color: #798899;
}

#member .progress .stage.unsucess .box{
	background-color: #F44336;
}

#member .progress .stage:nth-child(2){
	padding: 0 10px;
}

#member .progress .stage .box{
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 10px;
}

#member .progress .stage .box{
	background-color: #ffffff;
	color: #798899;
}

#member .progress .stage.active .box{
	background-color: #1AB272;
}

#member .progress .stage .title{	
	padding: 0 10px;
}

#member .progress .stage.active .title{
	color: #1AB272;
}

#member .progress .stage hr{
	width: 50px;
	border: 1px dashed #798899;
}

#member .progress .stage.active hr{
	width: 50px;
	border: 1px solid #1AB272;
}

#member .progress .stage.current .box{
	background-color: #0083cb;
	color: #ffffff;
}

#member .progress .stage.current .title{
	color: #0083cb;
}


#member .information{
	width: 50%;
	margin: 0 auto;
	padding: 20px 50px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

#member .information #thanks img{
	width: 200px;
	margin: 0 auto;
}

#member .information #sorry img{
	width: 200px;
	margin: 0 auto;
}

#member .information .form{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#member .information .form div{
	flex: 0 1 50%;
	padding-bottom: 20px;
}

#member .information .form input{
	width: 70%;
	height: 30px;
	padding-left: 5px;
}

#member .information .form textarea{
	width: 70%;
	height: 100px;
}


#member .information .account.form .name input{
    width: 30%;
}

#member .information .form .mailaddress,#member .information .account.form div{
	flex: 0 1 100%;
}

#member .information .form .password .tips{
	margin-top: 2px;
	font-size: 12px;
}

#member .information h2{
	color: #006ABE;
}


#member .information span{
	color: #798899;
	padding-bottom: 6px;
}

#member .information #thanks, #member .information #sorry{
	width: 70%;
    margin: 0 auto;
}

#member .information #thanks h2, #member .information #sorry h2{
	text-align: center;
}

#member .information #thanks p, #member .information #sorry p{
	color: #798899;
	margin: 30px 0;
}

#member .information #sorry span{
	text-align: center;
	padding-top: 10px;
}

#member .information .remaindate{
	display: flex;
    width: 30%;
	column-gap: 3%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#member .information .remaindate .day{
	flex: 0 1 22%;
	background-color: #F6E6E9;
	color: #F44336;
	border-radius: 8px;
	text-align: center;
	height: 40px;
    line-height: 40px;
	font-size: 20px;
}

#member .information #back{
	display: block;
	height: 40px;
    background-color: #898989;
    color: #ffffff;
	cursor: pointer;
    border-radius: 5px;
	min-width: 100px;
    text-align: center;
    line-height: 40px;
}

#member .information #confirm{
	display: block;
	height: 40px;
    background-color: #006ABE;
    color: #ffffff;
	cursor: pointer;
    border-radius: 5px;
	min-width: 100px;
    text-align: center;
    line-height: 40px;
}

#member .action{
	text-align: right;
	margin-top: 20px;
	
}

#member .action #reset, #member .action #submit{
	display: inline-block;
	vertical-align: middle;
}

#member .action #reset{
	padding-right: 20px;
}

#member .action #reset input[type="reset"]{
    height: 40px;
    background-color: #898989;
    color: #ffffff;
	cursor: pointer;
	min-width: 100px;
}


#member .action #submit input[type="submit"]{
    height: 40px;
    background-color: #006ABE;
    color: #ffffff;
	cursor: pointer;
    min-width: 100px;
}

.information table{
	width: 70%;
	margin: 0 auto;
}

.information table td{
	width: 50%;
	color: #798899;
	padding: 10px;
}


.information table input{
	height: 30px;
}

.mbanner{
    display: none;
}

.mySlides {display: none;}

.mySlides .info{
    position: absolute;
    top: 10%;
    left: 10%;
    color: white;
}

.slideshow-container {
  position: relative;
  margin: auto;
}

.numberbox {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    bottom: 2%;
    right: 2%;
    z-index: 2;
}

.numberbox .box{
    background-color: #ecf8ff;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
	border-radius: 50%;
	cursor: pointer;
}

.numberbox .box.active{
   background-color: #0083cb;
}

/*End for home page css*/

.shadow{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 12;
}

.shadow.active, .popup_box.active, .popup_box.active .item.active,.popup_box .productbox.active,.popup_box .sharebox.active{
    display: block;
}

/*Start for popup box css*/
.popup_box{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    background-color: #FBFAF9;
    color: #000000;
    z-index: 13;
}

.popup_box .productbox{
    display: none;
    padding: 20px 30px;
}

.popup_box .productbox .item{
    display: none;
    /*max-width: 400px;*/
}

.popup_box .productbox .item .thumb, .popup_box .productbox .item .info{
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 50%;
    padding-right: 15px;
}

.popup_box .productbox .item .minfo{
    display: none;
    vertical-align: top;
    margin-right: -4px;
    width: 50%;
    padding-right: 15px;
}

.popup_box .productbox .item .info h4, .popup_box .productbox .item .minfo h4{
    font-size: 22px;
    margin: 0;
    padding-top: 30px;
}

.popup_box .productbox .item .info .onsale{
    font-weight: bold;
    padding-top: 30px;
    font-size: 16px;
    display: block;
}

.popup_box .productbox .item .info .pdesc{
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    display: block;
}
.popup_box .productbox .item .info .rdate{
    font-weight: bold;
    padding-top: 20px;
    font-size: 16px;
    display: block;
}

.popup_box .productbox .item .info .oprice{
    display: block;
    padding-top: 5px;
    text-decoration: line-through;
    font-size: 16px;
}

.popup_box .productbox .item .info .lprice{
    display: block;
    font-size: 18px;
    color: red;
}

.popup_box .productbox .item .info .date {
    display: block;
    padding-top: 5px;
}

.popup_box .sharebox{
    display: none;
    padding: 20px 30px 50px;
}

.popup_box .sharebox #social_media{
    text-align: right;
}

.popup_box .sharebox #social_media a{
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.popup_box .sharebox #social_media p{
    margin-bottom: 20px;
}

.popup_box .sharebox #social_media a:last-child{
    padding: 10px;
    background-color: #DEC2BA;
    border-radius: 15px;
    width: 90px;
    text-align: center;
}

.popup_box .sharebox #social_media a img{
    width: 36px;
}

.popup_box .closebtn{
    width: 32px;
    display: block;
    position: absolute;
    top: -2%;
    right: -2%;
}

/*End for popup box css*/

.fade {
  animation-name: fade;
  animation-duration: 3s;
}

#member span{
	display: block;
	color: white;
}

#joinus{
    position: fixed;
    bottom: 10%;
    right: 2%;
}

#joinus img{
    width: 48px;
}

#scrolltop{
    display: none;
    position: fixed;
    bottom: 2%;
    right: 2%;
}

#scrolltop img{
    width: 48px;
}



@keyframes fade {/*For slider opacity effect*/
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (max-width: 1440px) {/*Laptop or small window screen*/
    #home .company .lbox {
        padding: 20px;
    }
    
    #home .technical .area .promotion{
        width: 1000px;
    }
    
    #home .technical .item{
        width: 250px;
    }
}

@media only screen and (max-width: 1280px) {/*Laptop or small window screen*/
    #home .company .lbox h2 {
        font-size: 36px;
        margin: 20px 0;
    }
    
    #home .company .lbox,#home .company .rbox{
        flex: 0 1 48%;
    }
    
    #home .technical .item .detail h3 {
        height: 50px;
    }
    
    #home .technical .area .promotion{
        width: 800px;
    }
    
    #home .technical .item{
        width: 200px;
    }
}

@media only screen and (max-width: 1024px) {/*Tablet screen*/
    #home .company .lbox,#home .company .rbox{
        flex: 0 1 100%;
    }
	
	#home .technical h2{
		font-size:36px;
	}
	
	#introduction #whoweare .line{
		flex: 0 1 35%;
	}
	
	#introduction #whoweare .title {
		flex: 0 1 30%;
		font-size: 40px;
	}
	
	#member .information{
		width: 65%;
	}
}

@media only screen and (max-width: 768px) {/*iPad screen*/
    h1{
        font-size: 36px;
    }
    
    h2{
        font-size: 30px;
    }
    
    h3{
        font-size: 24px;
    }
    
    h4{
        font-size: 18px;
    }

    #home .technical .item .detail h3{
        height: 55px;
    }
	
	#home .technical .area .promotion{
		width: 600px;
	}
	
	#home .technical h2 {
		font-size: 32px;
	}
	
	#introduction #whoweare .line {
		flex: 0 1 30%;
	}
	
	#introduction #whoweare .title {
		flex: 0 1 40%;
		font-size: 36px;
	}
	
	#member .progress {
		width: 70%;
	}
	
	#member .information {
        width: 85%;
    }
    
    #home #pl500{
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {/*Large mobile screen*/
    html, body {
        overflow: visible;
    }
    
    .popup_menu{
        left: 0;
    }
    
    /*.submenu.category > a{
        display: none !important;
    }*/
    
    .dbanner{
        display: none;
    }
    
    .mbanner{
        display: block;
    }

    header .menu{
        width: 90%;
    }
    
    header .menu .logo .home img{
        width: 64px;
    }
    
    #home .technical h2 {
        font-size: 24px;
        width: 90%;
        margin: 20px auto;
    }
    
    #home .technical .area{
        width: 90%;
        margin: 20px auto;
    }

    /*#home .technical .item{
        flex: 0 1 50%;
    }*/
    
    #home .technical .item .detail{
        padding: 10px;
    }
    
    #home .technical .area .promotion{
        overflow-x: scroll;
    }
    
    #home .technical .area #leftarrow, #home .technical .area #rightarrow{
        display: none;
    }
    
    #home .technical .item .detail h3 {
        font-size: 14px;
        margin: 0;
        height: 50px;
        margin-top: 10px;
    }
	
	#home .technical h2 {
		font-size: 18px;
	}
}


@media only screen and (max-width: 580px){/*Ultra mobile screen*/
    h1{
        font-size: 24px;
    }
    
    h2{
        font-size: 20px;
    }
    
    h3{
        font-size: 16px;
    }
    
    h4{
        font-size: 14px;
    }
    
    .numberbox .box {
        width: 12px;
        height: 12px;
        margin-right: 8px;
    }
    
    #home .vision {
        width: 90%;
        margin: 50px auto 70px;
    }
    
    #home .vision h3{
        padding: 10px 0 0;
    }
    
    #home .vision p{
        font-size: 12px;
    }
    
    #home .technical {
        padding: 30px 0;
    }

    #home .technical .item .detail, #home .technical .item .detail .info{
        padding: 0 10px;
    }
    
    #home .technical .area .promotion {
		width: 360px;
        padding-bottom: 20px;
    }
    
    #home .technical .item{
        width: 180px;
    }
    
    #home .chatwithme{
        padding: 70px 0;
    }
    
    #home .chatwithme .whatsapp a{
        margin: 20px auto 0;
    }
    
    #home .chatwithme .whatsapp a span {
        font-size: 14px;
    }
    
    #home .chatwithme .whatsapp a img{
        width: 24px;
    }
    
    #home .technical .item .detail h3 {
        height: 60px;
    }
	
	#member .information span{
		font-size: 12px;
	}
	
	#member .information{
		padding: 20px;
	}
	
	#member .information .form input{
		font-size: 12px;
		height: 25px;
	}
	
	#member .gender{
		font-size: 10px;
	}
	
	#member .information .form textarea{
		height: 70px;
	}
	
	#member .information .form .phone, #member .information .form .email{
		flex: 0 1 100%;
	}
	
	#member .progress .stage.active .title{
		font-size: 12px;
		padding: 0 5px;
	}
	
	#member .progress{
		width: 100%;
		padding: 30px 0 20px;
	}
	
	#member h1{
		font-size: 20px;
	}
	
	#member .information #sorry img {
		width: 150px;
	}
}

@media only screen and (max-width: 480px){/*Common Max mobile screen*/
    h1{
        font-size: 22px;
    }
    
    h2{
        font-size: 18px;
    }
    
    h3{
        font-size: 14px;
    }
    
    h4{
        font-size: 12px;
    }
}
