/* CSS Document */




html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color:#222;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
	color:#222;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	transition:0.4s;
}
a:hover{text-decoration:none;}
a:focus{outline:none;}
img{max-width:100%;height:auto;transition:0.4s;}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
input:focus,select:focus{outline:none;}
p{line-height: 23px;}
/*MB*/
/*#wrapper-mb{overflow:hidden;width:450px;max-width:100%;margin:0 auto;box-shadow: 2px 2px 15px #eaeaea;}*/

.mb{display: none;}
.col-bottom{margin-bottom: 30px;}
.col-bottom-80{margin-bottom: 80px;}
.col-padding {padding: 30px 0px;}

/*body{background:url(img/bkg-body);}*/


#mainmenu {
    padding: 0;
    position: relative;
    /* box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4); */
    /* -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4); */
    /* -moz-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4); */
    /* -o-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4); */
}

#mainmenu .navbar-expand-lg {
    padding: 0;
}

#mainmenu .navbar-brand {
    padding: 15px 0;
    margin: 0;
}

#mainmenu .navbar-brand img {
    display: block;
}

#navbarmenu ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

#navbarmenu ul li {
    display: inline-block;
}

#navbarmenu ul li a {
    padding: 0px 30px;
    min-height: 66px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--family-VNF) !important;
}

#navbarmenu ul li a.btntd span {
    display: block;
    position: relative;
    padding-left: 30px;
    text-align: left;
}

#navbarmenu ul li a.btntd span:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 35px;
    background: url(images/icon-phone.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 2px;
}

#navbarmenu ul li a.btndk {
    padding-right: 0;
}

#navbarmenu ul li a.btndk span {
    display: block;
    padding: 4px;
    --border-size: 4px;
    --border-angle: 0turn;
   /* background-image: conic-gradient(from var(--border-angle), transparent, transparent), conic-gradient(from var(--border-angle), transparent 30%, #00d0d4, #abfdfe);
    background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;*/
    background-position: center center;
    background-repeat: no-repeat;
    animation: bg-spin 15s linear infinite;
    border-radius: 15px;
}

@keyframes bg-spin {
    to {
        --border-angle: 10turn;
    }
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

#navbarmenu ul li a.btndk span img{display:block;}

#navbarmenu ul li a.logo img {
    display: block;
}

#navbarmenu ul li a:hover,
#navbarmenu ul li a.current {
    color: #01babd;
}

#navbarmenu ul li .dropdown-menu {
    padding: 0;
    margin: 0;
}

#navbarmenu ul li .dropdown-menu a {
    padding: 13px 20px;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
}

#navbarmenu ul li .dropdown-menu a:focus {
    background: #fff;
}

.navbarmb .navbar-toggler {
    border: none;
    padding: 0;
    display: block;
    float: right;
}
.navbarmb .navbar-toggler .navbar-toggler-icon {
    color: #6be3e1;
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin-top: 6px;
    margin-left: 5px;
}

.navmb .navbar-box {
    background: #fff;
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: translate(-110%, 0px);
    transition: all 0.6s ease-in-out 0s;
    -ms-transform: translate(-110%, 0px);
    -webkit-transform: translate(-110%, 0px);
    overflow: auto;
    display: none;
}

.navmb.active .navbar-box {
    transform: translate(0, 0px);
    transition: all 0.6s ease-in-out 0s;
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
}


.navmb.active .navbg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}

.navbarmb {
    background: #fff;
    padding: 8px 0 8px;
}

.navbarmb .navbar-brand {
    padding: 0;
    margin: 0;
}

.navbarmb button:focus {
    outline: none;
}

.navbarmb .col-md-3:first-child {
    text-align: left;
}

.navbarmb .col-md-3:last-child {
    text-align: right;
}

.navbarmb .col-md-6 {
    text-align: center;
}

.navbarmb .col-md-6 img {
    height: 50px;
}

.navbarmb .col-md-3:last-child img {
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
}

.navbarmb h1 {
    margin: 0;
}

.navbarmb .navbar-toggler {
    border: none;
    padding: 0;
    display: block;
    float: left;
}

.navbarmb .navbar-toggler .navbar-toggler-icon {
    color: #6be3e1;
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin-top: 6px;
    margin-left: 5px;
}

.navmb .navbar-brand {
    display: block;
    margin: 0;
    padding: 15px 20px;
    text-align: center;
}

.navmb .navbar-nav {
    border-top: 3px solid #01babd;
}

