@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Roboto:wght@400;500;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Roboto', sans-serif;
    color: #94A2B3;
    font-size: 18px;
    line-height: 30px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #272D4E;
}
h1{
    font-size: 200px;
    line-height: 95px;
}
h2{
    font-size: 55px;
    line-height: 70px;
}
h3{
    font-size: 36px;
    line-height: 45px;
}
.text h1{
	color: white;
}
.text h3{
	font-size: 50px;
	color: white;
	margin-top: 60px;
}

.container{
    width: 1472px;
    margin: 0 auto;
}
.container-lg{
    width: 900px;
    margin: 0 auto;
}
.container-fluid{
    width: 100%;
    padding: 0 16;
}
/* button */
.simple-link{
    color: #299EF3;
    text-decoration: none;
    font-weight: 700px;
}
.btn{
    padding: 24px 60px;
    text-decoration: none;
    border-radius: 60px;
}
.btn-small{
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 50px;
}
.btn-primary{
    background:#7854F7;
    color: white;
}
.btn-secondary{
    background: #70C217;
    color: white;
}
.btn-outline{
    border: 2 solid white;
    color: white;
}
/* header */
.header{
    width: 1472px;
    height: 45px;
}

/*text*/
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
/*text*/
.row{
    display: flex;
    flex-wrap: wrap;
    -+: row;
}
.row>[class*="col-"]{
    padding: 12px;
}
.g-0>[class*="col-"]{
    padding: 0 !important;
}
.p-0{
    padding: 0 !important;
}
.row-reverse{
    flex-direction: row-reverse;
}


/* flex */
.justify-start{
    justify-content: flex-start;
}
.justify-center{
    justify-content: center;
}
.justify-end{
    justify-content: flex-end;
}
.justify-around{
    justify-content: space-around;
}
.justify-between{
    justify-content: space-between;
}
/* align */
.align-items-start{
    align-items: flex-start;
}
.align-items-center{
    align-items: center;
}
.align-items-end{
    align-items: flex-end;
}
.align-content-start{
    align-content: flex-start;
}
.align-content-center{
    align-content: center;
}
.align-content-end{
    align-content: flex-end;
}
.align-content-around{
    align-content: space-around;
}
.align-content-between{
    align-content: space-between;
}
.align-s-start{
    align-self: flex-start;
}
.align-s-center{
    align-self: center;
}
.align-s-end{
    align-self: flex-end;
}

/* flex */
.col-1{
    width: 8.33%;
}
.col-2{
    width: 16.66%;
}
.col-3{
    width: 25%;
}
.col-4{
    width: 33.33%;
}
.col-5{
    width: 41.66%;
}
.col-6{
    width: 50%;
}
.col-7{
    width: 58.33%;
}
.col-8{
    width: 66.66%;
}
.col-9{
    width: 75%;
}
.col-10{
    width: 83.33%;
}
.col-11{
    width: 91.66%;
}
.col-12{
    width: 100%;
}
.padding{
    padding: 10px;
}
.col-offset-1{
    margin-left: 8.33%;
}
.col-offset-r1{
    margin-right: 8.33%;
}
.main{
	background-image: url("nui.webp");
	background-size: cover;
	padding: 300px 0;
	width: 1472px;
    margin: 0 auto;
}
.nhandan{
	margin-top: 20px;	
}
.nhandan a{
	margin: 0 30px;
}
.nd2{
	margin-top:70px;
	text-align: left;
}
.main2 img{
	margin-top: 50px;
}
.nd2 p{
	padding-top:10px;
}
.nd2 h4{
	padding-top:20px;
	color:rgba(9,51,153,1.00);
}
.nd2 h2{
	color:rgba(9,51,153,1.00);
}
.main3{
	margin-top: 50px;
}
.main4{
	text-align: center;
}
.main6{
	background-color: black;
	padding: 50px 0;
	margin-top:100px;
}
.main6 a{
	text-decoration: none;
	padding: 0 80px;
	font-size:30px;
}