@font-face {
    font-family: 'LoraB';
    src: url('../fonts/Lora-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'MuliB';
    src: url('../fonts/Muli-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Regular.ttf') format('truetype');
}

body {
    font-family: "Muli";
    color: #f3f3f3;
    line-height: 1.5;
    font-size: 14px;
    background-color: #1d1d1d;
}

:root {
    --global: #db8227;
    --white: #ffffff;
    --gray: #c1c1c1;
}

.LoraB {
    font-family: 'LoraB';
}

.Lora {
    font-family: 'Lora';
}

.MuliB {
    font-family: 'MuliB';
}

.borderGlobal {
    border-color: var(--global);
}
.bgGlobal {
  background: var(--global);
}
.textGlobal {
    color: var(--global);
}

.textGray {
    color: var(--gray);
}

/* pagination */
.pagination {
    display: flex;
    justify-content: center;
}

.pagination li {
    float: left;
    text-decoration: none;
    border: 1px solid #dddddd;
    margin: 0px 2px;
}

.pagination li a, .pagination li span {
    float: left;
    width: 100%;
    padding: 8px 16px;
    display: flex;
}

.pagination li.active span {
    background-color: var(--global);
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}
.clamp {
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.clamp1 {
    -webkit-line-clamp: 1;
}
.clamp2 {
    -webkit-line-clamp: 2;
}
.clamp3 {
    -webkit-line-clamp: 3;
}
.clamp4 {
    -webkit-line-clamp: 4;
}
        #scrollUp {
            box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);
            transition: 0.3s;
            position: fixed;
            bottom: 25px;
            right: 25px;
            cursor: pointer;
            z-index: 99999;
            width: 35px;
            height: 35px;
        }
                .box_content img {
                    margin: 10px auto;
                    max-width: 100%;
                    height: auto !important;
                }

                .box_content ul {
                    list-style: disc;
                    padding-left: 20px;
                    margin-bottom: 10px;
                }

                .box_content p {
                    margin-bottom: 10px;
                }

                .box_content h2,
                .box_content h3,
                .box_content h4,
                .box_content h5 {
                    font-family: 'Lora';
                    color: var(--global);
                }

                .box_content h2 {
                    font-size: 18px;
                }

                .box_content h3 {
                    font-size: 16px;
                }
.box_content td, .box_content th {
    border: 1px solid #ddd;
    padding: 8px;
}



.box_content th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    color: white;
}
/* header */
.subMenuCol > li:nth-child(odd) {
    border-left: 0px !important;
}

.subMenuCol > li {
    border-left: 1px solid #424242;
}

.subMenuCol {
    transition: 0.2s;
    pointer-events: all;
}

.view_more {
    border: 1px solid var(--global);
    padding: 10px 20px;
}

.box-banner {
    bottom: 10%;
}

.bgfixed {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
}

.delay01 {
    animation-delay: 0.1s;
}

.delay02 {
    animation-delay: 0.2s;
}

.delay03 {
    animation-delay: 0.3s;
}

.delay04 {
    animation-delay: 0.4s;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--global) !important;
}

.swiper-button-prev:after, .swiper-button-next:after {

    font-size: 25px !important;
}

.hv-border {
    position: relative;
    transition: 0.5s ease-in-out !important;
}

.btn-call {
    position: fixed;
    bottom: 275px;
    right: 5px;
    z-index: 99;
}

.btn-call span {
    display: flex;
    font-size: 28px;
    width: 55px;
    height: 55px;
    margin: auto;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background: #130f0a;
    position: relative;
    align-items: center;
    justify-content: center;
}

