@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body
{
    font-family: Montserrat,Mulish,sans-serif;
    font-size: 14px;
/*    padding: 0;*/
    margin: 0;
}

ul
{
    padding: 0;
    list-style: none;
}

a
{
    text-decoration: none;
}

.top_hder {
    background-color: #0956a4;
    padding: 5px 0;
    color: #fff;
}

.tt_hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total_phaihd {
    display: flex;
    align-items: center;
}

.hotline_hd a {
    color: #fff;
    font-weight: 600;
}

.mxh_hd img {
    width: 25px;
}

.mxh_hd ul {
    margin: 0;
    padding-left: 15px;
}

.mxh_hd li {
    display: inline-block;
}
.khungtraitop_hd {
    font-weight: 600;
}
.total_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_main img {
    height: 65px;
}
.main-menu {
    margin-bottom: 0;
}

.main-menu li {
    display: inline-block;
}

.ngonngu_nav li {
    display: inline-block;
}

.main-menu li {
    padding: 7px 15px;
}

.main-menu li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #28282b;
}

.ngonngu_nav ul {
    margin-bottom: 0;
}
.ngonngu_nav li img {
    height: 20px;
    width: 100%;
}

.khung_menuduoi {
    padding: 5px 0;
}

ul.main-menu li:hover>a {
    color: #303785;
}
li.has-dropdown {
    position: relative;
}
ul.submenu {
    opacity: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    min-width: 210px;
    border: 0 ;
    top: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    background: #fff;
}

ul.submenu li {
    display: block;
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    line-height: 1.3;
    padding: 10px 0;
    width: auto;
    position: relative;
}

li.has-dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    height: auto;
}
ul.submenu a {
    font-size: 14px;
}


/* Submenu cấp 2 */
ul.submenu ul.submenu1 {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    min-width: 260px;
    border-radius: 5px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    background: #fff;
    transition: all 0.3s ease;
}

/* Hiển thị submenu cấp 2 khi hover */
ul.submenu li.has-submenu:hover > ul.submenu1 {
    opacity: 1;
    visibility: visible;
    height: auto;
}

/* Tùy chỉnh mục trong submenu cấp 2 nếu cần */
ul.submenu ul.submenu li {
    padding: 10px;
    border-bottom: 1px solid #ececec;
}

ul.submenu ul.submenu a {
    font-size: 13px;
}




.khung_menuduoi
{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 1px 2px 0px #e8e8e8;
}

.total_khunggthieu {
    display: flex;
    justify-content: space-between;
}

.hinhanh_gthieu img {
    max-width: 100%;
    object-fit: cover;
}

.khungtrai_gthieu {width:50%;}

.khungphai_gthieu {
    width: 50%;
}

.khung_gioithieutong {
    padding: 60px 0;
}

.tieude_T
{
    position: relative;
    margin: 0;
    -webkit-text-stroke: 1px #303785;
    color: transparent;
    line-height: 1;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Mulish';
}

.noidung_gthieu {
    padding-left: 50px;
    padding-top: 5px;
    padding-right: calc((100vw - 1366px) / 2 + 20px);
}
.khung_ndgts h2 {font-weight: 700;font-family: Raleway;padding: 15px 0;}

.mota_ndgts p {
    line-height: 1.7em;
}

.btn_gthieuss {
    display: inline-block;
    background: #0956a4;
    padding: 10px 30px;
}

.btn_gthieuss a {
    color: #fff;
    font-weight: 600;
}

.nut_gthieu {
    padding-top: 10px;
}
.btn_gthieuss:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
    color: #fff;
    opacity: 1;
    outline: none;
}
.tieude_bannersp h4 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 1em;
    color: #000;
}
.nd_fterd p {
    margin-bottom: .4rem;
}



