body {
    font-family: "Poppins", serif;
    background: #F5F5F5
}

.btn-login {
    display: inline-block;
    background: #FFFFFF;
    backdrop-filter: blur(2.5px);
    border-radius: 12px;
    min-width: 125px;
    padding: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #8B6C5A;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;

}

.btn-login:hover {
    background: #1d398d;
    color: #fff !important;
}

.btn-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;


    background: #1D398D;
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;
    color: #fff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.btn-blue:hover {
    background: #8B6C5A;
    color: #fff;
}

.btn-outline-blue {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #1D398D;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #1D398D;
    background: transparent;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.btn-outline-blue:hover {
    color: #fff;
    background: #1D398D
}

.btn-red {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;


    background: #E42A2A;
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;
    color: #fff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.btn-red:hover {
    background: #C42121;
    color: #fff;
}

.container {
    max-width: 1280px
}

header {
    padding-top: 20px;
    background: #1D398D;
    padding-bottom: 16px;
}

body:has(#homeSlider) header {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: radial-gradient(100% 100% at 50% 0%, rgba(29, 57, 141, 0.6) 0%, rgba(29, 57, 141, 0) 100%);
    padding-bottom: 0
}

header .headerBox {
    display: flex;
    align-items: center
}

header .headerBox .logo {
    width: 104px
}

header .headerBox .headerRight {
    width: calc(100% - 104px)
}

header .headerTop {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;


    border-bottom: 2px solid rgba(255, 255, 255, 0.15);

}

header .headerTop .menuMeta {
    position: relative;
    display: flex;
    align-items: center;
}

header .headerTop .topMenu {
    display: flex;
    align-items: center;
    padding: 9px 0;
}

header .headerTop .topMenu a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 20px 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #fff;
    flex: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

header .headerTop .topMenu a:hover {
    background: #fff;
    color: #1D398D
}

header .headerTop .topMenu a + a {
    margin-left: 8px;
}

header .search {
    position: relative;
    margin-right: 8px;
}

header .search input {
    display: inline-block;
    width: auto;
    max-width: 146px;
    border: 0;
    outline: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 12px 10px 12px 40px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;


}

header .search input::placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
}

header .search a {
    position: absolute;
    left: 16px;
    top: 8px
}

.headerBottomMenu {
    margin-top: 10px
}
.headerBottomMenu ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.headerBottomMenu ul li {
    position: relative;
    display: flex;
    align-items: center
}

.headerBottomMenu ul li + li:before {
  
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background-image: url(../images/ico-dot.svg);
    background-position: center;
    background-repeat: no-repeat
}

.headerBottomMenu ul li a {
    display: block;
    font-style: normal;
    padding: 8px 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;

}
.headerBottomMenu ul li:has(>ul) a {
    border-radius: 12px 12px 0 0
} 
.headerBottomMenu ul li:hover > a {
    background: #fff;
    color: #1D398D
}
.headerBottomMenu ul ul {
    position: absolute;
    left: 24px;
    top: 100%;
    display: block;
    background: white;
    padding: 12px 16px;
    border-radius: 0 15px 15px 15px;
    width: 160px;
    display: none;

}
.headerBottomMenu ul li:has(>ul):after {
    content: "";
    opacity: 0;
    width: 10px;
    pointer-events: none;
    height: 10px;
    position: absolute;
    left: 100%;
    bottom: 0;
    background-image: url(../images/ico-menu-shape.svg);
    background-size: cover
}
.headerBottomMenu ul li:has(>ul):hover:after {
    opacity: 1;
}
.headerBottomMenu ul ul li + li:before {
    display: none;
}
.headerBottomMenu ul ul li {
    display: block;
}
.headerBottomMenu ul ul li a {
    display: flex;
    align-items: center;
padding: 8px 0;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: rgba(0, 0, 0, 0.6);
}
.headerBottomMenu ul ul li > a:hover {
    text-decoration: underline;
    color: rgba(0, 0, 0, 1);
}
.headerBottomMenu ul ul li a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-image: url(../images/ico-dot-brown.svg);
    background-size: cover;
    margin-right: 8px
}
.headerBottomMenu ul li:hover ul {
    display: block;
}
#homeSlider {
    position: relative;
    width: 100%;
}

#homeSlider .owl-carousel .owl-item img {
    width: auto
}

#homeSlider .owl-carousel .owl-item .sliderPhoto img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center
}

#homeSlider .owl-carousel .owl-item .item {
    position: relative;
}

#homeSlider .owl-carousel .owl-item .item .sliderText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 801px;
    text-align: center;
}

#homeSlider .owl-carousel .owl-item .item .sliderText strong {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 84px;
    text-align: center;
    color: #FFFFFF;
}

#homeSlider .owl-carousel .owl-item .item .sliderText .line {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

#homeSlider .owl-carousel .owl-item .item .sliderText p {
    margin: 0;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;


}

#homeSlider .owl-carousel .owl-item .item .sliderText .sliderButton {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

