@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body {
    font-family: "Rubik", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px !important;
    font-weight: 300 !important;
    outline: none !important;
    overflow-x: hidden !important;
    list-style: none !important;
    background-color: #fff;
}

li {
    list-style: none !important;
}

* {
    box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}
a {
    cursor: pointer;
}

*:focus {
    outline: none !important;
}

*::focus {
    outline: none !important;
}

textarea:focus,
input:focus,
.form-control:focus {
    outline: none !important;
}

.row-misheel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.col-misheel {
    position: relative;
    width: 100%;
}

.head1 {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    margin-top: 5px;
}

.head2 {
    -ms-flex: 0 0 calc(100% - 140px);
    flex: 0 0 calc(100% - 140px);
    max-width: calc(100% - 140px);
    text-align: center;
}

.head3 {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-top: 10px;
}

#dropdownMenuButton {
    border: none;
    background: transparent;
}

.head3 a:hover {
    opacity: 0.8;
}

#dropdownMenuButton::after {
    display: none;
}

.container-big {
    max-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.container-min {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.container-big2 {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.container-big3 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.container-mid {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

#header {
    padding: 30px 0;
}
#divHer {
    padding: 1px 0;
    margin-bottom: 10px;
    box-shadow: 0px 10px 2px rgba(165, 0, 0, 0.6);
}

.home-btns {
    margin-bottom: 20px;
}

.home-btns a {
    display: block;
    position: relative;
    min-height: 450px;
    border-radius: 20px;
    padding: 25px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
}

.h-btn1 {
    background: rgb(92, 9, 0);
    background: linear-gradient(
        31deg,
        rgba(92, 9, 0, 1) 0%,
        rgba(142, 14, 0, 1) 100%
    );
}

.h-btn2 {
    background: rgb(143, 2, 6);
    background: linear-gradient(
        31deg,
        rgba(143, 2, 6, 1) 0%,
        rgba(195, 22, 27, 1) 100%
    );
}

.h-btn3 {
    background: rgb(166, 52, 0);
    background: linear-gradient(
        31deg,
        rgba(166, 52, 0, 1) 0%,
        rgba(217, 83, 14, 1) 100%
    );
}

.h-btn-title {
    font-weight: 400;
    font-size: 20px;
}

.hb-img {
    margin-bottom: 20px;
}

.h-desk {
    text-transform: uppercase;
    font-size: 14px;
    transition-duration: 0.5s;
}

.h-desk-in {
    margin-top: 20px;
    transition-duration: 0.5s;
}

.hb-hairtsag {
    position: absolute;
    bottom: -10px;
    right: 10px;
    transition-duration: 1s;
    transform: scale(0.9);
}

.hb-hairtsag-in {
    right: -10px;
    transform: scale(1);
    transition-duration: 1s;
}

.hb-puuz {
    position: absolute;
    bottom: 0;
    left: 20%;
    transition-duration: 1s;
}

.hb-puuz-in {
    left: 10%;
    transition-duration: 1s;
}

.hb-utas1 {
    position: absolute;
    bottom: -100px;
    left: -70px;
    transition-duration: 1s;
}

.hb-utas1-in {
    left: -50px;
    transition-duration: 1s;
}

.hb-utas2 {
    position: absolute;
    bottom: -100px;
    right: -80px;
    transition-duration: 1s;
}

.hb-utas2-in {
    bottom: -100px;
    right: -50px;
    transition-duration: 1s;
    transform: rotate(2deg);
}

.hb-content {
    position: relative;
    z-index: 1;
}

.news {
    background-color: #f58535;
    background-image: url(../content/n-bc.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 40px 0;
}

.news .item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    min-height: 356px;
}

.news-list {
    padding: 50px 0;
}

.news-single {
    padding: 50px 0;
}

.news-single img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
}

.news-single iframe {
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.news-list .item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.title-news {
    margin: 15px;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.title-news:hover {
    color: #333;
}

.news-more {
    display: block;
    color: #ce3a3a;
    padding: 0 15px;
    margin-bottom: 30px;
}

.news-more:hover {
    color: #5d0f01;
}

.title1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.title2 {
    color: #ce3a3a;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.news .item img {
    transition-duration: 0.8s;
    transform-origin: center bottom;
    cursor: pointer;
    width: 100%;
}

.news-list .item img {
    transition-duration: 0.8s;
    transform-origin: center bottom;
    width: 100%;
}

.item-img-in {
    transform: scale(1.1);
    transition-duration: 0.8s;
    transform-origin: center bottom;
}

.news-readmore {
    text-align: center;
    margin-top: 20px;
}

.news-readmore a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.news-readmore a:hover {
    opacity: 0.8;
}

.about {
    padding: 50px 0;
}

.about-text {
    text-align: justify;
    font-weight: 400;
}

.dt-single {
    border: 1px solid #c1151a;
    text-align: center;
    color: #c1151a;
    padding: 25px 10px;
    border-radius: 6px;
    height: 100%;
    font-weight: 400;
}

.dt-row {
    margin-left: -5px;
    margin-right: -5px;
}

.dt {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 5px;
    min-height: 126px;
}

.featured-product {
    background-color: #5d0f01;
    padding: 50px 0 30px;
    background-image: url(../img/bc-product.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.gallery-product .item {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    height: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    min-height: 409px;
}

.title-product {
    margin: 15px 0;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 88px;
}

.title-product:hover {
    color: #333;
}

.gallery-product img {
    filter: brightness(95%);
}

.product-more {
    display: inline-block;
    background: #f58535;
    padding: 5px 20px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 10px;
}

.title3 {
    color: #fff;
    font-size: 24px;
    text-align: right;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-more:hover {
    color: #fff;
    background: #ce3a3a;
}

.address {
    padding: 50px 0 30px;
}

.address-content {
}

.add1 {
    background: #f58535;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 400;
}

.map {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 20px;
}

.wechat {
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    height: 100%;
    background-color: #609051;
    background-image: url(../img/wechat-bc.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.wechat img {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100px;
}
.address-content .col-lg-5,
.address-content .col-lg-3,
.address-content .col-lg-4 {
    margin-bottom: 20px;
}
.dropdown-menu {
    margin-top: 15px;
    border-radius: 6px;
    background-color: #bc1318;
}

.dropdown-menu a {
    color: #fff;
    min-width: 200px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

footer {
    background: #333;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

footer a {
    color: #aeaeae;
    font-weight: 400;
}
footer a:hover {
    color: #fff;
}

.teever {
    width: 100vw;
    height: 420px;
    position: relative;
    display: block;
    overflow-x: hidden !important;
}

.uul {
    position: absolute;
    bottom: 120px;
    height: 148px;
    width: 2091px;
}

.barilga {
    position: absolute;
    bottom: 0;
    height: 420px;
    width: 3259px;
    z-index: 0;
}

.bichig {
    position: absolute;
    top: 50px;
    height: 154px;
    width: 3592px;
    z-index: 0;
}

.modzam {
    position: absolute;
    bottom: 0;
    height: 205px;
    width: 5854px;
}

.shoroozam {
    position: absolute;
    bottom: 0;
    height: 144px;
    width: 6400px;
}

.mashin {
    position: absolute;
    width: 400px;
    height: 102px;
    display: block;
    bottom: 20px;
}

.mashin img {
    position: absolute;
}

.uul img,
.barilga img,
.modzam img,
.shoroozam img,
.bichig img {
    width: 100%;
}

.dugui {
    width: calc(100% / 400 * 27);
}

.car {
    width: 100%;
}

.d1 {
    top: 73%;
    left: 12%;
}
.d2 {
    top: 73%;
    left: 19.2%;
}
.d3 {
    top: 73%;
    left: 26.3%;
}

.d4 {
    top: 73%;
    left: 60.5%;
}

.d5 {
    top: 73%;
    left: 87.5%;
}

.dugui-in {
    transform: rotate(+6590deg);
    transition-duration: 10s;
    transition-timing-function: linear;
}

.search-bannar .item {
    display: block;
    width: 100%;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 10px #999;
}

.search-btns {
    background: rgb(198, 197, 197);
    background: linear-gradient(
        45deg,
        rgba(198, 197, 197, 1) 0%,
        rgba(200, 199, 199, 1) 18%,
        rgba(177, 176, 176, 1) 18%,
        rgba(216, 215, 215, 1) 38%,
        rgba(227, 226, 226, 1) 53%,
        rgba(209, 208, 208, 1) 53%,
        rgba(235, 234, 234, 1) 73%,
        rgba(241, 241, 241, 1) 73%,
        rgba(245, 245, 245, 1) 100%
    );
    padding: 25px 0;
}

.search-bannar .owl-stage {
    padding-bottom: 20px;
}

.s-name {
    font-weight: 500;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    text-shadow: 0 2px 2px #000;
}

.address-search {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    padding: 20px;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.address-search .row {
    margin-right: -5px;
    margin-left: -5px;
}
.address-search .col-3,
.address-search .col-9 {
    padding: 5px;
}

.copy-btn {
    display: block;
    padding: 5px 10px;
    background: #f58535;
    border-radius: 5px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.copy-btn:hover {
    color: #000;
}

.search-input {
    padding: 30px 0;
}

#btnCheck {
    display: block;
    padding: 7px;
    background: rgb(93, 15, 0);
    background: linear-gradient(
        45deg,
        rgba(93, 15, 0, 1) 0%,
        rgba(144, 18, 14, 1) 43%,
        rgba(168, 19, 20, 1) 43%,
        rgba(195, 21, 27, 1) 100%
    );
    text-align: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #fff;
    font-weight: 400;
}
.barcode {
    width: 100%;
    max-height: 400px;
}

.tailbar {
    text-align: center;
    color: #333;
    font-weight: 400;
    margin-top: 0 20px 20px;
}

.search-input .col-8,
.search-input .col-4,
.search-input .row {
    padding: 0;
    margin: 0;
}

.search-input input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.hbtns-2 {
    padding: 30px 0 10px;
    background: rgb(93, 15, 0);
    background: linear-gradient(
        45deg,
        rgba(93, 15, 0, 1) 0%,
        rgba(68, 9, 0, 1) 51%,
        rgba(83, 1, 0, 1) 51%,
        rgba(195, 21, 27, 1) 100%
    );
}

.hbtns-2 a {
    min-height: 250px;
    height: 250px;
}
.hbtns-2 .hb-utas1 {
    left: 20%;
}

.hbtns-2 .hb-utas1-in {
    left: 30%;
}
.hbtns-2 .h-btn2 {
    background: rgb(195, 21, 27);
    background: linear-gradient(
        45deg,
        rgba(195, 21, 27, 1) 0%,
        rgba(203, 0, 89, 1) 100%
    );
}

.hbtns-2 .hb-puuz {
    position: absolute;
    top: -50px;
    left: 25%;
    transition-duration: 1s;
}

.hbtns-2 .hb-puuz-in {
    left: 35%;
    transition-duration: 1s;
}

.page-header {
    padding: 50px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    background: rgb(181, 0, 6);
    background: linear-gradient(
        45deg,
        rgba(181, 0, 6, 1) 0%,
        rgba(141, 17, 4, 1) 25%,
        rgba(155, 28, 3, 1) 25%,
        rgba(121, 1, 5, 1) 25%,
        rgba(176, 45, 2, 1) 58%,
        rgba(129, 3, 0, 1) 58%,
        rgba(203, 66, 0, 1) 100%
    );
}

.pagi {
    padding: 30px 0;
}

.pagination {
    text-align: center;
    width: 100%;
    border-radius: 4px;
}

.btn-facebook {
    padding: 5px 10px;
    max-width: 180px;
    color: #fff;
    background-color: #4c67a1;
    font-size: 13px;
    margin-right: 10px;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #405d9b;
}
.btn-facebook:focus {
    color: #fff;
}

.btn-twitter {
    padding: 5px 10px;
    max-width: 180px;
    color: #fff;
    background-color: #55acee;
    font-size: 13px;
}
.btn-twitter:hover {
    color: #fff;
    background-color: #4397d7;
}
.btn-twitter:focus {
    color: #fff;
}

.video-search {
    font-size: 15px;
}

.video-search input {
    padding: 10px 21px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: none;
}

#btnSearch {
    padding: 12px 25px 12px;
    background: #f58535;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.video-list {
    background: #000;
    padding: 50px 0;
}

.video-list .item {
    position: relative;
    display: block;
    min-height: 280px;
    border-radius: 15px;
    background: url(../img/btn-bc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    transition-duration: 0.3s;
}

.video-title {
    position: absolute;
    width: 100%;
    padding: 40px 20px;
    color: #fff;
}

.video-number {
    font-size: 20px;
    font-weight: 400;
    font-size: 20px;
}

.video-name {
    text-transform: uppercase;
    font-size: 16px;
}

.play-btn {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.play-btn-in {
    opacity: 0.6;
    filter: brightness(0%);
    transition-duration: 0.3s;
}

.play-btn-bc {
    filter: brightness(110%);
    transition-duration: 0.3s;
}

.video-list .row {
    margin-right: -5px;
    margin-left: -5px;
}
.video-list .col-6 {
    padding: 5px;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.gallery-single {
    margin-bottom: 30px;
}
