@import url('https://fonts.googleapis.com/css?family=Muli:400,500,600,700&display=swap');
body {
    margin: 0;
    padding: 0;
}
#wrapper {
    float: left;
    width: 100%;
}
/******************************Header Style Start*******************************/
#heare {
    float: left;
    width: 100%;
}
#header {
    text-align: center;
    width: 100%;
}
#header .logo-img {
    width: 200px;
}
/******************************Header Style End*******************************/

/**************************************Banner Style Start***************************************/
#banner {
    float: left;
    width: 100%;
    background: #66bda3;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}
#banner img {
    max-width: 100%;
    width: 100%;
}
#banner .text-block {
    position: relative;
    z-index: 2;
    text-align: center;
    top: 50%;
    transform: translateY(-88%);
    color: white;
}
#banner .text-block h1{
    color: white;
    font-weight: bold;
}
/**************************************Banner Style End***************************************/

/****************************************Content Style Start*****************************************/
#main {
    float: left;
    width: 100%;
    margin-bottom: 158px;
}
.holder {
    margin: 0 auto;
    display: block;
    max-width: 970px;
	text-align:center;
}
.top-text-row {
    float: left;
    width: 100%;
    padding: 0 0 110px 0;
}
.top-text-row h2 {
    margin: 0 0 30px 0;
    color: #545454;
    font: 700 30px/30px 'Muli';
}
.top-text-row p {
    margin: 0 0 15px 0;
    color: #666;
    font: 400 18px/26px 'Muli';
}
.top-text-row .left-box {
    float: left;
    width: 50%;
}
.top-text-row .right-box {
    float: left;
    width: 50%;
}
.filter-section {
    float: left;
    width: 100%;
}
.filter-top-row {
    float: left;
    width: 100%;
}
.filter-top-row .filter-col {
    float: left;
    background: #ef5d72;
    position: relative;
    margin: 0 10px 0 0;
}
.filter-top-row .filter-col a.btn-filter {
    display: block;
    padding: 20px 30px;
    text-decoration: none;
    color: #fff;
    font: 600 18px/18px 'Muli';
}
.filter-top-row .filter-col a.btn-filter img {
    float: left;
    margin: 0 10px 0 0;
}
.filter-top-row .filter-col a.btn-filter img.arrow {
    float: right;
    margin: 7px 0 0 20px;
}
.filter-top-row .filter-drodown {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 380px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    padding: 30px 30px 0 30px;
    display: none;
    z-index: 999;
}
.filter-top-row .filter-drodown:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 60px;
    top: -10px;
}
.filter-top-row .filter-drodown .head {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.filter-top-row .filter-drodown .head h3 {
    float: left;
    margin: 0;
    color: #545454;
    font: 700 20px/20px 'Muli';
}
.filter-top-row .filter-drodown .head a.btn-rest {
    float: right;
    text-decoration: underline;
    color: #545454;
    font: 400 14px/20px 'Muli';
}
.filter-top-row .filter-drodown .head a.btn-rest img {
    float: left;
    margin: 0 10px 0 0;
}
.check-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.check-row:last-child {
    border: 0;
    padding-bottom: 0;
}
.check-row strong.title {
    display: block;
    color: #ed5d71;
    font: 600 18px/18px 'Muli';
    padding: 0 0 20px 0;
}
.check-row ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.check-row ul li {
    float: left;
    width: 50%;
    padding: 0;
}
.check-row .checkcontainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font: 500 16px/20px 'Muli';
    color: #777;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check-row .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.check-row .checkcontainer input:checked ~ .checkmark {
    background-color: #fff;
}
.check-row .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

.check-row .checkcontainer .checkmark::after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #e1904f;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-row .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.check-row .checkcontainer input:checked ~ .checkmark::after {
    display: block;
}
.search-box {
    float: left;
    width: 750px;
    position: relative;
}
.search-box input[type="text"] {
    float: left;
    width: 100%;
    height: 59px;
    border: 1px solid #e6e6e6;
    padding: 0 60px 0 20px;
    box-sizing: border-box;
    color: #999;
    font: 400 16px 'Muli';
}
.search-box button[type="submit"] {
    position: absolute;
    right: 20px;
    top: 19px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}