#homeSlider .owl-carousel .owl-item .item .sliderText .slider-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: linear-gradient(135deg, #1D398D 0%, #2d4fa8 100%);
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(29, 57, 141, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

#homeSlider .owl-carousel .owl-item .item .sliderText .slider-btn:hover {
    background: linear-gradient(135deg, #142a6b 0%, #1D398D 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(29, 57, 141, 0.4);
    color: #FFFFFF;
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0.3);
}

#homeSlider .owl-carousel .owl-nav {
    margin: 0;
}

#homeSlider .owl-carousel .owl-nav button {

    width: 52px;
    height: 52px;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 100px;

}

#homeSlider .owl-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.3);
}

#homeSlider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 56px;
    top: 50%;
}

#homeSlider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 56px;
    top: 50%;
}

#homeSlider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 32px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%)
}

#homeSlider .owl-carousel .owl-dots .owl-dot span {
    position: relative;
    margin: 0;
    width: 24px;
    height: 24px;
    border: 0.5px solid transparent;
    background: transparent;
}

#homeSlider .owl-carousel .owl-dots .owl-dot.active span {
    border-color: #fff;
}

#homeSlider .owl-carousel .owl-dots .owl-dot + .owl-dot {
    margin-left: 8px;
}

#homeSlider .owl-carousel .owl-dots .owl-dot span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(../images/ico-dot.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}

#homeSlider .homeSliderSocial {
    position: absolute;
    display: flex;
    bottom: 36px;
    left: 80px;
    z-index: 2
}

#homeSlider .homeSliderSocial a {
    text-decoration: none;
}

#homeSlider .homeSliderSocial .homeSliderSocialItem + .homeSliderSocialItem:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 16px;
    background-image: url(../images/ico-dot.svg);
    background-position: center;
    background-repeat: no-repeat
}

#homeSlider .homeSliderSocial a:hover svg path {
    fill: #1d398d
}

#homeSlider .sliderLogo {
    position: absolute;
    right: 80px;
    bottom: 0;
    z-index: 2
}

#sliderBottom {
    display: block;

    width: 100%;
  
    background-size: 100% auto;
}

#homeContent {
    background-image: url(../images/contentline.png);
    background-position: center top;
    background-repeat: repeat-y;
    padding-bottom: 64px
}

#catalogSearch {
    width: 640px;
    padding: 80px 0;
    max-width: 100%;
    margin: auto;
}

.sectionSubTitle {
    display: block;
    text-align: center;
    font-family: 'Ivy Mode';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #8B6C5A;
}

.sectionTitle {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #1D398D;
}

.sectionLine {
    text-align: center;
    margin-top: 24px
}

.sectionDesc {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.catalogSearchBox .catalogSearchTop {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.catalogSearchBox .catalogSearchTop .btn-blue {
    width: 48px;
    height: 48px;
    margin-left: 8px;
}

.searchInput {
    padding: 12px 16px;
    border: 0;
    box-shadow: none !important;
    border-radius: 12px;
    outline: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;

}

.searchInput::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.catalogSearchBox .moreSearch {
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-top: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-decoration-line: underline;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: rgba(0, 0, 0, 0.5);

}

.catalogSearchBox .moreSearch:hover {
    color: #1D398D
}

.catalogSearchBoxDetail {
    display: none;
}

.catalogSearchBoxDetail.open {
    display: block;
}

#homeStatistic {
   
}

#homeStatistic .sectionDesc {
    max-width: 720px;
    display: block;
    margin: auto;
    margin-top: 16px;
}

.statisticItem {
    text-align: center
}

.statisticItem strong {
    display: block;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 84px;
    text-align: center;
    color: #1D398D;
}

.statisticItem span {
    display: block;
    font-family: 'Ivy Mode';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #8B6C5A;
    margin-left: 12px;
}

.moreStatistic {
    text-align: center;
    margin-top: 56px;
}

.moreStatistic a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;

    text-decoration-line: underline;
    color: #1D398D;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;

}

.moreStatistic a:hover {
    color: #8B6C5A;
}

.ourPublicationsBox {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 48px 64px;
}

.publishSlider {
    margin-top: 48px
}

.publishSlider .owl-carousel .owl-item.active.center {}

.publishSlider .owl-item {
    transition: transform 0.5s ease-in-out;
}

.owl-item.inactive {
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
}

/* Active olmayanları gizle */

.owl-item.scale-1 {
    transform: scale(1);
    z-index: 4
}

.owl-item.scale-2 {
    transform: scale(0.8);
    z-index: 3
}

.owl-item.scale-3 {
    transform: scale(0.6);
    z-index: 2
}

.owl-item.scale-4 {
    transform: scale(0.4);
}

.publishSlider .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.publishSlider .owl-carousel .owl-nav button {

    width: 52px;
    height: 52px;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 100px;

}

.publishSlider .owl-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.3);
}

.publishSlider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
}

.publishSlider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
}

#homeTimeline {
    margin: 120px 0;
}

#homeTimeline .timelinedesc {
    display: block;
    margin: 32px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;

    color: rgba(0, 0, 0, 0.6);


}

.boxContent {
    display: block;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px 40px;
    height: 100%;

}

.boxContentHead {
    margin-bottom: 24px
}

.boxContentTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.boxContentSliderMeta {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.boxcontentnavs button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 24px;
    height: 24px;
    border: 0;

}

