html,
body {
    font-family: montserrat,sans-serif;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    line-height: 1.6;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

a {
    text-decoration: none;
}

b,
strong {
    font-weight: normal;
    font-family: "Muli-B";
}
ul{
    margin: 0px;
    padding: 0;
    margin-left: 20px;
}
img {
    border: none;
    max-width: 100%;
}

a img {
    display: block;
}

#page {
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
  
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
    clear: both;
}

.c {
    height: 0px;
}

.c3 {
    height: 3px;
}

.c4 {
    height: 4px;
}

.c5 {
    height: 5px;
}

.c10 {
    height: 10px;
}

.c15 {
    height: 15px;
}

.c20 {
    height: 20px;
}

.c30 {
    height: 30px;
}

.c50 {
    height: 50px;
}

.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-line-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.more-text {
    float: right;
    cursor: pointer;
}

.search-pc {
    display: none;
    width: 240px;
    position: absolute;
    bottom: -80px;
    right: 0px;
    z-index: 999;
}



.submit-search-pc {
    float: right;
    color: #374458;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 5px;
}

.search-pc .kw {
    width: 100%;
    height: 35px;
    border: solid 1px #CCC;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #FFF;
}

.search-pc .fa {
    color: #374458;
}
/* 
.search-icon {
  padding: 8px 10px 12px;
  border-radius: 4px;
  border: 2px solid #3e89a2;
  margin-left: 50px;
} */

.search-pc .closeX {
    position: absolute;
    color: #666;
    width: 22px;
    height: 22px;
    text-align: center;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 10px;
    line-height: 20px;
    right: -15px;
    top: -8px;
}



.header {
    background: #fff;
    box-shadow: 0px 2px 10px #FFF;
    margin-bottom: 8px;
    position: fixed;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 90px;          /* THÊM DÒNG NÀY */
}




/* Sửa cho logo và menubar */
.logo {
    float: left;
    height: 80px;
    display: flex;
    align-items: center;
}

.menubar {
    float: right;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
}

/* Điều chỉnh padding-top của body */
body {
    padding-top: 90px !important; /* Tăng thêm 10px để an toàn */
}

/* MOBILE FIX */
@media (max-width: 768px) {
    .header {
        min-height: 60px;
        padding: 0 10px;
    }
    
    body {
        padding-top: 70px !important;
    }
    
    .nav > li {
        height: 60px;
    }
    
    .logo, .menubar {
        height: 60px;
    }
}

/* QUAN TRỌNG: Đảm bảo .nav container không bị ẩn */
.nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

/* THÊM NGAY SAU ĐÓ - KHÔNG CẦN DI CHUYỂN */
body {
    padding-top: 80px !important;
}

/* THÊM NGAY SAU ĐÓ NỮA - FIX MOBILE */
@media (max-width: 768px) {
    .header {
        height: 60px;
        min-height: 60px;
    }
    body {
        padding-top: 60px !important;
    }
}





.logo {
    float: left;
}

.logo img,
.logo-mobile img {
    display: block;
}

.logo-mobile {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.menubar {
    float: right;
    text-align: center;
}

.menu-title {
    background: #29a7e1;
    color: #fff;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

.nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    max-width: 1200px;
    margin: 0 auto;

}



.nav>li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: normal;
   
    line-height: 78px;
    margin: 0px 2px;
}


.nav>li:first-child {
    border-left: none;
}

.nav>li:first-child {
    margin-left: 0;
}

.nav>li:first-child>a {
  
}
.nav>li:last-child {
    margin-right: 0;
}


.nav>li:last-child>a {
    padding-right: 28px;
}

.nav>li:last-child>a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 42px;
    background-color: #c0c0c0;
}

.nav>li>a {
    text-decoration: none;
    display: flex;
    padding: 0px 12px;
    color: rgb(46, 46, 46);
   
    font-weight: bold;
   
	position:relative;
}
.nav>li>a:before
{
	content:"";
	position:absolute;
	width:0;
	height:3px;
	left:0;
	bottom:0px;
	background:#d89825;

	transition:all .5s ease;

}

.nav>li:hover>a {
    color: #137cc9;
	width:100%;
	
}
.nav>li:hover>a:before
{
	width:100%;
}
.nav>li.active>a:before
{
	width:100%;
}
.nav>li.active>a {
    color: #333;
}

.nav>li>a img {
    margin-right: 8px;
}

.nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    text-align: left;
    display: none;
    padding: 0px;
    opacity: 0.98;
    z-index: 999999;
    font-weight: normal;
    background: #fff;
    text-transform: initial;
}

.nav li ul>li {
    width: 100%;
    list-style: none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform: initial;
    line-height: normal;
    position: relative;
}

.nav li ul>li a {
    padding: 0px 10px;
    display: block;
    color: rgb(15,15,15) !important;
    line-height: 18px;
    text-transform: initial;
    padding: 8px 10px;
    border-top: solid 1px #ccc;
    font-weight: 500;
}

.nav>li>ul>li>a:hover {
    color: #ff0737 !important;
}

.nav li ul ul {
    left: 100%;
    top: -1px;
}

.mega-menu {
    width: 100% !important;
    left: 0px !important;
    /*
  background: rgba(185,8,18,0.8) !important;
    */
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 10px 0px !important;
}

.mega-menu-item {
    padding: 10px 0px;
    line-height: initial !important;
    border-bottom: solid 1px #333;
    padding-left: 10px;
}

.mega-menu-item a {
    color: #fff;
}

.mega-menu-item:hover {
    background: #555;
}

.mega-menu-item-link:hover {}

.mobile-bar {
    background-color: #fff;
    width: 100%;
    padding: 3px;
}

.lang-flag {
    float: right;
    /* margin-top: 2px; */
    border: none;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.img-poster img {
    display: block;
}

.createdate {
    color: #999;
    font-size: 14px;
}

.footer {
    background-color: #F5F1E6;
}

.footer a {
    color: #0c1c56;
    line-height: 1.6;
	font-weight:600;
}

.crumb {
    padding: 5px 0px;
    font-size: 12px;
    background-color: #fff;
}

.crumb-gray .crumb {
    background-color: #f5f5f5;
}

.crumb a {
    color: #6d6e71;
    text-decoration: none;
    padding: 0 10px;

}

.crumb a:first-child {
    padding-left: 0;
}

.crumb a:last-of-type {
    color: #4d4d4d;
    padding-left: 10px;
    font-weight: 700;
}

.menu-footer {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
}

.menu-footer a {
    font-size: 13px;
    color: #333;
    margin-right: 20px;
    text-decoration: none;
}

.linksmo {
    float: left;
    width: 100%;
}

.linksmo img {
    float: left;
    margin-right: 5px;
}

.linksmo a {
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
}

.linksmo a.fa-facebook {
    color: #4b76bd;
    border: solid 2px #4b76bd;
}

.linksmo a.fa-youtube {
    color: #fc3831;
    border: solid 2px #fc3831;
}

.linksmo a.fa-twitter {
    color: #1da1f2;
    border: solid 2px #1da1f2;
}

.linksmo a.fa-pinterest {
    color: #fb5245;
    border: solid 2px #fb5245;
}

.linksmo a.fa-instagram {
    color: #8941a7;
    border: solid 2px #8941a7;
}

.menuleft {
    padding: 0px;
    margin: 0px;
    color: #58595b;
    background: #fafafa;
    border: solid 1px #eee;
}

.menuleft .fa {
    font-size: 10px;
}

.menuleft ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menuleft li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
    border-bottom: none;
}

.menuleft li a:hover {
    color: #ad8963;
}

.menuleft li a {
    color: #222;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 15px;
}

.menuleft>.actived {
    background: #1e3279;
}

.menuleft>.actived>a {
    color: #FFF;
    font-family: "Muli-B";
}

.menuleft .actived ul {
    background: #eee;
    display: block;
}

.menuleft .actived .actived a {
    color: #244294;
}

.deactived {
    display: none;
}

.menuleft li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    background: #eee;
    display: none;
}

.menuleft li ul li {
    padding-left: 0px;
    list-style-type: square;
}

.menuleft li ul li a {
    border-bottom: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #333;
}

.menuleft-icon {
    padding-right: 8px;
}

.album img {
    display: block;
}

.video-photo {
    padding: 4px;
    border: solid 1px #ccc;
}

.video-photo img {
    display: block;
}

#button-btt {
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background: #ccc;
    padding: 10px;
    opacity: 0.8;
    z-index: 10;
}

#button-btt a {
    color: #fff;
}

.view-detail {
    display: block;
    color: #fff;
    background: #244294;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #999;
    float: left;
}

.view-more-btn {
    display: block;
    border-radius: 2px;
    background-color: rgb(235, 235, 235);
    color: #727272;
    font-family: 'Muli-B';
    padding: 10px 24px 13px;
    float: left;
}

.view-more-btn:hover {
    background-color: rgb(187, 186, 186);
    color: #727272;
}

.view-more-btn-home {
    display: inline-block;
    color: #58564d;
    padding: 15px 60px;
    font-weight: 600;
    box-shadow: 0px 0px 2px #999;
    background: #f8cf48;
    border-radius: 30px;
}

.view-more-btn-home:hover {
    color: #58564d;
    background: #e9c241;
}

.view-more-btn-introduce {
    display: block;
    color: #58564d;
    font-weight: 600;
    float: left;
    background: #f8cf48;
    border-radius: 30px;
    margin-right: 7px;
    border-radius: 5px;
    padding: 10px 40px 15px;
    margin-bottom: 10px;
}

.view-more-btn-introduce:hover {
    color: #58564d;
    background: #e9c241;
}

.view-icon-right {
    font-size: 10px;
    color: #890228;
    padding-left: 10px;
    font-weight: bold;
    line-height: 15px;
}

.view-more-btn-red {
    display: block;
    color: #fff;
    padding: 10px 30px 15px 30px;
    font-weight: 600;
    box-shadow: 0px 0px 2px #999;
    float: left;
    background: #d8003f;
    border-radius: 30px;
}

