@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: 14px;
    font-weight: 500;
    text-transform: capitalize;
    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;
}

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

.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;
}




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

.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: 65%;
}

.khung_phaicc {
    width: 33%;
}

.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;
}

.item_newsindex {
    box-shadow: 0 0px 10px 1px #e8e8e8;
    margin: 4px;
    padding: 1em;
}
.item_newsindex h4 {
    margin-top: 15px;
    font-size: 19px;
    line-height: 150%;
    margin-bottom: 0;
}
.item_newsindex h4{
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 60px;
    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: 19px;
    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: #2f3684;
    padding: 2em 0;
}

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


.thongtin_ndft {
    color: #fff;
}

.name_congty h3 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}

.thongtin_ndft {
    width: 42%;
}

.footer_menu
{
    width: 15%;
}

.maps_fter
{
    width: 30%;
}


.maps_fter iframe {
    max-width: 100%;
    height: 190px;
}
.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 #0a58ca;
}

.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: 140px;
  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;
}

/*News*/
.logo_main {
    display: flex;
    align-items: center;
}
.logo_main a
{
    padding-right: 15px;
}
.logo_main .search-form {
    position: relative;
}

.form-control1 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6A75;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.logo_main .form-control1 {
    border-radius: 40px;
    font-size: 13px;
    margin-top: -5px;
}

.logo_main .btn-search-header {
    position: absolute;
    top: -7px;
    right: 0;
    color: #333;
    cursor: pointer;
}
.main-menu li i {
    padding-right: 7px;
}
.main-menu li i {
    font-size: 15px;
}
.tt_5hinhanh {
    display: flex;
    justify-content: space-between;
}

.tt_hinhanhtrai {
    display: grid;
    grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
}

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

.items_1hinhanh_phai {
    width: 50%;    padding-right: 1px;
}

.items_1hinhanh_trai {
    width: 50%;    padding-left: 8px;
}


.container_1360
{
    max-width: 1360px;
    margin:0 auto;
}   
.khung_slickslide {
    background: #f8f8f8f8;
}

.sparkle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    opacity: 0.8;
    animation: sparkle-animation 3s infinite;
    z-index: 9;
}
@keyframes sparkle-animation {
    0% { transform: translateY(0px) scale(1); opacity: 1; }
    50% { transform: translateY(-20px) scale(1.2); opacity: 0.6; }
    100% { transform: translateY(-40px) scale(0.8); opacity: 0; }
}

.k_tongsearch
{
    position: relative;
}
.carousel-caption {
    top: 18%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: left;
}

.carousel-caption h2 {
    font-size: 40px;
    font-weight: 600;
}
.box_search_home {
    position: absolute;
    width: 75%;
    max-width: 860px;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    z-index: 2;
}
.search_home {
    background: #fff;
    border-radius: 100px;
    padding: 15px 20px 5px 40px;
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d;
}
.field_keyword {
    color: #000;
}
.label_search {
    font-size: 16px;
    font-weight: 700;
}
.search_home .form-control {
    color: #9d9d9d;
    background: transparent;
    height: 42px;
    border: none;
    font-size: 15px;
    padding-left: 0;
    padding-top: 0;
        box-shadow: none;
}
.search_home .form-group {
    position: relative;
    height: 52px;
    width: 75%;
}