.view-option-box {
    float: right;
    position: relative;
    margin: 23px 0 0 0;
}
.view-option-box a.btn-view-option {
    float: right;
    text-decoration: none;
    color: #545454;
    font: 600 16px/16px 'Muli';
}
.view-option-box a.btn-view-option img {
    float: right;
    padding: 4px 0 0 11px;
}
.option-drodown {
    position: absolute;
    right: 0;
    top: 100%;
    width: 330px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    padding: 30px;
    display: none;
    z-index: 999;
}
.option-drodown .head {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.option-drodown .head h3 {
    float: left;
    margin: 0;
    color: #545454;
    font: 700 20px/20px 'Muli';
}
.option-drodown .head a.btn-close {
    float: right;
    text-decoration: underline;
}
.select-row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.select-row strong.title {
    float: left;
    color: #545454;
    font: 500 16px/40px 'Muli';
}
.select-row select {
    float: right;
    width: 150px;
    padding: 0 5px;
    border: 1px solid #cecece;
    border-radius: 4px;
    height: 40px;
    background: url("images/drop-icon-2.png") no-repeat 96% center;
    appearance: none;
    -webkit-appearance: none;
    color: #545454;
    font: 500 14px 'Muli';
}
.select-outer-row {
    float: left;
    width: 100%;
}
.select-outer-row .btn-row {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding: 30px 0 0 0;
    margin-top: 30px;
}
.select-outer-row a.btn-rest {
    display: inline-block;
    text-decoration: none;
    background: #ef5d72;
    color: #fff;
    text-align: center;
    font: 500 16px/16px 'Muli';
    border-radius: 4px;
    padding: 14px 30px;
}
.filter-result-row {
    float: left;
    width: 100%;
    margin: 35px 0 40px 0;
}
.filter-result-row strong.title {
    float: left;
    color: #545454;
    font: 500 16px/22px 'Muli';
    padding: 0 20px 0 0;
}
.filter-result-row ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.filter-result-row ul li {
    float: left;
    padding: 0 10px 0 0;
}
.filter-result-row ul li a {
    text-decoration: none;
    display: block;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    border-radius: 12px;
    color: #999;
    font: 500 14px/14px 'Muli';
}
.filter-result-row a.btn-rest {
    float: left;
    color: #545454;
    text-decoration: none;
    font: 400 14px/30px 'Muli';
    margin: 0 0 0 20px;
}
.filter-result-row a.btn-rest img {
    float: left;
    margin: 4px 10px 0 0;
}
.filter-section-row {
    float: left;
    width: 100%;
}
.filter-section-row .checkcontainer b {
    color: #777777;
    font: 500 16px/30px 'Muli';
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
    margin-left: 20px;
}
.filter-section-row .checkcontainer {
    display: block;
    position: relative;
    padding-left: 44px;
    margin-bottom: 40px;
    cursor: pointer;
    font: 700 30px/30px 'Muli';
    color: #777;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter-section-row .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.filter-section-row .checkcontainer input:checked ~ .checkmark {
    background-color: #fff;
}
.filter-section-row .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.filter-section-row .checkcontainer input:checked ~ .checkmark::after {
    display: block;
}
.filter-section-row .checkcontainer .checkmark::after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #e1904f;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter-section-row .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.filter-section-row .hold {
    margin: 0 auto;
    display: block;
    max-width: 1785px;
}
.filter-section-row .hold .box {
    float: left;
    width: 100%;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}
