@import "reset.css";
@import "fonts.css";
#back-to-top{
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 999;
    opacity: 0;
    width: 40px;
    height: 40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:opacity ease 0.3s;
}
#back-to-top.show{opacity:1;}
header {
    background-color: #000000;
}
header, header a {color: #fefefe;}
.header-top {
    padding: 20px 0;
}
.social a {
    margin-right: 12px;
}
.search button, .search input {
    background: transparent;
    border: none;
    color: #fefefe;
    height: 42px;
}
.search form {
    border-bottom: 1px solid #fefefe;
}
.header-bottom {margin-top: 10px}
.main-nav > li {
    margin-right: 35px;
    position: relative;
}
.main-nav > li:last-child {
    margin-right: 0;
}
.main-nav > li > a {
    border-bottom: 1px solid transparent;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}
.main-nav > .active > a, .main-nav > a:hover {
    border-bottom-color: #fefefe;
    color: #fefefe;
}
.main-nav .sub-menu {
    background: #000;
    position: absolute;
    left: 0;
    top: 27px;
    z-index: 999;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}
.main-nav .sub-menu li a {
    border-bottom: 1px dashed #464646;
    display: block;
    font-family: 'Playfair Display';
    font-size: 15px;
    padding: 10px 15px;
}
.main-nav .sub-menu li:last-child a {
    border-bottom: 1px solid #fff;
}
.main-nav li:hover .sub-menu {
    top: 37px;
    opacity: 1;
    visibility: visible;
}
.slider-banner .item a {
    display: block;
}
.slider-banner .slick-arrow {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 70px;
    font-size: 24px;
    color: #fefefe;
}
.slider-banner .previous {
     left: 0;
 }
.slider-banner .next {
    right: 0;
}
.slick-slider {margin: 0}
.text-abs {
    background-color: rgba(19, 20, 20, 0.8);
    bottom: 0;
    color: #ffffff;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 24px 30px;
}
.text-abs h2 {
    margin-bottom: 15px;
}
.text-abs h2 a {
    color: #fff;
    font-size: 20px;
}
.text-abs .desc {font-weight: 300}
.news-slide .item {
    padding: 0 10px;
}
.news-slide {
    margin: 0 -10px;
}
.block-style-2 h3 {margin-top: 10px}
.block-style-2 h3 a {
    color: #0a0a0a;
    font-family: 'Prompt';
    font-size: 14px;
    font-weight: 500;
}
.news-slide .slick-arrow {
    border-radius: 50%;
    border: none;
    font-size: 12px;
    position: absolute;
    top: 48px;
    z-index: 2;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    background-color: #000000;
    color: #fff;
}
.news-slide .slick-arrow:hover {
    background-color: #000000;
    color: #fff;
    opacity: 1;
}
.news-slide .previous {
    left: -4px;
}
.news-slide .next {
    right: -4px;
}
.title-index {
    background: url("../images/bg-title.png") no-repeat right center;
    color: #fff;
    font-family: 'PlayfairDisplay';
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.title-index-left {
    background-position: left center;
    margin-bottom: 60px;
}
.block-style-11 .text-abs {
    background: #fff;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.1);
    padding: 8px 15px;
    left: 8px;
    right: 8px;
    bottom: -25px;
}
.block-style-11 .text-abs h2 {
    margin-bottom: 0;
}
.block-style-11 .text-abs h2 a {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.block-style-3 .news-image {
    flex: 0 0 98px;
    max-width: 98px;
    margin-right: 10px;
}
.block-style-3 .news-image img {
    /*height: 80px;*/
    object-fit: cover;
}
.block-style-3 h5 a {
    color: #3a3a3a;
    font-family: 'Prompt';
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
}
.block-style-3 {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
}
.block-style-3:last-child {
    border: none;
}
.news-tab .nav-tabs .nav-item {
    flex: 1;
    margin-bottom: -2px;
    text-align: center;
}
.news-tab .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #acacac;
    font-family: 'PlayfairDisplay';
    font-size: 25px;
    padding: 10px;
    position: relative;
}
.news-tab .nav-link.active {
    border-bottom-color: #000000;
    color: #010101;
    font-weight: bold;
}
.news-tab .nav-link.active:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -21px;
    left: calc((100% - 12px) / 2);
    font-size: 22px;
    z-index: 2;
}
.news-tab .tab-pane {
    margin-top: 60px;
}
.news-tab .nav-tabs {
    border-bottom: 2px solid #dcdcdc;
}
.block-style-42 {
    margin-top: 60px;
}
.block-style-4 h2 {
    margin-bottom: 15px;
    margin-top: -8px;
}
.block-style-4 h2 a {
    font-size: 24px;
    line-height: 1.33;
    color: #010101;
}
.block-style-4 .desc {
    color: #484848;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}
.time {
    font-style: italic;
    margin-bottom: 20px;
}
.time i {margin-right: 5px}
.block-style-42 h2 a {
    font-size: 20px;
}
.view-button {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: -24px;
    text-align: center;
}
.view-button a {
    width: 42px;
    height: 42px;
    background-color: #000000;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}
.block-style-42 .view-button {
    bottom: -18px;
}
.block-style-42 .view-button a {
    height: 36px;
    width: 36px;
}
.right-first0 .block-style-42 {
    margin: 0 0 30px 0;
}
.blur-image {overflow: hidden; display: none}
.blur-image img {
    /*webkit-filter: blur(3px);*/
    /*filter: blur(3px);*/
}
.noblur-image a, .noblur-image a img, .block-style-5 img {width: 100%}
.noblur-image {
    /*border: solid 2px #ffffff;*/
    position: static;
    /*!*left: 35px;*!*/
    /*!*right: 35px;*!*/
    /*!*top: 35px;*!*/
    /*bottom: 35px;*/
    /*z-index: 2;*/
}
.blur-title {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 100px;
    padding: 35px 45px;
}
.blur-title h4 {
    margin-bottom: 0;
}
.blur-title a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: justify;
}
.block-style-51 .noblur-image {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}
.block-style-51 .blur-title {
    padding: 30px;
}
.block-style-51 .blur-title {
    bottom: 55px;
}
.block-style-5 .blur-image img {
    height: 800px;
}
.block-style-51 .blur-image img {
    height: 385px;
}
.block-style-5 .noblur-image a,
.block-style-5 .noblur-image a img {height: 100%}
.block-style-51 .noblur-image a img {object-fit: cover}
.view-most h2 {
    color: #000000;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.tags a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 3px;
    border: solid 1px #d0d0d0;
    color: #d0d0d0;
    font-size: 15px;
    font-weight: 300;
    padding: 0 15px;
    margin: 0 15px 15px 0;
}
.tags a:hover {
    background: #000;
    border: solid 1px #000;
    color: #fff;
}
.tags .desc {
    font-size: 15px;
    font-weight: 300;
}
footer a {
    color: #fff;
}
footer {
    background: #000;
    color: #ffffff;
}
.reserved {
    border-top: 1px solid #4f4f4f;
    font-weight: 300;
    font-size: 15px;
    padding: 30px 0;
}
.com-info li {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
}
.com-info li i {
    margin: 5px 15px 0 0;
}
.logo-footer {margin-bottom: 30px}
.footer-top .social {
    margin-top: 30px;
}
.footer-top .social a {
    width: 26px;
    height: 26px;
    background-color: #292929;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ft-2 h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 40px;
    text-transform: uppercase;
}
.ft-2 li a {
    font-size: 15px;
    font-weight: 300;
}
.ft-2 li i {
    margin-right: 10px;
}
.cate-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cate-ul li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
}
.box-newsletter {
    border: 1px solid #fff;
    display: inline-block;
    margin-bottom: 50px;
    padding: 7px;
}
.box-newsletter button {
    background: #fff;
    border: none;
    color: #000;
    font-family: 'PlayfairDisplay';
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    padding: 0 20px;
}
.box-newsletter:hover {
    background: #fff;
}
.box-newsletter:hover button {
    background: #ff0000;
    color: #fff;
}
.title-index-xnh {font-size: 20px}
.pagi li {
    margin-left: 15px;
}
.pagi li a {
    border: 1px solid #ebebeb;
    color: #cfcfcf;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}
.pagi li.active a, .pagi li:hover a {
    border-color: #000;
    color: #000;
    font-weight: bold;
}
.list-video .block-style-42 {
    margin: 0 0 60px 0;
}
.newspage-bottom .col-md-9 .block-style-42 {
    border-bottom: 1px dashed #ebebeb;
    margin: 0;
    padding: 30px 0;
}
.newspage-top-right .block-style-42 {
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding: 30px 0;
}
.newspage-top-right .block-style-42:first-child {
    padding-top: 0;
}
.newspage-top-right .block-style-42:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.newspage-top-right .block-style-42 h2 {
    height: 51px;
    overflow: hidden;
}
.newspage-top-right .block-style-42 .news-image img {
    /*height: 200px;*/
    width: 100%;
    object-fit: cover;
}
.tit {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    font-family: 'PlayfairDisplay';
    background: rgba(0, 0, 0, 0.6);
    bottom: 32px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
}
.block-style-6 h1 {
    margin-top: 30px;
}
.block-style-6 h1 a {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
}
#newsletter .modal-dialog {
    max-width: 800px;
}
#newsletter .modal-content {
    border: none;
    border-radius: 0;
}
#newsletter .modal-body {padding: 0}
.newsletter {
    background: url("../images/bg-popup.jpg") no-repeat center right;
    padding: 50px 40px;
}
.newsletter h2 {
    font-size: 20px;
    margin-bottom: 40px;
}
.label-f {
    color: #8e8e8e;
    flex: 0 0 122px;
    max-width: 122px;
    font-size: 15px;
    font-weight: 300;
}
.newsletter input {
    background: transparent;
    border: 1px solid #c7c7c7;
    height: 32px;
    padding: 5px 10px;
    width: 258px;
}
.newsletter input:focus {
    background: #fff;
    border-color: #fff;
}
.btn-letter {
    background: transparent;
    border: 1px solid #000;
    color: #fff;
    font-family: 'Playfair Display';
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
}
.btn-letter span {
    background: #000;
    padding: 10px 30px;
}
.btn-letter:hover span {
    background: transparent;
    color: #000;
}
.list-images .block-style-51 .noblur-image {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}
.list-images .block-style-51 .blur-title {
    padding: 20px;
}
.contact-article h1 {
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.contact-article .desc {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-article p {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 20px;
}
.contact-box h2 {
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.lh {
    font-size: 15px;
}
.lh i {
    margin-right: 5px;
}
.lh > div {
    border-bottom: 1px solid #c7c7c7;
    padding: 20px 0;
}
.lh > div:last-child {
    border: none;
}
.contact-form label, .contact-form input, .contact-form textarea {
    display: block;
    font-size: 15px;
    width: 100%;
}
.contact-form label {
    margin-bottom: 15px;
}
.contact-form input {
    border: 2px solid #e5e5e5;
    border-radius: 3px;
    height: 40px;
    padding: 5px 10px;
}
.form-item {
    margin-bottom: 20px;
}
.contact-form textarea {
    border: 2px solid #e5e5e5;
    border-radius: 3px;
    height: 110px;
    padding: 10px;
}
.contact-form input:focus, .contact-form textarea:focus {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
}
.font-25 {font-size: 25px}
.video-content p {
    color: #424242;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 20px;
    text-align: justify;
}
.block-style-2 .news-image img, .block-style-2 .news-image a {width: 100%}
.like-share {
    left: -45px;
    top: 45px;
    bottom: 0;
    z-index: 2;
}
.like-share button {
    width: 40px;
    height: 40px;
    background-color: #4267b2;
    border-radius: 50%;
    border: none;
    color: #fff;
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
.like-share button:hover {
    background: #000000;
}
.view-2 {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    align-items: center;
    justify-content: center;
    display: none;
}
.view-2 span {
    display: inline-flex;
    width: auto !important;
    color: #fff;
    font-size: 24px;
}
.related .news-image {display: flex; width: 100%}
.related .block-style-2:hover .view-2 {display: flex}
.related .block-style-2 h3 a {text-transform: uppercase; font-family: 'Playfair Display'; font-weight: bold; font-size: 18px}
.comment img {
    width: 100%;
}
.related .news-slide .slick-arrow {
    top: 30%;
}
.related .image-related .slick-arrow {
    top: 40%;
}
.item-nav-cache {
    padding: 15px 0;
}
.item-nav-cache img {
    /*height: 228px;*/
    width: 100%;
    object-fit: cover;
}
.slider-nav {
    margin:  -15px 0;
}
.block-style-1 > a, .block-style-1 > a > img ,
.block-style-4 .news-image, .block-style-4 .news-image > img {
    object-fit: cover;
    width: 100%;
}

/*.block-style-1 img {*/
    /*height: 360px;*/
/*}*/
/*.block-style-2 img {*/
    /*height: 120px;*/
/*}*/
/*.block-style-3 .news-image img {*/
    /*width: 100%;*/
/*}*/
/*.block-style-41 img {*/
    /*height: 430px;*/
/*}*/
/*.block-style-42 img {*/
    /*height: 200px;*/
/*}*/
/*.box-r .block-style-1 img {*/
    /*height: 146px;*/
/*}*/
/*.list-video .block-style-42 img {*/
    /*height: 282px;*/
/*}*/
.slider-for1 .slick-arrow {
    display: none !important;
}