.tab-v {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 40%;
    height: 410px;
    overflow: auto;
}

/* Style the buttons that are used to open the tab content */
.tab-v button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 0px;
    margin-bottom: 3px;
    width: 100%;
    border: 4px solid #333;
    outline: none;
    text-align: right;
    cursor: pointer;
    transition: 0.3s;
    height: 100px;
}

/* Change background color of buttons on hover */
.tab-v button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab-v button.active {
    background-color: #FFF;
    border: 4px solid #c03;
}
.tab-v button .btn-text-silder{
    padding: 10px;
    font-size: 16px;
}
@media (max-width: 768px) {
.tab-v button .btn-text-silder{
    padding: 10px;
    font-size: 1.1rem;
}
}

.tab-v i {
    position: relative;
    float: left;
    top: -60px;
    left: 460px;
    font-size: 40px;
    color: #c03;
}

.tab-v img {
    float: left;
    width: 140px;
    height: 90px;
    padding-left: 0px;
    margin-left: -14px;

}

/* Style the tab content */
.tabH{
   
}

.tabcontent-v {
    position: relative;
    float: left;
    padding: 0px;
    border: 1px solid #ccc;
    width: 60%;
    border-left: none;
    height: 410px;
    display: none;
}

.tabcontent-v img{
    height: 410px;
    width: 100%; 
}
.tabcontent-v .t-v-block {
    position: absolute;
    bottom: 30px;
    right: 15px;
    width: 90%;
    padding: 5px 5px;
    height: auto;
    z-index: 99;
    background-color: rgba(255,250,255,0.6);

}
.tabcontent-v h3{
    float: right;
    padding: 5px 15px;
    z-index: 100;
    max-width: 600px;
    font-size: 22px;
    color: #FFF;

}

.tabcontent-v h3 a{
    color: #c03;
}
.tabcontent-v p{
    float: right;
    padding: 5px 15px;
    z-index: 100;
    max-width: 650px;
    font-size: 16px;
    color: #000;
}

/*////////////////////////////////////////////////*/
/* Style the tab buttons */
.tablink-h {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 17px;
    width: 25%;
    height: 160px;
}

/* Change background color of buttons on hover */
.tablink-h:hover {
    background-color: #777;
}

.tablink-h .btn-text-silder-h{
    text-align: right;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 3px;
    font-size: 14px;
}

@media (max-width: 768px) {
  .tablink-h .btn-text-silder-h{
    text-align: right;
    padding-bottom: 3px;
    font-size: 0.9rem;
}  
    
}

.tablink-h i {
    position: relative;
    float: left;
    top: -60px;
    left: 460px;
    font-size: 40px;
    color: #c03;
}

.tablink-h img {
    width: 100% !important;
    height: 90px !important;
    padding: 0px;
}

/* Set default styles for tab content */
.tabcontent-h {
    color: white;
    display: none;
    text-align: center;
}

.tabcontent-h img{
    height: 410px;
    width: 100%;
}
.tabcontent-h .t-h-block {
    position: absolute;
    bottom: 190px;
    right: 40px;
    width: 82%;
    padding: 5px 5px;
    height: auto;
    z-index: 99;
    background-color: rgba(255,250,255,0.6);

}
.tabcontent-h h3{
    float: right;
    padding: 5px 15px;
    z-index: 100;
    max-width: 600px;
    font-size: 22px;
    color: #FFF;

}

.tabcontent-h h3 a{
    color: #c03;
}
.tabcontent-h p{
    float: right;
    padding: 5px 15px;
    z-index: 100;
    max-width: 650px;
    font-size: 16px;
    color: #000;
}


/* Style each tab content individually */ 
#London {background-color:red;}
#Paris {background-color:green;}
#Tokyo {background-color:blue;}
#Oslo {background-color:orange;}

/*////////////////////////////////////////////////*/

/* Style tab links */
.tablink-t {
    background-color: #c03;
    color: white;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 5px;
    font-size: 1.5rem;
    width: 25%;
    border-radius: 15px 15px 0px 0px;
    margin-top: -12px;
}

.tablink-t:hover {
    background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent-t {
    color: #333;
    display: none;
    padding: 85px 20px 5px 20px;
    height: 100%;
    border-radius: 15px;
    border-bottom: 5px solid #c03;
    background-color: #EEE;
}

#Home {background-color: #EEE;}
#News {background-color: #EEE;}
#Contact {background-color: #EEE;}
#About {background-color: #EEE;}

/*////////////////////////////////////////////////*/

/*#defaultOpenV{
   background-color: #555; 
}
#defaultOpenH{
   background-color: #555; 
}
#defaultOpenT{
   background-color: #555; 
}*/