.total_catsanpham {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.item_catsanpham {}

.kc_cat {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.overlay_cat
{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #003A7D 100%);
    z-index: 1;
    height: 100%;
    left: -1px;
    pointer-events: none;
    right: -1px;
    top: 0;
    transition: transform .3s, opacity .6s;
    bottom: 0;
    position: absolute;
}

.box_img_cat {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.img_cover_cat img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.img_cover_cat {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 85%;
    position: relative;
}

.kc_cat .box-text
{
    bottom: 0;
    max-height: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-bottom: 32px;
    text-align: center;
}

.kc_cat .cat-title
{
    color: #fff;
    text-align: center;
    text-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
    margin-top: 0;
}

.kc_cat .button {
    margin: 0;
    border-radius: 0px;
    background: var(--g, linear-gradient(270deg, #303785 0%, #ffffff 100%));
    display: inline-flex;
    width: 135px;
    height: 42px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.kc_cat i
{
        margin-left: 8px;
}
/*.khung_ndgts {padding-left: 3em;}   */

.khung_tongsanpham {
    background: #f8f8f8;
    padding: 3em 0;
}

.oit {
    display: flex;
    justify-content: space-between;
}

.khung_trainew {
    width: 100%;
}

.khung_phaicc {
    width: 100%;
}

.item_newsindex img {
    max-width: 100%;
}

.khungcc_items img {
    max-width: 100%;
}   


.khungtong_new_cc {
    padding: 3em 0;
}
.tieude_chungnewcc h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 1em;
    color: #0000fe;
}

.item_newsindex {
    box-shadow: 0 0px 10px 1px #e8e8e8;
    margin: 4px;
    padding: 1em;
}
.item_newsindex h4 {
    margin-top: 15px;
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 0;
}
.item_newsindex h4{
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.khungcc_items {
    box-shadow: 0 0px 10px 1px #e8e8e8;
    margin: 4px;
    padding: 1em;
}

.name_cc {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #303785;
}

#total_trainew .owl-prev {
    position: absolute;
    top: 35%;
    left: 0;
}

#total_trainew .owl-prev i {
    font-size: 30px;
    padding: 5px;
}


#total_trainew .owl-next {
    position: absolute;
    top: 35%;
    right: 0;
}

#total_trainew .owl-next i {
    font-size: 30px;
    padding: 5px;
}

#total_trainew .owl-nav {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

#total_trainew:hover .owl-nav{
    opacity:1;
    visibility: visible;
    height: auto;
}

#total_trainew .owl-dot.active span,#total_trainew .owl-dot:hover span

{
    background: #303785;
}

.total_ccphai {
    margin-top: 2.3em;
}

#total_trainew .owl-nav [class*=owl-]:hover
{
    background: #303785;
    color: #fff;
}
.item_newsindex:hover h4 {
    color: #303785;
}

.footer {
    background: #000089;
    padding: 2em 0;
}

.total_footers {
    display: flex;
    justify-content: space-between;
}


.thongtin_ndft {
    color: #fff;
}
.footer_menu li a:hover {
    color: #ffe300;
}
.name_congty h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.thongtin_ndft {
    width: 40%;
}

.footer_menu
{
    width: 25%;
}

.maps_fter
{
    width: 30%;
}

.name_congty h3 {
    line-height: 31px;
}
.maps_fter iframe {
    max-width: 100%;
    height: 170px;
}
.td_ft {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}
.footer_menu li {
    margin-bottom: 10px;
}

.footer_menu li a {
    color: #fff;
}
.copyright {
    text-align: center;
    padding: 10px 0;
    background: #eaeaea;
    font-weight: 500;
    font-size: 13px;
    font-style: italic;
}

.item_newsindex:hover {
    box-shadow: 0 0 10px 1px #0556cd36;
}

.item_catsanpham img
{
    transition: all 0.5s;
}

.item_catsanpham .img_cover_cat
{
    transition: all 0.5s;
}

.item_catsanpham:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}