.view-more-btn-red:hover {
    color: #fff;
    background: #c20138;
}

.view-more-btn-white {
    display: block;
    color: #424242;
    padding: 10px 30px 15px 30px;
    font-weight: 600;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    float: left;
    background: #fff;
    border-radius: 30px;
}

.view-more-btn-white:hover {
    color: #fff;
    background: #d8003f;
}

.view-more-btn-gray {
    display: block;
    color: #424242;
    padding: 10px 40px 15px 40px;
    font-weight: 600;
    float: left;
    background-color: rgb(235, 235, 235);
    border-radius: 5px;
}

.view-more-btn-gray:hover {
    background: #f8cf48;
}

.buynow-btn {
    display: block;
    color: #fff;
    padding: 10px 12px;
    font-family: "Muli-B";
    box-shadow: 0px 0px 2px #999;
    float: left;
    background: #3b8750;
    border-radius: 4px;
}

.buynow-btn:hover {
    color: #fff;
    background: #226e37;
}

.btn-yellow {
    display: block;
    color: #fff;
    padding: 10px 15px;
    font-family: "Muli-B";
    box-shadow: 0px 0px 2px #999;
    float: left;
    background: #e0943f;
    border-radius: 4px;
}

.btn-yellow:hover {
    color: #fff;
    background: #cf822d;
}

.error {
    border: solid 1px #ff0000 !important;
}

.btn-send {
    width: 100%;
    padding: 9px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 150px;
    background: #0076c2;
    color: #fff;
    float: right;
    text-transform: uppercase;
}

.btn-dangky {
    width: 100%;
    padding: 9px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 255px;
    background: #0076c2;
    color: #fff;
    float: right;
    text-transform: uppercase;
}

.search-mobile {
    width: 100%;
    position: relative;
    display: none;
}

.search-mobile input {
    width: 100%;
    height: 30px;
}

.m-search-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
}

.homeslide-prev,
.homeslide-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -30px;
    cursor: pointer;
}

.homeslide-next {
    left: 10px;
    background: url(../images/arrow/arrow-slide-left.png) no-repeat;
    width: 24px;
    height: 48px;
}

.homeslide-prev {
    right: 10px;
    background: url(../images/arrow/arrow-slide-right.png) no-repeat;
    width: 24px;
    height: 48px;
}

.title-line {
    background: #244294;
    height: 4px;
    width: 60px;
    margin: 0 auto;
}

.footer-title {
    color: #0c1c56;
    font-size: 18px;
    font-weight: 600;
}

.footer-title .fa {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display: none;
    transition: 0.5s;
}

.title-mobile-highlight .fa {
    transform: rotate(225deg);
}

.menutab {
    width: 100%;
}

.menutab-item {

    padding: 14px 32px;
    text-align: center;
    border-radius: 3px;
    background-color: transparent;
    border: 2px solid #99aebf;
    margin: 0px 5px 5px;
    color: #fff;
    font-weight: 600;

}

.menutab-item a {
    color: #fff;
}

.tab-item {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    font-family: "R-b";
    font-weight: normal;
    color: #58595b;
    font-size: 15px;
    padding: 5px 5px;
    border-right: solid 1px #ccc;
    margin: 10px 0px;
}

.tab-item:last-child {
    border-right: none;
}

.tab-item:hover {
    color: #244294;
}

.menutab .actived {
    background-color: #ffa200;
    color: #fff;
    border: 0;
}

.menutab .actived a {
    color: #fff;
}

.tab-bar {
    /* background: #e1e1e1; */
    position: relative;
    display: flex;
    align-items: center;
}

.tab-bar-wrapper {
    padding-right: 40px;
}

.tab-title {
    margin: 0px;
    font-weight: 700;
    font-size: 16px;
    color: #484848;
    text-transform: uppercase;
    padding: 10px 0 26px;
    display: block;
    float: left;
}

.tab-title:nth-child(2) {
    padding: 10px 40px 26px;
}

/* 
.tab-active {
  background: #f5f5f5;
  color: #ffa200;
  border-bottom: 2px solid #ffa200;
  z-index: 1;
} */

.tab-active {
    position: relative;
    color: #ffa200;
}

.tab-active::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ffa200;
    border: solid 1px #ffa200;
    left: 0;
}

.tab-bar::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #176078;
    border: solid 1px #176078;

}


.slide-detail {
    display: block;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    padding: 13px 30px;
    color: #fff;
    background: #eb7203;
    position: absolute;
    bottom: -100px;
}

.swiper-slide-active .slide-home-item {
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
    transform: translateX(800px);
}

.swiper-slide-active .slide-detail {
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
    transform: translateY(-200px);
}

.div-scroll {
    width: 100%;
    overflow: auto;
    padding-right: 2px;
}

.video-home-name {
    margin: 0px;
    padding: 0px;
    padding: 10px;
    background: #efeff0;
}

.video-home-name a {
    color: #58595b;
    font-family: Arial;
    font-size: 14px;
}

/*Modal*/
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}

/*---*/

.btn {
    font-size: 3vmin;
    padding: 0.75em 1.5em;
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #222;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn:hover {
    background-color: #3b8750;
    color: #fff;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn-small {
    padding: 0.75em 1em;
    font-size: 0.8em;
}

.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 60%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 1100px;
    background: #fff;
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #ccc;
}

.form-error {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #ff0000;
}

.form-success {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #009846;
}

.right-icon {
    background: #6e0b11;
    padding: 7px 9px;
    right: 0;
}

.right-hotline {
    position: fixed;
    right: -102px;
    top: 200px;
    z-index: 999;
}

.right-facebook {
    position: fixed;
    top: 250px;
    z-index: 999;
}

.right-youtube {
    position: fixed;
    top: 300px;
    z-index: 999;
}

.right-hotline a {
    color: #fff;
    text-decoration: none;
    float: right;
    margin-left: 10px;
    line-height: 35px;
}

.message-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;

    background: #fff;
    width: 400px;
    box-shadow: 0px 0px 10px #333;
    color: #060;
    text-align: center;
    padding: 30px;

    display: none;
}

.message-success .success-ok {
    background: #060;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
}

.comment-success {
    color: #060;
    padding: 10px;
}

.cell-cat-home {
    padding: 10px;
    background: #ebebeb;
}