.filter-section-row .hold .box:hover .frame .caption {
    background: rgba(0,0,0,0.7);
}
.filter-section-row .hold .box:hover .frame .caption a.btn-download, .filter-section-row .hold .box:hover .frame .caption a.btn-rep {
    top: 0;
}
.filter-section-row .hold .box:hover .frame .caption a.btn-zoom {
    bottom: 0;
}
.filter-section-row .hold .box .frame {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.filter-section-row .hold .box .frame .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.filter-section-row .hold .box .frame .caption a.btn-download {
    float: right;
    text-decoration: none;
    margin: 20px 20px 0 16px;
    position: relative;
    top: -100%;
}
.filter-section-row .hold .box .frame .caption a.btn-rep {
    float: right;
    text-decoration: none;
    margin: 20px 0 0 0;
    position: relative;
    top: -100%;
}
.filter-section-row .hold .box .frame .caption a.btn-zoom {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -150%;
    margin: auto;
    background: #ed5d71;
    width: 40px;
    height: 40px;
    padding: 0;
}
.filter-section-row .hold .box .frame img {
    display: block;
    width: 100%;
    height: 100%;
	object-fit:contain;
}
.filter-section-row .hold .box .text-box {
    float: left;
    width: 100%;
    background: #fff;
    padding: 25px 20px;
    box-sizing: border-box;
}
.filter-section-row .hold .box .text-box .checkcontainer {
    float: left;
    display: block;
    position: relative;
    padding-left: 34px;
    margin-bottom: 0;
    cursor: pointer;
    font: 400 16px/20px 'Muli';
    color: #545454;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter-section-row .hold .box .text-box .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.filter-section-row .hold .box .text-box .checkcontainer input:checked ~ .checkmark {
    background-color: #fff;
}
.filter-section-row .hold .box .text-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.filter-section-row .hold .box .text-box .checkcontainer input:checked ~ .checkmark::after {
    display: block;
}
.filter-section-row .hold .box .text-box .checkcontainer .checkmark::after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #e1904f;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter-section-row .hold .box .text-box .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.filter-section-row .hold .box .text-box a.btn-file {
    float: right;
    font: 400 12px/12px 'Muli';
    color: #fff;
    text-decoration: none;
    background: #bbb;
    padding: 6px 15px;
    border-radius: 15px;
}
.filter-section-row .hold ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.filter-section-row .hold ul li {
    float: left;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.filter-section-row .modal-dialog {
    width: 1390px;
}
.filter-section-row .modal-header {
    border: 0;
    padding: 0 0 15px 0;
}
.filter-section-row button.close {
    margin: 0;
    width: 32px;
    height: 32px;
    background: #e1904f;
    color: #fff;
    opacity: 1;
}
.filter-section-row .modal-content {
    border: 0;
    border-radius: 0;
    padding:30px 60px;
    box-shadow: none;
}
.filter-section-row button.close{
	font-weight:normal;
}
.filter-section-row .modal-body {
    padding: 0;
    overflow: hidden;
}
.filter-section-row .modal-body .left-box {
    float: left;
    width: 49%;
}
.filter-section-row .modal-body .left-box .frame {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
}
.filter-section-row .modal-body .left-box .frame img {
    display: block;
    width: 100%;
}
.filter-section-row .hold .box .modal-body .left-box .text-box {
    float: left;
    width: 100%;
    padding: 0;
}
.filter-section-row .modal-body .left-box .text-box h2 {
    display: block;
    margin: 0 0 15px 0;
    color: #545454;
    font: 600 22px/22px 'Muli';
}
.filter-section-row .modal-body .left-box .text-box span.date {
    display: block;
    color: #888;
    font: 400 14px/14px 'Muli';
    padding: 0 0 24px 0;
}
.filter-section-row .modal-body .left-box .text-box .tags-row {
    float: left;
    width: 100%;
}
.filter-section-row .modal-body .left-box .text-box .tags-row strong.title {
    display: block;
    color: #ed5d71;
    font: 600 20px/20px 'Muli';
    padding: 0 0 15px 0;
}
.filter-section-row .modal-body .left-box .text-box .tags-row a {
    text-decoration: none;
    float: left;
    border: 1px solid #e6e6e6;
    padding: 6px 16px;
    border-radius: 15px;
    margin: 0 10px 0 0;
    color: #888;
    font: 400 14px/14px 'Muli';
}
.filter-section-row .modal-body .right-box {
    float: right;
    width: 49%;
}
.filter-section-row .modal-body .right-box .text-col {
    float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.filter-section-row .modal-body .right-box .text-col h3 {
    margin: 0 0 15px 0;
    font: 500 22px/22px 'Muli';
    color: #545454;
}
.filter-section-row .modal-body .right-box .text-col p {
    margin: 0 0 20px 0;
    font: 400 16px/24px 'Muli';
    color: #777;
}
.doc-type-row {
    float: left;
    width: 100%;
}
.filter-section-row .hold .doc-type-row ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.filter-section-row .hold .doc-type-row ul li {
    display: block;
    overflow: hidden;
    padding: 30px 0 0 0;
    margin: 0;
    width: auto;
    float: none;
}
.filter-section-row .hold .doc-type-row ul li:first-child {
    padding: 0;
}
.doc-type-row ul li strong {
    float: left;
    color: #545454;
    font: 700 18px/18px 'Muli';
}
.doc-type-row ul li strong span {
    display: block;
    color: #777;
    font: 400 14px/14px 'Muli';
    padding: 10px 0 0 0;
}
.doc-type-row ul li a.btn-download {
    float: right;
    width: 40px;
    height: 40px;
    border: 1px solid #e1904f;
    text-align: center;
    padding: 8px 0 0 0;
}
body .modal-backdrop.in {
    opacity: 0.15;
}
/****************************************Content Style End*****************************************/

/*******************************Footer Style Start*******************************/
#footer {
    float: left;
    width: 100%;
    text-align: center;
}
#footer img {
    display: block;
    width: 100%;
}
/*******************************Footer Style End*******************************/
.filter-section-row .hold .box .frame .caption, .filter-section-row .hold .box .frame .caption a.btn-download, .filter-section-row .hold .box .frame .caption a.btn-rep, .filter-section-row .hold .box .frame .caption a.btn-zoom {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.FONTS {
    font-family: 'Muli';
}

.filter-section-row .hold {
    max-width: 1785px !important;
}
body .login-btn .item_text {
    background: transparent;
    border-radius: 10px;
    color: rgb(239, 93, 114);
    border: 1px solid rgb(239, 93, 114);
    padding: 10px 40px;
}

body .login-btn .item_text:hover {
    background: transparent;
}