body {
    overflow-x: auto;
    overflow-y: hidden;
    font-family: "Noto Sans Mongolian", "Mongolian Baiti", sans-serif;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    color: #1c919e;
}

h2 {
    font-size: 3rem;
    line-height: 1.2;
}

.bosoo {
    writing-mode: vertical-lr;
}

.hevtee {
    writing-mode: horizontal-tb;
}

.container {
    max-height: 90vh;
    margin-top: 5vh;
    max-width: 100% !important;
}

.bg-primary {
    background-color: #1073b6 !important;
}

.pt5 {
    padding: 5% 10px 0px 10px !important;
}

.bg-primary a {
    color: white;
}

.w-6 {
    width: 1.5rem !important;
}

.w-5 {
    width: 3rem !important;
    margin-left: 50px;
}

.h-6 {
    height: 1.5rem !important;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-toggle::after {
    margin-left: .0px;
    vertical-align: .0px;
}

.navbar-nav {
    margin: 0px;
    padding: 0px;
}

.navbar-brand {
    margin-right: 0px;
}

.w-50px {
    width: 50px;
}

.dropdown-item {
    padding: 10px;
}

.box {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.box:hover {
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out;
}

p {
    color: #4b5563;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-7 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.img {
    margin: 10px;
}

.img img {
    width: 100%;
    height: auto;
    transition: 0.2s;
}

.img img:hover {
    scale: 1.05;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.one-container .box .img {
    width: 300px;
}

.grid-container .box .img {
    width: 150px;
}

.parallax {
    background-image: url("images/parallax.jpg");
    /* таны зураг */
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.parin {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
            #1fbcc5 0%,
            /* улаан */
            #2b606300 50%,
            /* ногоон */
            #0ec1ca 100%
            /* хар */
        );
}

.parallax-content {
    color: white !important;
    padding: 0px 140px;
    font-size: 30px;

}

.bg-custom {
    background-color: #1fbcc5 !important;
}

.border-custom {
    border-color: #1fbcc5 !important;
}

.hidden {
    display: none !important;
}

.boxes-tab {
    position: relative;
}

.boxes-tab:hover {
    background-color: #f85c3b !important;
    color: white !important;
}

.boxes-tab:hover p {
    color: wheat !important;
}

.boxes-tab .far {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #6c757d;
}

.boxes-tab:hover .far {
    color: white !important;
}

.read {
    font-size: 30px !important;
}

.read .img img {
    max-height: 40vh;
}

.clear {
    clear: right;
}

.shares:hover a {
    color: #f85c3b !important;
}

.parallax-text {
    color: white !important;
    padding: 0px 40px;
    font-size: 30px;
}