.boxcontentdots {
    margin: 0 12px 0 0
}

.boxcontentdots button {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
}

.boxcontentdots button + button {
    margin-left: 6px
}

.boxcontentdots button span {
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(../images/ico-dot-gray.svg)
}

.boxcontentdots button.active span,
.boxcontentdots button:hover span {
    background-image: url(../images/ico-dot-blue.svg)
}

.boxContentSliderPhoto {
    margin-bottom: 24px;
}

.boxContentSliderPhoto img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.boxContentSliderText .boxContentTitleLink {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    height: 27px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.boxContentSliderText .boxContentTitleLink:hover {
    color: #1D398D;
}

.boxContentSliderText p {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
    height: 63px;
    color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: none;

}

.boxContentSliderText .boxContentReadMore {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #1D398D;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.boxContentSliderText .boxContentReadMore:hover {
    color: #8B6C5A;
}

.videoSliderItem {
    text-decoration: none;
}

.videoSliderItem .videoSliderPhoto {
    position: relative;
    display: block;
    width: 100%;
    height: 310px;
    overflow: hidden;
    border-radius: 12px;
}

.videoSliderItem .videoSliderPhoto:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    background-image: url(../images/ico-play.svg);
    background-position: center;
    width: 45.5px;
    height: 45.5px;
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;

}

.videoSliderItem:hover .videoSliderPhoto:before {
    opacity: 0.8;
}

.videoSliderItem .videoSliderPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.videoSliderItem:hover .videoSliderPhoto img {
    transform: scale(1.2)
}

.videoSliderItem strong {
    display: block;
    margin-top: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;

}

.boxContentList .boxContentListItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.boxContentList .boxContentListItem + .boxContentListItem {
    margin-top: 32px;
}

.boxContentList .boxContentListItem .boxListItemPhoto {
    display: block;
    width: 112px;
    min-width: 112px;
    height: 88px;
    min-height: 88px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 24px;
    text-decoration: none;
}

.boxContentList .boxContentListItem .boxListItemPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxContentList .boxContentListItem .boxListItemText {
    max-width: 368px;
    margin-right: auto
}

.boxContentList .boxContentListItem .boxListItemText .boxListItemTitle {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    height: 44px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.boxContentList .boxContentListItem .boxListItemText .boxListItemTitle:hover {
    color: #1D398D;
}

.boxContentList .boxContentListItem .boxListItemText .author {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #0F1828;
}

.boxContentList .boxContentListItem .boxListItemText .timer {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(15, 24, 40, 0.6);
}

.boxContentList .boxContentListItem .boxListItemText .dot {
    margin: 0 12px
}

.boxContentList .boxContentListItem .boxListItemPlay {
    width: 24px;
    height: 24px;
    margin-left: 24px;
}

.boxContentList .boxContentListItem .boxListItemPlay a:hover svg path {
    fill: #8B6C5A
}

footer {
    background: #1D398D;
    padding: 55px 0 63px
}

footer .footerLeft {
    width: 296px;
    max-width: 100%;
}

footer .footerLeft .footerLogo {
    margin-bottom: 24px;
}

footer .footerLeft span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footerLeft .footerLinks {
    display: flex;
}

footer .footerLeft .footerLinks a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}

footer .footerLeft .footerLinks a:hover {
    text-decoration: underline
}

footer .footerLeft .footerLinks a + a {
    margin-left: 24px
}

footer .footerRight {
    width: 394px;
    max-width: 100%;
}

.mailNewsletter strong {
    display: block;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}

.mailNewsletter .mailNewsletterBox {
    position: relative;
}

.mailNewsletter .mailNewsletterBox input {
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 4px 93px 4px 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

.mailNewsletter .mailNewsletterBox input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

.mailNewsletter .mailNewsletterBox > img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.mailNewsletter .mailNewsletterBox a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
}

.mailNewsletter .mailNewsletterBox a:hover {
    color: #8B6C5A
}

footer .footerRight .line {
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 1px;
    margin: 12px 0 32px
}

.footerContactItem {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;

    margin-bottom: 16px;
}

.footerContactItem .icon {
    margin-right: 10px;
}

.footerContactBottom .footerSocial a + a {
    margin-left: 20px;
}

#page {
    padding: 56px 0 80px;
}

.leftMenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 16px;
}

.leftMenu .leftMenuHead {
    display: flex;
    align-items: center;

    margin-bottom: 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #000000;

}

.leftMenu .leftMenuHead strong {
    font-weight: 500;
    margin-left: 12px;
}

.leftMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.leftMenu ul li a {
    position: relative;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    padding: 15px 0 15px 20px;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.leftMenu ul li a:hover,
.leftMenu ul li a.active {
    color: #000;
    text-decoration: underline
}

.leftMenu ul li a:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(../images/ico-dot-brown.svg);
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.leftMenu ul li + li a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pageContent h2 {
    position: relative;
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 16px;

}

.pageContent h1,
.pageContent h2,
.pageContent h3,
.pageContent h4,
.pageContent h5,
.pageContent h6 {
    position: relative;
    padding-left: 20px;
}

.pageContent h1:before,
.pageContent h2:before,
.pageContent h3:before,
.pageContent h4:before,
.pageContent h5:before,
.pageContent h6:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(../images/ico-dot-blue.svg);
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.pageContent p {
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
}

#breadcrumbs {
    background: rgba(29, 57, 141, 0.1);
    padding: 24px 0
}