.btn-search {
    border-radius: 100%;
    width: 100%;
    max-width: 60px;
    height: 100%;
    max-height: 60px;
    transform: translateY(4px);
    transition: all 400ms ease-in-out;
    color: #fff;
    padding: 0;
        background: #efc032;
    border-color: #efc032;
}
.btn-search:hover
{
    background: #fff;
     color: #000;
    border-color: #efc032;
}
.kk_getf {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.k_nut_phaisearch 
{
/*    display: flex;*/
/*    justify-content: space-between;*/


}

.btn_timkiem_primary 
{    
    width: 50px;
    height: 50px;
}

.form-text.field_keyword {
    width: 80%;margin-top: 0;
}

.phanchon_tp {
    width: 7%;
}
.tt_khungcat_riviu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.khung_cat_riviu {
    padding: 3rem 0;
}
.items_rivius img {
    max-width: 100%;
}

.items_rivius {
    position: relative;
}

.items_content {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 10px;
}

.content_pcgs h3 {
    color: #fff;
    font-size: 18px;    font-weight: 800;
}

.items_content a {
    color: #fff;
}
.overlay_img_rivius {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
    background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
    background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
    opacity: .7;border-radius: 15px;
}
.items_rivius:hover img {
    transform: scale(1.1);

}

.items_thumb {
    overflow: hidden;border-radius: 15px;
}

.items_thumb img {
    transition: 0.5s all;
        border-radius: 15px;
}
.tieude_ttquans {text-align: center;margin-bottom: 3rem;}

.tieude_ttquans h4 {
    position: relative;
}

.tieude_ttquans h4 {
    font-weight: 700;
    display: inline-block;
}

.tieude_ttquans h4:before {
    position: absolute;
    content: "";
    background: #efc032;
    height: 3px;
    width: 50%;
    bottom: -15px;
    left: 25%;
}

.tt_chungtois {
    margin-bottom: 2rem;
}

.item_quanchays {
    position: relative;
    overflow: hidden;
}

.overlay_quanchay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .49) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;top: 0;
}