.navmb .navbar-nav li {
    display: block;
    border-bottom: 1px solid #dfdfdf;
}

.navmb .navbar-nav li a {
    display: block;
    color: #333;
    text-transform: uppercase;
    padding: 13px 20px 11px;
    line-height: 1.3;
    font-size: 15px;
    font-family: var(--family-VNF) !important;
}

.navmb .navbar-nav li:first-child a {
    padding-top: 14px;
}

.navmb .navbar-nav li:last-child {
    border-bottom: none;
}

#header-mb.menu-fix {
    position: fixed;
    width: 430px;
    max-width: 100%;
    top: 0;
    background: #fff;
    z-index: 99;
    border-bottom: 2px solid rgb(242 242 242 / 0.8);
}

.phone-mb {
    float: right;
    padding-top: 5px;
}
.phone-mb img {
    width: 40px;
    height: 40px;
}
.logo-mb {
    padding-top: 10px;
}

/*.home-1,
.home-2,
.home-4,
.home-5,
.home-6,
.home-7,
.banner-home {background: #e8f1f8}
*/
.ctabtn button{ display: inline-block; border: none}
.ctabtn button span{ position: absolute; left: 30px; top:10px; line-height: 30px; color: #fff; font-family: var(--family-Bold); font-size: 18px;  }
.ctabtn img{ width: 200px; }

#sec3{ background: url(imgs/bg31.jpg) top center no-repeat #e6f8f8; }
#sec4{ background: #e7fafa;}
.text41 span{ line-height: 1.4; font-size: 120%; text-transform: uppercase; padding-bottom: 10px; background: url(imgs/line.png) no-repeat bottom center; margin-bottom: 25px;} 
.text41 span b{ font-size: 140%;}
#sec7{ background: #e7fafa;}



.video-home .video-modal img {width: 100%;}
.video-home .video-modal div:after {
    content: "";
    display: inline-block;
    width: 90px;
    height: 90px;
    background: url(images/play-video.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -25px;
    z-index: 2;
}


.home-5 {background: url(images/bkg-5-update.png) no-repeat;padding: 0px 0px 75px;background-size: 100%;}

.img-two-ghep {
    margin-top: -15%;
}
.img-img {
    margin-top: 100px;
}

.row-cn h4 {font-family: var(--family-Bold) !important;text-align: center;padding-top: 10px;}
.row-cn .giay-cn img {width: 100%;}
.row-cn .col-3 {padding: 0px 30px;}

.home-5 .title-home {
    margin: 30px 0px;
}

.list-newspapers {padding-top: 20px;}
.list-newspapers {background-size: 100%;height: 120px;}
.list-newspapers .owl-nav {display: block !important;}
.list-newspapers .owl-prev {top: 10px;position: absolute;left: -10px;}
.list-newspapers .owl-next {top: 10px;position: absolute;right: -10px;}
.list-newspapers .owl-next i,
.list-newspapers .owl-prev i {color: #00e4ff;font-size: 60px;}




.form-home-form {
    background-image: linear-gradient(to right, #c2edee 35%, #bae6f7 65%);
    padding: 30px;
    border-radius: 30px;
    border: 2px solid #fff;
}



.form-home-form select,.form-home-form input {
    width: 100%;
    height: 45px;
    background: #fff;
    border: 1px solid var(--color-hover);
    margin-bottom: 10px;
    padding: 0px 15px;
}

.form-home-form input::placeholder{color: var(--color-hover);font-weight: bold;}

.form-home-form input[type=radio] {
    width: 3%;
    margin-top: 10px;
}

.form-home-form label {font-family: var(--family-Bold) !important;}
.form-home-form .wpcf7-list-item {
    font-family: var(--family-Bold) !important;
}
.form-home-form .wpcf7-list-item.first {
    margin-bottom: -30px;
    font-family: var(--family-Bold) !important;
}
.form-home-form .form-submit {
    display: block;
    width: 455px;
    height: 87px;
    background: url(images/bkg-btn.png) no-repeat;
    text-align: center;
    line-height: 92px;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    animation: pulse 1.5s infinite;
    border: 0px;
    margin: 0px auto;
    font-family: var(--family-Bold) !important;
}
.title-form h3 {
    color: var(--color-hover);
    font-family: var(--family-Bold) !important;
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.logo-footer {margin-bottom: 30px;}

.info p {margin-bottom: 1.3em;}
.info p span {
    display: block;
    font-weight: 700;
    color: var(--color-hover);
    margin-bottom: 3px;
    text-transform: uppercase;
    font-family: var(--family) !important;
}

.info a {
    color: #222;
    font-size: 18px;
}
.menu-footer {
    padding: 0px;
}
.menu-footer ul li {
    border-bottom: 1px solid #dbdbdb;
    max-width: 100%;
    margin-bottom: 1.3em;
    list-style: none;
}
.menu-footer ul li a {
    padding-bottom: 10px;
    display: inline-block;
    color: var(--color-hover)!important;
    font-family: var(--family-VNF)!important;
    text-transform: uppercase;
    font-weight: 500;
}

.add-footer p {margin-bottom: 1.3em;}


.footer p.title-p {
    text-align: center;
    line-height: 30px;
}
p.title-p {
    font-family: var(--family-NanumBrushScript) !important;
    font-size: 30px;
    color: var(--color-hover);
    padding-top: 15px;
}

.add-footer span {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    font-family: var(--family-Bold) !important;
}
.content-left-footer .item {
    margin-bottom: 15px;
}
.content-left-footer .item a {
    color: #01babd;
}


#popup-form .modal-content {
    background: #01babd;
    background-size: 100%;
    color: #111;
    padding: 35px 30px 30px;
    max-width: 100%;
    border: none;
}
#popup-form .modal-header {
    border-bottom: 0;
    padding: 0;
}
#popup-form .modal-content .close {
    position: absolute;
    right: 32px;
    top: 36px;
    color: #111;
    font-size: 28px;
    background: #fff;
    opacity: 1;
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
    font-weight: 400;
}
#popup-form h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.3;
    text-shadow: 2px 0px 18px rgb(0 0 0 / 50%);
}

#popup-form .modal-body {
    padding: 0;
}
#popup-form select, #popup-form input[type="tel"], #popup-form input[type="text"], #popup-form input[type="email"] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
    border: none;
    background: #fff;
    border-radius: 2px;
    padding: 12px 15px;
    text-align: left;
    color: #111;
}