#breadcrumbs .breadcrumb {
    margin: 0
}

#breadcrumbs .breadcrumbTitle {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;

    color: #1D398D;
    margin-bottom: 8px;


}

#breadcrumbs .breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    padding: 0
}

#breadcrumbs .breadcrumb .breadcrumb-item.active {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
    color: #1D398D;
}

#breadcrumbs .breadcrumb .breadcrumb-item a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(29, 57, 141, 0.8);
    text-decoration: none;

}

#breadcrumbs .breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    font-weight: 400;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/ico-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 8px
}

.userList .user {
    margin-bottom: 48px
}

.userList .userPhoto {
    margin-bottom: 16px;
}

.userList .userPhoto img {
    border-radius: 20px;
    width: 100%;
    height: 294px;
    object-fit: cover;
    object-position: center;

}

.userList .userInfo .info strong {
    display: block;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    color: #0F1828;
}

.userList .userInfo .info i {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;

    color: rgba(15, 24, 40, 0.6);

}

.userList .userInfo a:hover svg path {
    fill: #8B6C5A
}

.filterBox .filterHeader {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #09090B;
    padding-bottom: 24px;
    border-bottom: 1px solid #E4E4E7
}

.filterBox .filterHeader span {
    margin-left: 8px;
}

.filterItem {
    padding: 24px 0;
    border-bottom: 1px solid #E4E4E7;
}

.filterItem .filterItemHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filterItem .filterItemHeader strong {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #09090B;

}

.filterItem .filterItemHeader a {
    width: 24px;
    height: 24px;
    background-image: url(../images/ico-plus.svg);
    background-size: cover;
    background-position: center;
}

.filterItem.open .filterItemHeader a {
    background-image: url(../images/ico-minus.svg);

}

.filterItem .filterContent {
    display: none;
    padding-top: 16px;
    overflow: hidden;
}

.filterItem.open .filterContent {
    display: block;
}

.checkitem {
    position: relative;
    display: flex;
    align-items: center;
}

.checkitem input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

.checkitem input ~ i {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #E4E4E7;
    border-radius: 4px;
    margin-right: 8px;
}

.checkitem input ~ i:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/ico-tick.svg);
    opacity: 0;
}

.checkitem input:checked ~ i {

    background: #8B6C5A;
    border-color: #8B6C5A
}

 .checkitem input:checked ~ i:before {
    opacity: 1
}

.checkitem input ~ span {

    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #27272A;


}

 .checkitem input:checked ~ span {
    font-weight: 500
}

.checkitem + .checkitem {
    margin-top: 16px;
}

.filterItem .filterSearch {
    position: relative;
    margin-bottom: 16px;
}

.filterItem .filterSearch a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.filterItem .filterSearch input {
    border: 0;
    width: 100%;
    background: transparent;
    height: 21px;
    box-shadow: none;
    outline: none;
    padding: 0 10px 0 24px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #71717A;
}

.filterItem .filterSearch input::placeholder {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #71717A;
}

.postList .postItem {
    margin-bottom: 72px
}

.postList .postItem a {
    display: block;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.postList .postItem .postPhoto img {
    width: 100%;
    border-radius: 20px;
}

.postList .postItem .postPhoto {
    margin-bottom: 16px;
}

.postList .postItem .postInfo {
    padding: 0 8px
}

.postList .postItem .postInfo .postTitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #0F1828;
    margin-bottom: 8px;

}

.postList .postItem .postInfo .postTitle:hover {
    color: #8B6C5A
}

.postList .postItem .postInfo .postAuthor {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(15, 24, 40, 0.6);


}

.postList .postItem .postInfo .postAuthor:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(../images/ico-dot-brown.svg);
    margin-right: 12px
}

.postList .postItem .postInfo .postAuthor:hover {
    color: rgba(15, 24, 40, 1);

}

.page-link {
    display: inline-block;
    background: transparent;
    border: 0;
    border-radius: 0 !important;
    border-bottom: 1px solid #D4D4D8;
    padding-bottom: 12px;
    width: 48px;
    height: 32px;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(82, 82, 91, 0.6);

}

.page-link:hover,
.page-link.active {
    font-weight: 500;
    color: #1D398D;
    border-bottom-color: #1D398D;
    background: transparent;
}

.postList .postItem .postInfo .postDate {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(15, 24, 40, 0.6);


}

.postList .postItem .postInfo .postDate img {
    margin-right: 12px
}

.detailPage .detailLeft .postPhoto {
    display: block;
    margin-bottom: 20px;
}

.detailPage .detailLeft .postPhoto img {
    border-radius: 20px;
    width: 100%;
}

.detailPage .detailRight .postTitle {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;

    color: #000000;


}

.shareButton {

    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #1D398D;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;

}

.shareButton:hover {
    color: #8B6C5A
}

