@charset "utf-8";

.docBlk {
    text-align: center;
    /*margin: 0 -8px 0 -8px;*/
    /* display: inline-block; */
    margin: 0 auto;
    /* max-width: 925px;*/
    /*20171101*/
}

.docBlk ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}


/* .docBlk li{
	display:inline-block;
	line-height: inherit;
	padding: 0 10px 20px 10px;
	text-align: center;
	overflow: hidden;
	float: left;
	width: 25%;
} */

.docBlk li {
    padding: 0 10px 10px 10px;
    width: 25%;
}

@media (max-width: 980px) {
    .docBlk li {
        width: calc(100% / 3)
    }
}

@media (max-width: 740px) {
    .docBlk li {
        width: 50%;
    }

    .docBlk li.noninteractive {
        display: none;
    }
}

.docBlk li .blk {
    display: block;
    padding: 10px;
    border: 1px solid #afafaf;
}

.docBlk li .blk:hover {
    background-color: #FDE5E3;
    border: #E71E0F 1px solid !important;
}

.docBlk li .blk:active {
    background-color: #E71E0F;
}

.docBlk li .blk:active .folderName,
.docBlk li .blk:active .totalData {
    color: #fff;
}

.docBlk li .blk.noninteractive {
    border: 1px solid rgba(175, 175, 175, 0);
}


/* .docBlk li .blk:after{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
	background-image: linear-gradient(to left,transparent,transparent 0%,rgba(162,162,162,0) 0%,rgba(162,162,162,0));
 	background-position: 100% 0;
    background-size: 100% 100%;
    transition: all .25s ease-in;

} */

.docBlk li .blk>img {
    display: block;
    max-width: 100%;
    width: 100%;
}


/* .docBlk .folderName{
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.417;
	max-height: 120px;
    overflow: hidden;
	text-align: left;
	color: #ffffff;
	padding: 0 0 0 0;
	margin: 0 15px 0 15px;
	position: absolute;
	left: 0;
	top: 30%;
    z-index: 2;
    letter-spacing: 0.0625rem;
} */


/* .docBlk .totalData{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background:rgba(0,0,0,0.45) none no-repeat 0 0;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 15px;
	margin: 0;
	color: #ffffff;
    z-index: 2;
} */

.docBlk .folderName,
.docBlk .totalData {
    font-size: 16px;
    text-align: left;
    line-height: 22.4px;
    color: #555555;
}

.docBlk .noninteractive .folderName,
.docBlk .noninteractive .totalData {
    color: #999;
}


/* .docBlk .icon-file-text:before, .docBlk .icon-folder:before, .docBlk .icon-pencil:before{
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	content: "";
	width: 36px;
	height: 36px;
} */

