#openweathermap-widget{
    position: absolute;
    right: 5px;
    top: 100px;
  }
.weather-right--type1:first-of-type {
    width: 230px;
}
.widget-right--brown {
    /* background-image: linear-gradient(to bottom,#feb020,#ffd05c); 
    background-image: linear-gradient(to bottom, rgb(254 176 32 / 50%), rgb(255 208 92 / 50%));*/
}
.widget-right {
    position: relative;
    width: 230px;
    border-radius: 6px;
    box-shadow: 10px -2px 20px 2px rgba(0,0,0,.3);
}
.widget-right__header--brown {
    /* background-image: linear-gradient(to top left,#feb020,#ffd05c);
    background-image: linear-gradient(to bottom, rgb(254 176 32 / 50%), rgb(255 208 92 / 50%)); */
    background-color: rgb(255 255 255 / 60%);
    color: #333;
}
.widget-right__header {
    position: relative;
    border-radius: 6px 6px 0 0;
    width: inherit;
}
.weather-right--brown {
    /* background-color: #fff; */
    background-color: rgb(255 255 255 / 50%);
}
.weather-right {
    position: relative;
}
.widget-right__footer {
    border-radius: 0 0 6px 6px;
}
.widget-right__header .widget-right__layout {
    margin-left: 10px;
}
.widget-right__layout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: initial;
    min-height: 60px;
}
.weather-right__icon--type1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.weather-right__icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
}
.widget-right__header--brown .widget-right__title {
    color: #333;
}
.widget-right__title {
    max-width: 160px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    font-family: "Roboto",Arial,sans-serif!important;
    margin: 0;
    letter-spacing: 1px;
}
.widget-right__footer--brown .widget-right__date, .widget-right__header--brown .widget-right__description {
    color: #333;
}
.widget-right__header .widget-right__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    font-family: "Roboto",Arial,sans-serif!important;
    margin: 0;
}
.weather-right__layout {
    position: relative;
    padding: 6.5px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.weather-right--type1 .weather-right__temperature {
    text-align: center;
}
.weather-right__temperature {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    font-family: "Oswald",Arial,sans-serif!important;
    color: #333;
    width: auto;
    letter-spacing: -5px;
}
.weather-right-card {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    font-family: "Oswald",Arial,sans-serif!important;
    color: #333;
}
.weather-right__table {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    font-family: "Roboto",Arial,sans-serif!important;
    color: #333;
	text-align: left;
	border-collapse: collapse;
    border-spacing: 0;
}
.weather-right__items:first-child th {
    border-bottom: 1px solid #7adddd;
    padding-bottom: 5px;
}
.weather-right__item:last-child {
    font-weight: 600;
}
.weather-right__item:first-child {
    padding-right: 19px;
    /* min-width: 50px; */
}
.weather-right__item {
    padding: 2px 0;
}
.widget-right__footer .widget-right__layout {
    padding: 0 10px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 25px;
}
.widget-right__body, .widget-right__footer .widget-right__layout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.widget-right__logo_black_small {
    width: 55px;
    height: 24px;
    background: url(https://vr360.com.vn/images/logo.svg) 50% 50% no-repeat;
    background-size: 55px 24px;
    margin: 1px;
}
.widget-right__footer--brown .widget-right__date, .widget-right__header--brown .widget-right__description {
    color: #333;
}
.widget-right__date {
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    font-family: "Roboto",Arial,sans-serif!important;
	color: #fff;
	display: flex;
    align-items: center;
}

@media screen and (max-width: 960px) and (min-width: 500px){
    #openweathermap-widget{
        transform: scale(0.8);
        /*right: 50px;
        top: 80px;*/
        right: -15px;
    }
    .widget-right__header {
        display: none!important;
    }
  }

  @media screen  and (max-width: 500px){
    #openweathermap-widget{
        left: 50%;
        transform: translate(-50%, 0);
        right:auto;
        top: 10px;
    }
    .widget-right__header {
        display: none!important;
        
    }
    .weather-right__table tbody{
        display: flex;
    }
    .weather-right__table tbody tr{
        display: flex;
        margin-right: 7px;
    }
    .weather-right__item:first-child {
        padding-right: 19px;
        display: none;
        /* min-width: 50px; */
    }
    .weather-right__temperature{
        font-size: 17px;
        letter-spacing: 0px;
    }
    .weather-right--type1:first-of-type {
        width: 200px;
    }
    .weather-right__table{
        font-size: 11px;
    }
  }