body {
    font-family: "SFU Novarese Book", serif;
    font-size: 18px;
    color: #363636;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: unset;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
.sfu-novarese-body {
    font-family: "SFU Novarese Book", serif;
    color: #262626;
}
.novarese-bold {
    font-family: "SFU Novarese Bold", serif;
}
.mt-top-bottom {
    margin: 2em 0;
}
.header-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.y-duoc {
    background-image: url("img1.png");
}
.header-img .title .go_go {
    position: absolute;
    top: 25px;
    right: 10px;
    height: 34px;
}
.title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 971px;
    position: relative;
	margin-bottom: 1.5em;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.header-img .title .title_img{
	padding-top: 70px;
    width: 70%;
    text-align: -webkit-right
}

.img-part {
    margin: 20px 0;
}
.img-part img {
    width: 100%;
}
.bg-blue {
    background-color: #d8f2fa;
    box-shadow: -6px -3px 3px 0px #f1f1f1;
}
.banner1 img{width:100%;}
.mt-custom {
    margin-top: 140px;
}
.img-part-mt {
    margin-top: -113px;
}
.content-part {
    max-width: 730px;
    margin: 0 auto;
}
.content-part p {
    line-height: 1.8;
}
.bg-bottom {
    background-image: url("YDDD-bottom.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-bottom .img-part-width {
    width: 75%;
}
.full-img {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.title-blue {
    font-family: "SFU Novarese Bold", serif;
    font-style: italic;
    display: block;
    color: #304d7a;
    border-bottom: solid 1px #304d7a;
    padding-bottom: 15px;
    margin-top: 15px;
	line-height:1.5;
}
.content-intro {
    padding: 20px 0;
}
.title-part {
    font-family: "SFU BASKERVILLE BOOK ITALIC", serif;
    color: #304d7a;
    font-size: 30px;
	line-height: 1.8;
	text-align: center;
}
.line {
    display: inline-block;
    padding-top: 15px;
    border-top: solid 1px #304d7a;
}
footer{margin-bottom:50px;}
footer .content-part p {
    margin-bottom: 0.5rem;
}
footer .content-part p.ttlh {
	font-weight: 600;
}
.location-ic:before {
    content: "\f3c5";
    color: #363636;
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
}
.phone-ic:before {
    content: "\f879";
    color: #363636;
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
}
.web-ic:before {
    content: "\f57e";
    color: #363636;
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
}
.mail-ic:before {
    content: "\f0e0";
    color: #363636;
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
}
.quote {
    font-family: "SFU Novarese Medium Italic", serif;
}