#popup-form input[type=radio] {
    width: 5%;
    margin-top: 1px;
    float: left;
    margin-right: 12px;
}

#popup-form input[type="submit"] {
    width: 219px;
    height: 63px;
    /*background: url(images/btnformpop1.png) no-repeat;*/
    background: var(--color-hover);
    border-radius: 30px;
    color: #fff;
    border: none;
    padding: 0;
    /*border-radius: 0;*/
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    margin-left: 40px;
}

#popup-form label {margin-bottom: 15px;color: #fff;font-family: var(--family-Bold) !important;}

#popup-form .wpcf7-list-item {margin-bottom: 15px;color: #fff;font-size: 13px;}


#videoModal1 .modal-content {background: transparent;}

#videoModal1 .modal-content .close {background: #fff;height: 25px;width:25px;border-radius: 50%;}


.chat-messenger {
    position: fixed;
    bottom: 50px;
    left: 15px;
    z-index: 9999;
}

#zalo-vr .phone-vr-circle-fill {
      box-shadow: 0 0 0 0 #2196F3;
      background-color: rgba(33, 150, 243, 0.7);
  }
  #zalo-vr .phone-vr-img-circle {
      background-color: #2196F3;
  }
  #viber-vr .phone-vr-circle-fill {
      box-shadow: 0 0 0 0 #714497;
      background-color: rgba(113, 68, 151, 0.8);
  }
  #viber-vr .phone-vr-img-circle {
      background-color: #714497;
  }
  #contact-vr .phone-vr-circle-fill {
      box-shadow: 0 0 0 0 #2196F3;
      background-color: rgba(33, 150, 243, 0.7);
  }
  #contact-vr .phone-vr-img-circle {
      background-color: #2196F3;
  }


  #zalo-vr {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99999;
}
/*phone*/
#zalo-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

  #zalo-vr .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;color: #fff;
}



