    h2.spec {margin-top:10px;background:#282A35;color:#fff;font-weight:500;padding:5px;font-size:21px;}
    ul.spec {display:inline-block;width:100%;}
    ul.spec li {float:left;margin:3px 0;width:50%;box-sizing:border-box;}
  
    
    ul.submenu li {float:left;display:inline-block;border-top:3px solid #eee;padding:12px;margin:4px;font-size:15px;}
    ul.submenu li a {display:block;color:#333;}
    
    ul.spec2 {display:inline-block;width:100%;}
    ul.spec2 li {float:left;margin:3px 0;width:49%;box-sizing:border-box;}
    @media only screen and (max-width: 600px)
    {
        ul.spec li {float:left;margin:3px 0;width:49%;box-sizing:border-box;}
    }
    
    ul.spec li h2:nth-child(1) {box-sizing:border-box;float:left;display:inline-block;background:#333;color:#ddd;border:1px solid #333;
                                    padding:13px 6px;width:46%;height:auto !important;line-height:17px;font-size:12px;margin-right:1px;border-radius:8px;}
    ul.spec li h2:nth-child(2) {box-sizing:border-box;display:inline-block;background:#fafafa;color:#333;border:1px solid #333;padding:3px 6px;width:46%;line-height:16px;
                                height:42px;border-bottom:5px solid #333;font-weight:bold;font-size:15px;}
                                
                                
                                
    ul.spec2 li span:nth-child(1) {box-sizing:border-box;float:left;display:inline-block;background:#333;color:#fff;border:1px solid #333;
                                    padding:3px 6px;width:76%;height:auto !important;line-height:17px;font-size:12px;margin-right:5px;}
    ul.spec2 li span:nth-child(2) {box-sizing:border-box;display:inline-block;background:#fafafa;color:#333;border:1px solid #333;padding:3px 6px;width:24%;line-height:16px;
                                height:42px;border-bottom:5px solid #333;font-weight:bold;font-size:15px;text-shadow:1px 0 0 #fff;}
    
    ul.foto {display:inline-block;width:100%;margin:15px 0;}
    ul.foto li {float:left;display:inline-block;border:0;}
    ul.foto li:first-child{width:20%;}
        ul.foto li:first-child div.img_list {overflow-y:hidden; overflow-x:hidden;height:320px;margin-top:17px;}
        @media only screen and (max-width: 600px)
        {
            ul.foto li:first-child div.img_list {overflow-y:hidden; overflow-x:hidden;height:160px;}
        }
    ul.foto li:nth-child(2){width:80%;margin-top:17px;}
    
    ul.foto li span.list {display:block;padding:3px;}
    ul.foto li span.list img{width:100%;height:auto;padding:2px;}
    ul.foto li div.display{display:block;padding:3px;height:340px;overflow-y:hidden;}
        @media only screen and (max-width: 600px)
        {
        ul.foto li div.display{display:block;padding:3px;height:200px;overflow-y:hidden;}
        }
    ul.foto li div.display img{width:99%;height:auto;}
    


special_ul li{padding:12px 10px;border-radius:5px;background:#e5e3e3;display:inline-block;margin:1px;}
special_ul li:hover {background:#279CFF;}
.compare h2 {color: #333;font-size:20px;padding:0px;margin:4px 0px;border-radius:1px;}

ul.special_ul li {
  padding: 12px 10px;
  border-radius: 5px;
  background: #e5e3e3;
  display: inline-block;
  margin: 1px;
}

ul.special_ul li:hover {
  background: #279CFF;
}


/* Page */ 

.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  text-decoration: none;
  color: #000;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.pagination a:hover {
  background-color: #e0e0e0;
}

.pagination .current {
  background-color: #ccc;
}

/* Breadcrumb ScrollBar Hide */
.bread::-webkit-scrollbar {
  display: none;
}


/*********** RIBBON ***********/
.ribbon span {
  width: 225px;
  height: 35px;
  background-color: #1f36df;
  position: absolute;
  transform: rotate(-45deg);
  right: -20px;
  top: 40px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

.ribbon::before,
.ribbon::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: darkgray;
  position: absolute;
  bottom: 0;
  z-index: -2;
}


.box{position:relative;}

.ribbon::before {
  top: 0;
  right: 0;
  z-index: -2;
}

@keyframes anim {
  100% {
    width: 150px;
    height: 150px;
  }
}


/* CONTAINER */
.ribbon {
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: -10px;
  overflow: hidden;
  animation: anim 2s forwards;
}
/*********** RIBBON ***********/

/**** Comment CSS *********//

.comment {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 10px;
  background-color: #f5f5f5;
margin-bottom:1px solid red;
}

.comment div {
  font-weight: bold;
  margin-bottom: 5px;
}

.comment small {
  float: right;
  font-size: 12px;
  color: gray;
}

.comment .comment1 {
  margin-top: 10px;
}



/********* Comment Finish *********/