.parallax-banner {
  position: relative;
  height: 210px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.parallax-background {
   /* Đổi đúng path nếu cần */
   background-color: rgba(0, 35, 82, 0.85); /* fallback nền màu xanh đậm mờ */
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: -1;
  will-change: transform;
}

.banner-content {
  position: relative;
  z-index: 1;
}

.banner-title {
   font-size: 1.8rem;
   font-weight: 700;
   margin-bottom: 10px;
   text-transform: uppercase;
}

.breadcrumbs a {
  color: white;
  text-decoration: none;
}

.breadcrumbs span {
  color: #a2c3f0;
}

.breadcrumbs {
    margin-bottom: 0;
    font-size: .9rem;
}

.khungchung_main {
    padding: 3em 0;
}


.product_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.sectgl-img img {
    max-width: 100%;
    transition: all 0.5s;
}
.sectgl {
    box-shadow: 0 0 5px 1px #eaeaea;
    padding: 15px;
}
p.sectgl-img {
    overflow: hidden;
    transition: all 0.5s;
}
.sectgl:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.sectgl h3 span {
    font-size: 17px;
    color: #000;
}
.sectgl h3 {
    line-height: 1.4rem;
    min-height: 50px;
}
.btn_product_chitiet {
    font-size: 13px;
    font-weight: 500;
    background: #303785;
    border-color: #303785;
    color: #fff;
    outline: none;
    transition: all .3s;
}
.btn_product_chitiet:hover {
    background: transparent;
    color: #303785;
    border-color: #303785;
    outline: none;
    transition: all .3s;

}
.sectgl:hover h3 span {
    color: #2c3483;
}

.post-comments h3 {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #303785;
}

.khung_list_khac li {
    margin-bottom: 5px;
}
.khung_list_khac li a {
    color: #000;
    font-size: 14px;
}
.khung_list_khac li a:hover {
    color: #303785;
}

.contacts_maps_new iframe {
    width: 100%;
    height: 250px;
}

.page_contacts {
    display: flex;
    justify-content: space-around;
}

.khungphai_contact {
    width: 49%;
}

.contacts-form {
    width: 49%;
}

form.form-validate input {
    width: 100%;
    margin-bottom: 15px;
    height: 35px;
    padding-left: 15px;
    font-size: 14px;
    border:solid 1px #ccc;
}
form.form-validate input:nth-child(2) {
    width: 49%;
}

form.form-validate input:nth-child(3) {
    width: 49%;
    margin-left: 1.42%;
}

textarea.noidung_gui {
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
     border:solid 1px #ccc;
}
input.btn_lienhectoi {
    width: 20%!important;
    padding: 0!important;
    text-transform: uppercase;
    font-weight: 600;
     border:solid 1px #ccc;
}

.khung_product_chitiet_spham {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.prod-slider-wrap {
    width: 49%;
}

.prod-cont {
    width: 49%;
}

.pro_noidung {
    margin-top: 2em;
}

.khung_prond {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    \: 0px;
    border-bottom: solid 4px #303785;
}
.tieude_lq {
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.detail_tin3cap {
    padding: 3em 0;
}

h3.tieude_bvlquan {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}


.catchuoi2
{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: 55px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
}


.s-video {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    position: relative;
}
.video-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-video .wg-video {
    height: 100%;
    width: 100%;
}
.s-video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000033;
    top: 0;
    left: 0;
}
.video-wrap .popup-youtube {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 2;
}

.video-wrap .popup-youtube i {
    color: #0d2762;
    font-size: 36px;
    padding-left: 6px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}
.video-wrap .popup-youtube .wave {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 109.04px;
    height: 109.04px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: ripple 1s infinite;
}
.video-wrap .popup-youtube .wave-1 {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 132px;
    height: 132px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    animation: ripple-1 1s infinite;
}
@keyframes ripple {
  0% {
    width: 86.09px;
    height: 86.09px;
    opacity: 1;
  }
  100% {
    width: 109.04px;
    height: 109.04px;
    opacity: 0;
  }
}
@keyframes ripple-1 {
  0% {
    width: 86.09px;
    height: 86.09px;
    opacity: 1;
  }
  100% {
    width: 132px;
    height: 132px;
    opacity: 0;
  }
}
.khung_doitac_index {
    padding: 3rem 0;
}
.khung_ptrangs {
    margin-top: 3rem;
}


.paging_chung a {
    border: solid 1px #303785;width: 25px;height: 25px;display: block;text-align: center;line-height: 25px;margin-right: 5px;color: #303785;}

.paging_chung {
    display: flex;
}
.paging_chung span {
    border: solid 1px #303785;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
    color: #ffffff;
    background: #303785;
}


.nd_fterd a {
    color: #fff;
}

.object-detail-content tbody,.object-detail-content td,.object-detail-content tfoot,.object-detail-content th, thead,.object-detail-content tr
{
    border-width: 1px;
    padding: 6px
}
.related_post.post {
    margin-top: 30px;
}

.menu_mobile
{
    display: none;
}
.khung_tongsanpham:nth-child(2n)
{
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background: #000089;
}
.hinhanh_bocongthuong img {
    height: 55px;
    margin-top: 15px;
}



@media only screen and (min-width: 1px) and (max-width: 1399px)
{   
    .main-menu li 
    {
        padding: 7px 5px;
    }
    .tieude_T
    {
        font-size: 50px
    }
    .khung_ndgts h2
    {
        margin-bottom: 0;
        font-size: 1.7em;
    }
    .mota_ndgts p 
    {
        line-height: 1.5em;
    }
    .noidung_chitiet_dv img 
    {
        max-width: 100%;
        height: auto!important;
    }

}

@media only screen and (min-width: 1px) and (max-width: 1024px)
{
    

}
@media only screen and (min-width: 1px) and (max-width: 1023px)
{
   
}
@media only screen and (min-width: 1px) and (max-width: 768px)
{   
    .logo_main img
    {
        max-width: 100%;
        height: auto;
    }
    .menu_mobile
    {
        display: block;
    }

    .total_catsanpham
    {
        grid-template-columns:1fr 1fr;
    }

    .related_post.post
    {
        margin-top: 25px;
    }

    .khungtop_header,.menu_nav,.ngonngu_nav
    {
        display: none;
    }
    .khung_gioithieutong
    {
        padding: 15px 0px;
    }
    .total_khunggthieu
    {
        flex-direction: column;
    }
    .khungtrai_gthieu,.khungphai_gthieu
    {
        width: 100%;
    }
    .noidung_gthieu 
    {
        padding-left: 20px;
        padding-top: 2em;
        padding-right: 20px;
    }

}
@media only screen and (min-width: 1px) and (max-width: 500px)
{   

    .hinhanh_bocongthuong img
    {
        margin-bottom: 15px;
    }
    .sectgl h3 span 
    {
        font-size: 14px;
    }

    .total_catsanpham
    {
        grid-template-columns:1fr;
    }
    .oit,.khung_product_chitiet_spham,.page_contacts
    {
        flex-direction: column;
    }
    .khungtong_new_cc 
    {
        padding: 2em 0;
    }
    .khung_trainew,.khung_phaicc,.prod-slider-wrap,.prod-cont
    {
        width: 100%;
    }
    .tieude_chungnewcc h3
    {
        font-size: 20px;
    }
    .total_ccphai
    {
        margin-top: 1em;
    }
    .name_congty h3
    {
        font-size: 20px;
    }
    .total_footers
    {
        flex-direction: column;
    }
    .thongtin_ndft,.footer_menu,.maps_fter
    {
        width: 100%;
    }
    .tieude_bannersp h4
    {
        font-size: 22px;
    }
    .tieude_T 
    {
        font-size: 40px;
    }
    .khung_ndgts h2
    {
        font-size: 19px;
    }
    .product_main
    {
        grid-template-columns:1fr 1fr;
    }
    .khungchung_main 
    {
        padding: 2em 0;
    }
    .khungphai_contact,.contacts-form
    {
        width: 100%;
    }
    form.form-validate input:nth-child(2)
    {
        width: 100%;
    }
    form.form-validate input:nth-child(3)
    {
        width: 100%;    margin-left: 0%;

    }
}