/*@import url("https://fonts.googleapis.com/css?family=Prompt");*/
/*font-family: 'Prompt', sans-serif;*/
/*@import url('https://fonts.googleapis.com/css?family=Maitree');*/
/*font-family: 'Maitree', serif;*/

@font-face {
    font-family: "Prompt";
    src: url("asset/Prompt-Regular.ttf");
}

/*
@font-face {
    font-family: "Maitree";
    src: url("asset/Taviraj-Regular.ttf");
}
*/

.mainMenuItem a#products {
    border: 2px solid white;
}

.footerMenuItem a#products {
    color: #ff6600;
}

.subMenuItem a#itecwebsite {
    border: 2px solid white;
}

#section01 {
    font-family: 'Prompt', sans-serif;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

#sec01Pic {
    width: 100%;
    vertical-align: middle;
    position: relative;
    float: left;
    display: none;
}

#sec01Title {
    position: absolute;
    font-weight: bold;
    color: white;
    width: 94%;
    margin: 0;
    padding: 40px 3%;
    text-shadow: 2px 2px 2px black;
}

#section03 {
    width: 100%;
	position: relative;
    float: left;
}

#section03Text {
	position: relative;
    float: left;
	text-align: center;
}

#sec03TextTitle {
	position: relative;
    float: left;
    font-family: 'Prompt', sans-serif;
	text-align: center;
	font-size: 150%;
	width: 100%;
	padding: 50px 0 20px 0;
}

#sec03TextDetail {
	position: relative;
    float: left;
	font-family: 'Prompt', sans-serif;
	text-align: center;
	font-size: 100%;
	width: 100%;
}

#section03SlideBorder {
    position: relative;
	padding: 50px 50px;
}

#section03Slide {
	position: relative;
    float: left;
}

#section03PicPrev,
#section03PicNext {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 10px;
    background-color: transparent;
    transition: 0.2s ease;
    display: none;
}

#section03PicNext {
    right: 0;
}

#section03PicDotContainer {
    position: relative;
    padding: 0;
}

.section03PicDot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 0px;
    background-color: black;
    border-style: solid;
    border: 1px 1px;
    border-color: black;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.2s ease;
}

.active03,
.section03PicDot:hover {
    background-color: white;
}

.sec03Slider {
    position: relative;
    padding: 1% 8%;
}

#section03PicPrev:hover,
#section03PicNext:hover {
    opacity: 0.5;
}

#section03Slide:hover #section03PicPrev,
#section03Slide:hover #section03PicNext,
#section03Slide:hover #section03PicDotContainer {
    display: block;
}

#section04 {
    font-family: 'Prompt', sans-serif;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

#sec04Pic {
    width: 100%;
    vertical-align: middle;
    position: relative;
    float: left;
    display: none;
}

#sec04Text {
    position: absolute;
	float: left;
    color: white;
    width: 94%;
    margin: 0;
    padding: 40px 3%;
    text-shadow: 2px 2px 2px black;
	text-align: left;
}

#sec04Left {
	position: relative;
	float: left;
	width: 50%;
}

#sec04Right {
	position: relative;
	float: left;
	width: 50%;
}

#sec04Title {
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
}

#sec04Detail {
    font-family: 'Prompt', sans-serif;
    font-weight: normal;
}

#section05 {
    position: relative;
    float: left;
    width: 92%;
    margin: 20px 4%;
}

.sec05Cell {
    position: relative;
    float: left;
    padding: 20px 2%;
}

.sec05Picture {
    position: relative;
    float: left;
}

.sec05Text {
    font-family: 'Prompt', sans-serif;
    position: relative;
    float: left;
    text-align: center;
    color: black;
}

.sec05Title {
    font-family: 'Prompt', sans-serif;
	font-size: 150%;
	color: #ff6600;
	font-weight: bold;
}

.sec05Detail {
    font-family: 'Prompt', sans-serif;
	font-size: 90%;
	padding: 10px 0 0 0;
}

#section06Large {
	position: relative;
	float: left;
	width: 96%;
	padding: 10px 2% 10px 2%;
	background-color: #212b36;
	margin: 0 0 20px 0;
}

#section06Small {
	position: relative;
	float: left;
	width: 96%;
	padding: 10px 2% 10px 2%;
	background-color: #212b36;
	margin: 0 0 20px 0;
}

#sec06Header {
    font-family: 'Prompt', sans-serif;
	width: 96%;
	padding: 10px 2% 10px 2%;
	text-align: center;
}

#sec06HeaderTitle {
	font-size: 150%;
	color: #ff6600;
}

#sec06HeaderDetail {
	font-size: 120%;
	color: #ff6600;
}