.cat-home-name {
    margin: 0px;
    padding: 10px;
    font-size: 20px;
    color: #333;
    font-family: "Muli-B";
    font-weight: normal;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.cat-home-name a {
    color: #414042;
}

.cat-home-intro {
    text-align: justify;
}

.cat-home-img {
    overflow: hidden;
    border-radius: 5px;
}

.btn-search-mobile {
    display: block;
    position: absolute;
    color: #1c4d99;
    top: 5px;
    right: 10px;
}

.product-item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.product-home-info {
    position: absolute;
    width: 100%;
    bottom: -200px;
    padding: 10px;
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    font-size: 14px;
    font-family: Arial;
}

.product-home-info ul {
    margin: 0px;
    padding: 0px;
}

.product-home-info ul li {
    margin: 6px 0px;
}

.product-home-info-active {
    bottom: 0px;
}

.product-name {
    margin: 5px 0px;
    padding: 0px;
    font-family: "Muli-B";
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.product-name a {
    color: #333;
}

.product-name a:hover {
    color: #244294;
}

.cat-item-name {
    margin: 5px 0px;
    padding: 0px;
    font-family: "Muli-B";
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.cat-item-name a {
    color: #333;
}

.cat-item-name a:hover {
    color: #244294;
}



.product-code {
    float: left;
    line-height: 22px;
}

.price {
    float: left;
    color: #244294;
    font-size: 16px;
    margin-left: 10px;
}

.pricekm {
    color: #f7c14d;
    float: left;
    font-size: 16px;
    font-family: "Muli-B";
    font-weight: normal;
}

.product-name-detail {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: normal;
    color: #414042;
    font-family: "Muli-B";
    font-weight: normal;
    /* text-transform: uppercase; */
}

.price-detail {
    color: #be9e76;
    font-size: 20px;
    font-family: 'Muli-B';
}

.price-detail span {
    color: #414042;
    font-size: 14px;
    font-family: 'Muli';
    margin-left: 20px;
    text-decoration: line-through;
}

.pricekm-detail {
    color: #ff6c00;
    float: left;
    font-size: 20px;
    font-family: "Muli-B";
    font-weight: normal;
    margin-right: 20px;
    line-height: 18px;
}

.product-detail-label {
    float: left;
    line-height: 40px;
}

.addcart-btn {
    font-family: "Muli-B";
    float: left;
    background: #636363;
    display: block;
    color: #fff;
    padding: 12px 60px;
    margin-left: 5px;
}

.addcart-btn:hover {
    box-shadow: 0px 0px 6px #666;
}

.muangay-btn,
.buy-now {
    font-family: "Muli-B";
    float: left;
    background: #be9e76;
    display: block;
    color: #fff;
    padding: 12px 30px;
}

.muangay-btn:hover,
.buy-now:hover {
    box-shadow: 0px 0px 6px #666;
}

.buy-now-added {
    font-family: "R-b";
    float: left;
    background: #008e18 15px 7px no-repeat;
    display: block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    margin-left: 20px;
}

.news-home-intro {
    text-align: justify;
}

.title-cat-line {
    width: 150px;
    background: #244294;
    height: 2px;
    margin-top: -2px;
}

.page-name {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
}

.box-left {
    padding: 20px;
    padding-bottom: 0px;
    border: solid 1px #eee;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    background: #fff;
}

.menu-mobile {
    display: block;
    float: left;
    color: #e1943f;
    margin-left: auto;
}

.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #fff;
    margin-left: 10px;
}

.content-detail a {
    color: #3b3b3b;
    font-weight: 400;
}

.content-detail a:hover {
    color: #d8003f;
    ;
}

.star-rate {
    background: url(/images/star-rate.jpg) center top no-repeat;
    height: 17px;
    width: 100%;
}

.rate1 .rate2 {
    background-position-y: -38px;
}

.rate3 {
    background-position-y: -55px;
}

.rate4 {
    background-position-y: -72px;
}

.rate5 {
    background-position-y: -90px;
}

.view-hover {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
}

.price-color {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px;
    padding: 3px;
    border: solid 1px transparent;
}

.price-color span {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.content-pro h3 {
    font-family: "R-b";
    font-weight: normal;
    color: #244294;
    font-size: 16px;
}

.content-pro figcaption {
    text-align: center;
}

.content-pro figure {
    margin: 0px;
    text-align: center;
}

.tab-content {
    display: none;
}

.thumb-next,
.thumb-prev {
    text-align: center;
    background: #eee;
}

.name-faq {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: "Muli-B";
    font-weight: normal;
    background: #efeff0;
    border-radius: 4px;
    padding: 12px 8px;
    cursor: pointer;
    float: left;
    width: calc(100% - 45px);
}

.faqcontent {
    display: none;
    width: calc(100% - 45px);
    float: right;
}

.faq-icon {
    background: url(/images/icon-faq.png) left top no-repeat;
    width: 30px;
    height: 25px;
    float: left;
    margin-right: 10px;
}

.faq-active .name-faq {
    background: #244294;
    color: #fff;
}

.faq-active .faq-icon {
    background: url(/images/icon-faq-active.png) left top no-repeat;
}

.arrow-div {
    position: relative;
    background: #efeff0;
    border: 1px solid #dddddd;
}

.arrow-div:after,
.arrow-div:before {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-div:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #efeff0;
    border-width: 10px;
    margin-left: -10px;
}

.arrow-div:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #dddddd;
    border-width: 11px;
    margin-left: -11px;
}

.choose-price {
    border: solid 1px #0076c2;
}


.rate-summary {
    font-family: "Muli-B", sans-serif;
    font-size: 22px;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.rated-bar {
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
    background: #cccccc;
    margin: 6px;
}

.rated-bar-percent {
    display: block;
    background: #fe9727;
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
}

.rate-text {
    font-family: "Muli-B", sans-serif;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.star {
    width: 130px;
    height: 24px;
    margin: 0 auto;
    background: url("/images/star-unrate.png") no-repeat left center;
}

.star-rated {
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    margin: 0 auto;
    background: url(/images/star-rated.png) no-repeat left center;
}

.btn-show-comment {
    display: inline-block;
    font-family: "Muli", sans-serif;
    text-decoration: none;
    background: #005aa0;
    border-radius: 3px;
    color: #fff;
    padding: 9px 30px;
    border: none;
    cursor: pointer;
}

.btn-comment {
    font-family: "Muli", sans-serif;
    text-decoration: none;
    background: #db3832;
    border-radius: 3px;
    color: #fff;
    padding: 9px 20px;
    border: none;
}

.txt-comment {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border: solid 1px #ccc;
    padding-left: 5px;
}

.pagination {
    margin-bottom: 70px;
}

.pagination-item {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    background-color: #176078;
    margin: 0 5px;
}


.pagination-item__clicked {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    background-color: #ffa200;
    margin: 0 5px;
}

.pagination-item-icon {
    font-size: 20px;
    font-weight: 500;
    color: #176078;
}

.like-comment {
    color: #244294;
}

.btn-contact {
    background: #244294;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.ullist {
    height: 450px;
    overflow-y: scroll;
}

.ullist li h3 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    color: #244294;
    font-size: 16px;
}

.ullist li p {
    margin: 0px;
    padding: 5px 0px;
}

.ullist li {
    border-bottom: dashed 1px #ddd;
}

.ullist li .fa {
    display: block;
    float: left;
    width: 18px;
    margin-top: 2px;
}

#loadMoreProduct {
    display: block;
    background: #ddd;
    color: #244294;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    width: 220px;
}

.search-mobile-bar {
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #eee;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #fff;
}

.submit-search-mobile {
    float: right;
    color: #244294;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}

.form-title {
    font-family: "Muli-B";
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.dang-ky-tu-van {
    position: fixed;
    bottom: 20px;
    left: 0px;
    z-index: 99;
}

.form-dangky {
    padding: 20px 200px;
    border-radius: 10px;
}

.footer-white {
    background: #f4f4f4;
    padding: 50px 100px;
    border-radius: 20px;
    color: #343436;
    font-size: 16px;
    font-family: "Muli-B";
}

#btnNewsletter {
    background: #0076c2;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    display: block;
    font-size: 15px;
}




.header-mobile {
    background: #fff;
    border-bottom: solid 2px #244294;

  
}



.cart-mobile {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
    float: right;
}

.cart-mobile span {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    background: #244294;
    color: #fff;
    display: block;
    padding: 1px 4px;
    border-radius: 50%;
}

.kw-mobile {
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 0px 10px;
    margin-bottom: 10px;
    color: #333;
    padding-left: 5px;
}

.mobile-footer-bar {
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 3px #244294;
    z-index: 9999;
}

::placeholder {
    color: #afafaf;
    opacity: 1;
    /* Firefox */
}

.fb_customer_chat_bounce_in_v2 {
    bottom: 60px !important;
}

.longPageNavigationDiv {
    padding: 10px;
    background: #eee;
    float: left;
    padding-right: 20px;
    width: 100%;
}

.longPageNavigationDiv a {
    color: #333;
}

.longPageNavigationDiv ul {
    padding-left: 20px;
}

.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
}

.form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
}

.error_lbl {
    border: solid 1px #f00;
}

.box-dieukhoan {
    overflow-y: auto;
    height: 150px;
    padding-right: 5px;
}

.btn-payment {
    background: #cc0000;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0px 1px 5px #244294;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.box-thanh-toan-ngan-hang {
    margin: 0px;
    background: #eee;
    padding: 10px;
    padding-left: 35px;
}

.box-thanh-toan-ngan-hang li {
    padding: 5px 0px;
}

.video-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.img-article {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.img-article img {
    display: block;
}

.article-name {
    margin: 0px;
    padding: 0px;
    font-family: "Muli-B";
    font-size: 16px;
    color: #244294;
    text-transform: uppercase;
}

.article-name a {
    color: #244294;
}

.article-next,
article-prev {
    float: left;
    outline: none;
}

/*---*/

.article-wrapper {
    padding: 20px 0px;
    background: #efeff0;
}

.info-wrapper {
    background: url(/uploaded/pic-cat/bg-info.png) no-repeat;
    background-size: cover;
}



.rtb-home {
    padding: 20px 5px;
    background: #efeff0;
    color: #414042;
    text-align: center;
}

.video-home-item {
    position: relative;
}

.playicon {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.playicon:hover {
    opacity: 0.9;
}

.play-video {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.play-video:hover {
    opacity: 0.9;
}

.play-video {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -49px;
    margin-top: -47px;
}

.btn-next,
.btn-prev {
    font-size: 26px;
    width: 40px;
    height: 40px;
    background:rgb(229 164 29 / 61%);
    border-radius: 50%;
    color: #999;
    float: left;
    outline: none;
    margin: 0px 3px;
    position: absolute;
    top: 30%;
    transform: translateY(-20px);
    z-index: 2;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.btn-next {
    right: 0;
}

.btn-prev {
    left: 0;
}

.btn-next:hover,
.btn-prev:hover {
    background: #3e89a2;
    color: #fff;
}

.faq-form {
    background: #efeff0;
    border-radius: 3px;
    overflow: hidden;
}

.faq-form-title {
    background: #244294;
    padding: 10px;
    text-align: center;
    font-family: "Muli-B";
    color: #eeba4e;
}

.article-item-img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 100px;
}

.item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.header-fixed {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.header-fixed .nav>li {
  
    
}

.header-fixed .logo {
    margin-top: 0px;
	max-width: 200px;
}
.header  .logo
{
}

/* .header-fixed .logo img {
    height: 50px;
} */

.header-fixed .icon-home {
    margin-top: 16px;
}


.service-home-name {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-family: Muli-B;
    text-align: center;
}

.service-home-name a {
    color: #333;
}

.info-image {
    background: #fff;
    /* padding: 8px; */
}

.product-detail-wrapper {}

.frm-contact {
    width: 100%;
    max-width: 420px;
    margin-left: 50%;
    transform: translateX(-50%);
    
    background: rgb(228 228 228 / 70%);
    padding: 20px;
	border-radius:5px;
}

/* flex_center */
.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_row_reverse {
    display: flex;
    flex-direction: row-reverse !important;
}

/* Không có margin thẻ p */
.no-margin-p-tag p {
    margin: 0;
}

.flex_align {
    display: flex;
    align-items: center;
}


.flex_align--end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* burger */

.burger {
    position: relative;
    z-index: 4;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: #fcb437;
    margin: 5px;
    transition: all 0.3s ease;
}




/* HOME */


.header-right__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 26px;
}
.header-right__list li:first-child div>a {
    padding-left: 0;
}
.header-right__list li a {
    display: inline-flex;
    padding: 0 7px;
    color: #3d3d3d;
}

.header-right__list li a:hover {
    color: #ff0737;
}



.slidehome-wrapper {
    padding: 160px 0 60px;
	position:relative;
}
.slidehome-wrapper:before{
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #00000061;
    position: absolute;
    z-index: 11;
}



.formslide {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	position:relative;
	z-index:2;
}


.formslide-title {
    padding-bottom: 50px;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    color: #fabc4c;
		position:relative;
		z-index:2;

}


.searchandfilter {
    width: 100%;
    margin: 0 auto;
    background: #ffffff20;
    border-radius: 7px;
    padding-top: 15.52px;
}


.searchandfilter ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchandfilter li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}

.searchandfilter li:first-child {
    width: 20%;
}

.searchandfilter li:nth-child(2) {
    width: 20%;
}


.searchandfilter li:nth-child(3) {
    width: 40%;
}

.searchandfilter li:nth-child(4) {
    padding-right: 0;
}

.searchandfilter input[type='text'], .searchandfilter select {
    height: 50px;
    border-radius: 7px;
    font-size: 15px;
    color: #343e44;
    font-family: 'Muli';
    padding: 0 20px;
    margin-bottom: 1em;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
    -o-transition: color .3s,border .3s,background .3s,opacity .3s;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    outline: 0;
    border: 0;
}


.searchandfilter input[type='text']::placeholder {
    color: #75757E;
}

.searchandfilter input[type='submit'] {
       border-radius: 7px;
    height: 50px;
    padding: 0 50px;
    margin-right: 0;
    background-color: #d89825;
    color: #fff;
    border-color: rgba(0,0,0,0.05);
    margin-bottom: 1em;
   
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    -webkit-appearance: button;
}

.formicon-item__title {
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 20px;
}


.formicon-list {
    margin: 0 10%;
}


.cat-title {
    padding: 20px 0;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
	font-size:30px;
}


.cat-title a {
    display: block;
    z-index: 2;
    padding: 0 0 35px;

    position: relative;
    color: #343e44;
}

.cat-title a:hover {
    color: #fe1619;
}
.cat-title span {
    color: #142a75;
}


.cat-title a:before {
    content: "";
    width: 27px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-image: url(../images/bg_title.png);
}

.product-item {
      box-shadow: 0 0 26px 0 rgb(22 73 172 / 15%);
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    overflow: hidden;
    margin-bottom: 25px;
    background: #f1f1f1;
    padding-bottom: 10px;
}


.product-item:hover {
    border: 1px solid #e09f21;

}

.img-shine {
    position: relative;
    overflow: hidden;
    display: block;
}


.img-shine:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0.0) 100%);
}