.btn-call span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: solid 1px rgb(217, 171, 84);
    animation-name: zoomin;
    -webkit-animation-name: zoomin;
    animation-name: zoomin;
    -webkit-animation-name: zoomin;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.btn-call span:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: rgb(217, 171, 84);
    z-index: -1;
    animation-name: zoomout;
    -webkit-animation-name: zoomout;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.btn-call span img {
    max-height: 40px;
    animation-name: lac;
    -webkit-animation-name: lac;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes lac {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(-25deg);
    }

    20% {
        transform: rotate(25deg);
    }

    30% {
        transform: rotate(-25deg);
    }

    40% {
        transform: rotate(25deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes lac {
    0% {
        -webkit-transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(-25deg);
    }

    20% {
        -webkit-transform: rotate(25deg);
    }

    30% {
        -webkit-transform: rotate(-25deg);
    }

    40% {
        -webkit-transform: rotate(25deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(2.2);
        opacity: 0.1;
    }
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(0.8);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2.2);
        opacity: 0.1;
    }
}

@keyframes zoomout {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@-webkit-keyframes zoomout {
    0% {
        -webkit-transform: scale(0.8);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.1);
        opacity: 0.3;
    }
}

.plugins-social {
    display: block;
    width: 70px;
    height: auto;
    position: fixed;
    bottom: 9%;
    right: 10px;
    z-index: 999;
}

.plugins-social a {
    box-shadow: 0 0 4px 1px #00000042;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 70px;
    height: 70px;
    border-radius: 999px;
    border: solid thin #e7c67e;
    background: #140f0a;
    color: #140f0a;
    text-align: center;
    margin: 8px 0;
    overflow: hidden;
    font-size: 16px;
    box-shadow: 0 0 4px 3px transparent;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plugins-social a img {
    margin-top: -3px;
    margin-left: -2px;
    max-width: 55px;
    max-height: 55px;
    object-fit: contain;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.66);
}
main{
    padding-top: 114px;
}
@media (max-width: 1199px) {
    .box-banner {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 1024px) {
    main {
        padding-top: 70px;
    }
}
@media (max-width: 767px) {
    .pagination {
         display: block!important;
    }
    .pagination li {
        margin-bottom: 5px;
    }
    main{
        padding-top: 60px;
    }
    .description h2{
        font-size: 22px!important;
    }
    .description h3{
        font-size: 21px!important;
    }
    .description h4{
        font-size: 19px!important;
    }
    .description h5{
        font-size: 18px!important;
    }
    .swiper-button-next-news, .swiper-button-prev-news {
        display: none !important;
    }

    .plugins-social a img {
        margin-top: -5px;
        margin-left: 0px;
        max-width: 35px;
        max-height: 35px;
        object-fit: contain;
    }

    .plugins-social a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 3px 0;
    }

    .plugins-social {
        bottom: 75px;
        width: 50px;
        left: 12px !important;
    }

    .btn-call strong {
        display: none;
    }

    .btn-call {
        top: auto;
        left: 15px;
        bottom: 15px;
        right: auto;
    }

    .btn-call span {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
    }

    .btn-call span img {
        max-height: 28px;
    }

    .h-\[176px\].md\:h-\[270px\].object-cover{
        object-fit: contain;
    }
}

.imgHover11{
    display: none !important;
}

.item:hover .imgHover11, .itemProducts:hover .imgHover11, .swiper-slide:hover .imgHover11{
    display: block !important;
}

.item:hover .imgDefault11, .itemProducts:hover .imgDefault11, .swiper-slide:hover .imgDefault11{
    display: none !important;
}


.description h1{
    font-size: 22px;
}
.description h2{
    font-size: 21px;
}
.description h3{
    font-size: 19px;
}
.description h4{
    font-size: 18px;
}
.description h5{
    font-size: 17px;
}

figure {
    text-align: center;
    margin: 15px 0 15px 0;
    display: inline-block;
}

figure img {
    margin: 0!important;
}

figure > figcaption {
    text-align: center;
    display: block;
    padding: 6px 6px;
    background: rgb(242 242 242);
    font-style: italic;
    color: #333;
}

.description ul, .description ol {
    list-style: inherit;
    padding-left: 20px;
}
.read-more__link-wrap {
    text-align: center;
    display: block;
    margin-top: 50px;
}

.read-more__link-wrap a {
    padding: 12px 25px;
    color: var(--global);
    border: 1px solid;
    transition: 0.4s;
}

.read-more__link-wrap a:hover {
    color: #fff;
    border-color: #fff;
    transition: 0.4s;
}

.description b {
    display: inline-block;
}