#container{
  width: 100%;
  
}
.col-5{
  width: 20% !important; 
}
.w-2{
  width: 50% !important;
}

.mgright-50px{
    margin-right: 50px !important;
}
.mgtop-20px{
    margin-top: 10px !important;
}
#content_head{
    width: 100%;
    height: 45px;   
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#head_content{
    width:80%;
    height: 100%;
    margin: auto;
    margin-top: 100px;
}
#head_left{
    width: 20%;
    float: left;
    height: 100%;
    line-height: 45px;
    cursor: pointer;
    border-right:1px solid #e5e5e5;
    border-left:1px solid #e5e5e5;
}
.ti-list {
    display: inline-block;
    font-size: 28px;
    margin: 8px 0px 5px 20px ;
    cursor: pointer;
}
#head_left span{
    float: right;
    font-size: 18px;
    text-transform: uppercase;
    margin-right:30px;
}
#head_right{
    width: 80%;
    float: right;
    height: 100%;
    
}
.note{
    float: left;
    margin-top: 10px;
}
.note .ti-medall, .note .ti-headphone-alt{
    font-size: 20px;
    margin-right: 10px;
    margin-top: 10px;
}
.note #title{
    display: block;
    font-size: 15px;
    margin-right: 20px;
}
#content_body{
    width: 100%;

}
#body_banner{
    width: 80%;
    margin: auto;
    background-color: #ffffff;

}
#body_list{
    width: 20%;
    height: 435px;
    float: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);   
    border-radius: 10px;
    overflow-y : auto;
    
}
#list_items{
  list-style: none;
}
.link_list{
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 100%;

}
.items{
  width: 100%;
  height: 35px;
  padding: 15px 0 30px 20px;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  border-left: 4px solid transparent;
  transition: color 0.3s ease, background-color 0.2s ease, border-left-color 0.2s ease;
}
.items_img{
  display: flex;
  align-items: center;
  gap: 10px;

  height: 30px;
  margin-left: 10px;
  padding: 18px 10px 18px 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: fit-content;   /* Tự giãn theo nội dung */
  background: #fff;
}
.img-left{
  width: 40px;
  height: 36px;
}
.img-left img{
  width: 100%;
  height: 100%;
  border-radius: 5px 0px 0px 5px;
}
.cont-right{
  font-size: 17px;
  color: #000;
  line-height: 30px;
}
.cont-right span{
  padding: 2px;
  font-size: 17px;
  line-height: 25px;
  color: #000;
}
.sub-items_img_a{
  text-decoration: none;
  color: #000;
}
.sub-items_img{
  float: left;
  margin: 5px 0px 5px 5px;
}


#list_items li:hover,
#list_items li:hover .link_list {
  color: red;              
  background-color: #f3f5fc;   
  border-left-color: #f9bb01;  
}
#body-list{
    position: relative; 
}
.sub-phone{
    width: 900px;
    height: 435px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 145px;
    left: 482px;
    border-radius: 10px;
    overflow-y:auto ;
    display: none;
    cursor:auto;
    list-style: none;
}
.items:hover .sub-phone{
    display: block;
    animation:AniSub 0.5s ;
}
@keyframes AniSub {
    from {
        opacity: 0.7;
        left: 270px;
    }
    to{
        opacity: 1;
        left: 482px;
    }
}
.sub-phone-item{
    float: left;
    height: 100%;
    border-right: 0.1px solid #ccc;
}
.sub-phone-item p{
    color: #000;
}
.item {
    width: 80px;
    height: 50px;
    float: left;
    border-radius: 10px;
    list-style: none;
    margin: 5px;
    background-color:transparent;
    border: 1px solid #ccc;
    font-size: 12px;
}
.item img {
    width: 100%;
    height: 85%;
    margin-top: 5px;
}
.sub-phone-item p {
    font-size: 18px;
    margin: 5px;
    font-weight: 700;
}
.item-bot .item  {
    font-size: 13px;
    width: 100px;
    height: 30px;
    text-align: center;
}
.item-bot .sub-items{
  list-style: none;    
  padding-left: 0;      
  margin: 0;
}

.item-bot .sub-items a{
  display: inline-block; 
  text-decoration: none;
  color: #000;
}