.postMeta {
    padding: 32px 0 16px;
    margin: 16px 0 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.postMeta .postMetaItem {
    display: flex;
    margin-bottom: 16px
}

.postMeta .postMetaItem strong {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-right: 12px;
}

.postMeta .postMetaItem i {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.detailPage .detailRight .postText {
    width: 680px;
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);


}

.postMore {
    margin-top: 57px;
}

.postMoreTitle {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;

}

.postMoreTitle i {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #8B6C5A;
    margin-left: 12px;

}

.postMoreTitle:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(../images/ico-dot-blue.svg);
    margin-right: 12px
}

.postList .col-20 {
    flex: 0 0 auto;
    width: 20%;
}

.postCount {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-decoration: underline !important;
    color: #0F1828;

}

.postItem .dot {
    margin: 0 12px
}

.postDesc {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    height: 63px;
    color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: none;
    margin-top: 16px
}

.postList .postItem .postMoreLink a {
    display: inline-block;
    width: auto;
    background: rgba(29, 57, 141, 0.1);
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #1D398D;
    padding: 8px 12px;
    margin-top: 16px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.postList .postItem .postMoreLink a:hover {
    background: rgba(29, 57, 141, 0.3);
}

.galleryList .galleryItem {
    display: block;
    height: 272px;
    width: 100%;
    overflow: hidden;
    border-radius: 16px
}

.galleryList .galleryItem img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    object-fit: cover;
    object-position: center;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.galleryList .galleryItem:hover img {
    transform: scale(1.1)
}

.fileList .fileItem {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
}

.fileList .fileItem strong {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.fileList .fileItem strong:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(../images/ico-dot-brown.svg);
    transform: translateY(-50%)
}

.fileList .fileItem a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #1D398D;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.fileList .fileItem a span {
    margin-left: 12px;


}

.fileList .fileItem a:hover {
    color: #8B6C5A
}

.fileList .fileItem a svg path {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.fileList .fileItem a:hover svg path {
    fill: #8B6C5A
}

.postbigPhoto {
    margin-bottom: 32px;
}

.postbigPhoto img {
    width: 100%;
    border-radius: 20px;
}

.detailPage .postDate {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(15, 24, 40, 0.6);
}

.detailPage .postDate img {
    margin-right: 12px
}

.detailPage hr {


    border-top: 1px solid rgba(0, 0, 0, 0.2);

}

.postSearchBox {
    position: relative;
    display: block;
    margin: auto;
    width: 520px;
    margin-bottom: 56px;
    max-width: 100%;
}

.postSearchBox input {
    width: 100%;
    padding: 17px 16px 17px 56px;

    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #1D398D;

    background: linear-gradient(0deg, rgba(29, 57, 141, 0.03), rgba(29, 57, 141, 0.03)), #F5F5F5;
    border: 1px solid rgba(29, 57, 141, 0.1);
    border-radius: 32px;

}

.postSearchBox input::placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #1D398D;
}

.postSearchBox a {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.letterList {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
    flex-wrap: wrap
}

.letterList a {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #0F1828;
    text-decoration: none;
    padding: 8px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;

}

.letterList a + a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.1);
    left: -5px;
    top: 50%;
    transform: translateY(-50%)
}

.letterList a + a {
    padding-left: 10px;
    margin-left: 10px;
}

.letterList a:hover {
    color: #1D398D;
}

.writerMeta {
    margin: 16px 0
}

.writerMeta .writerPost {
    margin-left: 64px
}

.writerMeta span {
    margin-left: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;


    color: #000000;

}

.writerPostItem {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 24px;
}

.writerPostItem .witerPostItemTitle {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #0F1828;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;


}

.writerPostItem .witerPostItemTitle:hover {
    color: #8B6C5A
}

.writerPostItem .witerPostItemTitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(../images/ico-dot-brown.svg);
    transform: translateY(-50%)
}

.writerPostItem .writerPostItemMeta {
    display: flex;
}

.writerPostItem .writerPostItemMeta .author {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #1D398D;
}



.writerPostItem .writerPostItemMeta .dot {
    margin: 0 12px;
}

.searchPageHeader {
    padding: 88px 0 105px;
    background-image: url(../images/searchbg.png);
    background-position: center;
    background-repeat: no-repeat
}


.searchPageSearch {
    width: 640px;

    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    margin-top: 27px;
}



.searchPageSearch .btn-blue {
    width: 48px;
    height: 48px;
    margin-left: 8px;
}

.searchPageSearch .searchInput {
    padding: 15px 16px;
    border: 0;
    box-shadow: none !important;
    border-radius: 12px;
    outline: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;

}

.searchPageSearch .searchInput::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}


.searchResultItem {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #E1E1E1;
    border-radius: 16px;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    margin-bottom: 16px;

}

.searchResultItem:hover {
    border-color: #1D398D
}

.searchResultItem .resultPhoto img {
    width: 72px;
    height: 104px;
    object-position: center;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 24px;
}

.searchResultItem .resultText .resultTitle {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #1D398D;
    margin-bottom: 13px;

}

.searchResultItem .resultText .resultMeta {
    display: flex;
    align-items: center;
}

.searchResultItem .resultText .resultMeta .resultMetaItem {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;


}

.searchResultItem .resultText .resultMeta .resultMetaItem strong {
    font-weight: 500;
    margin-right: 12px;
}