/* Hover state - trigger effect */
.img-shine:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

/* Active state */
.img-shine:active:after {
    opacity: 0;
}




.product-text {
    padding: 5px 10px 10px;

}


.product-text__name {
    color: #343e44;
    font-family: 'R-b';
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
}

.thong-tin-du-an {
    padding-bottom: 10px;
}
.thong-tin-du-an i.fa-map-marker-alt {
    color: #d49526;
}
.thong-tin-du-an i {
    padding-right: 5px;
    font-size: 17px;
    width: 30px;
    color: #d49526;
}

.thong-tin-du-an .dia-chi, .thong-tin-du-an .phong-ngu, .thong-tin-du-an .phong-tam, .thong-tin-du-an .dien-tich {
    margin-bottom: 5px;
}

.thong-tin-du-an .dia-chi {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.product-price__wrap {
    padding-top: 15px;
    border-top: solid 1px #ebebeb;
}


.product-price {
    display: inline-block;
    color: #d49526;
    font-size: 22px;
    font-family: 'R-b';
}


.btn-viewmore {
      display: inline-block;
    float: right;
    vertical-align: super;
    line-height: 27px;
    border: 1px solid #dd9c21;
    padding: 0 18px;
    box-shadow: none;
    /* font-family: 'Muli'; */
    font-size: 15px;
    color: #f2ae16;
    font-weight: 700;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}


.btn-viewmore i.fa-angle-right {
    font-size: 11px;
}


.btn-viewmore::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #142a75;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}

.btn-viewmore:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}

.btn-viewmore:hover span {
    color: #fff;
    position: relative;
}




.box-image {
    position: relative;
    overflow: hidden;
}


.box-image__tag {
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 13px;
    background-color: rgba(224,159,33,0.8);
    line-height: .85;
    color: #fff;
 
    padding: 8px;
    z-index: 2;

}


.product-price span {
    color: #fe1619;
    font-size: 13px;
    font-style: italic;
}


.product-list-2 .product-text {
    padding: 5px 24px 10px;
}

.product-list-2 .box-image img {

}



.khuvuc-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #eedec194;
}

.khuvuc-wrapper .cat-title {
    padding-top: 0;
}


.khuvuc-list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;

}
.khuvuc-item {

    position: relative;
    width: 100%;
    height: 100%;	
	
}


.khuvuc-item::before {
    content: "";
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background-color: rgba(20, 42, 118, 0.4);

    -webkit-transition: opacity .6s,-webkit-transform .3s;
    transition: opacity .6s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .6s;
    transition: transform .3s,opacity .6s;
    transition: transform .3s,opacity .6s,-webkit-transform .3s;
}

.khuvuc-item:hover::before {
    opacity: 1;
    visibility: visible;
}

.blk-khuvuc{
	width:100%;
	height:100%;
}

.khuvuc-title {
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    bottom: 0;
    font-size: 26px;
    font-family: 'R-b';
    color: #fff;
    padding: 5px 12px;
}


.khuvuc-count {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-family: 'R-b';
    display: flex;
    align-items: center;
    flex-flow: column;
    position: absolute;
    bottom: 12px;
    left: 15px;
}


.khuvuc-count span {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    line-height: 26px;
    border-radius: 3px;
    background: #	59626;

    opacity: 1;
    color: #fff;
    bottom: 0px;
    position: relative;
}


.news-wrapper {
    padding: 30px 0;
	background: #EEDEC1
}


.hometitle-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    margin-bottom: 35px;
}
.hometitle-news a{
	color:#333;
}

.hometitle-news h2 {
    border-bottom: 2px solid #142a75;
    color: #142a75;
    font-weight: 400;
    margin: 0;
    margin-right: 15px;
    margin-bottom: -1px;
    padding-bottom: 7.5px;
    font-size: 28px;
    display: inline-block;
}


.btnnews-view-more {
    font-size: 13px;
    background: #da9d23;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    font-family: 'R-b';
}

.btnnews-view-more:hover {
    color:#142a75;
    background-color: #fff;
    border: 1px solid #142a75;
}


.homenews-item--big,
.homenews-item {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 26px 0 rgb(22 73 172 / 12%);
	background:#FFF;
}


.homenews-text {
    padding: 18px 14px 16px;
}

.homenews-text__title {
    padding: 0;
    margin: 0;
    color: #343e44;
    font-family: 'R-b';
    font-size: 19px;
    line-height: 1.3;
}
.homenews-text__title a{
    color: #343e44;
}

.homenews-intro {
    color: #343e44;
    font-size: 14px;
}

.homenews-item .homenews-text__title {
    font-size: 16px;
}

.homenews-item .homenews-text {
    padding: 0;
}

.homenews-createdate {
    margin-top: 16px;
    margin-bottom: 10px;
    color: #999;
}

.homenews-item {
    margin-bottom: 15px;
}

.homenews-item .homenews-item__img {

}



/* Sản phẩm */

.category-title {
    color: #343e44;
    font-family: 'R-b';
    font-size: 24px;
    margin: 0;
    margin-bottom: 5px;
}

.select-result {
    color: #343e44;
    font-size: 16px;
    margin-right: 10px;
}


.orderby {
    height: 38px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: none;
    background-color: #fff;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    font-size: .97em;
    vertical-align: middle;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.select-option{
    height: 38px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: none;
    background-color: #fff;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    font-size: .97em;
    vertical-align: middle;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);    
    margin:0px 5px;    
    width: 220px;    
}

.showinfo {
    text-align: justify;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 5px 15px;
    padding-top: 24px;
    font-size: 13px;
    color: #fff;
    opacity: 1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    background: #21417ab3;
}

.showinfo a {
    color: #fff;
}

.product-item:hover .showinfo {
    transform: scaleY(1);
    top: 25px;
}


.side-bar {
    background: #f8f8f8;
    padding: 25px;
}

.side-bar__title {
    display: block;
    text-transform: none;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e7e7e7;
    line-height: 1.05;
    letter-spacing: .05em;
    font-family: 'R-m';
    color: #343e44;
}

.blockfilter-title {
    color: #343e44;
    font-family: 'R-b';
    margin: 0;
    font-size: 18px;
    margin-top: 20px;
}

.blockfilter {
    margin-bottom: 30px;
}



.filter-item {
    margin-top: 14px;
}

.filter-item a {
    font-size: 14px;
    color: rgb(65, 64, 66);
    display: flex;
    align-items: center;
    font-family: 'R-m';
}

.filter-block {
    border-radius: 2px;
    background-color: rgb(230, 231, 232);
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.filter-act>.filter-block {
    background-color: #c1161d;
}


.footer-wrapper {
    background-color: #F5F1E6;
    padding: 30px 0;
}


.footer-contact {
    color: #333;
 
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
}


.footer-contact__note {
    color: #333;
    margin: 0;
}


.send-mail__input {
    width: 100%;
    flex: 1;
    padding: 10px 20px 12px;
    line-height: 20px;
    font-size: 15px;
    outline: none;
    border: 0;
    background-color: #fff;
    color: #afafaf;
    border-radius: 8px;
    
}

.footer__btn-dangky {
    display: block;
    padding: 10px 20px 12px;
    background-color: #d89825;
    line-height: 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 1.467;
    border-radius: 8px;
}


.footer-top {
    padding-bottom: 20px;
    border-bottom: 2px solid #344F83;
    margin-bottom: 10px;
}


.menuboxfooter {
    padding-left: 0;
}

.menuboxfooter li {

    margin-bottom: .6em;
	list-style-type:none;
}


.menuboxfooter li::marker {
    color: #fff;
    font-size: 1.2em;
	display:none;
}


.logo-footer {
  max-width:220px;
}


.footer-text {
    color: #333;
    line-height: 1.6;
}


.footer-copyright {
    color: #fff;
    padding: 10px 0;
    font-size: .9em;
    background-color: #0a2250;
    text-align: center;
}

.banner-home-qc {
    border-radius: 8px;
    overflow: hidden;
}

.productseen-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 5px 10px 5px 0;
}

.productseen-img img {
    height: 100%;
}


.productseen__title {
    line-height: 1.6;
    color: #343e44;
}

.productseen-item {
    margin-bottom: 20px;
}


.newsright-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 5px 10px 5px 0;
}

.newsright-img img {
    height: 100%;
}


.newsright__title {
    line-height: 1.6;
    color: #343e44;
}

.newsright-item {
    margin-bottom: 20px;
}