.item-bot .item{
  width: 100px;         
  height: 30px;
  margin: 0;            
  display: flex;       
  align-items: center;  
  justify-content: center; 
  text-align: center;
  margin: 5px;
}
.item-top{
  margin-left: 10px;
}
.item-bot{
  margin-left: 10px;
}
.item-bot:hover .item{
  color: #000 !important;
}
.item-top::after{
    clear: both;
    display: block;
    content: "";
}
#body_right{
    width: 80%;
    height: 435px;
    float: right;
    border-radius: 10px;
    position: relative;
    box-shadow:  0 2px 4px rgba(0, 0, 0, 0.1); 

}
#body_right:hover .ti-angle-left,
#body_right:hover .ti-angle-right{
    display: block;
}
#body_right img{
    width: 100%;
    height: 435px;
    border-radius: 10px;
}
.ti-angle-left{
    font-size: 15px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 10px;
    cursor: pointer;
    padding: 8px;
    background-color: rgb(208, 208, 208);
    border-radius: 20px;
    display: none;
}
.ti-angle-right{
    font-size: 15px;
    color: #000;
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
    padding: 8px;
    background-color: rgb(208, 208, 208);
    border-radius: 20px;
    display: none;
}

#body_bottom{
    width: 100%;
    clear: both;
    height: 140px;
    padding: 20px 0px 20px 0px ;
}
#body_ad{
    width: 70%;
    margin: auto;
    height: 140px;
    
}
.div_img{
    height: 140px;
    float: left;
    
}
.div_img img{
    height: 80%;
    width: 95%;
    border-radius: 10px;
}
#body_hotsee{
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    height: 550px;
    border-radius:10px ;
}
.ti-heart{
    cursor: pointer;
}
.ti-arrow-left,.ti-arrow-right
{
    padding: 8px;
    border-radius: 20px;
    background-color: #fff;
    margin-right: 5px;
    cursor: pointer;
}
.ti-arrow-left{
    position: absolute;
    right: 70px;
}
.ti-arrow-right{
    position: absolute;
    right: 20px;
}
.ti-arrow-right:hover,
.ti-arrow-left:hover{
    background-color: #f9bb01;
    color: #fff;
}
#hotsee_title span{
    font-size: 19px;
    color: #e5e5e5;
}
#hotsee_title {
    position: relative;
}
#content_hotsee{
  width: 80%;
  height: 520px !important;
  margin: auto;
  background:#204956;
  border-radius:10px;
  padding: 16px 16px 24px; 
  overflow: hidden !important;
}
#hotsee_pro{
  width: 100%;
  display: flex;            
  flex-wrap: nowrap;        
  overflow: hidden;         
  height: 100%;
  scroll-behavior: smooth; 
}
.div_pro{
  flex: 0 0 260px;
  height: 90%; 
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  margin: 15px;
  display: flex;
  flex-direction: column;
}
.div_pro:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.div_pro a{
  text-decoration: none;
}
.pro_img{
  width: 100%;
  height: 300px;
  border-radius: 10px;
  background-color: black;
  margin-bottom: 15px;
}
.pro_img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  
}
.pro_name{
  height: auto;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  margin-left: 5px;
}
.pro_price{
  font-size: 18px;
  font-weight: 700;
  color: #f00;
  margin-left: 5px;
  margin-bottom: 20px;
  margin-bottom: 8px;
}
.div_pro{
  position: relative;
}

