body {
    background-color: white;
    font-family: 'Nunito', sans-serif;
    /*font-weight: 600;*/
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.container {}

nav {
    background-color: white;
    position: relative;
    height: 65px;
    padding-bottom: 3px;
}

.nav-container {
    position: relative;
}

.detail-blog .title-blog h1 {
    font-size: 36px;
    line-height: 49px;
    font-weight: bold;
    color: #1C3975;
}

.detail-blog .detail h2 {
    font-size: 23px;
}
.detail-blog .detail h3 {
    font-size: 17px;
}



.nav-link>a>.link>.title {
    text-align: center;
    padding-top: 23px;
    padding-bottom: 13px;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    color: #818189;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.nav-link>a>.link>.title.active {
    color: #1C3975;
}

.nav-link>a>.link .indicator {
    height: 5px;
    width: 100%;
    border-radius: 3px;
}

.nav-link>a>.link .indicator.active {
    background-color: #1C3975;
}

.nav-container .logo {
    background-color: white;
    width: 150px;
    height: 140px;
    position: absolute;
    left: 0;
    border-radius: 0 0 20px 20px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.nav-container .logo img {
    width: 140px;
    height: 139px;
}

footer {
    width: 100%;
    background: url(../images/bg_footer.webp) no-repeat;
    background-size: cover;
}

footer .footer-container .logo img {
    width: 60%;
    height: 100%;
}

footer .bottom-footer {
    background-color: #FED02F;
    height: 40px;
    max-height: 40px;
}

footer .bottom-footer>div {
    position: relative;
}

footer .bottom-footer>div h6 {
    margin: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: bolder;
}

footer .bottom-footer>div h6.title {
    font-size: 11px;
    text-align: left;
    line-height: 15px;
    margin-top: 13px;
    font-weight: bolder;
}

footer .bottom-footer .wa-container {
    position: absolute;
    right: 0;
    width: 138px;
    height: 40px;
    background-color: white;
    box-shadow: 0 2px 10px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    bottom: 10px;
    color: #3D3D4E;
    cursor: pointer;
}

footer .bottom-footer .wa-container img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

footer .footer-container {
    padding: 50px 0 50px 0;
}

footer .footer-container .left {
    width: 330px;
    height: 193px;
}

footer .footer-container .logo {
    text-align: center;
    overflow: hidden;
    margin-bottom: 32px;
}

footer .footer-container .logo img {
    width: 120px;
    height: 93px;
}

footer .footer-container .anoth {
    width: 330px;
    height: 68px;
    border-radius: 8px;
    overflow: hidden;
}

footer .footer-container h5 {
    color: #FED02F;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    font-weight: 400;
}

footer .footer-container p {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 3px;
}

footer .footer-container .col-2 img,
footer .footer-container .col-1 img {
    width: 24px;
    height: 24px;
}

h6 {
    width: fit-content;
}



.home {
    text-align: center;
    color: white;
    position: relative;
}

.home h2 {
    color: #FED02F;
    font-size: 40px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    text-align: center;
    margin: 0 auto;
    line-height: 54px;
    text-transform: uppercase;
}

.home h2:nth-child(2) {
    font-size: 50px;
    line-height: 69px;
}

.home .home-container h1 {
    color: #FED02F;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 69px;
}

.home p,
.home .support-container {
    margin-top: 20px;
}
.support-container img{
    width: 40%;
    height: auto;
}

.home p.support {
    margin-top: 60px;
    color: #FED02F;
    font-size: 20px;
    font-weight: 600;
}

.home p {
    display: inline-block;
    line-height: 23px;
    text-align: center;
    font-size: 17px;
}

.our-product {
    background-color: #F0F6F7;
    text-align: center;
    padding-bottom: 77px;
}

.our-product .title h1 {
    font-size: 44px;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    color: #1C3975;
    font-weight: bold;
}

.our-product .desc {
    max-width: 842px;
    width: 80%;
    margin: 20px auto;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.our-product .desc p {
    color: #3D3D4E;
}

.list-product-container {
    margin: 50px auto;
    max-width: 90%;
    background-color: white;
}

.list-product-container>.content {
}

.list-product-container .left img,
.list-product-container .right img {
    width: 50px;
    height: 50px;
    margin: 166px 0;
}

.list-product-container>.content>.product-card {
    max-width: 306px;
    width: 30%;
    height: 382px;
    text-align: center;
    padding: 10px;
    background-color: white;
    border-radius: 26px;
    box-shadow: 0 8px 20px #0000001A;
    margin: 0 15px;
    cursor: pointer;

}

.list-product-container>.content>.product-card img {
    width: 100%;
    height: 190px;
    border-radius: 50px;
    margin-bottom: 20px;
    border-radius: 22px;
}

.list-product-container>.content>.product-card h5 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    color: #3D3D4E;
    font-weight: bold;
    width: 240px;
    margin: 0 auto;
}

.modal-product {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
}

.modal-container {
    width: 630px;
    padding: 30px 0;
    height: fit-content;
    margin: 131px auto;
    position: relative;
}

.modal-container .close {
    background-color: #3D3D4E;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 2px 10px #00000029;
    font-size: 45px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.modal-container .card-modal {
    background-color: white;
    width: 600px;
    height: fit-content;
    padding: 20px;
    box-shadow: 0 8px 20px #0000001A;
    border-radius: 38px;
}

.modal-container .card-modal img {
    width: 560px;
    height: 373px;
    border-radius: 22px;
    margin-bottom: 20px;
}

.modal-container .modal-title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 38px;
    color: #3D3D4E;
    margin-bottom: 10px;
}

.modal-container .desc p {
    font-size: 16px;
    font-weight: 400;
    color: #3D3D4E;
}

.modal-container .desc>.row .col-1 img {
    width: 16px;
    height: 16px;
}

.modal-container .desc>.row .col-11 p {
    font-size: 16px;
    line-height: 26px;
    color: #3D3D4E;
}

.modal-container .desc>.row .col-11 p:nth-child(1) {
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-con {
    width: 100%;
}

.modal-container .btn-download {
    width: 300px;
    height: 40px;
    border-radius: 20px;
    background-color: #1C3975;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 40px auto;
    display: block;
    border: none;
}

.blog-container {
    margin-top: 129px;
}

.blog-card {
    width: 100%;
    min-height: 568px;
    border-radius: 30px;
    border: 4px solid white;
    box-shadow: 0 3px 10px #00000029;
    padding: 20px;
    margin: 0 auto 50px;
}

.blog-card .blog-image img {
    width: 100%;
    height: 289px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.blog-card .blog-title h3 {
    font-size: 28px;
    text-align: left;
    line-height: 38px;
    color: #1C3975;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
}

.blog-card .blog-date {
    font-size: 12px;
    line-height: 16px;
    color: #7F8E9A;
    margin-bottom: 20px;
}

.blog-card .blog-date img {
    width: 12px;
    height: 12px;
    line-height: 16px;
}

.blog-card .blog-desc p {
    font-size: 14px;
    line-height: 24px;
    color: #3D3D4E;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    margin-bottom: 30px;
}

.blog-card .blog-desc .blog-btn {
    width: 230px;
    height: 36px;
    border-radius: 18px;
    background-color: #1C3975;
    color: white;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.pagination-container {
    width: 100%;
    padding-top: 50px;
    margin-bottom: 150px;
    text-align: center;
    color: #1C3975;
    letter-spacing: 0.42px;
}

.pagination .btn {
    width: 128px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #1E3B73;
    font-size: 14px;
    line-height: 20px;
    color: #043566;
    font-weight: 800;
}

.pagination .page {
    width: 40px;
    height: 40px;
    border: 1px solid #1E3B73;
    border-radius: 50%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 800;
    color: #043566;
}

.pagination .page.active {
    background-color: #FED02F;
}

.search-container {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.search-container input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #DBE3E6;
    height: 40px;
    font-size: 14px;
    color: #7F8E9A;
    text-align: left;
    font-weight: 400;
    padding: 11px 38px 11px 20px;
}

.search-container img {
    position: absolute;
    top: 11px;
    right: 20px;
    width: 18px;
    height: 18px;
}

.recent-post-container,
.category-container {
    width: 100%;
    margin-bottom: 60px;
}

.recent-post-container h4,
.category-container h4 {
    font-size: 24px;
    line-height: 20px;
    font-weight: 800;
    color: #004593;
    text-transform: uppercase;
}

.recent-post-container hr,
.category-container hr {
    margin: 25px 0;
}

.recent-post .number {
    width: 55px;
    height: 55px;
    border-radius: 9px;
    background-color: #DEE8F2;
    font-size: 28px;
    text-align: center;
    line-height: 55px;
    color: #004495;
    font-weight: 800;
    margin-bottom: 37px;
    margin-right: 20px;
}

.recent-post .title-recent {
    display: inline-block;
    width: 225px;
    height: 42px;
    font-size: 16px;
    line-height: 20px;
    color: #3D3D4E;
    font-weight: 800;
}

.category-container ul {
    padding: 0;
    margin-left: 20px;
    color: #3D3D4E;
    font-size: 16px;
    line-height: 20px;
    width: 225px;
    display: inline-block;
    font-weight: 800;
}

.category-container li {
    list-style: none;
    margin-bottom: 10px;
}

.category-container li:before {
    content: ">";
    display: inline-block;
    height: 9px;
    width: 5px;
    margin-right: 22px;
    font-weight: 800;
    color: #3D3D4D;
}

.detail-blog-container {
    margin-top: 128px;
}

.detail-blog .cb {
    width: 100%;
    color: #7F8E9A;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    margin-bottom: 30px;
}

.detail-blog .cb p {
    color: #FDCF43;
    display: inline-block;
    margin: 0 20px;
}

.detail-blog .cb a {
    text-decoration: none;
}

.detail-blog .cb a.active {
    color: #1C3975;
}

.detail-blog .title-blog {
    width: 100%;
}

.detail-blog .title-blog h3 {
    font-size: 36px;
    line-height: 49px;
    font-weight: bold;
    color: #1C3975;
}
.detail-blog .date-blog{
    height: 16px;
    overflow: hidden;
    color: #7F8E9A;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.detail-blog .date-blog img{
    width: 12px;
    height: 12px;
    margin-right: 12px;
}
.detail-blog .share-blog{
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    font-weight: 400;
}
.detail-blog .share-blog img{
    width: 25px;
    height: 25px;
    margin: 0 10px;
}
.detail-blog .detail{
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
    border: 4px solid #FFFFFF;
    box-shadow: 0 3px 10px #00000029;
    margin-top: 22px;
    margin-bottom: 53px;
    padding: 20px 20px 84px;
}
.detail-blog .detail img{
    width: 80%;
    border-radius: 12px;
    text-align: center;
    margin: 0 auto 30px;
    display: block;
}
.detail-blog .detail p{
    font-size: 16px;
    line-height: 24px;
    color: #3D3D4E;
    font-weight: normal;
}
.detail-blog .detail p.bold{
    color: #3D3D4E;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.detail-blog .detail a{
    color: #2857B9;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.lk{
    text-align: left;
    cursor: pointer;
}
.rk{
    cursor: pointer;
    text-align: right;
}
.lk .link,
.rk .link{
    font-size: 12px;
    line-height: 24px;
    color: #3D3D4E;
    margin-bottom: 22px;
}
.lk .link span{
    font-size: 16px;
    font-weight: bold;
    color: #3D3D4D;
    display: inline-block;
    margin-right: 20px;
}
.rk .link span{
    font-size: 16px;
    font-weight: bold;
    color: #3D3D4D;
    display: inline-block;
    margin-left: 20px;
}
.lk .link-title,
.rk .link-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #1C3975;

}
.about-us {
    margin-top: 100px;
}





.about-us .card-holder {
    margin-bottom: 160px;
}

.expertise {
}

/*.expertise .image-container {*/
/*    border-radius: 30px;*/
/*    text-align: center;*/
/*    box-shadow: 0px 3px 10px #00000029;*/
/*    width: 430px;*/
/*    height: 300px;*/
/*}*/

/*.expertise .image-container img {*/
/*    width: 410px;*/
/*    height: 280px;*/
/*    margin-top: 10px;*/
/*    border-radius: 22px;*/
/*}*/

/*.expertise .content {*/
/*    padding-left: 40px;*/
/*}*/

/*.expertise .card-holder {*/
/*    margin-bottom: 90px;*/
/*}*/

h4 {
    font-family: 'Nunito', sans-serif;
    line-height: 38px;
    font-size: 28px;
    text-align: left;
    text-transform: uppercase;
    color: #3D3D4E;
    font-weight: bold;
    padding-bottom: 24px;
}

/*.expertise p {*/
/*    font-family: 'Nunito', sans-serif;*/
/*    line-height: 26px;*/
/*    font-size: 16px;*/
/*    text-align: left;*/
/*    color: #3D3D4E;*/
/*    width: 510px;*/
/*    display: inline-block;*/
/*}*/



/*.expertise .content li {*/
/*    font-family: 'Nunito', sans-serif;*/
/*    line-height: 26px;*/
/*    font-size: 16px;*/
/*    text-align: left;*/
/*    color: #3D3D4E;*/
/*    width: 510px;*/
/*}*/


.slider-home{
    width: 100%;
}
.slider-home img{
    object-fit: cover;
}

.desc-home{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