.docBlk .icon-file-text:before {
    background: transparent url(../images/product/icon-file-text.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.docBlk .icon-folder:before {
    background: transparent url(../images/product/icon-folder.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.docBlk .icon-pencil:before {
    background: transparent url(../images/product/icon-pencil.png) no-repeat 0 0;
    background-size: 100% 100%;
}


/* .docBlk .totalData span{
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px 0 0;
	color: #ffffff;
} */

.docBlk li:hover .blk:after {
    background: rgba(98, 98, 98, 0.5) none no-repeat 0 0;
}

.docBlk.solution {
    max-width: inherit;
}

.docBlk.solution ul li {
    width: 25%;
    padding: 0 0 0 0;
}

.docBlk.solution ul li a {
    position: relative;
}

.docBlk.solution li .img {
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 76.2931%;
    background-color: #f5f5f5;
}

.docBlk.solution li .img img {
    width: 100%;
    /*min-height: 280px;*/
}

.docBlk.solution .title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.65);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0.75rem 5px;
    color: #ffffff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.docBlk.solution li a {
    display: block;
    height: auto;
    border: 1px solid #afafaf;
    margin: 0 8px 20px 8px;
    background: #ffffff none left bottom;
}

.docBlk li:hover a,
.docBlk li a:hover {
    text-decoration: none;
}

.docBlk.solution li:hover .title {
    /*color: #e71e0f;*/
    color: transparent;
    background-color: rgba(50, 50, 50, 0);
}

.docBlk li:hover a,
.docBlk.solution li:hover a {
    border: 1px solid #e71e0f;
}

.ResourcesBlk {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin-bottom: 50px;
}

.ResourcesBlk .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 30px;
}

.ResourcesBlk .wrap:after,
.ResourcesBlk .blk:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* .ResourcesBlk .blk{ 
    display: block;
    width: 48.5%;
    border: 1px solid #afafaf;
    margin: 0 1.5% 30px 0;
    position: relative;
} */

.ResourcesBlk .blk {
    padding: 0 1px;
    /* width: 347px; */
}

.ResourcesBlk .blk.video:before {
    display: none;
}


/* .ResourcesBlk .blk+.blk{ margin: 0 0 30px 1.5%; } */


/* .ResourcesBlk .blk.full, .ResourcesBlk .blk+.blk.full{ clear: both;width: 100%;margin: 0 0 30px 0; float: none; display: block;} */

.ResourcesBlk ul,
.ResourcesBlk li {
    text-align: left;
}


/* .ResourcesBlk .flagBlk{ 
	padding: 6px 7px 11px 13px;
	margin: -21px 0 0 0.5rem;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	background-color: #e71e0f; 
	color: #ffffff;
	min-width: 70px;
	max-width: 87%;
    max-height: 37px;
    line-height: 1.5rem;
	position:relative;
} */

.ResourcesBlk .flagBlk {
    font-size: 14px;
    font-weight: bold;
    color: #E71E0F;
    line-height: 20px;
}


/* .ResourcesBlk .flagBlk:after{
	display: block;
	position: absolute;
	right: -20px;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 21px 20px;
	border-color: transparent transparent transparent #e71e0f;
} */

.ResourcesBlk .contentBlk {
    /* padding: 16px 1rem 0rem 1rem;  */
    padding: 10px;
    overflow-y: auto;
    word-break: break-word;
    white-space: normal;
    border: 1px solid #afafaf;
    display: flex;
    flex-direction: column;
    min-height: 359px;
}


/*20171101*/

.ResourcesBlk .contentBlk .video-container {
    padding-bottom: 30%;
    padding-top: 0;
    margin: 0 0 0 0;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ResourcesBlk .contentBlk .video-container+.video-container {
    margin-top: 1.5rem;
}

.ResourcesBlk .contentBlk .video-container iframe {
    margin: 0 0 0 0;
}

.ResourcesBlk .contentBlk .video-container video {
    margin: -53px 0 0 0;
}

.ResourcesBlk .contentBlk .video-container img {
    margin: 0 0 0 0;
    height: 300px;
    width: 100%;
}

.ResourcesBlk .contentBlk .video-container:before {
    display: block;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
}

.ResourcesBlk .contentBlk .video-container:after {
    display: block;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    margin-top: -18px;
    margin-left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 32px;
    border-color: transparent transparent transparent #ffffff;
}


/* .ResourcesBlk .bottomBlk{ background-color: #ffffff;padding: 0rem 0 4.5rem 0;} */

.ResourcesBlk .infoBlk {
    padding: 0 10px;
}


/* .ResourcesBlk .tagBlk{ padding: 0.5rem 1rem; word-break: break-all; white-space: normal;font-size: 13px; position: relative;} */

.ResourcesBlk .tagBlk>span {
    display: block;
    margin-bottom: 0;
    font-weight: bold;
}

.ResourcesBlk .tagBlk .blk {
    margin-bottom: 0.5rem;
    width: auto;
    border: none;
    margin: 0 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999;
}

.ResourcesBlk .tagBlk .blk.active {
    height: auto;
}


/* .ResourcesBlk .tagBlk .blk a{ word-break: normal; margin-left: .15rem;text-decoration: underline; } */

.ResourcesBlk .tagBlk .blk a {
    color: #999;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
    word-break: initial !important;
}

.ResourcesBlk .tagBlk .blk.active a {
    display: inline-block;
}

.ResourcesBlk .tagBlk .blk a:hover {
    text-decoration: underline;
    color: #E71E0F;
}

.ResourcesBlk .tagBlk .more {
    display: block;
    position: absolute;
    right: 1rem;
    top: 31px;
    background: #fff;
    border: 1px solid #afafaf;
    padding: .25rem .5rem;
    font-size: 13px;
    z-index: 1;
}

.ResourcesBlk .tagBlk .more:hover {
    color: #ffffff;
    background-color: #e71e0f;
    border: 1px solid #e71e0f;
}

.ResourcesBlk .tagBlk .complete {
    display: none;
}


/* .ResourcesBlk .infoBlk{ 
	background-color: #878787; 
	position:relative;
	margin:0 -1px -1px -1px;
	border-left:1px solid #878787;
	border-right:1px solid #878787;
	border-bottom:1px solid #878787;
	position: absolute;
	width: 100%;
    left: 1px;
    bottom: 0;
} */

.ResourcesBlk .infoBlk {
    background-color: #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    height: 59px;
}

.ResourcesBlk .infoBlk ul {
    padding: 10px 0;
    font-size: 0.875rem;
    position: relative;
}

.ResourcesBlk .infoBlk ul li {
    color: #ffffff;
    padding: 0 0;
    line-height: 1.417;
    font-size: 13px;
}


/* .ResourcesBlk .infoBlk ul li span{ min-width: 85px;display: inline-block;} */

.ResourcesBlk .infoBlk ul li.hyperLink {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 16px;
    font-weight: bold;
}

.ResourcesBlk .infoBlk ul li.hyperLink a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
}

.ResourcesBlk .infoBlk ul li.hyperLink a img {
    margin-left: 6px;
}

.ResourcesBlk .infoBlk ul li.hyperLink a:hover {
    text-decoration: underline;
}

.ResourcesBlk .infoBlk ul li a {
    color: #ffffff;
    text-decoration: none;
}

.ResourcesBlk .infoBlk ul li a:hover {
    text-decoration: underline;
}


/* .ResourcesBlk .blk .contentBlk{ height: 400px;overflow-y: auto;} */


/* .ResourcesBlk .blk .contentBlk .video-container iframe{ max-height: 350px;} */


/* .ResourcesBlk .blk .contentBlk h2{ display: block; height: 74px;overflow:hidden; text-overflow: ellipsis; min-height: 0px;line-height: 1.2;} */

.ResourcesBlk .blk .contentBlk h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
    line-height: 28px;
}