.pro_like{
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.pro_like{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  font-size: 18px;

  margin-top: 10px; 
}
.pro_like span{
  font-size: 16px;

}
.pro_like .ti-heart{
  cursor: pointer;
  margin-right:5px ;
  transition: 0.25s;
  display: inline-block;
  color: #6ca1f6;
  transition: color 0.25s ease, transform 0.25s ease;
}
.pro_like .ti-heart:hover{
  animation: heart 0.4s forwards ease-out;
}

@keyframes heart {
  from {
    transform: scale(1);
    color: #6ca1f6;
  }
  to {
    transform: scale(1.5); /* TĂNG ĐỘ PHÓNG TO */
    color: #6ca1f6;
  }
}
#product{
  width: 100%;
  height: auto;
  margin-top: 30px;

}
#product::after{
    clear: both;
    display: block;
    content: "";
}
#pro_muc{
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
}
.pro_list{
  position: relative;
}
.list-ad{
  width: 20%;

}
#ad{
  height: 45%;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#ad img {
  width: 90%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.pro_list{
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro_list_content{
  width: 50%;
  text-align: center;
  font-size: 16px;
  border-bottom:1px solid #ccc;
  cursor: pointer;
  padding: 10px 0;
}
.pro_list_content h2{
  padding-top: 10px;
}
.pro_list_content:hover{
  color: black;
  border-bottom: 2px solid rgb(117, 117, 117);
  box-shadow: inset 0 -35px 45px rgba(129, 123, 123, 0.1);
}
.pro_duct{
  width: 100%;
  margin-top: 10px;
}

#Phone, #Tablet, #Laptop,#PhuKien{
  width: 100% ;
  height: 1085px;
  position: relative;

}
.tab-pane.active{
  display: block;
    
}
.tab-pane{
  display: none;
}

.tab-items.active{
  opacity: 1;
  color: red;
  border-bottom: 2px solid red;
  box-shadow: inset 0 -35px 45px rgba(255, 0, 0, 0.10);
}
.tab-items:hover {
  opacity: 1;
}
.Actor,
.Loai{
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.actor-item,
.loai-item{
  width: auto;
  height: 40px;
  margin: 0 10px;
  padding: 10px;
  float: left;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.loai-item{
  width: auto;
  height: 45px !important;
  display: flex;
  text-align: center;
  justify-self: start;
  float: none;
}
.actor-list,
.loai-list{
  text-decoration: none;
  list-style: none;
}
.loai-item {
  float: left;
  font-size: 18px;
  background-color: #f2f2f3;
}
.loai-item:hover{
  background-color: #cfcfd3;
}
.actor-list a,
.loai-list a{
  text-decoration: none;
  color: #000;
}
.actor-item:hover
{
  background-color: #f3f0f0;
}
.loai-img-left{
  width: 20%;
  height: 100%;
  float: left;
}
.loai-img-left img{
  width: 100%;
  height: 100%;
}
.loai-cont-right{
  width: 80%;
  height: 100%;
  float: left;
}
.loai-cont-right span{
  padding: 5px 5px 5px 6px;
  
}
#Phone-list,
#Tablet-list,
#LapTop-list,
#PhuKienMayTinh-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}
#Phone-list .div_pro,
#Tablet-list .div_pro,
#LapTop-list .div_pro,
#PhuKienMayTinh-list .div_pro{
  flex: 0 0 260px;
  height: 430px; 
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  margin: 15px;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: 0.25s ease;
}
#PKCL{
  width: 100%;
  height: 360px;
  margin-bottom: 50px;
}
#SPCL{
  width: 80%;
  height: 290px;
  margin: auto;
  border-radius: 10px;
  padding-bottom: 10px;

}
#SPCL h2{
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px;
}
#SPCL-list{
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  width: 100%;
  height: 285px;
  border-radius: 10px;

}
#PK{
  width: 96%;
  margin: auto;
  padding-top: 10px;
}
.PK-list{
  text-decoration: none;
  list-style: none;
  
}
.PK-item{
  width: 20%;
  float: left;
  height: 90px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;

}
.PK-img-left{
  width: 30%;
  height: 100%;
  float: left;
}
.PK-img-left img {
  width: 90%;
  height: 90%;
  margin-top: 3px;
  margin-left: 4px;
  border-radius: 10px;
}
.PK-cont-right{
  width: 70%;
  height: 100%;
  float: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.PK-cont-right span{
  color: #000;
  line-height: 80px;
  padding-left:40px ;
  font-size: 16px;
}
.PK-cont-right:hover span{
  text-decoration: underline;
}
/* ===== TIM ĐÃ YÊU THÍCH ===== */
.pro_like .ti-heart.active {
    color: #e53935; /* đỏ */
    transform: scale(1.2);
}

/* ===== KHÔNG ĐỔI MÀU CHỮ ===== */
.pro_like span {
    color: #000;
}