#sec06Table {
	font-size: 150%;
	color: white;
	text-align: center;
	width: 100%;
	padding: 10px 0 0 0;
}

#detailButtonCell {
    position: relative;
    float: left;
    padding: 10px 2% 10px 2%;
    width: 96%;
    text-align: center;
}

#detailButton {
    font-family: 'Prompt', sans-serif;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: #ff6600;
    padding: 12px 20px;
    border-radius: 8px;
	display: inline-block;
    
    box-shadow: 0px 4px 4px #000000;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

#detailButton:hover {
    box-shadow: 0px 3px 3px #000000;
    background: #cc5200;
}

#detailButton:active {
    box-shadow: 0px 1px 1px #000000;
}

#section07 {
	position: relative;
	float: left;
	text-align: center;
    font-family: 'Prompt', sans-serif;
	font-size: 200%;
	width: 96%;
	padding: 20px 2% 20px 2%;
}

#sec07Text {
	width: 96%;
	padding: 20px 2% 0px 2%;
}

#sec07Example {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0% 20px 0%;
}

.sec07Pic {
	position: relative;
	float: left;
}

#section09 {
    font-family: 'Prompt', sans-serif;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

#sec09Pic {
    width: 100%;
    vertical-align: middle;
    position: relative;
    float: left;
}

#sec09Cell {
    position: absolute;
    float: left;
    color: white;
    width: 94%;
    padding: 20px 3% 20px 3%;
}

#sec09Title {
    color: white;
}

#sec09Detail {
    color: #ff6600;
}

#sec09ButtonCell {
    position: relative;
    float: left;
    width: 90%;
    padding: 40px 5% 40px 5%;
}

#sec09Button {
    font-family: 'Prompt', sans-serif;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: #ff6600;
    padding: 12px;
    border-radius: 8px;
	display: inline-block;
    
    box-shadow: 0px 4px 4px #000000;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

#sec09Button:hover {
    box-shadow: 0px 3px 3px #000000;
    background: #cc5200;
}

#sec09Button:active {
    box-shadow: 0px 1px 1px #000000;
}

.spaceSection {
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
}

@media (max-width: 414px) {
	#sec01Title {
		font-size: 130%;
	}

    .section03PicDot {
        height: 8px;
        width: 8px;
    }
    
    #section03Slide {
        width: 96%;
		padding: 20px 2% 20px 2%;
    }

	#section03Text {
		width: 90%;
		padding: 20px 5% 20px 5%;
	}

	#sec04Title {
		font-size: 100%;
	}

	#sec04Detail {
		font-size: 80%;
	}

    .sec05Cell {
        width: 96%;
    }

    .sec05Picture {
        width: 60%;
        padding: 20px 20%;
    }

	.sec05Text {
		width: 80%;
		padding: 10px 10%;
	}

	#section06Large {
		display: none;
	}

	#section06Small {
		display: block;
	}

	.sec07Pic {
		width: 96%;
		padding: 20px 2% 20px 2%;
	}
}

@media (min-width: 415px) and (max-width: 1023px) {
	#sec01Title {
		font-size: 200%;
	}

    .section03PicDot {
        height: 10px;
        width: 10px;
    }
    
    #section03Slide {
        width: 96%;
		padding: 20px 2% 20px 2%;
    }

	#section03Text {
		width: 90%;
		padding: 20px 5% 20px 5%;
	}

	#sec04Title {
		font-size: 150%;
	}

	#sec04Detail {
		font-size: 100%;
	}

    .sec05Cell {
        width: 96%;
    }

    .sec05Picture {
        width: 60%;
        padding: 20px 20%;
    }

	.sec05Text {
		width: 80%;
		padding: 10px 10%;
	}

	#section06Large {
		display: none;
	}

	#section06Small {
		display: block;
	}

	.sec07Pic {
		width: 96%;
		padding: 20px 2% 20px 2%;
	}
}

@media (min-width: 1024px) {
	#sec01Title {
		font-size: 300%;
	}

    .section03PicDot {
        height: 15px;
        width: 15px;
    }
    
    #section03Slide {
		width: 46%;
		padding: 20px 2% 20px 2%;
    }
	
	#section03Text {
		width: 46%;
		padding: 10% 2% 20px 2%;
	}

	#sec04Title {
		font-size: 200%;
	}

	#sec04Detail {
		font-size: 150%;
	}

    .sec05Cell {
        width: 29.33%;
    }

    .sec05Picture {
        width: 96%;
        padding: 10px 2%;
    }

	.sec05Text {
		width: 96%;
		padding: 10px 2%;
	}

	#section06Large {
		display: block;
	}

	#section06Small {
		display: none;
	}

	.sec07Pic {
		width: 46%;
		padding: 20px 2% 20px 2%;
	}
}
