::-webkit-scrollbar {width: 3px;}

::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}

::-webkit-scrollbar-thumb{background-color: #a62721;}



.pd_50{

    padding: 50px 0;

}



.wrap_header {

    border-bottom: 1px solid #0000004d;

    padding: 10px 0;

}

.slogan_header marquee {

    display: block;

    font-size: 14px;

    letter-spacing: 1px;

    text-transform: uppercase;

    color: var(--c1);

    font-weight: 600;

    font-family:

    'font1';

}

/* MENU */

.flex_menu {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.menu_main {

    display: flex;

    flex-direction: column;

    flex: 1;

    gap: 20px;

    margin: 0 0 0 10px;

}

.flex_hotlinemenu {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 10px;

}

.fix_head .menu {

    background: white;

}

.fix_head .menu ul {

  margin: 0;

}

.fix_head .menu ul li a {

    color: black;

}

.fix_head .menu ul li a.active {

    color: var(--c1);

}

/* SLIDER */

.btn_slider {

    width: 200px;

    height: 50px;

    margin-top: 20px;

}

.btn_slider a {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 100%;

    background: var(--c1);

    border-radius: 40px;

    font-size: 18px;

    color: white;

    font-weight: 500;

}





/* WRAP GIOI THIEU */



.flex_gioithieu {

    display: flex;

    justify-content: space-between;

}

.left_gioithieu {

    width: 49%;

}

.right_gioithieu {

    width: 49%;

}

.name_gthieu {

    color: black;

    font-size: 30px;

    line-height: normal;

    font-family: 'font1';

    margin-bottom: 0.25rem;

    text-transform: capitalize;

    font-weight: bold;

}

.desc_gthieu {

    margin: 20px 0;

    font-size: 15px;


    color: black;

}

.btn_gt {

    width: 185px;

    height: 45px;

    margin-left: auto;

    margin-top: 10px;

}

.btn_gt a {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 100%;

    background: var(--c1);

    border-radius: 40px;

    color: white;

    font-size: 16px;

    font-weight: bold;

}

.btn_gt a:hover{

    background: var(--c2);

    transition: all .2s linear;

}

.flex_gioithieu {

    display: flex;

    justify-content: space-between;

}

.right_gioithieu {

    width: 49%;

    border-radius: 10px;

    overflow: hidden;

}

.left_gioithieu {

    width: 49%;

}









/* WRAP DICH VU */

.wrap_dichvu .title_dichvu {

    color: white;

}

p.pic-dichvu {

    border-radius: 10px;

    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;

}

.gr_namedichvu {

    text-align: center;

}

.title_dichvu {

    color: var(--c1);

    font-size: 35px;

    font-weight: bold;

    font-family:

    'font1';

}

.slogan_dvu {

    font-size: 14px;

    color: black;

}

.slide_dichvu {

    margin-top: 30px;

}

.wrap_dichvu {

    background: var(--c1);

}

.name_dichvu {

    font-size: 16px;

    text-align: center;

    text-transform: uppercase;

    font-weight: bold;

    color: white;

}

.desc_dichvu {

    font-size: 14px;

    margin-top: 15px;

    color: white;

}

.btn_xthem {

    text-align: center;

    color: #004aad;

    font-size: 14px;

}

.item-dichvu:hover .name_dichvu{

    color: var(--c2);

}

/* WRAP DICH VU  */

.flex_loiichdoanhnghiep {

    display: flex;

    justify-content: space-between;

    margin-top: 20px;

}

.left_loiich {

    width: 49%;

    background: linear-gradient(148deg, rgba(12, 23, 104, 1.0), rgba(9, 114, 215, 1.0));

    padding: 20px;

    color: white;

    border-radius: 10px;

}

.right_loiich {

    width: 49%;

}



/* WRAP ALBUM ANH */

.grid_albumanh {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;

    margin-top: 50px;

    }   

   



    .wrap_banner {

        background-repeat: no-repeat;

        background-size: cover;

        background-attachment: fixed;

        background-position: center;

        height: 400px;

        position: relative;

    }

    .gr_titlebanner {

        position: absolute;

        width: 100%;

        height: 100%;

        left: 0;

        top: 0;

    }

    .wrap_banner .wrap-content {

        height: 100%;

    }

    .gr__titlebanner {

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        height: 100%;

        font-size: 40px;

        color: white;

        font-family: 'font1';

        font-weight: bold;

    }



/* WRAP TIN TUC */

.slide_tintuc {margin: 50px 100px 0;}

.gr_date_tintuc {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    padding: 5px;

    border-right: 2px solid var(--c1);

    width: 60px;

    color: var(--c1);

}

.day_tintuc {

    font-size: 18px;

    font-weight: bold;

}

.monthyear_tintuc {

    font-weight: 500;

}

.wrap_tintuc {

    position: relative;

}

.wrap_tintuc::before {

    content: '';

    background: url(../imgs/bf_news.png) no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 140px;

    height: 530px;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    pointer-events: none;

}

/* WRAP DANG KY NHAN TIN */

.newsletter-input textarea {

    width: 100%;

    height: 90px;

    margin-top: 20px;

    border: 2px solid var(--c1);

    border-radius: 10px;

    padding: 10px;

    resize: none;

    font-size: 16px;

    color: black;

}

.newsletter-button input[type="submit"]:hover{

    background: var(--c2);

    transition: all  .2s linear;

}

.gr_nlter {

    display: grid;

    gap: 20px;

    grid-template-columns: repeat(2,1fr);

}











  /* FOOTER */

  .title-footer {

    margin-bottom: .75rem;

    font-size: 17px;

    font-weight: 700;

    text-transform: uppercase;

    --tw-text-opacity: 1;

    color: black;

    position: relative;

    padding-left: 8px;

}

.title-footer:after {

    content: '';

    position: absolute;

    width: 3px;

    height: 100%;

    background: var(--c1);

    left: 0;

    top: 0;

    display: none;

}

.footer-copyright {

    text-align: center;

}

/* album */

.img_fter {

    width: 150px;
margin: auto;
}

.frame-album {

    display: grid;

    grid-template-columns: 182px 182px 407px 113px 266px;

    grid-template-rows: 262px 210px 262px;

    gap: 8px;

}

.item-album.item-0 {

    grid-column: span 2;

}

.item-album.item-0 img {

    aspect-ratio: 370/262;

}

.item-album img {

    object-fit: cover;

    height: 100%;

    width: 100%;

}

.item-album.item-1 {

    grid-column: span 2;

}

.item-album.item-1 img {

    aspect-ratio: 530/262;

}

.item-album.item-2 img {

    aspect-ratio: 267/262;

}

.item-album.item-5 {

    grid-column: span 2;

    grid-row: span 2;

}

.item-album.item-6 {

    grid-column: span 2;

}

.item-number-album {

    text-align: center;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    grid-row: 2/span 1;

    grid-column: 3/span 1;

}

.item-number-album p {

    font-size: 80px;

    font-weight: 700;

    margin-bottom: 0;

    color: var(--c2);

    line-height: normal;

}

.item-number-album span {

    font-size: 17px;

    color: white;

}

.fix_head .flex_hotlinemenu {

    display: none;

}

.fix_head a.logo-head img {

    width: 100px;

}

.fix_head .flex_menu {

    gap: 70px;

}

.wrap_logo_mmenu {

    display: none;

}

.int .menu {

    position: relative;

    background: white;

}

.int .menu li a{

    color: black;

}

.int .menu li a.active{

    color: var(--c1);

}
.quick_contact {
    position: fixed;
    bottom: 50px;
    left: 60px;
    z-index: 20;
}
.quick_contact a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding: 0 20px 0 35px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    border-radius: 0 40px 40px 0;
}
.quick_contact a span {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -25px;
    top: -1.5px;
    border: solid 5px #fff;
}
.contact-phone {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 45px;
    font-weight: bold;
    animation-duration: 500ms;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    font-family: 'font1';
}
.button_gradient {
    background-image: linear-gradient(90deg, #F9CD01 0%, #ee2200 100%);
    border: 2px #fff solid;
}