/* Sản phẩm chi tiết */
.product_detail-prev {
    position: absolute;
    top: 50%;
    left: 50px;
    border-radius: 7px;
    border: none !important;
    color: #142a75;
    padding: 7px 14px;
    z-index: 10;
    background-color: #fff;
    transform: translate(20%, -50%);
    -webkit-transition: opacity .3s, background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: opacity .3s, background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    cursor: pointer;
}

.product_detail-next {
    position: absolute;
    top: 50%;
    right: 50px;
    border-radius: 7px;
    border: none !important;
    color: #142a75;
    padding: 7px 14px;
    z-index: 10;
    background-color: #fff;
    transform: translate(-20%, -50%);
    -webkit-transition: opacity .3s, background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: opacity .3s, background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    cursor: pointer;
}

#product_detail:hover .product_detail-prev,
#product_detail:hover .product_detail-next {
    transform: translate(0, -50%);
}

#product_detail .swiper-slide {
    opacity: 0.5;

}


#product_detail .swiper-slide-active {
    opacity: 1;
}


.menuscroll {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    height: 64px;
    background-color: #fff;
    z-index: 999;
}

.menuscroll li {
    padding: 11px 11px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
}

.menuscroll li:first-child {
    margin-left: 0px !important;
}

.menuscroll li a {
    text-align: center;
    color: #8e9399;
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
    top: -11px !important;
    position: relative;
}

.block-tab {
    z-index: 999 !important;
    padding: 0px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
    background-color: #fff;
}


.bg-form {
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 0 26px 0 rgb(22 73 172 / 12%);
    overflow: hidden;
}


.block-1__name {
    margin: 0;
    margin-bottom: 14px;
    font-family: 'R-b';
    color: #343e44;
    font-size: 28px;
}

.block-1-intro ul {
    padding-left: 20px;
}

.block-mg-bt {
    margin-bottom: 30px;
}

.block__name {
    color: #142a75;
    font-family: 'R-b';
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
}

.block-2-wrap {
    padding-bottom: 15px;
}


.block-2__intro {

    position: relative;
}


.nk-more {
    height: 345px;
    overflow: hidden;
}
.nk-more.active
{
	height:100%;
}

.readmore_flatsome {
      text-align: center;
    cursor: pointer;
    z-index: 10;
    width: 100%;
    background: #fff;
    color: bottom: 0;
    color: #142a75;
    font-weight: 600;
}

.nk-more:before {
    height: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00', endColorstr='#ffffff', GradientType=0);
    display: block;
    position: absolute;
}

.readmore_flatsome a {
    color: #334788;
    display: block;
    font-weight: 600;
}

.readmore_flatsome a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #334788;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}


.readmore_flatsome_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #4585ff;
}


.block-3__intro ul {
    width: 100%;
    overflow: auto;
    padding-left: 0;
    margin: 0;
}


.block-3__intro ul li {
    display: block;
    padding: 7px 0;
    float: left;
    width: 33.33%;
    padding-right: 10px;
    margin-left: 0 !important;
}

.block-3__intro ul li:before {
    content: "\f00c";
    padding-right: 10px;
    color: #2291a0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.title_project {
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.title_project a {
    color: #343e44;
}


.newsblock-item__name {
    color: #343e44;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-family: 'R-b';
    margin-top: 10px;
}

.newsblock-item__name a {
    color: #343e44;
}


.price-detail {
    color: #142a75;
    font-size: 22px;
    margin: 12px 0;
    font-family: 'R-b';
}


.bottom_extentions {
    margin-top: 10px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 15px;
}

.bottom_extentions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom_extentions ul li {
    padding: 10px 0;
    display: inline-block;
    width: 32%;
    text-align: left;
    margin-left: 0 !important;
    margin-bottom: 0;
    cursor: default;
}

.bottom_extentions ul li span {
    color: #343e44;
    padding-left: 10px;
}

.div-right {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #5f5f5f;
    margin-top: 0;
    margin-bottom: 15px;
}

.thong-tin-nguoi-ban {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-left: 9px;
}

.div-right img {
    display: inline-block;
    width: 115px;
    object-position: center;
    object-fit: cover;
    border-radius: 99%;
    border: 1px solid #ececec;
    padding: 5px;
}

.div-right p {
    margin-top: 0;
}


.thong-tin-nguoi-ban .ho-ten {
    line-height: 30px;
    color: #3d4d65;
    font-size: 22px;
    margin-bottom: 5px;
    display: block;
}

.thong-tin-nguoi-ban .so-dien-thoai {
    text-align: center;
    padding: 6px 25px;
    background: #eb5155;
    border-radius: 18px;
    max-width: 200px;
	    float: left;
    margin: 0 auto;
}

.thong-tin-nguoi-ban .so-dien-thoai a {
    color: #fff;
    font-family: 'R-b';
    width: 100%;
    background: url(../images/phone-call-red.gif) no-repeat;
    background-size: 25px;
    background-position-y: -5px;
    background-position-x: 5px;
}

.thong-tin-nguoi-ban .ghi-chu {
    margin-bottom: 0;
    font-style: italic;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
}

.nut-lien-he {
    margin-bottom: 20px;
}

.animate-call {
    animation: call 3.5s ease infinite;
}

.mua-ngay {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    margin-right: 15px;
}

.mua-ngay,
.tu-van {
    padding: 5px 20px;
    width: 47%;
}

.btn-n {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 25px;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.animate-advise {
    animation: advise 3.5s ease infinite;
    animation-delay: 5s;
}

.tu-van {
    color: #fff;
    background-color: #d29428;
    border-color: #d29428;
	    border: 0px;

}

@keyframes call {
    0% {
        transform: scale(1)
    }

    15% {
        box-shadow: 0 0 0 5px rgba(40, 167, 69, 0.4)
    }

    20% {
        box-shadow: 0 0 0 5px rgba(40, 167, 69, 0.4), 0 0 0 10px rgba(40, 167, 69, 0.2)
    }
}

@keyframes advise {
    0% {
        transform: scale(1)
    }

    15% {
        box-shadow: 0 0 0 5px rgba(0, 123, 255, 0.4)
    }

    20% {
        box-shadow: 0 0 0 5px rgba(0, 123, 255, 0.4), 0 0 0 10px rgba(0, 123, 255, 0.2)
    }
}




/* Bảng tính */


.loan-tool-block * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: geometricPrecision
}

html * {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale
}

.loan-tool-block canvas#chart-area {
    position: relative;
    z-index: 1
}

.loan-tool-block input[type=radio] {
    margin: 0;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single,
.irs--round .irs-bar {
    background-color: #444c59
}

.irs--round .irs-handle {
    border-color: #444c59
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: #444c59
}

.loan-tool-block input,
.loan-tool-block textarea,
.loan-tool-block keygen,
.loan-tool-block select,
.loan-tool-block button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0
}

.loan-tool-block a {
    text-decoration: none;
    color: #444c59
}

.loan-tool-block btn-medium {
    height: 40px;
    line-height: 40px;
    font-size: 16px
}

.loan-tool-block .input-group {
    position: relative
}

.loan-tool-block .input-group .calc-input {
    padding-right: 22px !important
}

.loan-tool-block .input-group .calc-input.mlg {
    padding-right: 32px !important
}

.loan-tool-block .input-group .unit {
    position: absolute;
    right: 6px;
    top: 0;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    color: #838790;
    width: auto
}

.loan-tool-block .input-group .unit::before,
.loan-tool-block .input-group .unit::after {
    display: none
}

.loan-tool-block .btn-primary {
    text-align: center;
    width: 100%
}

.loan-tool-block .btn-primary {
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    font-size: 12px !important;
    padding: 0 20px;
    vertical-align: middle;
    background-color: #142a75;
    color: #fff;
}

.loan-tool-block .btn-large {
    height: 50px;
    line-height: 50px
}

.loan-tool-block .btn-medium {
    height: 40px;
    line-height: 40px
}

.loan-tool-block .btn-black {
    color: #fff;
    background: #30333a
}

.loan-tool-block .btn-black-outline {
    color: #30333a;
    background: 0 0;
    border: 1px solid rgba(48, 51, 58, .314)
}

.loan-tool-block .btn-black-outline:hover {
    color: #fff;
    background: #30333a
}

.btn-red {
    color: #fff;
    background: #c72528
}

.btn-red:hover {
    color: #fff;
    background: rgba(199, 37, 40, .86)
}

.loan-tool-block .tool-box {
    width: 100%
}

.loan-tool-block .header {
    font-size: 16px;
    font-weight: 400;
    color: rgba(68, 76, 89, .86);
    margin-bottom: 25px
}

.tool-box {
    display: flex;
    border-radius: 2px;
    border: 4px solid #f4f4f4
}

.tool-box .col {
    padding: 30px;
    width: 50%;
    float: left
}

.box-left .row {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    position: relative
}

.box-left .row .label {
    display: block;
    width: 100%;
    font-size: 14px;
    color: rgba(68, 76, 89, .7)
}

.box-left .row .calc-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.box-left .row .calc-wrapper .range {
    display: block;
    width: calc(100% - 95px);
    float: left
}

.box-left .row .calc-wrapper .range input[type=range]::-webkit-slider-thumb {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 3px solid #444c59;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none
}

.box-left .row .calc-wrapper .range .calc-slider {
    display: block;
    visibility: visible;
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 2px;
    outline: 0;
    -webkit-transition: .2s;
    transition: opacity .2s;
    background-image: linear-gradient(90deg, rgba(68, 76, 89, 1) 0, rgba(68, 76, 89, 1) 50%, rgba(131, 131, 131, .15) 50%)
}

.box-left .row .calc-wrapper .input-group {
    display: block;
    width: 75px;
    height: 36px;
    margin-left: 20px;
    float: left;
    border-radius: 2px;
    border: 1px solid rgba(131, 131, 131, .3)
}

.box-left .row .calc-wrapper .input-group .calc-input {
    height: 100%;
    width: 100%;
    display: block;
    visibility: visible;
    border: 0;
    outline: 0;
    font-size: 14px;
    padding: 10px
}

