.reddit-sans-<uniquifier> { font-family: "Reddit Sans", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; } @font-face { font-family: 'FS Core Magic Rough'; /* Tên bạn tự đặt để gọi trong CSS */ src: url( "../font/FS CoreMagicRough.otf") format('truetype'); font-weight: normal; font-style: normal; } // <weight>: Use a value from 100 to 900 // <uniquifier>: Use a unique and descriptive class name .noto-serif-<uniquifier> { font-family: "Noto Serif", serif; font-optical-sizing: auto; font-weight: <weight>; font-style: normal; font-variation-settings: "wdth" 100; } .clear { clear: both} /* RESET */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Noto Serif", serif; font-size: 26px; background: #fff; color: var(--text); line-height: 1.6; overflow-x: hidden; color: #333; } img { max-width: 100%; display: block; } a { color: inherit; text-decoration: none; } ul { list-style: none; } .container { width: 100%; max-width: var(--container); margin:0 auto; padding: 0; } .wrap-content { width: 1100px; margin: 0 auto; } .cv-web { display: block} .cv-mb { display:none;} .wrap-content h2 { font-family:"FS Core Magic Rough"; font-size: 26px; line-height: 34px; color: #101346; text-align: center;letter-spacing: -7%; font-weight: 100; padding: 30px 0 0px; background: url("../images/line.png") no-repeat top center} .header-wrap { margin-bottom:70px; display: block} .img { margin: 25px auto; display: block; position: relative;} .caption-img { display: block; position: relative; padding: 30px; background: url("../images/bg-capt.png") top left; color: #fff; font-size: 26px; font-weight: bold; line-height: normal; width: 983px; margin: -50px auto 0} .note { display: block; width: 40.71px; height: 32.21px; position: absolute; left: 10px; top: -10px;} .end-des { display: block; padding: 50px; background: #EFF8FF; margin: 50px 0} @media (max-width: 1100px) { .wrap-content {width: 100%;margin: 0 auto; padding: 0 10px} .caption-img {width: 100%; margin: 0 auto} .end-des {padding: 20px; margin: 15px 0} .cv-mb { display:block;} .cv-web { display: none} }