html, body {
    font-family: "Be Vietnam Pro", sans-serif !important;
    padding: 0;
    margin: 0;
    color: #282728;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
}

h1, .h1 {
    font-size: 18px;!important;
}
.page-header {
    margin: 10px 0!important;
}


.footer {
    clear: both; /* Ensure the footer is not affected by floating elements */
    position: relative;
    bottom: 0;
}
@media only screen and (min-width: 1200px) {
    .logo img {
        /*max-width: 252px;*/
    }
}

.scroll_header .logo img {
    width: 160px!important;
}

.xinwen1 .cfff .title, .xinwen1 .cfff .dec a {
    color: #fff!important;
}

.video_block {
    height: 450px;
}

.video_bjk{
    width: 70%;
    margin: 0 auto;
    height: 850px;  
    display: flex;
}

.video-thumb {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.video-thumb .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-thumb .btn-play:before {
    content: '';
    display: block;
    margin-left: 8px;
    border-style: solid;
    border-width: 16px 0 16px 28px;
    border-color: transparent transparent transparent #fff;
}
.video-thumb img {
    display: block;
    max-width: 100%;
    height: auto;
}

.video {
    min-height: 18vh; /* Chiều cao tối thiểu là 100% màn hình */
    display: flex;
    align-items: center;      /* Căn giữa theo chiều dọc */
    justify-content: center;  /* Căn giữa theo chiều ngang */
    background: #fff;         /* Tuỳ chọn, cho nền trắng */
}
.video-thumb img {
    width: 500px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.video-thumb {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.video-thumb .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-thumb .btn-play:before {
    content: '';
    display: block;
    margin-left: 8px;
    border-style: solid;
    border-width: 16px 0 16px 28px;
    border-color: transparent transparent transparent #fff;
}
.video-thumb img {
    display: block;
    max-width: 100%;
    height: auto;
}

.indexProduct {
    padding: 0 !important;
}

.indexProduct .one {
    padding-top:30px;
}


.indexProduct .two .swiper-button-prev, .indexProduct .two .swiper-button-next {
    top: 38%;
}

.indexBanner {
    padding-top: 34% !important;
}

.swiper-container {
    height: 648px!important;
}

.industy .swiper-container {
   /* height: 840px!important;*/
}

.Indexbox {
    height: 590px!important;
}

.copyright {
    padding: 12px 15px;

    color: #FFF;
    text-align: center;
    font-size: 16px;
}

.newsList2 li:hover .left {
    color: #EE311D!important;
}

.industy .lists .right .gallery-thumbs .swiper-slide {
    height: 200px!important;
}

.industy .title1 .one{
    color: #666!important;
}


/* news detail */
/* Reset và base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Container và layout chính */
.top-contact {
    background-color: #fff;
    padding: 50px 0;
}

.container {
  /*  max-width: 1200px;*/
    margin: 0 auto;
    padding: 0 15px;
}

/* Header section */
.page-name {
    font-size: 36px;
    font-weight: 600;
    color: #282728;
    position: relative;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.line {
    background-color: #1567D9;
    width: 70px;
    height: 3px;
    margin-bottom: 30px;
}

/* Contact info section */
.content-page-contact {
    padding: 25px 0 40px 0;
}

.content-page-contact ul {
    list-style: none;
    padding: 0;
}

.content-page-contact li {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 1.6;
}

.content-page-contact li p {
    margin: 0;
    color: #333;
}

.content-page-contact strong {
    color: #1567D9;
    font-weight: 600;
}

/* Row layout */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-lg-4, .col-md-6, .col-12 {
    padding: 0 15px;
}

.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px;
}

/* Form section */
.hd-contact {
    background-color: #1567D9;
    color: white;
    padding: 15px 20px;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
}

.hd-contact span {
    display: block;
}

.frm-contact {
    background-color: #f8f9fa;
    padding: 20px;
    border: 1px solid #e9ecef;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.mes-frm {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
    font-style: italic;
}

/* Input groups */
.input-group {
    display: flex;
    margin-bottom: 15px;
}

.input-group-text {
    background-color: #1567D9;
    color: white;
    border: 1px solid #1567D9;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    border-radius: 4px 0 0 4px;
}

.form-control {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: #1567D9;
    box-shadow: 0 0 0 2px rgba(210, 105, 30, 0.2);
}

.form-control::placeholder {
    color: #6c757d;
}

/* Textarea */
textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

/* Button */
.btn-frm {
    background-color: #1567D9;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    width: 100%;
}

.btn-frm:hover {
    background-color: #b8591a;
}

/* Map section */
.map {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0 0 5px 5px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.map::before {
    content: "Bản đồ sẽ được hiển thị tại đây";
    font-style: italic;
}

/* Spacing utilities */
.c30 {
    height: 30px;
}

.mb-3 {
    margin-bottom: 1rem;
}

/* Responsive design */
@media (max-width: 992px) {
    .col-lg-4, .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .page-name {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .top-contact {
        padding: 30px 0;
    }

    .container {
        padding: 0 10px;
    }

    .page-name {
        font-size: 24px;
    }

    .content-page-contact li {
        font-size: 14px;
    }

    .frm-contact {
        padding: 15px;
    }

    .hd-contact {
        padding: 12px 15px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .input-group {
        flex-direction: row;
    }

    .input-group-text {
        border-radius: 4px 4px 0 0;
        border-bottom: none;
    }

    .form-control {
        border-radius: 0 0 4px 4px;
        border-left: 1px solid #ced4da;
        border-top: none;
    }
}

/* Font Awesome icons support */
.fa {
    font-size: 14px;
}

/* Additional styling for better visual hierarchy */
.searchBtn {
    width: 20.67%!important;
    padding: 10px 0;
    background-color: rgba(0, 84, 202, .8)!important;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

#SearchModalCenter input, .content-not-found input {
    width: 60%;
    padding: 10px 10px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0px 5px 40px 0px rgba(7, 1, 3, 0.15);
    border: 0;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin: 18px;
}

.content-not-found p {
    font-size: 18px!important;
    font-weight: normal;
    padding: 20px;
}


/* Form validation styles */
.form-control.error {
    border-color: #dc3545;
}

.form-control.success {
    border-color: #28a745;
}

/* Loading state */
.waiting {
    display: none;
    text-align: center;
    padding: 20px;
    color: #6c757d;
}

.waiting.active {
    display: block;
}

/* Message box */
.msgbox {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.msgbox.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.msgbox.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

/* Product detail */
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

}

/* Product List Page by Tdq */
/* Container Section */
.sec_container {
    background-color: #f4f3f9;
}

.sec_padding {
    padding: 50px 0;
}

/* Left Container - Product List */
.left_container {
    padding-right: 30px;
}

.title_list_page {
    color: #444;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 20px;
}

.search-results .title_list_page {
    margin-bottom: 10px!important;
}

.search-results .intro-item-news .more-link {
    display: none;
}

.div_filter {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

/* Product Grid Layout */
.ver_list_product_page {
    margin-left: -15px;
    margin-right: -15px;
}

.ver_list_product_page:after {
    content: '';
    display: block;
    clear: both;
}

.ver_list_product_page > li {
    float: left;
    width: 25%;
    display: block;
    padding: 10px;
}

/* Product Item */
.item_product {
    position: relative;
    background-color: #e5e7ed73;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
}

.unit_slide_img {
    display: block;
    overflow: hidden;
}

.unit_latest_prod {
    display: block;
    overflow: hidden;
}

.unit_latest_prod > img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.unit_latest_prod:hover > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/* Product Info */
.info_item_product {
    padding: 25px 20px;
}

.name_product {
    margin-bottom: 5px;
    line-height: 18px;
    height: 35px;
    overflow: hidden;
    display: block;
}

.name_product > a {
    font-size: 17px;
    color: #121212;
    font-weight: 600;
    line-height: 18px;
    display: block;
}

.name_product > a:hover {
    color: #0f58a3;
}

.hprice {
    color: #e48c04;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hprice > span {
    color: #e48c04;
    font-size: 18px;
    font-weight: 400;
}

/* Product Properties */
.unit_property {
}

.unit_property:after {
    content: '';
    display: block;
    clear: both;
}

.unit_property > li {
    display: block;
    width: 33.333%;
    float: left;
}

.unit_property > li > span {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.unit_property > li > span > i {
    font-size: 20px;
    color: #f59e19;
    margin-right: 5px;
}

/* Product Type Comment */
.type_comment {
    border-top: 1px solid #e0e0e0;
}

.type_comment:after {
    content: '';
    display: block;
    clear: both;
}

.type_comment > h3 {
    color: #767676;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    padding-left: 10px;
}

.type_comment > h3 > a {
    display: inline-block;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.type_comment > h3 > a:hover {
    text-decoration: underline;
    color: #0f58a3;
}

/* Pagination */
.wp-pagenavi {
    text-align: center;
    padding-top: 30px;
}

.wp-pagenavi > a {
    border: 1px solid #dbdbdb;
    background-color: #fff;
    width: 36px;
    height: 36px;
}

.wp-pagenavi .pages {
    display: none;
}

/* Right Container - Sidebar */
.right_container {
    padding-left: 0;
    padding-top: 15px;
}

/* Search Form */
.row_control {
    width: 100%;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
}

.row_control input {
    width: 100%;
}

.row_control select {
    width: 100%;
}

/* Search Button */
.btn_search {
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.btn_search > i {
    margin-right: 5px;
}

.btn_gen {
    border: 0;
    outline: none;
    height: 39px;
    line-height: 39px;
    padding: 0 25px;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.btn_orange {
    background-color: #f59e19;
}

.btn_orange:hover, .btn_orange:focus {
    background-color: #e09017;
}

/* Box Unit Agents */
.box_unit_agents {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-bottom: 30px;
}
.wp-pagenavi {
    clear: both;
    float: left;
    display: inline-flex
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 12px 5px;
    margin: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
    font-weight: bold;
    width: 52px;
    height: 45px;
    background: #1567D9;
    color: #fff !important;
}

.wp-pagenavi {
    text-align: center;
    padding-top: 30px;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi > a {
    border: 1px solid #dbdbdb;
    background-color: #fff;
    width: 52px;
    height: 45px;
}

/* Responsive Grid */
@media (max-width: 768px) {
    .ver_list_product_page > li {
        width: 100%;
    }

    .left_container {
        padding-right: 15px;
    }

    .title_list_page {
        font-size: 24px;
    }

    .search-results .title_list_page {
        font-size: 18px!important;
    }
}

/* End product list */
.proutListCon .c1b {
    margin-top: 50px;
    text-transform: uppercase;
}

.singleProduct .newsList1, .singleNews .newsList1 {
    /*padding: 1.2% 0!important;*/
}

.singleNews .container {
    width: 100%!important;
}

/* Detail page, Search results */
.page-name {
    /* Styles cho h2.page-name */
}

.content-detail {
    /* Styles cho div chứa nội dung chi tiết */
}

.content-detail h2 {
    color: #bc4427;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.content-detail p {
    text-align: justify;
}

.content-detail img {
    display: block;
    width: 100%;
}

.col-small {
    /* Styles cho cột sidebar */
}

.box-menu-left {
    /* Container cho menu trái */
}

.title-menu-left {
    /* Tiêu đề menu trái */
}

.menuleft {
    margin: 0;
    padding: 0;
}

.menuleft li {
    display: block;
}

.menuleft li.active {
    /* Styles cho item menu đang active */
}

.menuleft li a {
    display: block;
    padding: 7px 0;
    color: #050505;
}

.menuleft li a:hover {
    color: #bc4427;
}

.form-order {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.18);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .18);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 12px 0;
    padding-top: 0;
}

.pos-sticky {
    position: sticky;
}

.hd-box-col {
    /* Header của box */
}

.intro-frm {
    /* Intro text của form */
}

.frm-reg-col {
    border-top: none;
    padding: 10px 0;
}

.form-control {
    padding: 10px;
    height: auto;
    border-radius: 10px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.frm-reg-col .form-control {
    padding: 10px;
    height: auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.btn-frm {
    /* Button styles */
}

.box-product-col {
    background-color: #f1f2f2;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.item-pro-col {
    margin-bottom: 30px;
}

.img-pro-col {
    border: solid 1px #d7d7d7;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 10px;
}

.img-pro-col img {
    display: block;
    width: 100%;
}

.pro-item-name-col {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

.pro-item-name-col a {
    color: #050505;
}

.pro-item-name-col a:hover {
    color: #bc4427;
}

.c30 {
    /* Spacing utility - có thể là margin/padding 30px */
}

.c10 {
    /* Spacing utility - có thể là margin/padding 10px */
}

.text-center {
    text-align: center;
}

.hvr-forward {
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    transition-duration: .3s;
    transition-property: transform;
}

.hvr-forward:hover {
    transform: translateX(8px);
}

/*body {
    font-family: "Be Vietnam Pro", sans-serif!important;
    font-size: 16px;
    color: #282728;
    line-height: 24px;
    font-weight: 400;
}*/

a {
    color: #080f1f;
}

a:hover {
    color: #bc4427;
}

/* Màu chủ đạo: #bc4427 (đỏ cam) */
/* Màu phụ: #080f1f (xanh đen) */
.page-content-wp {

}

.container {
    /* Bootstrap container styles */
}

.row {
    /* Bootstrap row styles */
}

.col-lg-9, .col-md-12, .col-lg-3 {
    /* Bootstrap column styles */
}

/*p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    color: #444!important;
    font-size: 19px;
}

html, body {
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 16px;
    padding: 0;
    margin: 0;

    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
}*/



.box-menu-left {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.18);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.18);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.18);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 12px 0;
    padding-top: 0
}

.title-menu-left {
    position: relative;
    padding: 14px 20px;
    color: #282828;
    display: block;
    font-weight: 600;
    font-size: 18px;
    border-bottom: solid 1px #d7d7d7;
    text-transform: uppercase
}

.title-menu-left:before {
    width: 40px;
    height: 4px;
    background-color: #1652bf;
    content: "";
    position: absolute;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    left: 20px;
    bottom: 0;
    display: none
}

.title-menu-left a {
}

.title-menu-left a:hover {
    color: #d4d4d4
}
.menuleft1 {
    padding-left: 15px;
    padding-right: 15px;
}

.menuleft {
    border-top: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    padding: 0 2px;
    margin-bottom: 20px;
    border: solid 1px #f2f2f2
}

.menuleft>li {
    display: block;
    position: relative;
    border-bottom: solid 1px #f2f2f2;
    padding: 0 10px;
}

.menuleft>li:last-child {
    border-bottom: none
}

.menuleft>li:before {
    width: 8px;
    height: 8px;
    background-color: #1652bf;
    content: "";
    position: absolute;
    left: 10px;
    top: 20px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: none
}

.menuleft>li a {
    display: block;
    font-weight: 600;
    padding: 12px 0
}

.menuleft li:last-child a {
    border-bottom: none
}

.menuleft>li span {
    display: block;
    padding: 10px 0
}

.menuleft>li span .fa {
    display: none
}

.menuleft>li a:hover {
    color: #bb4427
}

.menuleft>li.active>a {
    font-weight: 700;
    color: #bb4427
}

.menuleft>li>ul {
    padding: 0;
    margin: 0;
    display: none;
    background-color: #f5f5f5;
    padding: 0 15px;
    position: relative
}



.menuleft>li>ul:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245,245,245,0);
    border-bottom-color: #f5f5f5;
    border-width: 6px;
    margin-left: -6px
}

.menuleft>li>ul>li {
    display: block;
    position: relative;
    padding-left: 0
}

.menuleft>li>ul>li::before {
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 15px
}

.menuleft>li>ul>li a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    border-bottom: solid 1px #fff;
    padding: 10px 0;
    padding-left: 10px
}

.menuleft>li>ul>li.active a {
    color: #7399d4;
    font-weight: 700
}

.menuleft>li>ul>li a:hover {
    color: #7399d4
}

.menuleft>li>ul>li a span {
    display: block;
    padding: 10px 15px
}

.menuleft>li.active ul {
    display: block
}

.menuleft>li>ul>li>ul {
    padding: 0
}

.menuleft>li>ul>li>ul li {
    display: block
}

.news-detail-name {
    font-size: 40px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 800;
    color: #080f1f
}

.intro-detail {
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 700
}

.createdate {
    color: #666
}

.content-detail table {
    width: 100%!important
}

.content-detail blockquote {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-left: solid 2px #F00;
    padding: 20px;
    -webkit-box-shadow: 0 0 14px 3px rgba(227,223,223,1);
    -moz-box-shadow: 0 0 14px 3px rgba(227,223,223,1);
    box-shadow: 0 0 14px 3px rgba(227,223,223,1);
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    background-color: #f2f2f2
}

.content-detail figure {
    max-width: 100%!important
}

.content-detail a {
    color: #bb4427!important
}

.content-detail a:hover {
    text-decoration: underline
}

.content-detail img {
    display: block;
    margin: auto;
    width: 100%!important;
    height: auto!important
}

.content-detail iframe {
    width: 100%
}

.content-detail h2 {
    font-size: 24px!important;
    font-weight: bold!important;
    color: #080f1f;
    margin-top: 15px;
    margin-bottom: 10px
}

.content-detail h3 {
    font-size: 18px!important;
    font-weight: bold!important;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #080f1f
}

.content-detail em {
    font-size: 14px
}

.content-detail img {
    margin-top: 15px;
    margin-bottom: 10px
}

.content-detail h4 {
    font-size: 16px!important;
    font-weight: bold!important
}

.box-col {
    margin-bottom: 20px
}

.hd-box-col {
    border-bottom: solid 1px #d4d4d4;
    margin-bottom: 15px
}

.hd-box-form {
    padding-top: 20px
}

.hd-box-col a {
    color: #080f1f;
    display: block;
    padding: 0;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    border-bottom: solid 1px #2d2c2c;
    padding-bottom: 10px;
    margin-bottom: -1px;
    text-transform: uppercase
}

.hd-box-form {
    border-bottom: solid 1px #fff
}

.hd-box-form a {
    color: #282828!important;
    border-bottom: solid 1px #080f1f
}

.content-box-col {
    padding-top: 5px
}

.item-news-col {
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 18px!important
}

.item-news-col img {
    width: 40%;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.item-news-col a {
    color: #333;
    display: block
}

.item-news-col a:hover {
    color: #080f1f
}

.view-all-in-col {
    background-color: #080f1f;
    display: block;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 12px 0
}

.view-all-in-col span {
    display: inline-block
}

/*search*/
.item-news {
    margin-bottom: 30px;
}

.item-news .name-item-news {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    line-height: 30px;
}

.cat-path {
    font-weight: normal;
    margin-top: 5px;
}

.intro-item-news {
    margin-top: 10px;
    line-height: 24px;
    font-size: 15px;
}

.searchContent {
    padding:0!important;
}

/*
.newsPage .newsList1 .top {
    padding: 10px 0!important;
}

.newsPage .f-20 {
    font-size: 19px;!important;
}
*/
.newsPage .f-20, .f-30 {

}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.home .btm .dec a {
    color: #c3c0c0!important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: ''!important;
}

.aboutcontent_1_3 .group_list_item a {
    background: #1567d9b5!important;
}

/* Contact Page */
.header-bar {
    background-color: #f8f9fa;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
}

.container {
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Phần bên trái - Quote Section */
.quote-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quote-icon {
    color: #fff;
    font-size: 16px;
}

.quote-text {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* Phần bên phải - Contact Section */
.contact-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone-numbers {
    display: flex;
    align-items: center;
}

.phone-number {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.phone-icon {
    color:#fff;
    font-size: 14px;
}

/* Đường phân cách */
.divider {
    width: 1px;
    height: 20px;
    background-color: #dee2e6;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 8px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #6c757d;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon i {
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Màu sắc riêng cho từng social icon */
.social-icon:nth-child(1):hover { background-color: #1877f2; } /* Facebook */
.social-icon:nth-child(2):hover { background-color: #000; }    /* TikTok */
.social-icon:nth-child(3):hover { background-color: #e4405f; } /* Instagram */
.social-icon:nth-child(4):hover { background-color: #ff0000; } /* YouTube */


/* Tablet và mobile */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .quote-section,
    .contact-section {
        justify-content: center;
    }

    .quote-text {
        font-size: 13px;
    }

    .phone-number {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .contact-section {
        flex-direction: column;
        gap: 8px;
    }

    .divider {
        width: 30px;
        height: 1px;
    }

    .social-icons {
        gap: 12px;
    }

    .social-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

/* Product Category */
.laypage_main a, .laypage_main span {
    padding: 14px 20px;
    border: 1px solid #DDDDDD;
    margin: 0 5px;
    color: #999;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.laypage_main a:hover {
    background: #007cba;
    color: white;
    border-color: #007cba;
}

.laypageskin_default .laypage_curr {
    padding: 14px 20px;
    border: 1px solid #007cba;
    margin: 0 5px;
    color: white;
    background: #007cba;
}

.laypage_main {
    text-align: center;
    margin: 30px 0;
}

/* Detail product Section */
.detail-product {
    margin: 20px 0;
    max-width: 72%;
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.detail-product-section {
    max-width: 100%;
    margin: 20px 0;
    color: #333;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #282728;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
}

/* FAQ Section */
.faq {
    max-width: 72%;

}
.faq-section {
    max-width: 100%;
    margin: 20px 0;
}

.faq-section h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #e9ecef;
}

.faq-question span:first-child {
    font-weight: 600;
    color: #333;
}

.faq-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
    color: #666;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #fff;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 15px 20px;
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Product Detail */
.product-image-section .swiper {
    width: 100%;
    height: 100%;
}

.product-image-section  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image-section  .swiper-slide img {
    display: block;
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.product-image-section  .swiper {
    width: 400px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.product-image-section  .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-image-section  .mySwiper2 {
    height: 80%;
    width: 100%;
}

.product-image-section  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.product-image-section  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.product-image-section  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-image-section  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-container {
    display: flex;
    gap: 0px;
    padding: 0 0px;
}

/* Product Image Section */
.product-image-section {
    flex: 1;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.main-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.thumbnail-image {
    margin-top: 15px;
}

.thumbnail-image img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    border: 2px solid #ddd;
}

/* Product Info Section */
.product-info-section {
    flex: 1;
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-left: 3px;
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
}

.product-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.product-code {
    color: #666;
    margin-bottom: 15px;
}

.product-badge {
    display: flex;
    align-items: center;
    background: #e8f5e8;
    padding: 8px 12px;
    border-radius: 20px;
    margin-bottom: 20px;
    width: fit-content;
}

.checkmark {
    background: #28a745;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 12px;
}

.product-specs {
    margin-bottom: 30px;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.spec-label {
    color: #666;
}

.spec-value {
    font-weight: bold;
    color: #333;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.buy-now-btn {
    background: #dc3545;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.call-btn {
    background: #4a5cb8;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.chat-btn {
    background: #4a5cb8;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

/* Sidebar */
.sidebar {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.brand-info {
    background-image:url(../images/newslist1.jpg);
    color: white;
    padding: 5px;
    border-radius: 8px;
}

.brand-info h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.brand-info p {
    font-size: 14px;
    line-height: 1.5;
}

.company-features {
    background: white;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.company-features h4 {
    margin-bottom: 15px;
    color: #333;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.feature-icon {
    margin-right: 10px;
    font-size: 16px;
}

.faq-section {
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.faq-section h4 {
    margin-bottom: 15px;
    color: #333;
}

.faq-item {
    padding: 0px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 14px;
}

/* Bottom Section */
.bottom-section {
    background: #f8f9fa;
    padding: 20px;
    margin-top: 20px;
}

.contact-info {
    text-align: center;
    margin-bottom: 20px;
}

.phone-numbers {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}

.phone-numbers span {
    color: #dc3545;
    font-weight: bold;
}

.bottom-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.tab-btn {
    background: white;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.tab-btn.active {
    background: #4a5cb8;
    color: white;
    border-color: #4a5cb8;
}

/* Responsive */
@media (max-width: 768px) {
    .product-container {
        flex-direction: column;
    }

    .phone-numbers {
        flex-direction: column;
        gap: 10px;
    }

    .bottom-tabs {
        flex-direction: column;
        align-items: center;
    }
}

.righ-sidebar-links {
    display: block;
    font-weight: 400!important;
    padding: 12px 0;
    color: #080f1f;
}

/* Left sidebar */