.box-left .row .calc-wrapper .dropdown {
    width: calc(100% - 95px);
    float: left;
    position: relative
}

.box-left .row .calc-wrapper .dropdown .link {
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid rgba(131, 131, 131, .3)
}

.box-left .row .calc-wrapper .dropdown .link .zmdi {
    float: right;
    font-size: 18px;
    color: #444c59;
    padding: 0;
    line-height: 36px
}

.box-left .row .calc-wrapper .dropdown .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    padding: 10px 0;
    border: 1px solid rgba(131, 131, 131, .3)
}

.box-left .row .calc-wrapper .dropdown .dropdown-list li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px
}

.box-left .row .calc-wrapper .dropdown .dropdown-list li:hover {
    background: #f3f4f7
}

.box-left .row .option-group {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex
}

.box-left .row .option {
    width: 50%;
    margin-right: 15px
}

.box-left .row .option:last-child {
    margin-right: 0
}

.box-left .row .option input[type=radio] {
    width: 14px;
    height: 14px;
    float: left;
    display: block;
    visibility: visible;
    position: relative;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: 0 0 !important
}

.box-left .row .option input[type=radio]:focus {
    border: 0 !important;
    outline: 0 !important
}

.box-left .row .option input[type=radio]::before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border: 2px solid #444c59;
    border-radius: 50%;
    box-sizing: border-box;
    top: -1px;
    left: -1px
}

.box-left .row .option input[type=radio]::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%
}

.box-left .row .option input[type=radio]:checked::after {
    background: #444c59
}

.box-left .row .option label {
    padding: 0 0 0 15px;
    display: block;
    width: calc(100% - 14px);
    float: left;
    line-height: 1.3;
    font-size: 14px;
    color: #444c59
}

.box-left .row>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    height: 100%
}

.box-left .row .option label::before {
    display: none
}

.box-left .row .btn-primary {
    margin: 0;
    max-width: 100%
}

.box-left .row .calc-wrapper .input-group .calc-input:focus,
.box-left .row .calc-wrapper .range .calc-slider:focus {
    border: 0 !important;
    outline: 0
}

.box-right {
    background: #f3f4f7
}

.box-right h2 {
    font-size: 20px;
    font-weight: 500;
    color: #30333a;
    margin-bottom: 20px;
    display: block
}

.box-right .chart-box {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(48, 51, 58, .2)
}

.box-right .chart-box .chart-description {
    position: relative;
    justify-content: space-between;
    width: 50%;
    padding-left: 30px
}

.box-right .chart-box .chart-description .chart-legend {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-bottom: 15px
}

.box-right .chart-box .chart-description .chart-legend:last-child {
    margin-bottom: 0
}

.box-right .chart-box .chart-description .chart-legend .label {
    font-size: 14px;
    color: rgba(68, 76, 89, .7);
    height: 14px;
    line-height: 14px
}

.box-right .chart-box .chart-description .chart-legend .value {
    font-size: 14px;
    font-weight: 600
}

.box-right .chart-box .chart-description .chart-legend .value.color1 {
    color: #6975c8
}

.box-right .chart-box .chart-description .chart-legend .value.color2 {
    color: #4ab5c1
}

.box-right .chart-box .chart-description .chart-legend .value.color3 {
    color: #ce68a5
}

.box-right .chart-box .chart1 {
    width: 50%;
    position: relative
}

.box-right .chart-box .chart1 .estimate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.box-right .chart-box .chart1 .estimate .estimate-value {
    font-size: 30px;
    font-weight: 600;
    color: #30333a;
    line-height: .7
}

.box-right .chart-box .chart1 .estimate .estimate-value span {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-top: 10px
}

.box-right .total-pay {
    padding: 25px 0;
    border-top: 1px solid rgba(48, 51, 58, .2);
    border-bottom: 1px solid rgba(48, 51, 58, .2)
}

.box-right .total-pay .inner {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.box-right .total-pay .inner .label {
    max-width: 90px;
    font-size: 14px;
    line-height: 1.3;
    color: rgba(48, 51, 58, .7);
    margin-right: 10px
}

.box-right .total-pay .inner .value {
    font-size: 30px;
    color: #30333a
}

.box-right .down-payment {
    display: flex;
    flex-flow: row wrap;
    margin-top: 25px
}

.box-right .down-payment .btn-primary {
    max-width: 100%;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    padding-top: 10px !important;
    line-height: 22px;
}

.box-right .down-payment .btn-primary:link {
    color: #fff
}

.box-right .down-payment a:last-child {
    margin-bottom: 0
}

.box-right .down-payment a .zmdi {
    padding-right: 8px;
    font-size: 18px
}

.form-info {
    padding: 25px
}

.form-msg {
    margin: 10px 0 16px 0 !important;
    text-align: center
}

@media only screen and (max-width:1024px) {

    .box-right .chart-box .chart1,
    .box-right .chart-box .chart-description {
        width: 100%
    }
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .tool-box {
        flex-flow: column nowrap
    }

    .tool-box .col {
        width: 100%
    }

    .box-left .row .btn-primary {
        margin: 0 auto
    }

    .box-right h2 {
        display: none
    }

    .box-right .chart-box {
        flex-flow: column-reverse nowrap;
        border: 0;
        padding-top: 0
    }

    .box-right .chart-box .chart1 {
        margin-bottom: 30px;
        order: 1
    }

    .box-right .chart-box .chart-description {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        padding: 0
    }

    .box-right .chart-box .chart-description .chart-legend {
        width: 50%;
        flex-flow: row wrap;
        padding-right: 30px;
        align-items: center
    }

    .box-right .chart-box .chart-description .chart-legend .label {
        padding-right: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:375px) {
    .box-right .chart-box .chart-description .chart-legend {
        width: 100%;
        padding: 0;
        justify-content: space-between
    }

    .box-right .chart-box .chart1 {
        width: 65%
    }
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .tool-box .col {
        padding: 30px 20px
    }

    .box-left .row>a {
        display: block
    }

    .box-left .row .option input[type=radio]::after {
        top: 3px
    }

    .box-left .row .btn-primary {
        max-width: 100%
    }

    .box-right {
        display: none
    }

    .box-right .down-payment a {
        width: 100%;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:1024px) and (min-width:320px) {
    .render-chart {
        width: 100% !important
    }
}

@media(max-width:549px) {
    .box-right {
        display: none
    }
}

#tblChiTiet table {
    width: 100%;
    border-collapse: collapse
}

#tblChiTiet table tr:nth-of-type(odd) {
    background: #eee
}

#tblChiTiet table th {
    background: #333;
    color: white;
    font-weight: bold
}

#tblChiTiet table td,
#tblChiTiet table th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: center
}

.loan-tool-block .btn-black-outline {
    font-family: 'R-b';
}


/* Form liên hệ */


.formlh-title {
    color: #0a0a0a;
    font-family: 'R-b';
    font-size: 20px;
    margin-bottom: 10px;
}


.time-item {
    height: 36px;
    text-align: center;
    border-radius: 2px;
    border: solid 1px #ccc;
    line-height: 32px;
}

.time_actived .time-item {
    border: solid 2px #30333a;
}


.hinhthuc-item {
    border: 1px solid #ccc;
    height: 48px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #30333a;
    border-radius: 2px;
    text-align: center;
}

.hinhthuc-item__actived {
    border: 2px solid #30333a;
    font-family: 'R-b';
}


.input-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
    -o-transition: color .3s,border .3s,background .3s,opacity .3s;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    background-color: rgba(0,0,0,0.03);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0,0,0,0.09);
    color: currentColor !important;
    border-radius: 99px;
    outline: none;
    margin-bottom: 15px;
}

.text-form {
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
    -o-transition: color .3s,border .3s,background .3s,opacity .3s;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    background-color: rgba(0,0,0,0.03);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0,0,0,0.09);
    border-radius: 15px;
    outline: none;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px;
}

.text-form::placeholder,
.input-form::placeholder {
    font-family: 'Roboto';
    font-size: 15px;
}

.btn_submit {
    height: 50px !important;
    border-radius: 3px !important;
    margin: 0px auto !important;
    display: block !important;
    font-family: 'R-b';
    text-transform: uppercase;
    font-size: 16px;
}


.dateinput-choose {
    border: 1px solid #ccc;
    height: 48px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #30333a;
    border-radius: 2px;
    text-align: center;
    width: 49%;
}

.title-left{
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    font-size: 20px;    
}

.title-page{
    margin: 0px;
    padding: 0px;
    font-size: 24px;    
    text-transform: uppercase;
}

.news-item{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 26px 0 rgb(22 73 172 / 12%);    
}

.news-name{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
	font-weight:bold;
}
.news-name a{
    color: #333;
}
.title-other-news{
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;    
    
}

.title-news-detail{
    margin: 0px;
    padding: 0px;  
    font-size: 20px;
}

.submit-search-pc-phanloai{
    display: block;
    padding: 8px 20px;
    background: #294a7f;
    border-radius: 5px;
    color: #FFF;    
    box-shadow: 1px 1px 3px #666;    
}

.intro-detail{
	font-family:"Muli-B";
}

.info-card--title{
	padding:0;
    margin: 0;
    font-size: 24px;
    font-family: 'R-b';
    position: relative;
    color: #142a75;	
	
}

.info-card--title span{
	color: #142a75;
	
}

.video-about{
	position:relative;
	opacity:0.75;
	height:100%
}
.video-about img{
	display:block;
	height:100%;
	object-fit:cover;
}


.fancy-video-about{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: solid 2px #F00;
    padding: 6px 13px 6px 17px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    opacity: 0.6;
}

.fancy-video-about:hover{
    opacity: 0.9;
}

.fancybox__link{
	color:#F00;
	font-size:28px;
}

.info {
    background: #eedec1;

}
.duan{
	background:#f5f1e6;
}
.homeproduct-wrapper {
    background: #eedec1;
}
.product-text {

    background: #f1f1f1;
}
.formslide {
    z-index: 11;
    position: relative;
}
.frm-contact
{
	width:100%;
}
.contact-title
{
	text-align:center;
}
.line-frm input, #contactform input{
	    width: 100%;
    height: 45px;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px;
    border-radius: 5px;
}
#contactform h3
{
	    text-transform: uppercase;
    background: #d8ad6c;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
	margin:0px;
}