.searchResultItem .resultText .resultMeta .dot {
    display: block;
    margin: 0 24px;
}

.searchResult {
    margin-bottom: 80px
}

.magazineTop p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;

    color: #000000;

}

.magazinePageItem {
    padding: 24px 0;

}

.magazinePageItem:first-child {
    padding-top: 8px
}

.magazinePageItem + .magazinePageItem {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.magazinePageItem a {
    display: block;
    margin-bottom: 13px;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #1D398D;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    margin-bottom: 16px;
}

.magazinePageItem a:hover {
    color: #8B6C5A
}

.magazinePageItem .magazinePageMeta {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;


}

.magazinePageItem .magazinePageMeta .magazinePageMetaItem strong {
    font-weight: 500;
    margin-right: 12px;
}

.magazinePageItem .magazinePageMeta .dot {
    display: block;
    margin: 0 24px;
}

.detailButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 16px;
}

.detailButtons .btn-outline-blue {
    width: calc(50% - 6px);

    padding: 11px 12px;
    border: 1px solid rgba(29, 57, 141, 0.1);
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #1D398D;


}

.detailButtons .btn-outline-blue:hover {
    color: #fff;
}

.detailShare .shareTitle {
    display: block;
    margin-bottom: 12px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #1D398D;


}

.detailShare .first {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.detailShare .first a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% / 3) - 8px);
    align-items: center;
    padding: 11px 2px;
    margin-bottom: 12px;
    border: 1px solid rgba(29, 57, 141, 0.1);
    border-radius: 8px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.detailShare .second {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.detailShare .second a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 6px);
    align-items: center;
    padding: 11px 2px;
    margin-bottom: 12px;
    border: 1px solid rgba(29, 57, 141, 0.1);
    border-radius: 8px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.detailShare .first a:hover,
.detailShare .second a:hover {
    background: rgba(29, 57, 141, 0.1);
}

.blogHeader {
    margin-bottom: 64px;
}

.blogHeader .breadcrumb {
    margin-bottom: 8px;
}

.blogHeader .breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    padding: 0
}

.blogHeader .breadcrumb .breadcrumb-item.active {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    color: #1D398D;
}

.blogHeader .breadcrumb .breadcrumb-item a {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

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

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    font-weight: 400;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/ico-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 8px
}

.blogHeader .pageTitle {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #1D398D;
}

.blogItem.blogBig {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blogItem .blogPhoto {
    margin-bottom: 24px;
}

.blogItem.blogBig .blogPhoto {
    margin-bottom: 0;
    min-width: calc(50% - 24px);
    max-width: calc(50% - 24px);
}

.blogItem.blogBig .blogPhoto img {
    width: 100%;
    border-radius: 24px;
    height: 346px;
    object-fit: cover;
    object-position: center;
}

.blogItem.blogBig .blogText {
    min-width: calc(50% - 24px);
    max-width: calc(50% - 24px);
}

.blogItem.blogBig .blogText .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.blogItem.blogBig .blogText .tags a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #1D398D;
    text-decoration: none;
    margin-right: 12px
}

.blogItem.blogBig .blogText .tags a:hover {
    text-decoration: underline
}

.blogItem.blogBig + .blogItem.blogBig {
    margin-top: 56px;
}

.blogItem .blogText .blogTitle a {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 16px;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;


}

.blogItem.blogBig .blogText .blogTitle a {

    font-size: 28px;
    line-height: 42px;

}

.blogItem.blogBig .blogText .blogTitle a:hover {
    color: #1D398D;
}

.blogItem .blogText .blogDesc {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 16px;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: none;

}

.blogItem.blogBig .blogText .blogDesc {
    -webkit-line-clamp: 6;
    height: 126px;
}

.blogItem .blogText .blogReadMore a {

    padding: 8px 12px;
    background: rgba(29, 57, 141, 0.1);
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #1D398D;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.blogItem .blogText .blogReadMore a:hover {
    background: rgba(29, 57, 141, 0.3);

}

.blogItem.blogBig .blogText .blogReadMore a {
    padding: 12px 20px;
    font-size: 14px
}

.blogFutureTitle {
    display: flex;
    align-items: center;
    margin-top: 56px;
    margin-bottom: 32px;
    margin-left: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.blogFutureTitle:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(../images/ico-dot-blue.svg);
    margin-right: 12px
}