.loading{position:relative;}
.loading input{text-indent:-25px;}
.loading i{position:absolute;color:#0db2c7;font-size:20px;right:22%;bottom:15px;}
.loading2{position:relative;width: 150px;height: 39px;margin: 0 auto;}
.loading2 i{position:absolute;color: #fff;font-size:20px;top: 10px;right: 18px;}
#process2{display:block;width:150px;height: 39px;background:#01babd;font-weight:500;font-size:16px;text-align:center;text-indent: -22px;margin: 0;line-height:39px;border-radius:30px;border:none;color:#fff;}
#thankyou{padding: 50px 0;text-align: center;}
#thankyou h2{font-size: 22px;margin-bottom: 15px;color:#01babd;}
#textads{background:#01babd;padding:8px 0;color:#fff;font-size:14px;position:fixed;left:0;bottom:0;width:100%;}
#fix-footer{display: flex;display: -webkit-flex;max-width: 100%;width: 100%;height: 60px;position: fixed;background: rgba(0,0,0,0.5);/* left: 0; */bottom: 0;z-index: 99;}
#fix-footer ul{list-style:none;display:inline-block;width:100%;margin:0;padding: 0;}
#fix-footer ul li{display:inline-block;width:50%;float:left;}
#fix-footer ul li a {-webkit-flex: 1;-ms-flex: 1;flex: 1;margin: 10px 0px 10px 15px;height: 40px;line-height: 40px;color: #fff;text-align: left;border-radius: 4px;font-size: 15px;font-weight: normal;text-transform: uppercase;padding-left: 20px;display: flex;align-items: center;}
#fix-footer ul li img {width: 10%;margin-right: 5px;}
#fix-footer ul li:nth-child(1) a{background: #01babd;box-shadow: 0px 3px 0px 0px #087778;}
#fix-footer ul li:nth-child(1) a img{width:14px;margin-right:8px;}
#fix-footer ul li:nth-child(2) a{background: #e23d3a;margin-right: 10px;box-shadow: 0px 2px 0px 0px #8f2725;}

@-webkit-keyframes won{to{box-shadow:0 0 0 10px rgba(232,76,61,0)}}@-moz-keyframes won{to{box-shadow:0 0 0 10px rgba(232,76,61,0)}}@-ms-keyframes won{to{box-shadow:0 0 0 10px rgba(232,76,61,0)}}@keyframes won{to{box-shadow:0 0 0 10px rgba(232,76,61,0)}}
@-webkit-keyframes won1{to{box-shadow:0 0 0 20px rgba(232,76,61,0)}}@-moz-keyframes won1{to{box-shadow:0 0 0 20px rgba(232,76,61,0)}}@-ms-keyframes won1{to{box-shadow:0 0 0 20px rgba(232,76,61,0)}}@keyframes won1{to{box-shadow:0 0 0 20px rgba(232,76,61,0)}}  
@media screen and (min-width: 1200px){
	.container{max-width: 1300px;}
}
@media screen and (max-width: 1850px){

}
@media screen and (max-width: 1600px){

}
@media screen and (max-width: 1440px){
}
@media screen and (max-width: 1200px){
	
}
@media screen and (max-width: 991px){
    .mb{display: none;}
    .PC{display: block;}
    
}
@media screen and (max-width: 768px){
	body{font-size:15px;}

    .PC{display: none;}
    .mb{display: block !important;}
	
}
@media screen and (max-width: 500px){	

    .col-bottom-80 {margin-bottom: 0px;}

    .title-home-1 h2 {font-size: 17px;padding: 0px 15px;}
    .title-home h2 {font-size: 25px;}

    .video-home .video-modal div:after {width: 65px;height: 65px;margin-left: -35px;margin-top: -55px;}


    .img-two-ghep {margin-top: 0%;}

    .list-newspapers {background: url(images/list-news-mb.png) no-repeat !important;background-size: 100% !important;padding-top: 15px;height: 75px}
    .list-newspapers .owl-next i, .list-newspapers .owl-prev i {font-size: 30px;}
    .list-newspapers .owl-prev,.list-newspapers .owl-next{top: 3px;}

    .form-home-form span.wpcf7-list-item-label {
        font-size: 11px;
    }
    .form-home-form .form-submit {
        width: 100%;
        height: 100%;
        line-height: 65px;
        font-size: 20px;
        background-size: 100%;
    }

    .menu-footer {
        padding: 15px;
    }
  
    .chat-messenger{ bottom: 130px;    right: 45px; left: auto; }
    .chat-messenger img{ width: 50px; }
}

@media screen and (max-width: 430px){
	
}
@media screen and (max-width: 420px){

    
}
@media screen and (max-width: 375px){

    .home-8 span.wpcf7-list-item-label {
        font-size: 10px;
    }
    .title-home-1 h2 {
        font-size: 15px;
        padding: 0px 15px;
    }
    .list-newspapers {height: 70px}

	

}
@media screen and (max-width: 360px){
	.home-8 span.wpcf7-list-item-label {
        font-size: 9px;
    }
    .title-home-1 h2 {
        font-size: 14px;
        padding: 0px 15px;
    }
    .list-newspapers {height: 65px}
}