.mota_chungquan {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

.mota_chungquan a {
    color: #fff;
}

.mota_chungquan p {
    margin-bottom: 0;
    font-size: 10px;
}

.mota_chungquan h4 {
    font-size: 15px;
    font-weight: 700;
}
#total_chayquanss .owl-dots .owl-dot.active span
{
    background: #ea4630;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ea4630;
}
.item_quanchays:hover .overlay_quanchay {
    background: linear-gradient(180deg, rgb(239 193 51 / 30%) 0%, rgb(234 70 48 / 33%) 100%);
}
.item_quanchays:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.item_quanchay img
{
    transition: all 0.5s;
}
.khungdanhsach_xephang {
    padding: 3rem 0;
    background: #f9f9f9;
}
.tt_capdanhmuc li {
    display: inline-block;
    font-size: 15px;
    font-family: 'Mulish';
    padding-left: 10px;
    padding-right: 10px;
}
.tt_capdanhmuc {
    text-align: center;
}
.tt_capdanhmuc ul li:hover {
    color: #efc032;
    cursor: pointer;
}
.khung_tttinajax {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 2em 0;
}

.hinhanh_img img {
    max-width: 100%;
}
.item_xephangs {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px #f0f0f0;
}
.noidung_xephangs h3 {
    font-size: 17px;
    line-height: 150%;
    font-weight: 700;
    font-family: 'Mulish';
}
.noidung_xephangs h3 a {
    color: #000;
}
.soluongxephang {
    font-size: 12px;
    margin-bottom: 10px;
    font-style: italic;
}
.danhgiasao i {
    color: #fdc415;
}

.danhgiasao i {
    padding-right: 5px;
}

.item_xephangs:hover h3 a {
    color: #eb4630;
}
.item_xephangs:hover .hinhanh_img img 
{
    transition: all .5s;
    transform: scale(1.1);
}
.hinhanh_img {
    overflow: hidden;
    transition: all .5s;
}
.hinhanh_img img {
    transition: all .5s;
    object-fit: cover;
    height: 195px;
    width: 100%;
}

.khungdanhsach_thuhut
{
    padding: 3rem 0;
    background: #fff;
}
.khung_noigivechungtoi
{
    padding: 3rem 0;
    background: #f9f9f9;
}
.items_danhgia {
    box-shadow: 0 4px 40px rgba(43,89,255,.08);
    border-radius: 10px;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.mota_danhgias p {
    margin-bottom: 0;
}
.mota_danhgias p {
    line-height: 1.8;
}
.mota_danhgias {
    padding: 1.5em;
    border-bottom: solid 1px #ededed;
    margin-bottom: 1.5em;
}
.hinhanh_ngdanhgia img {height: 70px;border-radius: 50px;}

.avtatar {
    display: flex;
}

.avtatar {
    display: flex;
    padding: 0 1.5em 1.5em;
}

.hinhanh_ngdanhgia {
    padding-right: 15px;
}

.name_ngdanhgia {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.namess {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 16px;
}

.tieusu {
    font-size: 13px;
}
.khungttnentang {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.khung_phainentang {
    width: 48%;
}

.khung_trainentang {
    width: 48%;
}

.khung_total_nentang {
    padding: 3em 0;
    background-size: cover;
}
.lienhe_mienphi button {
    background-color: #efc133;
    border-radius: 15px;
    color: #fff;
    height: 40px;
    border: solid 1px #efc032;
    padding: 9px 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.mota_tai {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
}

.owl-carousel .owl-item img
{
    transition: all 0.5s;
}
.thongtin_ttnentang {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 15px;
}
.noidung_ttnentang input {
    width: 100%;
}
.noidung_ttnentang input {
    margin-bottom: 15px;
    height: 40px;
    padding: 0 10px;
    border: solid 1px #dbdbdb;
    border-radius: 10px;
    outline: none;
}
#guingay {
    background: #efc133;
    text-transform: uppercase;
    font-weight: 500;
    border-color: #efc133;
    border-radius: 15px;
}

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

.khung_daufooter {
    width: 40%;
}

.khung_2footer {
    width: 15%;
}

.khung_3footer {
    width: 30%;
}


.khung_daufooter img {
    height: 65px;
}
#khung_footer {
    padding: 3em 0;
    background: #2B3C48;
    color: #fff;
    font-family: 'Mulish';
}

.khungmota_fter {
    margin-top: 15px;
/*    font-family: 'Mulish';*/
    font-size: 15px;
}
.khungtt_fter li {
    margin-bottom: 5px;
    
}
.mxhoi_fter ul li {
    display: inline-block;
}

.mxhoi_fter li img {
    height: 30px;
}
.khung_2footer li a {
    color: #fff;
}

.khung_2footer li {
    margin-bottom: 10px;
}
.tthesinhthai li {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.tthesinhthai li img {
    height: 40px;
}

.tthesinhthai ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.tt_capdanhmuc li a {
    color: #000;
}

.tt_capdanhmuc li:hover a {
    color: #efc032;
}

.menu_mobile_top
{
    display: none;
}


@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;
    }
    .object-detail-content img
    {
        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)
{
   .object-detail-content img
    {
        max-width: 100%!important;
        
    }
}
@media only screen and (min-width: 1px) and (max-width: 768px)
{   
    .logo_main .form-control1
    {
        margin-top: 0;
    }
    .logo_main .btn-search-header
    {
        top:-1px;
    }

    .menu_mobile_top
    {
        display: block;
    }
    .parallax-banner
    {
        height: 200px;
    }
    .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;
    }
    .object-detail-content p
    {
      word-break: break-all;  /* Tự động ngắt từ ở mọi điểm nếu dài quá */
      display: inline-block;  /* Đảm bảo xuống dòng nếu quá khổ */
      max-width: 100%;        /* Không vượt quá chiều ngang container */
    }

}
@media only screen and (min-width: 1px) and (max-width: 500px)
{   
    /*    news */
    .banner-title
    {
        font-size: 1.6em;
    }
    .khung_tttinajax
    {
        grid-template-columns:1fr;
    }
    .khungttnentang,.k_footer,.k_nut_phaisearch
    {
         flex-direction: column;
    }
    .khung_phainentang,.khung_trainentang,.khung_daufooter,.khung_2footer,.khung_3footer
    {
        width: 100%;
    }
    .noidung_ttnentang
    {
        margin-bottom: 15px;
    }
    .tt_khungcat_riviu
    {
        grid-template-columns:1fr;
    }
    .k_tongsearch img 
    {
        height: 70vh;
        object-fit: cover;
    }
    .carousel-caption h2
    {
        font-size: 30px;
    }
    .form-text.field_keyword 
    {
        width: 100%;
    }
    .kk_getf 
    {
        flex-direction: column;
    }
    .search_home.shadow 
    {
        border-radius: 10px;padding: 2em;
    }
    .box_search_home {
        width: 100%;
    }
    .phanchon_tp 
    {
        width: 100%;
    }
    .search_home .form-control 
    {
        border-bottom: solid 1px #efc032;
        height: auto;        margin-bottom: 20px;
    }
    .btn_timkiem_primary 
    {
        width: 100%;
    }
    button.btn-primary.btn-search 
    {
        border-radius: 10px;
        padding: 15px 0;
/*        margin-top: 26px;*/
        width: 100%;
        max-height: 60px;
        transform: translateY(0);
        max-width: 100%;
    }
    /*    news */
    .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: 18px;
    }
    .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: 20px;
    }
    .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%;

    }
}