.cat-intro, .cat-content{
	max-width:1000px;
	margin:0 auto;
	text-align:justify;
}

.tong-quan-du-an{
background: #f5f1e6;
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 10px;
    border: dashed 2px #eddec1;
    float: left;
    width:100%;
}


/* =========================================================
   FIX V2: Danh sách BĐS thuộc dự án
   - Title: cắt 2 dòng
   - Xoá khoảng trắng thừa dưới card
   - Ảnh đồng đều (cover)
   ========================================================= */


/* Khối card */
.duan-card{
  height: auto;
}

/* Khối nội dung */
.duan-card .duan-detail1,
.duan-card .news-name{
  width:100% !important;
  display:block !important;
  box-sizing:border-box;
}

/* TITLE – mặc định 2 dòng (có thể chỉnh) */
.duan-card .news-name a{
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;

  /* ===== SỐ DÒNG TITLE (CHỈNH Ở ĐÂY) ===== */
  -webkit-line-clamp:2;

  overflow:hidden !important;
  white-space:normal !important;
  text-overflow:ellipsis !important;

  line-height:1.35em;
  max-height:calc(1.35em * 2);

  word-break:break-word;
  overflow-wrap:anywhere;
}

/* Xoá khoảng trắng thừa phía dưới card */
.duan-card .text-line-3,
.duan-card .duan-card_intro,
.duan-card .c15,
.duan-card .c10{
  display:none !important;
}

/* =========================================================
   FIX V3: Chữa title bị cụt (Booking / Bán...) trong
   "Danh sách BĐS thuộc dự án"
   ========================================================= */

/* ép khối text chiếm full width, tránh bị inline/hẹp */
.duan-card .duan-detail1,
.duan-card .news-name{
  width:100% !important;
  display:block !important;
  box-sizing:border-box;
}

/* override các rule cũ kiểu: white-space:nowrap / text-overflow:ellipsis */
.duan-card .news-name a{
  width:100% !important;
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;   /* ====== TITLE 2 DÒNG ====== */
  white-space:normal !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;

  line-height:1.35em !important;
  max-height:calc(1.35em * 2) !important;

  word-break:break-word;             /* tránh bị vỡ layout */
  overflow-wrap:anywhere;            /* nếu gặp chuỗi dài */
}

/* ============================================
   ĐIỀU CHỈNH TỶ LỆ TRANG CHI TIẾT SẢN PHẨM
   Desktop: 72/25
   Mobile/Tablet: 100%
   ============================================ */

/* Desktop: 72/25 */
@media (min-width: 1024px) {
    .productdetail-wrapper .flex-container > .col-l-7 {
        flex: 0 0 72% !important;
        max-width: 72% !important;
        width: 72% !important;
    }
    
    .productdetail-wrapper .flex-container > .col-l-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        width: 25% !important;
    }
    
    /* Tối ưu form trong khối 25% */
    #content_right_fixed {
        padding: 20px 15px !important;
    }
    
    #content_right_fixed .formlh-title {
        font-size: 13px;
    }
    
    #content_right_fixed .input-form,
    #content_right_fixed .text-form {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    #content_right_fixed .time-item {
        font-size: 11px;
        padding: 4px 6px;
    }
    
    #content_right_fixed .hinhthuc-item {
        font-size: 12px;
        padding: 6px;
    }
}

/* Mobile & Tablet: 100% */
@media (max-width: 1023px) {
    .productdetail-wrapper .flex-container > .col-l-7,
    .productdetail-wrapper .flex-container > .col-l-3 {
        flex: 0 0 100% !important;
        max-width: 100%;
        width: 100% !important;
    }
    
    #content_right_fixed {
        position: static !important;
        margin-top: 30px;
    }
}

/* ============================================
   ĐIỀU CHỈNH TỶ LỆ TRANG CHI TIẾT SẢN PHẨM
   Desktop: 72/25
   Mobile/Tablet: 100% The End
   ============================================ */

/* ============================================
   CHỈ SỬA DESKTOP: 72/25
   Mobile giữ nguyên 100% (không sửa)
   ============================================ */

/* Chỉ áp dụng trên desktop (từ 1024px) */
@media (min-width: 1024px) {
    /* Đặt tỷ lệ 72/25 cho khối trái/phải */
    .productdetail-wrapper .flex-container > .col-l-7 {
        flex: 0 0 72% !important;
        max-width: 72% !important;
        width: 72% !important;
    }
    
    .productdetail-wrapper .flex-container > .col-l-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        width: 25% !important;
    }
    
    /* Tối ưu form trong khối 25% */
    #content_right_fixed {
        padding: 20px 15px !important;
    }
    
    #content_right_fixed .formlh-title {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    
    #content_right_fixed .dateinput-choose {
        width: 100% !important;
        font-size: 13px !important;
        padding: 0 10px !important;
        height: 40px !important;
        line-height: 38px !important;
    }
    
    #timeslide .swiper-slide {
        width: 33.33% !important;
    }
    
    .time-item {
        font-size: 12px !important;
        padding: 6px 4px !important;
    }
    
    .hinhthuc-item {
        font-size: 13px !important;
        padding: 10px 5px !important;
        height: 44px !important;
        line-height: 24px !important;
    }
    
    .input-form, .text-form {
        font-size: 13px !important;
        padding: 8px 12px !important;
        height: 40px !important;
    }
    
    .text-form {
        height: 100px !important;
    }
    
    .btn_submit {
        font-size: 15px !important;
        padding: 12px !important;
        height: 50px !important;
        line-height: 26px !important;
    }
    
    /* Tối ưu thông tin môi giới */
    .thong-tin-nguoi-ban .ho-ten {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }
    
    .thong-tin-nguoi-ban .so-dien-thoai {
        padding: 8px 15px !important;
        font-size: 14px !important;
    }
    
    .nut-lien-he-2-btn .btn-n {
        font-size: 15px !important;
        padding: 10px 12px !important;
        width: 48% !important;
    }
}

/* Mobile: KHÔNG SỬA - giữ nguyên 100% */
/* Không cần thêm gì cả, mobile sẽ tự động xử lý bởi tab-cell-1-1 */

/* ============================================
   CHỈ SỬA DESKTOP: 72/25
   Mobile giữ nguyên 100% (không sửa) The End
   ============================================ */

/* ============================================
   FIX NÚT GỌI ĐIỆN & CHAT ZALO CHỒNG NHAU
   ============================================ */

/* Sửa trên desktop (khối 25%) */
@media (min-width: 1024px) {
    .nut-lien-he-2-btn {
        display: flex !important;
        justify-content: space-between !important;
        gap: 10px !important;
        flex-wrap: nowrap !important;
    }
    
    .nut-lien-he-2-btn .btn-n {
        width: calc(50% - 5px) !important;
        padding: 10px 5px !important;
        font-size: 14px !important;
        text-align: center !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    
    /* Sửa thông tin môi giới trong khối 25% */
    .thong-tin-nguoi-ban .ho-ten {
        font-size: 16px !important;
        line-height: 1.2 !important;
        margin-bottom: 5px !important;
    }
    
    .thong-tin-nguoi-ban .so-dien-thoai {
        padding: 6px 10px !important;
        font-size: 12px !important;
        max-width: 180px !important;
        margin: 5px 0 !important;
    }
    
    .thong-tin-nguoi-ban .ghi-chu {
        font-size: 11px !important;
        line-height: 1.3 !important;
        margin-top: 5px !important;
    }
    
    /* Đảm bảo hình ảnh môi giới không quá lớn */
    .div-right img {
        width: 80px !important;
        height: 80px !important;
    }
}

/* Sửa trên mobile (nếu cần) */
@media (max-width: 1023px) {
    .nut-lien-he-2-btn {
        display: flex !important;
        justify-content: space-between !important;
        gap: 10px !important;
    }
    
    .nut-lien-he-2-btn .btn-n {
        flex: 1 !important;
        min-width: 0 !important;
    }
}

/* ============================================
   FIX NÚT GỌI ĐIỆN & CHAT ZALO CHỒNG NHAU cuối 
   ============================================ */
/* ===========================
   FIX CHUẨN 4:3 – MAIN IMAGE
   =========================== */

.slideproduct-v2 #productGalleryMain{
  width:100%;
  max-width:960px;
  margin:0 auto;
  aspect-ratio:4 / 3;
  background:#fff;
  border-radius:14px;
  overflow:hidden;
}

/* Swiper phải full khung */
.slideproduct-v2 #productGalleryMain .swiper-wrapper,
.slideproduct-v2 #productGalleryMain .swiper-slide{
  width:100%;
  height:100%;
}

/* khung chứa ảnh */
.slideproduct-v2 #productGalleryMain .pg-item{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
}

/* ảnh KHÔNG CROP */
.slideproduct-v2 #productGalleryMain img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  display:block;
  border-radius:12px;
  background:#fff;
}

/* ảnh background fallback */
.slideproduct-v2 #productGalleryMain .pg-item [style*="background-image"]{
  width:100%;
  height:100%;
  background-size:contain !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}

/* ===========================
   THUMBS – 6 ảnh vuông 1:1
   =========================== */

.slideproduct-v2 #productGalleryThumbs{
  max-width:960px;
  margin:10px auto 0;
}

.slideproduct-v2 .pg-thumb{
  aspect-ratio:1 / 1;
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  border:1px solid #e5e7eb;
}

.slideproduct-v2 .pg-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ===========================
   CAPTION từ ALT
   =========================== */

.slideproduct-v2 .pg-caption{
  text-align:center;
  font-size:13px;
  color:#555;
  margin-top:6px;
}



/* ============================================
   FIX ẢNH TIN TỨC - TẤT CẢ KÍCH THƯỚC (1200px, 1500px, 800px...)
   ============================================ */

