/* @font-face {
    font-family: 'AvenirNextLTW01RegularRegular';
    src: url('fonts/AvenirNextLTW01RegularRegular.woff2') format('woff2'), url('fonts/AvenirNextLTW01RegularRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Medium.woff2') format('woff2'), url('fonts/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Bold.woff2') format('woff2'), url('fonts/AvenirNext-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Regular.woff2') format('woff2'), url('fonts/AvenirNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Ultra';
    src: url('fonts/AvenirNext-UltraLight.woff2') format('woff2'), url('fonts/AvenirNext-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
} */

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #7F7F7F;
    font-size: 16px;
    background-color: #fff;
    margin-bottom: 180px;
}

.nav-right ul {
    margin: 0;
    padding: 0;
}

.nav-right ul li {
    list-style: none;
    display: inline-block;
}

.nav-right ul li a {
    color: #7F7F7F;
}


/* .header {
    background-color: #1f364d;
} */

.custom-nav ul a.nav-link {
    color: #9cb3c9;
    font-size: 15px;
    font-weight: 500;
}

.nav-right a {
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 2px;
    font-size: 17px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-right a:hover {
    text-decoration: none;
}

.sign-in {
    margin-right: 15px;
    margin-left: 15px;
}

.sign-up {
    background-color: #56b4a6;
    color: #fff !important;
}

.custom-nav a.navbar-brand {
    font-family: 'Avenir Next';
    color: #56B4A6;
    font-weight: 600;
    font-size: 34px;
}

.custom-nav {
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-nav ul a.nav-link {
    color: #7F7F7F;
    font-size: 17px;
    font-weight: 600;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.custom-nav ul li.active a.nav-link,
.custom-nav ul a.nav-link:hover {
    color: #56b4a6;
}

.svg-icon {
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    position: relative;
    top: -1px;
    margin-right: 4px;
}

.post-inner-container a,
.post-point {
    font-size: 15px;
    color: #63809c;
    font-weight: 500;
}

.post-container h2 a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}

.post-container h2 a:hover {
    color: #339fa8;
    text-decoration: none;
}

.post-right h2 {
    margin-bottom: 4px;
}


/* .container .col-12:nth-child(2n+1) .post-container {
    background-color: #f2f9f7;
}

.container .col-12:nth-child(2n) .post-container {
    background-color: #fbf3f2;
} */

.number {
    position: relative;
    top: 3px;
}

.number span {
    font-weight: 600;
    font-size: 14px;
    color: #9cb3c9;
    position: relative;
    top: -5px;
}

.post-author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 3px solid #1f364d;
}

.left-line {
    position: absolute;
    width: 3px;
    height: calc(100% - 178px);
    background-color: #1f354d;
    top: 50px;
    left: 48px;
}

.text-gray {
    color: #9cb3c9;
}

.icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.news-table tr td,
.news-table tr td a {
    color: #A0A0A0;
}

.icon.arrow-top {
    width: 12px;
    height: 12px;
}

h2.news {
    color: #5A5A5A;
    font-size: 20px;
    font-weight: 600;
}

.btn-submit {
    background: #F7F7F7;
    border: 1px solid #E2E5EA;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    width: 107px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
}

.footer-nav li {
    display: inline-block;
    padding: 0 20px;
    background: url(../images/line.png) no-repeat 0 5px;
}

.footer-nav li:first-child {
    padding-left: 0;
    background: none;
}

.footer-nav a {
    color: #A0A0A0;
}

.footer {
    border-top: 2px solid #D5D5D5;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.submit-from {
    width: 100%;
}

.submit-from input.form-control {
    height: 82px;
    border: 1px solid #DEDEDE;
    font-weight: 700;
    font-size: 32px;
    /* color: #CECECE; */
}

.submit-from label {
    text-transform: uppercase;
    color: #A0A0A0;
    font-weight: 600;
}

.submit-from input.form-control::placeholder {
    color: #CECECE;
}

span.line-dot {
    display: block;
    position: relative !important;
    text-align: center;
}

label.text-write {
    background: #fff;
    margin: 0;
    width: 90px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #ced4da;
    border-bottom: none;
}

p.line-dot {
    position: relative;
    text-align: center;
}

p.line-dot::before {
    position: absolute;
    content: "";
    border-top: 2px dashed #DEDEDE;
    top: 13px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.line-dot span {
    background-color: #fff;
    width: 40px;
    display: inline-block;
    height: 30px;
}

textarea.form-control {
    border: 1px solid #DEDEDE;
    height: auto;
    border-radius: 0 4px 4px 4px;
    width: 80%;
    font-size: 22px;
    min-height: 170px;
}

textarea.form-control::placeholder {
    color: #CECECE;
}

button.submit-btn {
    width: 155px;
    background-color: #56B4A6;
    height: 54px;
    border-radius: 4px;
    border: none;
    font-size: 20px;
    color: #fff;
}

.note ul {
    margin: 0;
    padding: 0;
}

.note ul li {
    background: url(../images/dot.png) no-repeat 0 8px;
    padding-bottom: 10px;
    list-style: none;
    padding-left: 20px;
}

header.header {
    background-color: #fff;
}

.news-table tr td {
    padding-top: 18px;
    padding-bottom: 18px;
}

.news-table tr:nth-child(2n+1) {
    background-color: #EFEFF1;
}

.welcome h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 22px;
}

.welcome ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.welcome ul li {
    display: block;
    list-style: none;
}

button.submit-button {
    border: none;
    background-color: #56b4a6;
    color: #fff;
    height: 40px;
    width: 110px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

span.title-bottom {
    display: block;
}

.title-bottom a {
    background: url(../images/line.png) no-repeat 0 4px;
    padding-right: 8px;
    padding-left: 8px;
    color: #A2A2A2;
    font-size: 13px;
}

.title-bottom a:first-child {
    padding-left: 0;
    background: transparent;
}

.title-bottom .icon {
    margin-right: 3px;
    vertical-align: middle;
    color: #A2A2A2;
    position: relative;
    top: -1px;
}

span.title {
    font-size: 18px;
    color: #919191;
    font-weight: 600;
}

table.news-table {
    width: 100%;
    /* padding: 0 10px; */
}

.title-container {
    background-color: #EFEFF1;
    padding: 18px 15px;
}

.comment-title a {
    color: #A0A0A0;
}

.add-comment {
    width: 600px;
}

.add-comment textarea.form-control {
    min-height: 120px;
    width: 100%;
    font-size: 16px;
}

button.add-coment {
    height: 46px;
    border: none;
    background-color: #56b4a6;
    color: #fff;
    font-size: 18px;
    padding: 0 22px;
    border-radius: 4px;
}

.add-comment label {
    font-weight: 600;
}

.comment-time a,
.reply a {
    font-size: 13px;
    color: #7F7F7F;
}

.reply a {
    text-decoration: underline;
}

.sub-comment {
    padding-left: 20px;
}

.comment-time svg.icon {
    width: 10px;
    height: 10px;
    margin-right: 3px;
}

.comment-div p {
    font-size: 15px;
}

.news-table form {
    display: inline;
}

.title-bottom form {
    display: inline;
}

.news-filter label {
    font-weight: 600;
}

.btn-search {
    background-color: #56b4a6;
    color: #fff;
    box-shadow: none;
}

.news-filter {
    display: inline-block;
}

.comments-container {
    background-color: transparent;
}

.comments-container .title-bottom a {
    padding-left: 5px;
    padding-right: 5px;
}

.comments-container .title-bottom span {
    color: #A0A0A0;
    font-size: 13px;
}

.discription-div p {
    margin-bottom: 5px;
}