﻿
@font-face {
    font-family: 'century_gothic';
    src: url('../font/century_gothic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.ttf') format('truetype');
}
body {
    font-family: 'Roboto-Medium';
}
.img-et-panel {
    /*background-color: red;*/ 
}
.img-vn-panel {
    /*background-color: blue;*/
    
}
.img-panel {
    min-height: 400px;
}

    .image-panel img{
    max-width: 100%;
        width: 100%;
        height: auto;
}
 @media screen and (orientation:portrait) {
    .img-panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .image-panel img{
    max-width: 100%;
        width: 100%;
        height: auto;
}
    .img-vn-panel .alinull-panel{
        height: 0;
        
    }
    .row {
        padding-right: 20px;
        padding-left: 20px;
    }

 }
 @media screen and (orientation:landscape) {
    .img-panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
        .image-panel img{
    max-height: 100%;
        height: 100%;
            width: auto;
}

        .img-et-panel {
    padding-right: 5px;
}
.img-vn-panel {
    padding-left: 5px;
}

 }

body {
     background: radial-gradient(circle, #fff, #c7c6c6);
 }
.content {
      min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one 🙂       */
  display: flex;
  align-items: center;
}
.content .row {
    flex: 1;
}

.alinull-panel {
    height: 60px;
    width: 100%;
    /*background-color: yellow;*/
    padding: 10px;
}
.alinull-panel img{
    max-height: 40px;
    width: auto;

}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}

.ali2018 {
    
    /*background-color: green;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3px;
    min-height: 25px;
    
}
.ali2018  span {
    
    float: right;
    font-family: 'century_gothic';
    font-size: 18px;
    line-height: 18px;
}
.hoverpanel {
    position: absolute;
    width: 35px;
    top: 57px;
    right: 0;
    text-align: right;
    margin-right: 10px;
    /*background-color: #fdb714;*/
    color: black;
    height: 45px;

  max-height: 0;
  transition: all 0.5s ease;
  overflow: hidden;

    direction: rtl;
    
    
}

.hoverpanel img {
    width: 100%;
    height: auto;

}


.img-panel:hover .hoverpanel {
  max-height: 45px;
}

.img-panel:hover .hoverpanel {
  max-height: 45px;
}


.discription-panel {
    direction: ltr;
    text-transform: uppercase;
    font-family: 'Roboto';
    padding-bottom: 25px;
}
.discription-panel .part1 {
    
    padding-left: 20px;
    background-color: black;
    
    color: #fdb714;
    font-size: 14px;
    line-height: 14px;
}
.discription-panel .part1 li {
    padding: 3px;
    list-style-type: square;
}
.discription-panel .part1 ul {
    margin-bottom: 0;
    padding-left: 0px;
}

.discription-panel .part2 {
    color: black;
    background-color: #fdb714;
    text-align: center;
        font-size: 16px;
    line-height: 16px;
    height: 100%;
    padding: 3px;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    /*.vn-freespace {
        width: 100%;
        height: 16px;
    }*/
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .vn-freespace {
        width: 100%;
        height: 16px;
    }

}
@media (min-width: 1200px) {
    .vn-freespace {
        width: 100%;
        height: 16px;
    }
}

 @media screen and (orientation:portrait) {
.hoverpanelvn {

    top: 17px;
}

 }
 @media screen and (orientation:landscape) {

        .img-et-panel {
    padding-right: 5px;
}
.img-vn-panel {
    padding-left: 5px;
}

 }