/* 1. TẤT CẢ ẢNH TRONG BÀI VIẾT - KHÔNG BỊ BÓP */
.article-content img,
.news-detail img,
.content-detail img,
.newscontent img,
.post-content img,
.entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    cursor: default;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* Hiệu ứng hover */
.article-content img:hover,
.news-detail img:hover,
.content-detail img:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* 2. ẢNH TRONG DANH SÁCH TIN */
.homenews-item__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.homenews-item:hover .homenews-item__img img {
    transform: scale(1.05);
}

/* 3. OVERLAY ZOOM FULL MÀN HÌNH */
.news-image-zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
    animation: fadeIn 0.3s ease;
}

.news-image-zoom-container {
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
    background: #000;
    padding: 10px;
    border-radius: 8px;
    animation: zoomIn 0.3s ease;
}

.news-image-zoomed {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    display: block;
}

.news-zoom-close {
    position: absolute;
    top: -50px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: rgba(255,255,255,0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    z-index: 1000000;
}

.news-zoom-close:hover {
    background: rgba(255,255,255,0.3);
}

/* Hiệu ứng animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* 4. RESPONSIVE MOBILE */
@media (max-width: 768px) {
    .homenews-item__img img {
        height: 160px;
    }
    
    .news-image-zoom-container {
        max-width: 95vw;
        max-height: 85vh;
        padding: 5px;
    }
    
    .news-image-zoomed {
        max-width: 95vw;
        max-height: 85vh;
    }
    
    .news-zoom-close {
        top: -45px;
        right: 5px;
    }
}

/* 5. ĐẶC BIỆT: Ảnh dọc (portrait) */
.article-content img[height] {
    max-height: 600px;
}

/* 6. ĐẶC BIỆT: Ảnh rộng (landscape) */
.article-content img[width] {
    width: 100%;
}

/* 7. FIX cho CMS: nếu CMS có class riêng */
.img-news,
.img-article,
.news-img,
.article-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    cursor: default !important;
}



/* ============================================
   FIX ẢNH TIN TỨC TRÊN MOBILE - BẢN MOBILE 10/1
   ============================================ */
@media (max-width: 768px) {
    /* Ảnh trong bài viết mobile */
    .content-detail img,
    .article-content img,
    .news-detail img,
    .tocContent img {
        width: 100% !important;
        height: auto;
        max-width: 100vw !important;
        margin: 10px 0 !important;
        border-radius: 5px;
        display: block;
    }
    
    /* Khung bài viết mobile */
    .news-item {
        padding: 15px !important;
    }
    
    /* Tiêu đề mobile */
    .title-news-detail {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }
    
    /* Nội dung mobile */
    .intro-detail {
        font-size: 14px !important;
    }
    
    /* Fix gallery trên mobile */
    .news-detail .fancybox {
        width: 100% !important;
    }
    
    /* Ảnh trong danh sách tin */
    .homenews-item__img img {
        height: 150px !important;
        object-fit: cover !important;
    }
}


/* ============================================
   OVERLAY ZOOM CHO MOBILE 10/1
   ============================================ */
.news-image-zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
}

.news-image-zoom-container {
    max-width: 95vw;
    max-height: 90vh;
    position: relative;
    padding: 5px;
}

.news-image-zoomed {
    max-width: 95vw;
    max-height: 90vh;
    object-fit: contain;
    display: block;
    border-radius: 5px;
}

.news-zoom-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
    border: 2px solid white;
}

/* Tối ưu cho mobile nhỏ */
@media (max-width: 480px) {
    .news-image-zoom-container {
        max-width: 98vw;
        max-height: 85vh;
        padding: 2px;
    }
    
    .news-image-zoomed {
        max-width: 98vw;
        max-height: 85vh;
    }
    
    .news-zoom-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 30px;
    }
}


/* ============================================
   FIX ẢNH TRÊN MOBILE - KHÔNG BỊ BÓP, GIỮ TỶ LỆ GỐC
   ============================================ */

/* TẤT CẢ ẢNH TRÊN MOBILE - ƯU TIÊN CAO */
@media (max-width: 768px) {
    /* 1. Reset tất cả ảnh */
    .news-detail img,
    .content-detail img,
    .article-content img,
    .newscontent img,
    .post-content img,
    .entry-content img,
    .tocContent img,
    .img-news,
    .img-article,
    .news-img,
    .article-img,
    .homenews-item__img img,
    .product-item img {
        width: auto !important;
        height: auto;
        max-width: 100%;
        max-height: 90vh !important;
        object-fit: contain;
        object-position: center !important;
        display: block !important;
        margin: 10px auto !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        
        /* Quan trọng: Giữ đúng tỉ lệ */
        aspect-ratio: attr(width) / attr(height);
    }
    
    /* 2. Container ảnh không được ép kích thước */
    .homenews-item__img,
    .box-image,
    .img-shine,
    .product-item .box-image,
    .news-detail figure,
    .content-detail figure {
        width: 100% !important;
        height: auto;
        min-height: unset !important;
        max-height: unset !important;
        overflow: visible !important;
    }
    
    /* 3. Không cho phép zoom trình duyệt */
    .content-detail,
    .news-detail,
    .article-content {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
    
    /* 4. Fix cho ảnh trong Fancybox/gallery */
    .fancybox__image {
        max-width: 95vw !important;
        max-height: 95vh !important;
        object-fit: contain;
    }
}

/* ============================================
   FIX RIÊNG CHO IPHONE/SAFARI
   ============================================ */
@supports (-webkit-touch-callout: none) {
    .news-detail img,
    .content-detail img {
        max-height: 80vh !important;
    }
}

.news-image-zoom-overlay .news-image-zoomed {
    width: auto !important;
    height: auto;
    max-width: 95vw !important;
    max-height: 95vh !important;
    object-fit: contain;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}


/* ===== BẢNG CUỘN NGANG – TỐI ƯU MOBILE NHẸ NHÀNG ===== */
.bang-cuon-ngang {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.bang-cuon-ngang table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
}

.bang-cuon-ngang th,
.bang-cuon-ngang td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
  color: #555;
}

.bang-cuon-ngang th {
  background: #fafafa;
  font-weight: 600;
  color: #666;
  white-space: nowrap;
}

/* ===== CỘT TRÁI STICKY ===== */
.bang-cuon-ngang th:first-child {
  position: sticky;
  left: 0;
  z-index: 30;
  background: #e3f5ef;
  color: #0a6b55;
  font-weight: 700;
  min-width: 180px;
  border-right: 1px solid #d8efe6;
  box-shadow: 2px 0 6px rgba(0,0,0,.05);
}

.bang-cuon-ngang td:first-child {
  position: sticky;
  left: 0;
  z-index: 20;
  background: #eaf7f2;
  color: #0a6b55;
  font-weight: 600;
  border-right: 1px solid #e0f2ec;
  box-shadow: 2px 0 6px rgba(0,0,0,.03);
}

.bang-cuon-ngang tr:nth-child(even) td:first-child {
  background: #e0f2ea;
}

/* ===== HOVER ===== */
.bang-cuon-ngang tr:hover {
  background: #fafafa;
}

.bang-cuon-ngang tr:hover td:first-child {
  background: #d6efe6;
}

/* ===== CÁC CỘT KHÁC ===== */
.bang-cuon-ngang th:not(:first-child) {
  background: #fdfdfd;
  color: #666;
  min-width: 140px;
}

.bang-cuon-ngang td:not(:first-child) {
  background: #fff;
  color: #555;
}

.bang-cuon-ngang td:last-child {
  color: #0a6b55;
  font-weight: 700;
}

/* ===== MOBILE - ĐÃ CHỈNH MÀU NHẸ NHÀNG ===== */
@media (max-width: 480px) {
  .bang-cuon-ngang {
    margin: 16px 0;
    border-radius: 6px;
  }

  .bang-cuon-ngang th,
  .bang-cuon-ngang td {
    padding: 11px 13px;
    font-size: 13px;
  }

  /* Header cột trái - nhạt hơn, tinh tế */
  .bang-cuon-ngang th:first-child {
    min-width: 150px;
    background: #f0faf7;  /* Nhạt hơn, dễ nhìn */
    color: #0a6b55;
    border-right: 1px solid #e0f0e8;
  }

  /* Body cột 1 - nhẹ nhàng nhưng vẫn nổi bật */
  .bang-cuon-ngang td:first-child {
    background: #f5fcf9;  /* Rất nhẹ */
    border-right: 1px solid #e8f4ef;
    font-weight: 600;
  }

  /* Zebra cho cột trái - chênh lệch nhẹ */
  .bang-cuon-ngang tr:nth-child(even) td:first-child {
    background: #f0faf7;
  }

  /* Hover trên mobile - tinh tế */
  .bang-cuon-ngang tr:hover td:first-child {
    background: #e6f7f2;
  }

  /* Các cột khác trên mobile */
  .bang-cuon-ngang th:not(:first-child) {
    background: #f9f9f9;
  }

  .bang-cuon-ngang td:not(:first-child) {
    background: #fff;
  }
}

/* ===== PRINT ===== */
@media print {
  .bang-cuon-ngang {
    overflow-x: visible !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    break-inside: avoid;
  }

  .bang-cuon-ngang table {
    min-width: 100% !important;
  }

  .bang-cuon-ngang th:first-child,
  .bang-cuon-ngang td:first-child {
    position: static !important;
    box-shadow: none !important;
    background: #f5f5f5 !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
  }
  
  .bang-cuon-ngang th,
  .bang-cuon-ngang td {
    border: 1px solid #ccc !important;
    color: #000 !important;
  }
}

/* ===== HOME: chuẩn hoá ảnh thẻ card theo 16:9 (không dùng !important) ===== */
.duan .news-item a img,
.homenews-item--big > a img,
.homenews-item__img img,
.product-item .box-image a img,
.product-list-2 .box-image a img{
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Nếu {image} trả về thẻ <img> không nằm trong <a> (fallback) */
.duan .news-item img,
.homenews-item--big img{
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  display: block;
}