.blogItem.blogMini .blogPhoto img {
    width: 100%;
    border-radius: 16px;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.blogItem.blogMini {
    margin-bottom: 64px;
}

.blogDetailHeader .blogDetailTitle {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 12px;
    color: #000000;

}

.blogDetailMeta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.blogDetailMeta .author {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

.blogDetailMeta .author:hover {
    text-decoration: underline;
}

.blogDetailMeta .dot {
    margin: 0 12px
}

.blogDetailMeta .date,
.blogDetailMeta .clock {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
}

.blogDetailHeader .blogDetailTags {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.blogDetailHeader .blogDetailTags a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #1D398D;
    text-decoration: none;

}

.blogDetailHeader .blogDetailTags a:hover {
    text-decoration: underline
}

.blogDetailHeader .blogDetailTags a + a {
    margin-left: 12px;
}

.shareButtons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.shareButtons a {
    display: flex;
    align-items: center;
    padding: 7px 16px 7px 12px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.shareButtons a + a {
    margin-left: 16px;
}

.shareButtons a .icon {
    display: flex;
    width: 16px;
    height: 16px;
    align-items: center;
}

.shareButtons a .icon img {
    max-height: 16px;
    max-width: 16px
}

.shareButtons a strong {
    position: relative;
    font-weight: 400;
    padding-left: 12px;
    margin-left: 12px;
}

.shareButtons a strong:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-50%)
}

.shareButtons a:hover {
    background: rgba(29, 57, 141, 0.1);

}

.blogDetailContent img {
    max-width: 100%;
}

.thanksbar {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 48px 0 56px;
}

.thanksbar .line {
    width: 100%;
    height: 1px;
    background: #1A00B5;
    margin: 0 24px;
}

.thanksbar strong {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1A00B5;
    margin: 0 24px;
}

.postNavigation {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.postNavigation a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.postNavigation a small {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);


}

.postNavigation a strong {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.postNavigation .prev .icon {
    margin-right: 12px;
}

.postNavigation .next .icon {
    margin-left: 12px;
}

.postNavigation .next small,
.postNavigation .next strong {
    text-align: right
}

.postNavigation a:hover strong {
    color: #1D398D
}

.contactPage .contactPageItem {
    text-align: center
}

.contactPage .contactPageItem .icon {
    margin-bottom: 24px;
}

.contactPage .contactPageItem strong {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #09090B;
    margin-bottom: 8px;
}

.contactPage .contactPageItem p {
    display: block;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);

}

.contactPage .contactPageItem p span {
    display: block;
}

.contactPage .contactTop {
    margin-bottom: 72px;
}

.contactPage .maps iframe {
    border-radius: 16px;
}



.customCheck {
    position: relative;
    display: flex;
    align-items: center;
}

.customCheck input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

.customCheck input ~ i {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #0F1E3A;
    border-radius: 6px;
    margin-right: 8px;
}

.customCheck input ~ i:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/ico-tick.svg);
    opacity: 0;
}

.customCheck input:checked ~ i {

    background: #0F1E3A;
}

.customCheck input:checked ~ i:before {
    opacity: 1
}

.customCheck input ~ span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #0F1E3A;
}

.contactForm {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
}

.contactForm strong {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
    color: #18182C;
}

.contactForm input.form-control {
    height: 48px;
    padding: 6px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(15, 30, 58, 0.1) !important;
    border-radius: 8px;
    outline: none !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(15, 30, 58, 0.6);
}

.contactForm input.form-control:placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(15, 30, 58, 0.6);

}

.contactForm .form-select {
    height: 48px;
    padding: 6px 20px;
    border: 1px solid rgba(15, 30, 58, 0.1) !important;
    border-radius: 8px;
    outline: none !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(15, 30, 58, 0.6);
}

.contactForm textarea {
    padding: 16px 20px;
    border: 1px solid rgba(15, 30, 58, 0.1) !important;
    border-radius: 8px;
    outline: none !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(15, 30, 58, 0.6);
}

.contactForm .btn-blue {
    height: 56px;
    border-radius: 8px
}

.contactForm .customCheck {
    margin: 8px 0;
}

.searchPageSearchBig {
    width: 880px;
}

.searchPageSearch .btn-red {
    width: 48px;
    height: 48px;
    margin-left: 8px;
}


.searchArea {
    display: flex;
    width: 100%;
    align-items: center;
}

.searchArea + .searchArea {
    margin-top: 8px
}

.searchArea .col3 {
    width: calc((100% - 16px)/3)
}

.searchArea .col2 {
    width: calc((100% - 8px)/2)
}

.pageStatistic {
    background: #fff;
    border-radius: 24px;
    padding: 72px 0;
}

.categoryListHeader {
    margin-bottom: 32px;
}

.categoryListHeader a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
    color: #1D398D;
    text-decoration: none;
}

.categoryListHeader a svg {
    margin-left: 8px
}

.categoryListHeader a:hover {
    text-decoration: underline
}

