@font-face{
    font-family: "9Slide05-SANTARITA";
    src: url('../fonts/9Slide05-SANTARITA.ttf');
}
/* hero image */
.hero__news-bg{
    height: 70vh;
    margin-top: 0;
}
.hero__news-bg figure{
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.hero__news-bg figure::before{
    padding-top: unset;
}
.hero__news-bg figure > img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: fill;
    -o-object-fit: fill;
}

.news__image-info{
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    position: absolute;
}
.news__image-caption:focus{
    outline: none;
}
.news__image-caption{
    font-size: 135.46px;
    font-family: "9Slide05-SANTARITA";
    border-top: 8px solid #fff;
    margin: 0px auto -25px;
    width: min-content;
    text-indent: -50px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    padding: 0 20px 0 40px;
    line-height: 190px;
}
.news__image-caption::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 72px;
    background-color: #fff;
}
.news__image-caption::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 30px;
    background-color: #fff;
}
.news__image-caption svg{
    position: absolute;
    bottom: 22px;
    left: 0;
}
.news__image-caption-border--hide{
    font-size: 135.46px;
    font-family: "9Slide05-SANTARITA";
    border-bottom: 8px solid #fff;
    margin: auto;
    width: min-content;
    height: 70px;
    text-indent: -50px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    padding: 0 20px 0 40px;
    cursor: default;
    color: transparent;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                        supported by Chrome and Opera */
}
.news__image-caption-border--hide::-moz-selection{ background: transparent; }
.news__image-caption-border--hide::selection{ background: transparent; }
.news__image-caption-border--hide::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 70px;
    background-color: #fff;
}
.news__image-caption-border--hide::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 70px;
    background-color: #fff;
}
.news__image-price{
    font-size: 30px;
    font-weight: 700;
}
.news__image-duration{
    font-size: 17.14px;
    font-weight: 400;
    margin-bottom: -20px;
    padding-top: 10px;
    letter-spacing: 4px;
}

/* section news list */
.news-list__top .news-large__inner{
    display: flex;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    overflow: hidden;

    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.news-list__top .news-large:hover .news-large__inner{
    transform: translate3d(0, -2px, 0);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.6);
}
.news-list__top .news-large__inner .news-large__info{
    position: relative;
    padding: 22px 30px 27px;
}
.news-list__bottom .news-bottom__inner .news-bottom__info{
    position: relative;
    display: flex;
    flex-direction: column;
}
.news-list__top .news-large__inner .news-large__image{
    flex: 0 0 65%;
}
.news-list__top .news-large__inner .news-large__image figure{
    height: 410px;
    position: relative;
}
.news-list__top .news-large__inner .news-large__image figure > img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    -o-object-fit: cover;
}
.news-list__top .news-large__inner .news-large__image figure::before{
    padding-top: unset;
}
.news-list__bottom .news-bottom__inner .news-bottom__read-more{
    display: flex;
    flex: 1;
    align-items: flex-end;
}
.news-list__top .news-large__inner .news-large__title h3,
.news-list__bottom .news-bottom__inner .news-bottom__title h3{
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color-one);
}
.news-list__top .news-large__inner .news-large__time,
.news-list__bottom .news-bottom__inner .news-bottom__time{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #b0b0b0;
    margin-bottom: 22px;
}
.news-list__top .news-large__inner .news-large__time svg,
.news-list__bottom .news-bottom__inner .news-bottom__time svg{
    fill: #b0b0b0;
    height: 18px;
    width: 18px;
    margin-right: 3px;
    vertical-align: sub;
}
.news-list__top .news-large__inner .news-large__summary,
.news-list__bottom .news-bottom__inner .news-bottom__summary{
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    height: auto;
    max-height: 188px;
    overflow-y: hidden;
}
.news-list__bottom .news-bottom__inner .news-bottom__summary *{
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    pointer-events: none;
    text-decoration: none;
    font-style: normal;
    color: #2C2D3F;
}
.news-list__top .news-large__inner .news-large__read-more a,
.news-list__bottom .news-bottom__inner .news-bottom__read-more a{
    color: #008df2;
    color: var(--theme-color-one);
    display: block;
    border-radius: 6px;
    width: 198px;
    height: 45px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
}
.news-list__top .news-large__inner .news-large__read-more a:hover,
.news-list__bottom .news-bottom__inner .news-bottom__read-more a:hover{
    color: white;
}
.news-list__top .news-large__inner .news-large__read-more a{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 30px;
}
.news-list__top .news-medium__list{
    margin-top: 42px;
}
.news-list__top .news-medium__list .col-item{
    padding: 0 10px;
    margin-bottom: 0px !important;
}
.news-list__top .news-medium__list .news-medium__item-inner{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid transparent;
}
.news-list__top .news-medium__list .news-medium__item-inner figure{
    display: flex;
    align-items: flex-end;
    position: relative;
}
.news-list__top .news-medium__list .news-medium__item-inner figure > img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    -o-object-fit: cover;
}
.news-list__top .news-medium__list .news-medium__item-inner figure figcaption{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 22px;
    padding: 10px 0 3px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 100%;
}
.news-list__top .news-large-aside #search-form button{
    background-color: transparent;
    border-color: #ced4da;
    border-left-color: transparent;
    padding: 5px 10px;
}
.news-list__top .news-large-aside #search-form button svg{
    height: 23px;
    width: 23px;
    fill: var(--theme-color-one);
}
.news-list__top .news-large-aside #search-form button:focus{
    box-shadow: none;
}
.news-list__top .news-large-aside #search-form input{
    border-right-color: transparent;
}

