.linkContainer{
	padding-top: 10px;
//background-color: #ff5131;
width: 70%;
display: flex;
		flex-direction: row;
		justify-content: center;

}
a{
	overflow: hidden;
}

.logoContainer{
	display: inline-block;
	padding: 0 20px;
	cursor: pointer;
}


/* Drop Down Button*/
body {
  font-family: Arial, Helvetica, sans-serif;
  overflow: scroll;
    padding: 0;
    margin: 0;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
.contentContainer{
	width:100%;
	position: relative;
	left:0;
}

.navbarContainer{
	z-index: 10;
	position:fixed;
	top:0;
	left:0;
	right:0;
	height: 100px;
	width:100%;
	color: white;
	background-color: #333;
}
.navbar {
	display: flex;
		flex-direction: row;
		justify-content: center;
		overflow: hidden;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 5px 16px 5px 16px;
  line-height: 200%;
  text-decoration: none;
  border-radius: 10px;
  margin: 0 16px;
  font-size: 1.2rem;
  display: inline-block;
  overflow: hidden;
  max-height: 50px;
}
.loginBarContainer{
	height: 36px;
	width:100%;
	posion:absolute;
	top:0;
	left:0;
	background-color: #505559;
	text-align: center;
	
}
.loginBar{
	display: flex;
		flex-direction: row;
		justify-content: flex-end;
		
		width: 45%;
		margin: 0 auto;
}
.loginBarPart{
	padding: 5px 10px;
}
.loginBarPart a{
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 10px;
	
}
.loginBarPart a:hover{
	background-color: dodgerblue;
}

.dropdown {
	color: white;
  float: left;
  overflow: hidden;
  cursor: pointer;
}

.dropdown, .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  text-align: center;
  padding: 3px 16px 33px 16px;
  line-height: 200%;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover{
  background-color: #ff5131;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ff5131;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*END OF drop down btn*/

/*Footer*/
footer{
	position: relative;
	bottom: 0;
	width: 100%;
	background-color: #eee;
	color: black;
	left: 0;
	right: 0;
	padding-bottom: 0;
	padding:10px;
	margin-top: 0px;
	padding-top: 40px;
}

.footerInfo{
	display: flex;
	    flex-direction: row;
	    justify-content:  space-between;
		
		margin: 0 100px;
}

.footerPart{
	text-align: left;
	width: 20%;
	color: #555;
}
.footerPart ul{
	list-style: none;
}
.footerPart a{
	text-decoration: none;
	color: #555;
	line-height: 200%;
	padding-top: 1rem;
}
.footerPart a:hover{
	color: lightskyblue;
}

.footerLi{
	text-decoration: none;
	color: #555;
	line-height: 200%;
}
.footerTitle{
	font-size: 1.5rem;
	ling-height: 300%;
}
.footerLeft{
	position: relative;
	width: 40%;
}
.footerRight{
	position: relative;
	height:100%;
	width:40%;
	}
.footerGIC{
	font-size: 0.8rem;
	display: inline-block;
	width: 80%;
	height: 100px;
}
.footerLogoContainer{
display: inline-block;
position: absolute;
	bottom:10px;
	padding-bottom: 10px;
}
.contactContainer{
	width: 25%;
	padding-left: 40px;
	display: inline-block;
	position: absolute;
	bottom:10px;
	padding-bottom: 10px;
	left:200px;
}
.copyrightContainer{
	text-align: right;
	width: 25%;
	display: inline-block;
	right: 40px;
	padding-right: 5px;
	position: absolute;
	bottom: 10px;
	float: right;
}
.footerCopyRight{
	color: #555;
	text-align: center;
}
/*End of footer*/


/*Main Part*/
.bannerContainer{
	width:100%;
	height: 80vh;
	background-color: #9b0000;
	position: absolute;
	top:60px;
	left:0px;
	right:0px;
}

/*Gradient image*/
.bannerContainer{
overflow: hidden;
background-image: linear-gradient(to right bottom, #000000, #000000, #240b11, #400c17, #5c0718, #780014, #8d1a18, #a12e1c, #b5411f, #c86037, #db7e52, #ed9b6e, #ffb88c);
min-height: 100%;
width:100%;
	height: 360px;
position:relative;
padding-top: 0px;
}
/*End of gradient image*/



.bannerTitle{
	letter-spacing: 5px;
	font-size: 3.5rem;
	color: white;
	padding: 10px;
	position: absolute;
	top: 35%;
	left:15%;
	display: inline-block;
	
}
.bannerTitleEn{
	letter-spacing: 0px;
	font-weight: 500;
	font-size: 2rem;
	line-height: 150%;
}

.bannerBtn{
	background-color: white;
	color:#9b0000;
	font-size: 2rem;
	max-width:50%;
	text-decoration: none;
	border-radius: 40px;
	padding:10px 20px;
	font-weight:400;
	line-height: 200%;
	
}
.bannerBtn:hover{

	background-color: dodgerblue;
	color: white;
}

.goDownBtn{
	font-size: 3rem;
	color: white;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
/*scroll Down*/
.scrollBtnContainer {
  position: absolute;
  bottom: 5%;
	left: 47%;
	width: 6%;
  text-align: center;
}

.chevron {
  position: absolute;
  width: 100%;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(50px);
  }
  100% {
    opacity: 0;
    transform: translateY(70px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/*scroll down end*/

.section{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sectionContainer{
	padding-top:50px;
	width:100%;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
.sectionPartContainer{
	
	display: flex;
			flex-direction: row;
			justify-content: center;
	width:60%;
	margin-left: 20%;
}

.sectionSubPartContainer{
	display: flex;
			flex-direction: row;
			justify-content: center;
	width:100%;
	float:top;
	text-align: left;
	
}
.sectionPart{
	padding-top: 20px;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 20px;
	line-height: 200%;
}

.sectionPartWhite{
	color: white;
	padding-top: 40px;
	margin: 0 auto;
	width:60%;
	padding-bottom: 20px;
}

.sectionTitle{
	padding-top:20px;
	font-size:3rem;
	color: #9b0000;
	font-weight: 900;
	font-family: SourceHanSansSC-bold;
}
.redborder{
	border: 2px solid red;
}
.borderBottom{
	border-bottom: 5px solid #9b0000;
	left:0;
	right:50;
	width: 200px;
}

.sectionPart2Container{
	display: flex;
	    flex-direction: row;
	    justify-content: space-between;
}

.sectionPart2{
	width:40%;
	text-align: left;
	padding-top: 20px;
}

.sectionSubtitle{
	font-size:1.5rem;
	font-weight: 700;
	padding: 10px 0px;
}

.sectionBreakBanner{
	width:100%;
	height: 400px;
	  background-color: red; /* For browsers that do not support gradients */
	  background-image: linear-gradient(45deg, #9b0000, #534bae);
}



/*Gradient image*/
.sectionBreakBanner{
background-image: linear-gradient(to right bottom, #C31432, #C31432,#E26A61, #FFB88C);
}
.sectionTitleBlack{
	color: black;
	font-size: 2.5rem;
	text-align: center;
	padding: 3rem;
	font-weight: 900;
}
.sectionTitleWhite{
	color: white;
	font-size: 2.5rem;
	text-align: center;
	padding: 3rem;
	font-weight: 900;
}
.sectionBtnContainer{
	text-align: center;
	width: 100%;
}
.sectionBtn {
	color: red;
	background-color: white;
	border-radius: 30px;
	text-decoration: none;
	font-size: 1.2rem;
	padding: 15px 30px;
	text-align: center;
}
.sectionBtn:hover{
	background-color: dodgerblue;
	color: white;
}
/*End of gradient image*/

/*Apply button */
.applyBtnContainer{
background: rgb(201,255,191);
	background: linear-gradient(90deg, rgba(201,255,191,1) 0%, rgba(12,164,81,1) 45%, rgba(12,164,81,1) 100%);
	width: 100%;
	height: 100px;
	text-align: center;
	padding: 20px 0;
	position: relative;
}
.applyBtnContainer a{
	
	color: white;
	font-size: 3rem;
	line-height: 200%;
	text-decoration: none;
	text-align: center;
	width: 100%;
	position: absolute;
	left:0;
	top:10px;
	height: 100%;
}
.applyArrow{
	top: 10px;
	font-size: 3rem;
	  position: relative;
	  animation: mymove 1s infinite;
}
@keyframes mymove {
  0%   {left: 0px;}
  25%  {left: 20px;}
  75%  {left: 10px}
  100% {left: 0px;}
}

.iconBorder{
	border: 0px solid black;
	border-radius: 50%;
	text-align: center;
	padding: 10px;
	margin-right: 20px;
}

.jumpNum{
	color:#9b0000;
	font-size: 2.5rem;
}

.numInfo{
	font-size: 1rem;
	color: #111;
}


.pageCard{
	margin: 30px;
	padding: 10px;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

.pageCardTitle{
	font-size: 1.5rem;
	text-align: left;
}

.pageCardContent{
	text-align: left;
	padding-top: 20px;
	font-size: 0.9rem;
	line-height: 200%;
}

/*index/home seciont's css*/
.homesection1{
	
}
.homesection2{
	background: linear-gradient(180deg, #ffb88c 0%, white 30%, white 100%);
	
}

.homeSection3{
	padding-bottom: 0;
}

.homeSection4{
	background-color: lightpink;
	background-image: linear-gradient(to right bottom, #C31432, #DE5F5B, #FFB88C);
	padding-bottom: 50px;
}

/*End of home/index */

/*standards css*/
.stCardLine{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden; 
	height: 48%; 
	margin-top:0;
}
.stCard{
	border: 1px solid red; 
	width: 48%;
	background-color: #FFB88C;
	text-align: left;
	padding: 10px 20px;
	margin: 0 10px;
}

.stc1{
	text-align: left;
	background: linear-gradient(45deg, #ffb88c 0%, white 30%, white 100%);
}
.stc2{
	background: linear-gradient(135deg, #ffb88c 0%, white 30%, white 100%);
}

.stc3{
	text-align: left;
	background: linear-gradient(215deg, #ffb88c 0%, white 30%, white 100%);
}
.stc4{
	background: linear-gradient(305deg, #ffb88c 0%, white 30%, white 100%);
}

.stCardTitle{
	
}
.stCardContent{
	
}
.stCardCircle{
	
}