/*
Theme Name: WebNganh Child
Description: Website Design by Wordpress and Theme Flatsome
Author: UX Themes Web Nganh
Template: flatsome
Theme URI: https://webnganh.com/
Author URI: https://webnganh.com/
Description: WebNganh.Com - WebNganh.Vn - iFnt.Vn
Version: Code DevWp WebNganh
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.home .product-title{
	    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 15px;
}
.price a{
	color: red;
	font-weight: 600;
}
#header-contact.nav-uppercase>li>a {
    text-transform: unset;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1380px;
}
a.more_hover {
    line-height: 35px;
    color: #000;
    padding: 0 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #69acd7;
}
a.more_hover {
    background: url(/wp-content/uploads/2021/03/bg_xemthem.png) no-repeat center top;
    text-transform: uppercase;
    padding: 2px 35px;
    text-decoration: none;
    border: none;
    position: relative;
    overflow: hidden;
    height: 40px;
    color: #fff;
    border-radius: 2px;
}
a.more_hover:before {
    content: attr(data-text);
    color: #fff;
    position: absolute;
    top: -30px;
}
a.more_hover:hover {
    line-height: 100px;
}
.bg_session01 {
    background: #fff;
/*     margin-top: -80px; */
    padding: 15px 0px 0px 0px;
    border-radius: 10px;
}
.bg-hsln {
    background: url(/wp-content/uploads/2022/01/z3092123016874_f6eb6bd2ca8b302c2f36acddca265886.jpg);  
	background-position: center;
  	background-repeat: no-repeat;
 	background-size: cover;
	background-color: rgba(159, 219, 60, 0.5);
}
.is-divider {
    display: none;
}
.tb-nb .col-inner:hover h5 {
    color: #f00;
}
.address-f p:nth-child(2)::before {content: "\f041";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
	margin-right: 15px;} 
.address-f p:nth-child(3)::before {content: "\f095";
	font-family: FontAwesome;
	color: #fff;
	font-size: 15px;
	margin-right: 15px;}
.address-f p:nth-child(4)::before {content: "\f19c";
	font-family: FontAwesome;
	color: #fff;
	font-size: 14px;
	margin-right: 15px;}
.address-f p:nth-child(5)::before {content: "\f0e0";
	font-family: FontAwesome;
	color: #fff;
	font-size: 15px;
	margin-right: 15px;}
.address-f p {
    margin-bottom: 5px;
}
.section-top{
	margin-top: -80px;
}
.row-du-an .col .col-inner{
	padding: 0 10px;
}
.header-nav-main .icon-phone{
	font-size: 18px;
    padding-right: 5px;
}
.nav-dropdown{
	padding: 0;
}
.nav-dropdown>li>a{
	color: #000;
}
.nav-dropdown>li>a:hover{
	color: #fff;
}
.nav-dropdown>li:hover{
	background-color: var(--primary-color);
}

.value-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.value-table thead {
  background-color: #0a2940; /* Xanh navy */
  color: #fff;
}

.value-table th, 
.value-table td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

.value-table th {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.value-table td:first-child {
  font-weight: 600;
  color: #0a2940;
}

.value-table tbody tr:nth-child(even) {
  background-color: #f8f9fc;
}

.value-table tbody tr:hover {
  background-color: #eaf1ff;
  transition: 0.3s;
}

/* ✅ Responsive cho điện thoại */
@media (max-width: 768px) {
  .value-table thead {
    display: none; /* Ẩn tiêu đề */
  }

  .value-table, 
  .value-table tbody, 
  .value-table tr, 
  .value-table td {
    display: block;
    width: 100%;
  }

  .value-table tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  }

  .value-table td {
    text-align: left;
    padding: 10px 15px;
    border: none;
    position: relative;
  }

  .value-table td:first-child {
    background-color: #0a2940;
    color: white;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
  }

  .value-table td:not(:first-child)::before {
    content: "Ý nghĩa:";
    font-weight: 600;
    color: #0a2940;
    display: block;
    margin-bottom: 6px;
  }
}

.col__image img{
	height: 100px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.section-top {
    margin-top: 0px;
}

}

.devvn-row-slider .carousel-cell {
    width: 25%;
}

@media (max-width: 1023px) {
    .devvn-row-slider .carousel-cell {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .devvn-row-slider .carousel-cell {
        width: 100%;
    }
}