.news-list__top .news-large-aside #search-form ::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
}
.news-list__top .news-large-aside #search-form ::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
}
.news-list__top .news-large-aside #search-form :-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
}
.news-list__top .news-large-aside #search-form :-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
}
.news-list__top .news-large-aside #search-form input:focus{
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
    border-right-color: transparent;
}
.news-list__top .news-large-aside .news-large-aside__ads-block{
    display: flex;
    position: relative;
}
.news-list__top .news-large-aside .news-large-aside__ads-block::before{
    content: '';
    display: block;
    padding-top: 90%;
}
.news-list__top .news-large-aside .news-large-aside__ads-block-inner{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.news-list__top .news-large-aside .news-large-aside__ads-block-inner figure{
    position: relative;
    height: 100%;
    width: 100%;
}
.news-list__top .news-large-aside .news-large-aside__ads-block-inner figure > img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    -o-object-fit: cover;
}
.news-list__top .news-large-aside .news-large-aside__ads-block-inner figure::before{
    padding-top: unset;
}
.news-list__top .news-large-aside .aside__title{
    text-align: center;
}
.news-list__top .news-large-aside .aside__title h3{
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.news-list__top .news-large-aside .aside__title h3::after{
    content: '';
    display: block;
    height: 3px;
    width: 80px;
    background-color: var(--theme-color-two);
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -10px;
}
.news-list__top .news-large-aside .aside__list-post ul{
    padding-inline-start: 0;
    list-style: none;
}
.news-list__top .news-large-aside .aside__list-post ul > li{
    background-color: #f4f4f4;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-list__top .news-large-aside .aside__list-post ul > li > a{
    display: flex;
    color: #2c2d3f;
}
.news-list__top .news-large-aside .aside__list-post ul > li > a h4{
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    max-height: 32px;
    overflow: hidden;
}
.news-list__top .news-large-aside .aside__list-post .aside__post-title{
    padding: 15px;
}
.news-list__top .news-large-aside .aside__list-post ul > li > a figure{
    flex: 0 0 59px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.news-list__top .news-large-aside .aside__list-post ul > li > a figure > img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    -o-object-fit: cover;    
}
.news-list__top .news-large-aside .aside__view-more{
    margin-top: 25px;
}
.news-list__top .news-large-aside .aside__view-more .view-more{
    width: 100%;
    height: 46px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.news-list__top .news-large-aside .aside__view-more .view-more svg{
    height: 12px;
    width: 10px;
    fill: #fff;
    margin-left: 10px;
}
.news-list__bottom .news-bottom__inner{
    padding-inline-start: 0;
    list-style: none;
}
.news-list__bottom .news-bottom__inner li{
    margin-bottom: 40px;
}
.news-list__bottom .news-bottom__inner .news-bottom__image figure{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 3px #efefef;
    position: relative;
}
.news-list__bottom .news-bottom__inner .news-bottom__image figure > img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: fill;
    -o-object-fit: fill;
}
.news-list__bottom .news-bottom__inner .news-bottom__image figure::before{
    padding-top: 62.5%;
}
.news-list__bottom .view-more{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    border-radius: 6px;
}
.news-list__bottom .view-more svg{
    fill: #fff;
    height: 16px;
    margin-left: 10px;
    width: 11px;
    vertical-align: baseline;
}

/* section news category tab */
.news-category-list__inner{
    border-radius: 10px;
    box-shadow: 0px 3px 5px 2px #d2d2d2;
    overflow: hidden;
}
.news-category-list__inner .tab-content{
    max-height: 570px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 30px 40px;
    margin-right: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-category-list__inner .nav-tabs__outer{
    background-color: #efefef;
    padding: 0 70px;
    margin-bottom: 3px;
}
.news-category-list__inner .nav-tabs__outer #news-list-tab{
    display: flex;
    justify-content: space-around;
}
.news-category-list__inner .nav-tabs__outer #news-list-tab li{
    display: flex;
    flex: 0 0 250px;
}
.news-category-list__inner .nav-tabs__outer #news-list-tab li > a{
    flex: 1;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
    color: #7f7f7f;
    font-weight: 600;
    text-transform: uppercase;
}
.news-category-list__inner .nav-tabs__outer #news-list-tab li > a.active{
    background-color: #e9e9e9;
    color: var(--theme-color-two);
}
.news-category-list__inner .nav-tabs__outer #news-list-tab li > a::after{
    content: '';
    display: block;
    background-color: var(--theme-color-two);
    height: 2px;
    width: 0%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;

    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.news-category-list__inner .nav-tabs__outer #news-list-tab li > a:hover::after{
    width: 50%;
}
.news-category-list__inner .nav-tabs__outer #news-list-tab li > a.active::after{
    width: 100%;
}
.news-category-list__inner .news-item{
    margin-top: 40px;
}
.news-category-list__inner .news-item a{
    color: #fff;
}
.news-category-list__inner .news-item a > figure{
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    display: flex;
    position: relative;
}
.news-category-list__inner .news-item a > figure > img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: fill;
    -o-object-fit: fill;
}
.news-category-list__inner .news-item a > figure::before{
    padding-top: 76%; 
}
.news-category-list__inner .news-item .news-category-title{
    display: flex;
    flex: 1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
    align-items: flex-end;
    padding: 20px 40px;
    z-index: 1;
}
.news-category-list__inner .news-item .news-category-title h3{
    font-size: 18px;
    font-weight: 600;
}