.ResourcesBlk .blk.full .contentBlk {
    height: 240px;
}

.ResourcesBlk .blk.full .contentBlk {
    height: 240px;
}

.ResourcesBlk.gry .blk {
    border: 1px solid #e71e0f;
}

.ResourcesBlk.gry .flagBlk {
    background-color: #626262;
}

.ResourcesBlk.gry .flagBlk:after {
    border-color: transparent transparent transparent #626262;
}

.ResourcesBlk.gry .blk .contentBlk {
    height: 200px;
}

.ResourcesBlk.gry .infoBlk {
    background-color: transparent;
    border: none;
    margin: 0 -1px 0 -1px;
}

.ResourcesBlk.gry .infoBlk ul li,
.ResourcesBlk.gry .infoBlk ul li a {
    color: #333333;
}

.ResourcesBlk.gry .bottomBlk {
    padding: 0 0 0 0;
}

.btnBlk.buyOnline li a {
    min-width: 100px;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.modal-body .btnBlk.buyOnline li {
    display: inline-block;
    float: none;
}

.modal-body .btnBlk.buyOnline li:last-of-type a {
    margin: 0 0 1.5rem 0;
}


/* @media (max-width: 1487px){
.docBlk li {width: 25%;padding: 0 5px 20px 5px;}
} */


/* @media (max-width: 1200px){
.ResourcesBlk .blk .contentBlk { height: 380px;}
} */


/* @media (max-width: 1036px){
.docBlk li {width: 30%;padding: 0 5px 20px 5px;}
} */

@media (max-width: 1024px) {
    .docBlk.solution ul li {
        width: 33.333%;
    }
}

@media (max-width: 980px) {
    .ResourcesBlk .flagBlk {
        font-size: 1.25rem;
    }

    .docBlk {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .ResourcesBlk .wrap {
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }

    /* .ResourcesBlk .blk { width: 100%;float: none;margin: 0 0 50px 0;}
.ResourcesBlk .blk+.blk { margin: 0 0 30px 0;}
.ResourcesBlk .blk .contentBlk, .ResourcesBlk .blk.full .contentBlk{ height: auto;} */
    /* .ResourcesBlk .bottomBlk {padding: 0.5rem 0 0 0;} */
    .ResourcesBlk .infoBlk {
        position: static;
        width: inherit;
        left: inherit;
        bottom: inherit;
    }

    .docBlk {
        max-width: auto;
        max-width: 100%;
    }

    .docBlk {
        max-width: 100%;
    }

    /* .docBlk li{ width: 20%; float: left; padding: 0 5px 20px 5px;} */
    .docBlk li .blk>img {
        max-width: 100%;
    }

    /* .docBlk .folderName {
    font-size: 4.5vw;
    letter-spacing: 0;
    top: 25%;
    float: left;
    line-height: 1.25;
} */
    .docBlk.solution ul li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .docBlk {
        margin: 0 auto;
    }

    /* .docBlk .totalData span{ font-size: 1.5rem;}
.docBlk li .blk{ width: 100%; }
.docBlk li a { height: 155px;}
.docBlk .totalData {
    height: 36px;
    line-height: 36px;
    font-size: 1.0rem;
    padding: 0 5px 0 15px;
} */
    .docBlk .icon-file-text:before,
    .docBlk .icon-folder:before,
    .docBlk .icon-pencil:before {
        width: 36px;
        height: 36px;
    }

    .docBlk.solution ul li {
        padding: 0 5px 20px 5px;
    }

    .docBlk.solution ul li a {
        margin: 0 0 0 0;
    }

    .docBlk.solution .title {
        font-size: 1.125rem;
    }

    /* .ResourcesBlk .infoBlk ul li.hyperLink {
    position:static;
    float: right;
    right:inherit;
    top: inherit;
    margin: 0.5rem 0 0 0;
} */
}


/**************************/

.DTFC_ScrollWrapper {
    height: auto !important;
}

.ResourcesBlk.owl-theme .owl-dots {
    bottom: -40px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: -60px;
    z-index: 2;
}

.ResourcesBlk .contentBlk .imgBlk {
    overflow: hidden;
    height: 235px;
    margin-bottom: 10px;
}

.ResourcesBlk .contentBlk .imgBlk img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.ResourcesBlk .owl-dots {
    counter-reset: slides-num;
}

.ResourcesBlk .owl-dots .owl-dot {
    counter-increment: slides-num;
    position: relative;
    background-color: initial;
}

.ResourcesBlk .owl-dots .owl-dot span {
    margin: 5px 10px;
    background: initial !important;
    box-shadow: initial !important;
    width: auto !important;
    height: auto !important;
}

.ResourcesBlk .owl-dots .owl-dot span::before {
    content: counter(slides-num);
    display: block;
    line-height: 18px;
    color: #d9d9d9;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
    background: initial !important;
}

.ResourcesBlk .owl-dots .owl-dot span:hover::before {
    color: #999;
    text-decoration: underline;
}

.ResourcesBlk .owl-dots .owl-dot:active span::before {
    color: #666666;
    text-decoration: underline;
}

.ResourcesBlk .owl-dots .owl-dot.active span::before {
    color: #666666;
}

@media (max-width: 767px) {
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ResourcesBlk {
        padding: 0 9%;
        overflow: hidden;
    }

    .ResourcesBlk.owl-carousel .owl-stage-outer {
        overflow: initial;
    }

    .ResourcesBlk.owl-theme .owl-dots {
        counter-reset: slides-num;
        position: absolute;
        top: 1px;
        left: initial;
        right: calc(9% + 10px);
        margin-top: 15px;
        overflow: initial;
        background-color: rgba(51, 51, 51, 0.6);
        padding: 4px 12px;
        border-radius: 16px;
        height: 33px;
        width: initial;
    }

    .ResourcesBlk .owl-dots:after {
        content: counter(slides-num);
        font-size: 18px;
        font-weight: 500;
        color: #fff;
    }

    .ResourcesBlk .owl-dots .owl-dot span {
        display: none;
    }

    .ResourcesBlk .owl-dots .owl-dot.active:before {
        content: counter(slides-num) " / ";
        display: inline-block;
        margin-right: 5px;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 7px;
    }
}

.ResourcesBlk .dots-arrows {
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -80px;
    width: 200px;
    display: flex;
}

@media (max-width: 767px) {
    .ResourcesBlk .dots-arrows {
        display: none;
    }
}

.ResourcesBlk .dots-arrows .arrow-left {
    border-style: solid;
    border-width: 9px 16px 9px 0;
    border-color: #fff #d9d9df #fff #fff;
}

.ResourcesBlk .dots-arrows .arrow-left:hover {
    border-color: #fff #999 #fff #fff;
}

.ResourcesBlk .dots-arrows .arrow-left:active {
    border-color: #fff #666 #fff #fff !important;
}

.ResourcesBlk .dots-arrows .arrow-right {
    border-style: solid;
    border-width: 9px 0 9px 16px;
    border-color: #fff #fff #fff #d9d9df;
    margin-left: auto;
}

.ResourcesBlk .dots-arrows .arrow-right:active {
    border-color: #fff #fff #fff #666 !important;
}

.ResourcesBlk .dots-arrows .arrow-right:hover {
    border-color: #fff #fff #fff #999;
}

.ResourcesBlk .contentBlk .imgBlk p {
    padding-bottom: 0;
    height: 235px;
    overflow: hidden;
    display: block;
}

.ResourcesBlk .contentBlk .imgBlk iframe {
    height: inherit;
}

.resources-tab {
    margin-bottom: 10px;
    text-align: initial;
    display: flex;
    justify-content: space-between;
}

@media (max-width:767px) {
    .resources-tab {
        padding: 0 9%;
    }
}

.resources-tab .tab-inner {
    display: inline-flex;
    border: #ccc 1px solid;
    border-right: none;
}

@media (max-width:767px) {
    .resources-tab .tab-inner {
        width: 100%;
    }
}

.resources-tab .tab-item {
    border-right: #ccc 1px solid;
}

@media (max-width:767px) {
    .resources-tab .tab-item {
        flex: 1;
    }
}

.resources-tab .tab-item a {
    display: block;
    padding: 10px 9px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
}

@media (max-width:767px) {
    .resources-tab .tab-item a {
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        letter-spacing: initial;
        line-height: 20px;
    }
}

.resources-tab .tab-item a:hover {
    background-color: #FDE5E3;
    color: #333;
    outline: 1px solid #E71E0F;
}

.resources-tab .tab-item.active a,
.resources-tab .tab-item a:active {
    background-color: #E71E0F;
    color: #fff;
}

.resources-filter {
    display: flex;
    align-items: center;
}

@media (max-width:980px) {
    .resources-filter {
        display: none;
    }
}

.resources-filter .text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 130px;
}

.resources-filter .sort {
    margin-left: 10px;
}

.select_wrap {
    width: 130px;
    position: absolute;
    top: 12px;
    right: 0px;
    user-select: none;
    border: 1px solid #555555;
    border-radius: 5px;
    background-color: #fff;
    z-index: 2;
    overflow: hidden;
    color: #555;
}

.select_wrap .default_option {
    background: #fff;
    position: relative;
    cursor: pointer;
    padding: 0;
}

.select_wrap .default_option:before {
    content: '';
    position: absolute;
    right: 4px;
    top: 8px;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #555 transparent transparent transparent;
}

.select_wrap .default_option li {
    list-style: none;
    padding: 4px 12px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.select_wrap .select_ul {
    padding: 0;
    display: none;
    max-height: 270px;
    overflow-y: auto;
}

.select_wrap.active .select_ul {
    display: block;
}

.select_wrap .select_ul li {
    list-style: none;
    padding: 4px 12px;
    border-top: 1px solid #555555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select_wrap .select_ul li:hover {
    background-color: #EBEBEB;
}

.select_wrap .select_ul li.active {
    font-weight: bold;
    background-color: #EBEBEB;
}

.ResourcesBlk .contentBlk .imgBlk.press {
    /*height: 151px !important;*/
	height:0;
	padding:50% 0 0 0;
	position:relative;
}

.ResourcesBlk .contentBlk .imgBlk.press img{
	width:100%;
	height:auto !important;
	position:absolute;
	top:0;
	left:0;
}

.en .ResourcesBlk .blk .contentBlk .press+.textBlk h2 a {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width:1900px) {
    .en .ResourcesBlk .blk .contentBlk .press+.textBlk h2 a {
        min-width: 456px;
        padding-right: 15px;
    }
}

.ResourcesBlk .blk .contentBlk .press+.textBlk h2 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ch .ResourcesBlk .blk .contentBlk .press+.textBlk h2 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ResourcesBlk .blk .contentBlk .press+.textBlk .text {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-right: 6px;
}

.ResourcesBlk .blk .contentBlk .press+.textBlk .text a {
    word-break: break-word;
}

.ellipsis-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-3 {
    -webkit-line-clamp: 3;
}

.ellipsis-4 {
    -webkit-line-clamp: 4;
}

.ResourcesBlk .blk .contentBlk .press+.textBlk {
    height: 154px;
}

.ResourcesBlk .blk .contentBlk .tagBlk {
    margin-top: auto;
}

.ResourcesBlk .flagBlk {
    font-size: 14px;
    line-height: 20px;
}

.ResourcesBlk .blk .contentBlk .video+.textBlk h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ResourcesBlk .blk .contentBlk .press~.tagBlk .blk {
    -webkit-line-clamp: 1;
}

.article_list {
    border-bottom: 1px solid #afafaf;
    margin-bottom: 10px;
}

.article_list .item {
    border: 1px solid #afafaf;
    border-bottom: none;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .article_list .item {
        flex-direction: column;
        justify-content: initial;
    }
}

.article_list .item:nth-child(odd) {
    background-color: #f5f5f5;
}

.article_list .item a:hover {
    text-decoration: underline;
}

.article_list .item .heading {
    flex: 1;
    text-align: left;
}

.article_date {
    width: 80px;
}

@media (max-width: 600px) {
    .article_date {
        width: initial;
        margin-top: 10px;
        text-align: left;
    }
}

.more_article {
    text-align: right;
}

.more_article a {
    color: #E71E0F;
}

.more_article a:hover {
    text-decoration: underline;
}