 .weather {
     border-bottom: 1px dashed #d9d9d9;
     padding-bottom: 8px;
     margin-right: 15px;
 }

 .weather .time-d {
     font-weight: 500;
     font-size: 14px;
     line-height: 18px;
     color: #565656;
     margin-bottom: 4px;
 }

 .weather .content {
     display: flex;
     align-items: center;
 }

 .box-weather {
     position: relative;
 }

 .box-weather .label-weather {
     min-height: 22px;
 }

 .weather .content .add {
     font-family: 'Roboto';
     font-style: normal;
     font-weight: 700;
     font-size: 13px;
     line-height: 16px;
     color: #565656;
     margin-right: 4px;
     cursor: pointer;
 }

 C {
     font-size: 17px;
     line-height: 18px;
     color: #565656;
     /* margin-left: 8px; */
     margin-right: 11px;
 }

 .weather .content .icon {
     position: relative;
     top: -1px;
     display: inline-flex;
 }

 .box_weathers {
     display: none;
     background: #fff;
     width: 100%;
     height: 0;
     position: absolute;
     overflow: hidden;
     overflow-y: auto;
     top: 100%;
     transition: all .2s;
     font-size: 13px;
     right: 0;
     box-sizing: border-box;
     box-shadow: 0 0 24px rgba(0, 0, 0, .16);
     border-radius: 6px;
     z-index: 9;
     scrollbar-color: #565656;
     scrollbar-width: thin;
 }

 .box_weathers.active {
     display: block;
     height: auto;
 }

 .box_weathers .search_city {
     width: 100%;
     padding: 10px 40px 10px 10px;
     outline: none;
     border: none;
     background-color: #f7f7f8 !important;
     background: url(https://static-tuoitre.tuoitre.vn/tuoitre/web_images/Union.svg) 97% 10px no-repeat;
 }

 .box_weathers ul {
     padding: 0;
     margin: 0;
     list-style: none;
 }

 .box_weathers ul li {
     width: 100%;
     padding: 13px 14px 13px 10px;
     border-bottom: 1px solid rgba(225, 225, 240, .5);
     box-sizing: border-box;
     cursor: pointer;
 }

 .box_weathers.active .label {
     display: flex;
     align-items: center;
     font-style: normal;
     font-weight: normal;
     font-size: 14px;
     line-height: 16px;
     text-align: right;
     text-transform: capitalize;
     color: #3b4e68;
 }

 /* giÃ¡ vÃ ng */
 .GiaVangVietNam-Shared-Widget-widget-header {
     display: inline-block;
     font-weight: 700;
     text-transform: uppercase;
     padding: 10px 30px 10px 0px;
     margin-top: 0px;
     border: 0;
     font-family: var(--font-family-key);
     margin-top: -15px;
 }

 .GiaVangVietNam-Shared-Widget-sjc table {
     background: #cecece2b;
     border-radius: 5px;
     overflow: hidden;
 }

 .GiaVangVietNam-Shared-Widget-widget-header a {
     font-size: 116%;
     text-transform: capitalize;
     color: #b90000;
 }

 .GiaVangVietNam-Shared-Widget-sjc table th, .GiaVangVietNam-Shared-Widget-sjc table td a {
     color: #b90000;
 }

 .GiaVangVietNam-Shared-Widget-sjc table tr:hover td {
     background-color: #b90000;
     color: #fff;
 }

 .GiaVangVietNam-Shared-Widget-sjc table tr:hover td a {
     color: #fff;
 }

 .GiaVangVietNam-Shared-Widget-sjc table th, .GiaVangVietNam-Shared-Widget-sjc table td {
     padding: 7px 10px;
     border: none;
 }

 .GiaVangVietNam-Shared-Widget-copyright {
     display: none;
 }

 @media(max-width: 767px) {
     .weather {
         margin: 0px;
     }

     .weather .time-d {
         float: left;
         margin-top: 6px;
         font-size: 84%;
     }

     .box-weather {
         /* margin-top: -12px; */
         margin-bottom: 10px;
     }

     .weather .content .icon img {
         max-width: 30px;
     }

     .box-weather .label-weather {}

     .weather .content {
         justify-content: right;
     }
     .weather .content .add,.weather .content .add{
         font-size: 80%;
     }
 }