@font-face {
    font-family: 'RedHatDisplay-Regular';
    src: url('../fonts/new-font/RedHatDisplay-Regular.ttf') 
}
@font-face {
    font-family: 'RedHatDisplay-SemiBold';
    src: url('../fonts/new-font/RedHatDisplay-SemiBold.ttf') 
}
@font-face {
    font-family: 'RedHatDisplay-Bold';
    src: url('../fonts/new-font/RedHatDisplay-Bold.ttf') 
}
@font-face {
    font-family: Verveine-Regular;
    src: url("../fonts/Verveine-Regular.ttf")format("truetype");
}
#main {
    background-color: #fff;
}
* {
    box-sizing: border-box;
}
.add-cart-floater {
    display: none;
}
.tring-news {
    margin-top: 69px;
}
.tring-news .blog-bg {
    background: black;
    height: 362px;
    display: flex;
    justify-content: left;
    padding: 72px 116px 0;
    border-top: 1px solid #3c3c3c;
}
.tring-news h1 {
    font-size: 52px;
    font-family: 'RedHatDisplay-SemiBold';
    color: #fff;
}
.tring-news b {
    font-family: 'RedHatDisplay-Bold';
    font-size: 17px;
}
.tring-news .slider-container {
    background-color: #f8f8f9;
    display: flex;
}
.tring-news .tring-news-slider{
    margin-top: -86px!important;
}
.tring-news .img-section img {
    min-height: 400px;
    max-height: 400px;
    max-width: 800px;
}
.tring-news .slick-slide img {
    border-radius: 0;
}
.tring-news .blog-description {
    display: flex;
    flex-direction: column;
    padding: 14px 42px;
    justify-content: center;
}
.tring-news .heading {
    font-size: 21px;
    font-family: 'RedHatDisplay-Semibold';
    margin: 12px 0;
    color: #1e1e1e;
    display: flex;
    align-items: center;
}
.tring-news div,.tring-news p,.tring-news span {
    line-height: normal;
    font-size: 16px;
    color:#4e545b;
    font-family: 'RedHatDisplay-Regular';
}
.tring-news .small-emoticon {
    height: 17px;
    width: 24px!important;
    margin-left: 4px;
    display: none;
}
.tring-news .next-arrow {
    height: 34px;
    width: auto!important;
    background-size: 100%;
    margin: 10px 0 0;
    transition:0.7s;
}
.tring-news .next-arrow:hover {
    transform:translateX(10px);
}
.tring-news-slider {
    visibility: hidden;
}
.tring-news-slider.slick-initialized {
    visibility: visible;
    margin: 0 80px;
}
.tring-news .slick-prev.slick-arrow,.tring-news .slick-next.slick-arrow {
    background: none;
    top: 222px;
}
.tring-news .slick-prev:before {
    right: 91px;
    position: absolute;
}
.tring-news .slick-next:before {
    left: 116px;
    position: absolute;
}
.slick-next:before, .slick-prev:before {
    color: #141414;
}
.tring-news .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #ffffff;
    color: #000;
    border:none;
}
.tring-news .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #dc0e0e;
    color: #000;
}
.tring-news .slick-dots li button:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f111";
    opacity: .25;
    color: #000;
    background-color: transparent;
}
.tring-news .slick-dots li {
    margin:0;
}
.tring-news .slick-dots li button:hover:before {
    border:none;
    background: transparent;
}
.tring-news .slick-dots li.slick-active button:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f0c8";
    color: #000;
    background-color: transparent;
    border:none;
}
.tring-news h1,.tring-news.detail-page .tring-news .blog-bg,.tring-news .blog-date,.tring-news .blog-head,.tring-news .blog-writer {
    animation-name: heading-animate;
    animation-duration: 4s;
    animation-duration: 2000ms;
}
@keyframes heading-animate {
    0% {
        transform:translateY(-100px);
   }
    100% {
        transform: translateY(0);
   }
}
.tring-news .about-news{
    animation-name: about-news;
    animation-duration: 4s;
    transition:0.7s;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-fill-mode: both;
    animation-duration: 1000ms;
    transition: all 400ms cubic-bezier(.215,.61,.355,1);
}
@keyframes about-news {
    0% {
        opacity: 0;
        transform: translateY(10%);
   }
    100% {
        opacity: 1;
        transform: translateY(0%);
   }
}
.tring-news .blog-description {
    animation-name: blog-description;
    animation-duration: 4s;
    transition:0.7s;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-fill-mode: both;
    animation-duration: 1000ms;
    transition: all 400ms cubic-bezier(.215,.61,.355,1);
}
@keyframes blog-description {
    0% {
        opacity: 0;
        transform: translateX(-60px);
   }
    100% {
        opacity: 1;
        transform: translateX(0);
   }
}
.tring-news .news-list {
    display: flex;
    flex-direction: column;
    margin: 80px;
}
.tring-news .list-item {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #e7e7e7;
    width: 80%;
    align-items: center;
    margin: auto;
}
.tring-news .about-news {
    margin: 80px;
    display: flex;
    flex-wrap: wrap;
    display: none;
   /* temporary hide the block : display: none;
    */
}
.tring-news .about-news.tring-room {
    display: flex;
}
.tring-news .box-layout {
    display: flex;
    background: #f8f8f9;
    align-items: center;
    padding: 25px;
    cursor: pointer;
    min-height: 190px;
    width: 100%;
}
.tring-news .box-data {
    padding-left: 30px;
}
.tring-news .list-item a {
    font-size: 18px;
    color: #464646 
}
.tring-news .list-item a:hover {
    color: #337ab7 
}
.tring-news .date {
    font-size: 12px;
    font-family: 'RedHatDisplay-SemiBold';
}
.tring-news .box-data img.next-arrow {
    margin-left: 7px;
    height: 20px;
    width: 20px;
    margin-top: 0;
}
.tring-news .box-data p:first-child {
    align-items: center;
    font-size: 20px;
    margin-bottom: 6px;
    font-family: 'RedHatDisplay-SemiBold';
}
.tring-news .card-box {
    padding: 0 5px 10px;
}
.tring-news .detail-banner {
    padding: 0 80px;
    margin-top: -86px;
}
.tring-news .detail-banner img{
    width: 100%;
    max-height: 500px;
    background-size: 100% 100%;
    
}
.tring-news .detail-description {
    padding: 80px;
    padding-right: 200px;
    display: flex;
}
.tring-news .news-desc p{
    font-size: 18px;
    line-height: 1.8;
    font-family: 'RedHatDisplay-SemiBold';
    margin-bottom: 40px;
}
.tring-news .description-heading{
    font-size: 24px;
    font-family: 'RedHatDisplay-Regular';
    margin: 0 0 20px;
    color: #464646;
}
.tring-news.detail-page .blog-bg {
    display: block;
}
.tring-news.detail-page .share {
    margin-bottom: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'RedHatDisplay-SemiBold';
}
.tring-news.detail-page .blog-bg > div {
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}
.tring-news .blog-head {
    font-size: 34px;
    margin:24px 0;
}
.tring-news.detail-page .blog-bg .blog-writer {
    color: #bbb;
    font-size: 14px;
    display: none;
}
.tring-news.detail-page .blog-bg .blog-date {
    font-size: 14px!important;
}
.tring-news.detail-page .box-layout {
    padding:0;
    display: block;
    min-height: 380px;
    overflow: hidden;
    width: 100%;
    max-height: 380px;
}
.tring-news.detail-page .feed-title {
    color: #000;
    display: -webkit-box;
    font-size: 24px;
    line-height: 1.16em;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'RedHatDisplay-SemiBold';
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tring-news.detail-page .box-layout:hover {
    box-shadow: 0 12px 24px rgb(10 10 10 / 25%);
    cursor: pointer;
}
.tring-news.detail-page .box-layout .detail-new-img {
    width: 100%;
}
.tring-news.detail-page .box-data {
    padding: 30px;
}
.tring-news.detail-page .blog-date {
    margin-bottom: 14px;
    font-size: 12px;
    color: #000;
    font-family: 'RedHatDisplay-SemiBold';
}
.tring-news.detail-page .feed-update {
    font-size: 16px;
}
.tring-news.detail-page .new-social-icon {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    flex-direction: column;
    padding: 50px;
    font-size: 20px;
    height: 500px;
    top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tring-news.detail-page .new-social-icon a {
    margin: 8px 0;
    opacity: 0.67;
}
.tring-news.detail-page .new-social-icon a:hover {
    margin: 8px 0;
    opacity:1;
}
.tring-news.detail-page .card-head {
    text-align: center;
    font-size: 36px;
    font-family: 'RedHatDisplay-SemiBold';
    display: none;
   /* temporary hide the block - display:none */
}
.tring-news.detail-page .tooltip {
    position: relative;
    display: flex;
    opacity: 1;
}
.tring-news.detail-page .tooltip .tooltiptext {
    width: 82px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    position: absolute;
    z-index: 99;
    font-size: 12px;
    text-decoration: none;
    z-index: 1;
    left: 18px;
    margin-left: 16px;
    visibility: hidden;
}
.tring-news.detail-page .news-desc{
    padding-left: 50px;
}
.tring-news.detail-page .tooltip:hover .tooltiptext {
    visibility: visible;
}
.zoom-in-out-box {
    animation: zoom-in-zoom-out 1s ease;
    transition: 0.7s;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
   }
    50% {
        transform: scale(0.90, 0.90);
   }
    100% {
        transform: scale(1, 1);
   }
}
.tring-news.detail-page .desc-blog-pic img{
    width: 317px;
    margin-left: 10px;
}
.tring-news.detail-page .image-content {
    display: flex;
}
.tring-news.detail-page .image-blog.right {
    float: right;
    margin-left: 30px;
    height: auto;
    max-width: 415px;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    width:auto;
}
.tring-news.detail-page .image-blog.left {
    margin-right: 30px;
    float: left;
    margin-top: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    height: auto;
    max-width: 415px;
    width: auto;
}
.tring-news.detail-page .clear {
    clear:both;
    height: 0;
    content:'';
}
.tring-news.detail-page h5 {
    font-size: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #000;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 32%;
    left: -11%;
    margin-left: -6px;
    border-width: 8px;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    transform: rotate(92deg);
}
.tring-team h1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tring-team .blog-bg {
    padding-top:0 
}
.tring-team .team-member {
    padding: 0px 120px 40px;
    display: flex;
    flex-wrap: wrap;
    animation-name: about-news;
    animation-duration: 4s;
    transition:0.7s;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-fill-mode: both;
    animation-duration: 1000ms;
    transition: all 400ms cubic-bezier(.215,.61,.355,1);
}
.tring-news.tring-team .team-title {
    font-size: 40px;
    font-family: 'RedHatDisplay-SemiBold';
    padding: 61px 120px 40px;
}
.tring-news.tring-team .member-box {
    margin-bottom: 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 260px;
    max-height: 260px;
    padding: 13px;
}
.tring-news.tring-team .member-box:hover {
    box-shadow: 0 0 20px 10px rgb(0 0 0 / 10%);
    cursor: pointer;
}
.tring-news.tring-team .member-nm {
    font-family: 'RedHatDisplay-SemiBold';
    font-size: 18px;
    text-align: center;
}
.tring-news.tring-team .member-position {
    font-size: 12px;
    margin-top: 5px;
    font-family: 'RedHatDisplay-Bold';
    letter-spacing: 0.2px;
    text-align: center;
}
.member-img img {
    height: 146px;
    width: 146px;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}
.tring-news.detail-page .mobile-media {
    opacity: 0;
    height: 0;
    padding: 0 18px;
    position: static;
}
b.member-name.image-blog.right {
    border: none!important;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 12px!important;
    min-width: 416px;
}
.tring-news.detail-page .cursive-txt {
    font-size: 18px;
}
.tring-news iframe#instagram-embed-0 {
   /* margin: 20px auto;
    */
    max-width: 319px!important;
    height: 87vh!important;
    margin-right: 30px!important;
}
.tring-news .card-news-list {
    padding:80px 80px 0;
}
.tring-news .card-heading {
    color: #4e4e4e;
    text-align: center;
    font-size: 48px;
    margin: 0 0 54px;
}
.tring-news .card-box-layout {
    display: flex;
    flex-wrap: wrap;
}
.tring-news .card-media {
    background: #f8f8f9;
    display: block;
    padding: 10px;
    height: auto;
    position: relative;
    min-height: 288px;
    max-height: 288px;
    border-radius: 12px;
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 6%), 0 6px 6px 0 rgb(0 0 0 / 6%);
}
.tring-news .card-img-flip img {
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #f1f0f0;
}
.tring-news .card-img-flip {
    max-height: 188px;
    object-fit: cover;
    object-position: top;
}
.tring-news .brand-box {
    display: flex;
    margin: 6px 0;
    align-items: center;
    display: none;
}
.tring-news .brand-logo img {
    margin-right: 15px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.tring-news .flip-box {
    background-color: transparent;
    width: 100%;
    border-radius: 10px;
    height: 150px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}
.tring-news .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
/* .tring-news .card-news-list .card-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
*/
.tring-news .flip-box-front, .tring-news .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tring-news .flip-box-inner img {
    width: 100%;
    max-width: 100%;
    max-height: 200px;
    height: 150px;
}
.tring-news .card-box-layout p {
    font-family: 'RedHatDisplay-SemiBold';
    margin-top:10px;
}
.tring-news .card-box-layout .card-media:hover {
    box-shadow: 0 12px 24px rgb(10 10 10 / 25%);
    background: #fff;
}
.tring-news .flip-box-front {
    color: black;
}
.tring-news .card-box-layout .card-box {
    padding: 10px;
}
.tring-news .flip-box-back {
    color: white;
    transform: rotateY(180deg);
}
.tring-news .brand-url {
    font-family: 'RedHatDisplay-SemiBold';
}
.tring-news .card-box-layout .blog-date {
    animation: unset;
    font-size: 11px;
    text-align: end;
    font-family: 'RedHatDisplay-Bold';
    margin: 10px;
    position: absolute;
    bottom: 14px;
    right: 15px;
}
.tring-news .slick-dots {
    position: unset!important;
}
.tring-news .about-img-new img
{
    height: 60px;
    width: 60px;
}
@media only screen and (max-width:767px) {
    .tring-news {
        margin-top: -3px;
   }
    .tring-news .blog-bg {
        padding:30px;
   }
    .tring-news h1 {
        font-size: 30px;
   }
    .tring-news .slick-slide img {
        width:100%;
        min-height: 100%;
        max-height: 100%;
   }
    .tring-news .slider-container {
        display: block;
        margin:15px;
   }
    .tring-news.detail-page .cursive-txt {
        font-size: 15px;
   }
    .tring-news .blog-description {
        padding:15px;
   }
    .tring-news .blog-bg {
        height: 244px;
   }
    .tring-news .news-list {
        margin:62px 0;
   }
    .tring-news .list-item {
        width:92%;
        padding:16px 0;
   }
    .tring-news .list-item a {
        font-size: 15px;
        width:72%;
   }
    .tring-news .heading {
        font-size: 18px;
   }
    .tring-news .about-news {
        margin:12px 12px;
   }
    .tring-news .box-layout {
        min-height: auto;
        padding: 10px;
   }
   .tring-news .box-data {
    padding-left: 18px;
}
    .tring-news.detail-page .box-layout {
        display: flex;
        min-height: auto;
        padding: 20px 8px;
        justify-content: flex-end;
        flex-direction: row-reverse;
   }
    .tring-news.detail-page .feed-title {
        font-size: 16px;
        -webkit-line-clamp: 9;
        margin-right: 6px;
        line-height: 1.86;
   }
    .tring-news.detail-page .box-data {
        padding: 0;
        min-width: 60%;
   }
    .tring-news .card-box {
        padding: 0 0px 10px;
   }
    .tring-news .box-layout {
        background: #ffffff;
        border-bottom: 1px solid #dcdcdc;
   }
    .tring-news.detail-page .box-layout .detail-new-img {
        width: 100px;
        height: 100px;
        background-size: cover;
        object-fit: cover;
        object-position: top;
   }
    .tring-news.detail-page .blog-head {
        font-size: 19px;
        margin: 10px 0;
   }
    .tring-news.detail-page .blog-bg > div {
        display: block;
   }
    .tring-news.detail-page .detail-banner {
        padding: 0 20px;
   }
    .tring-news.detail-page .blog-bg {
        padding: 20px;
   }
    .tring-news.detail-page .new-social-icon {
        display: none;
   }
    .tring-news .detail-description {
        padding: 0;
        margin: 30px 5px;
   }
    .tring-news .news-desc p {
        font-size: 15px;
        margin-bottom: 22px;
   }
    .tring-news.detail-page .card-head {
        font-size: 20px;
        color: #000;
   }
    .tring-news.detail-page .image-blog.right,.tring-news.detail-page .image-blog.left {
        float: none;
        display: block;
        margin: 10px auto;
   }
    .tring-news.detail-page .news-desc {
        padding-left: 15px;
   }
    .tring-team .team-member {
        padding:15px;
        margin-bottom: 20px;
   }
    .tring-news.tring-team .team-title {
        font-size: 25px;
        padding: 36px 12px 31px;
        text-align: center;
   }
    .tring-news.tring-team .member-nm {
        font-size: 14px;
   }
    .tring-news.tring-team .teambox {
        width: 50%;
        padding: 5px;
   }
    .member-img img {
        height: 100px;
        width: 100px;
        margin-bottom: 10px;
   }
    .tring-news.tring-team .member-box {
        max-height: 200px;
        min-height: 200px;
   }
    .tring-news .card-media {
        min-height: none;
        max-height: none;
   }
    .tring-news .card-box-layout .blog-date {
        position: static;
   }
    .tring-news.detail-page .mobile-media {
        display: flex;
        padding: 0 18px;
        position: static;
        flex-direction: row;
        justify-content: space-around;
        height: auto;
        opacity: 1;
        margin: auto auto 70px;
        width:312px;
   }
    .tring-news.detail-page .share {
        margin-bottom: 0;
   }
    .tring-news.detail-page .box-layout:hover {
        box-shadow: none;
   }
    .tring-news.detail-page .image-blog.left,.tring-news.detail-page .image-blog.right {
        max-width: 100%;
   }
    b.member-name.image-blog.right {
        min-width: auto;
   }
    .tring-news .description-heading {
        font-size: 20px;
   }
    .tring-news-slider.slick-initialized {
        margin: 0;
   }
    .tring-news .slick-next:before {
        left: 74px;
   }
    .tring-news .slick-prev:before {
        right: 49px;
   }
    .tring-news b {
        font-size: 15px;
   }
    .tring-news iframe#instagram-embed-0 {
        margin: 20px auto!important;
        max-width: 100%!important;
        height: 632px!important;
        min-width: 100%!important;
   }
    .tring-news .card-news-list {
        padding: 33px 6px 0;
   }
    .tring-news .flip-box-inner img {
        width: 100%;
        max-width: 100%;
   }
    .tring-news .flip-box-inner img,.tring-news .flip-box {
        height: 186px;
   }
   .tring-news .box-data p:first-child {
    font-size: 18px;
   }
   .tring-news .about-img-new img
   {
    height: 50px;
    width: 50px;
   }
   .tring-news .card-heading {
    font-size: 40px;
    margin: 0 0 22px;
}
}
@media only screen and (min-width:1601px) {
    .tring-news {
        margin-top: 69px;
        max-width: 1634px;
        margin: auto;
   }
}
@media only screen and (min-width:1080px) and (max-width:1920px) {
    .tring-news.detail-page .image-blog.right {
        max-width: 50%;
   }
    b.member-name.image-blog.right {
        min-width: 50%;
        margin-left: 30px!important;
   }
}
@media only screen and (min-width:768px) and (max-width:1198px) {
    .tring-news {
        margin-top: -5px;
   }
    .tring-news.detail-page .box-layout {
        min-height: 292px;
   }
    .tring-news .img-section img {
        width: 100%;
   }
    .tring-news .box-data {
        padding-left: 9px;
   }
    .tring-news .box-data p:first-child {
        font-size: 18px;
   }
    .tring-news .list-item {
        width: 82%;
   }
    .tring-news.detail-page .box-data {
        padding: 15px;
   }
    .tring-news .slider-container {
        display: block;
   }
    .tring-team .team-member {
        padding: 0px 88px 40px;
   }
    .tring-news .detail-description {
        padding-right: 80px;
   }
    .tring-news iframe#instagram-embed-0 {
        margin: 20px auto!important;
        max-width: 100%;
        height: 632px!important;
   }
}
@media only screen and (min-width:1380px) and (max-width:1400px) {
    .tring-news .img-section img {
        min-height: 350px;
        max-height: 350px;
   }
}
@media only screen and (min-width:1380px) and (max-width:1440px) {
    .tring-news.detail-page .image-blog.right,.tring-news.detail-page .image-blog.left {
        max-width: 50%!important;
        min-width: 50%!important;
   }
}