.categoryList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.categoryList a {
    align-items: center;
    padding: 12px 24px;
    background: rgba(29, 57, 141, 0.05);
    border: 1px solid rgba(29, 57, 141, 0.05);
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #1D398D;
    margin-right: 8px;
    text-decoration: none;
    margin-bottom: 8px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.categoryList a:hover {
    background: rgba(29, 57, 141, 0.3);
}

.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #1D398D;
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.timeline-item.right {
    justify-content: flex-end
}

.timeline-content {
    position: relative;
    width: 45%;
    background: #fff;
    padding: 20px 32px;
    border-radius: 20px;
}
.timeline-content:before {
      content: '';
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom:8px solid transparent;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
}
.timeline-group .timeline-content:first-child{
    margin-top: -30px
}
.timeline-group  .timeline-content:last-child {
    margin-top: 30px
}
.timeline-content:last-child:before , .timeline-item.right .timeline-content:before{
     border-left: 0;
     border-right: 8px solid #fff;
    right: 100%;
    left: auto
}
.timeline-content a {
    text-decoration: none;
}

.timeline-content a strong {
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #1D398D;
}
.timeline-content .timeLineMeta {
    display: flex;
    align-items: center;
}
.timeline-content .timeLineMeta span {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #000000;
}
.timeline-content .timeLineMeta .dot {
    margin: 0 12px
}
.timeline-icon {
    width: 80px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 18px;
    background-image: url(../images/ico-timeline.svg);
    background-size: auto 100%;
    background-position: center;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;


}

.timeline-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    align-items: center;
    margin-bottom: 46px
}
.timeline-item.showTimeline .timeline-content{
  background:transparent;
}
.timeline-item.showTimeline .timeline-content:before {
    display: none;
}
.timeline-item.showTimeline .timeline-content a {
    position: relative;
    display: inline-block;
    min-width: 228px;
    background: #fff;
    padding: 20px 32px;
    border-radius: 20px;
}
.timeline-item.showTimeline .timeline-content a:before {
          content: '';
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom:8px solid transparent;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
}
.timeline-item.showTimeline.right .timeline-content a:before {
 border-left: 0;
     border-right: 8px solid #fff;
    right: 100%;
    left: auto
}
.timeline-item.showTimeline .showLink {
       width: 80px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;

   text-decoration: none;

background: linear-gradient(0deg, rgba(139, 108, 90, 0.1), rgba(139, 108, 90, 0.1)), #F5F5F5;
border: 3px solid #F5F5F5;
border-radius: 12px;

font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: #8B6C5A;
}
.timeline-item.showTimeline .showLink:hover {
    background: linear-gradient(0deg, rgba(139, 108, 90, 0.3), rgba(139, 108, 90, 0.3)), #F5F5F5;

}
.timeline .noitem {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .timeline-content {
        width: 100%;
        margin-left: 50px;
    }

    .timeline-icon {
        left: 20px;
        transform: none;
    }
}

.modal .modal-dialog {
    max-width:80%;
    width: 680px
}
.modal .modal-content {
border-radius: 24px;
    border:0;
    padding: 32px;
}
.modal .modal-header {
    padding: 0;
border-bottom: 0


}
.modal .modal-header .btn-close {
    background: none;
    opacity: 1;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0;
    outline: none !important;
    box-shadow: none !important;
    align-self: flex-start
}
.modal .modal-title {
    font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;

color: #1D398D;
}
.modal .modal-body {
    padding: 0
}
.modal .modal-body  {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;

color: #000000;

}
.modal .modal-body hr {


border-top-color: rgba(0, 0, 0, 0.1);
    opacity: 1


}
.modalMeta  {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.modalMeta span {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #000000;
}
.modalMeta .dot {
    margin: 0 12px
}
.modal-desc {
   display: block;
    margin-top: 8px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #000000;

}

.passwordInput {
    position: relative;
}
.passwordInput a {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.modalForm .checkitem input ~ i {
    width: 16px;
    height: 16px;
    border-radius: 6px
}
.modalForm .checkitem input ~ span {
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
color: #0F1E3A;


}
.modalForm .checkitem input:checked ~ span {
    font-weight: 400
}

.modalForm  {
    margin-top: 24px;
}
.modalForm .form-control {
padding: 6px 20px;
background: #FFFFFF;
border: 1px solid rgba(15, 30, 58, 0.1) !important;
border-radius: 12px;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
height: 56px;
color: rgba(15, 30, 58, 0.8);
    outline: none;
    box-shadow: none;

}

.modalForm .btn-blue {
    height: 56px;
}
.modalForm .forgotPass {
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
text-align: center;
text-decoration-line: underline;
color: #0F1E3A;
opacity: 0.6;
}
.modalForm .forgotPass:hover {
    opacity: 1
}

.modalForm .createAccount {
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
text-align: center;
text-decoration-line: underline;
color: #0F1E3A;
opacity: 0.6;

}
.modalForm .createAccount:hover {
    opacity: 1
}
.modalForm .passwordInput a.open svg path {
    stroke:#8B6C5A
}

#loginModal.modal .modal-dialog , #registerModal.modal .modal-dialog , #forgotModal.modal .modal-dialog {
    max-width:80%;
    width: 560px
}
.mobileMenu {
    display: none;
}
.mobileLeftMenu {
    display: none;
}
.mobileFilter {
    display: none;
}

.otherNewsTitle {

font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #09090B;
padding-bottom: 16px;
    margin-bottom: 16px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.otherNewsList a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.otherNewsList a .photo {
    width: 96px;
    min-width: 96px;
    height: 64px;
    min-height: 64px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 16px;
}
.otherNewsList a .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}
.otherNewsList a .text strong {
    display: block;
    margin-bottom: 8px;
height: 42px;
overflow: hidden;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: #000000;
 text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.otherNewsList a:hover .text strong {
    color: #1D398D
    
}
.otherNewsList a .text .postDate {
    font-size: 12px
}
.otherNewsList a  + a {
    margin-top: 28px
}

/* Global header color override */
.page-header-bar,
.profile-header {
    background: #1D398D !important;
    background-image: none !important;
}

.ilemlogo img {
    max-height: 60px
}