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

:root {
    --mau-chu-dao: #244a9a;
    --mau-phu1: #68bc45;
    --mau-phu2: #ffffff;
}

@font-face {
    font-family: "VNM-Marcellus";
    src: url("/build/assets/VNMMarcellus-Regular-768ec2cf.woff2");
}

body {
    font-family: "Nunito";
    font-style: normal;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

/* ==========bootstrap========= */

.container-vinabeef {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-vinabeef {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-vinabeef {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-vinabeef {
        max-width: 1048px;
    }
}

@media (min-width: 1200px) {
    .container-vinabeef {
        max-width: 1316px;
    }
}

@media (min-width: 1400px) {
    .container-vinabeef {
        max-width: 1496px;
    }
}

/* ======chung===================== */

@media (max-width: 768px) {
    .heading-vinabeef {
        font-size: 26px;
        line-height: 30px;
    }

    .vinabeef-p {
        font-size: 16px;
        line-height: 20px;
    }

    .vinabeef-p1 {
        font-size: 20px;
        line-height: 30px;
    }

    .vinabeef-h {
        font-size: 30px;
        line-height: 46px;
    }

    .title-vinabeef {
        font-size: 46px;
        line-height: 58px;
    }

    .btn-vinabeef {
        padding: 10px 22px;
        border-radius: 100px;
        font-size: 16px;
        line-height: 20px;
        color: var(--mau-phu2);
    }

    .map-home-right-p {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 567px) {
    .heading-vinabeef {
        font-size: 16px;
        line-height: 20px;
    }

    .vinabeef-p {
        font-size: 13px;
        line-height: 16px;
    }

    .vinabeef-p1 {
        font-size: 16px;
        line-height: 26px;
    }

    .vinabeef-h {
        font-size: 20px;
        line-height: 36px;
    }

    .title-vinabeef {
        font-size: 36px;
        line-height: 48px;
    }

    .btn-vinabeef {
        padding: 5px 16px;
        border-radius: 100px;
        font-size: 14px;
        line-height: 16px;
        color: var(--mau-phu2);
    }

    .map-home-right-p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (min-width: 992px) {
    .vinabeef-p {
        font-family: "Nunito";
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
    }

    .vinabeef-p1 {
        font-family: "Nunito";
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 36px;
    }

    .vinabeef-h {
        font-family: "Nunito";
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 56px;
    }

    .title-vinabeef {
        font-family: "Nunito";
        font-style: normal;
        font-weight: 800;
        font-size: 48px;
        line-height: 68px;
    }

    .btn-vinabeef {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        padding: 17px 32px;
        background: var(--mau-phu1);
        border-radius: 100px;
        font-family: "Nunito";
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 26px;
        color: var(--mau-phu2);
    }

    .heading-vinabeef {
        font-family: "Nunito";
        font-style: normal;
        font-weight: 800;
        font-size: 36px;
        line-height: 44px;
    }
}

.heading-vinabeef {
    font-family: "Nunito";
    font-style: normal;
}

.vinabeef-p1.p-footer {
    font-weight: 400;
}

@media (min-width: 991px) {
    .news-heading1 {
        font-size: 44px;
        font-weight: 800;
        line-height: 52px;
    }
}

/*=====menu=====*/

.menu1 {
    background: #ffffff !important;
    /* height: 80px;     */
    height: auto;
    /*them moi*/
    box-sizing: content-box;
    transition: all 0.5s ease-out;
}

.menu1 .container {
    padding-right: 0;
    padding-left: 0;
}

.container .row,
.container-fuild .row {
    margin: 0;
}

.menu1.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

/* == */

.menu1 .navbar-toggler:hover {
    /* border: 1px solid #de4315 !important; */
}

.menu1 .nav-item {
    margin-right: 30px;
    padding: 18px 0;
    /*them moi*/
}

.menu1 .nav-link {
    font-family: "Nunito";
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    color: var(--mau-chu-dao) !important;
}

.menu1 .dropdown-item {
    padding: 8px 20px;
    color: var(--mau-chu-dao);
    font-family: Nunito;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
}

.menu1 .dropdown-item:hover {
    /* color: #ffffff; */
    opacity: 0.5;
    background-color: #ffffff !important;
}

.menu1 .nav-link {
    position: relative;
}

.menu1 .nav-link::before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0px;
    height: 4px;
    margin: 1px 0 0;
    transition: width 0.3s;
    transition-duration: 0.75s;
    opacity: 0;
    background-color: var(--mau-phu1);
    border-radius: 50px;
    left: 0;
}

.menu1 .dropdown {
    position: relative;
}

.menu1 .dropdown-menu {
    transition-delay: 5s;
    top: 70px;
    min-width: 200px;
    z-index: 1000;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #ffffff;
    box-shadow: -2px 20px 50px 0px rgba(0, 0, 0, 0.1);
}

.menu1 .nav-item:not(:last-child):hover .nav-link::before,
.menu1 .nav-item:not(:last-child).active .nav-link::before {
    width: 100%;
    opacity: 1;
}

.menu1 .nav-item:last-child .nav-link:hover::before,
.menu1 .nav-item:last-child .nav-link.active::before {
    width: 100%;
    opacity: 1;
}

.menu1 .nav-item:last-child {
    display: flex;
    padding-right: 0;
    margin-right: 0;
}

.menu1 .nav-item:last-child .nav-link.noactive::before {
    width: 0;
    opacity: 0;
}

@media (max-width: 991.98px) {
    .offcanvas-body .navbar-nav .nav-item {
        border-top: 0;
        border-bottom: 1px solid #d8d8db !important;
    }

    .offcanvas-body .navbar-nav .nav-item:last-child {
        border-bottom: none !important;
    }

    .menu1 .nav-link::before {
        display: none;
    }

    .menu1 .dropdown-menu {
        top: 30px !important;
        border-left: none;
        border-right: none;
    }
}

.offcanvas-header,
.offcanvas-body,
.offcanvas-footer {
    padding: 1.25rem 1.5rem;
}

.menu-search {
    color: var(--mau-chu-dao);
    font-size: 30px;
}

.menu-use {
    color: #000000;
    font-size: 18px;
}

.menu-bag {
    color: #000000;
    font-size: 18px;
}

.menu-navbar-icon {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000000;
    margin-bottom: 5px;
}

.menu-navbar-icon:last-child {
    width: 13px !important;
}

.menu-bag-1 {
    position: relative;
}

.menu-bag-tron {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #14a077;
    border-radius: 50%;
    top: 2px;
    right: 2px;
    display: flex;
    justify-items: center;
    justify-content: center;
}

.menu-bag-tron-title {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: -50%;
    color: #ffffff;
}

@media (max-width: 991px) {
    .navbar-brand {
        padding-left: 0px !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 766px) {
    .menu-bag-1 > a {
        padding-left: 0px !important;
    }
}

@media (max-width: 340px) {
    .navbar-brand > img {
        width: 5.8rem !important;
        height: 3rem !important;
    }
}

.menu1.sticky {
    opacity: 0.9;
    padding: 0px 0;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

.menu1.sticky .nav-item {
    padding: 14px 0;
}

.menu1 .nav-link {
    font-size: 20px;
    line-height: 30px;
}

.menu1.sticky .navbar-brand {
    width: 46px !important;
    height: 58px !important;
}

/* =======slider home=========================== */

.news-event {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
}

.title-news-event {
    text-align: center;
    color: var(--mau-chu-dao);
    margin-bottom: 40px;
}

.news-event-item-img > img {
    border-radius: 20px;
}

.news-event-item-p {
    color: #244a9a;
    margin-top: 30px;
    font-weight: 800;
    text-align: left;
}

.news-event-item:hover {
    opacity: 0.8;
}

.news-event .swiper {
    width: 100%;
    /* height: 100%; */
    padding-left: 65px;
    padding-right: 65px;
}

.news-event .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 1;
}

.news-event .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.news-event .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.news-event .slider-item {
    width: 100%;
}

.news-event .swiper-button-next,
.news-event .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 10000%;
    background-color: #ffffff;
    border: 2px solid #68bc45;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .news-event .swiper-button-next,
    .news-event .swiper-button-prev {
        display: none;
    }
}

.news-event .swiper-button-next {
    right: 0%;
}

.news-event .swiper-button-prev {
    left: 0%;
}

.news-event .swiper-button-next:after,
.news-event .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: 700;
    color: #68bc45;
    text-align: center;
    line-height: 30px;
}

.news-event .swiper-button-next:hover,
.news-event .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.6);
    transition: background-color 2s;
}

.news-event .swiper-slide-duplicate-active,
.news-event .swiper-slide-prev {
    opacity: 0;
}

/* ============================== */

.copyring {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #244a9a;
}

.copyring-content {
    display: flex;
    justify-content: space-between;
}

.copyring-content-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .copyring-content-right {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.copyring-logo {
    display: flex;
    align-items: start;
    justify-content: center;
}

.copyring-logo > img {
    max-width: 280px;
}

.copyring-content-left-h1 {
    color: #ffffff;
    text-transform: uppercase;
}

.copyring-content-left-p1 {
    color: #ffffff;
    margin-bottom: 0 !important;
}

/* ================= */

.home-vinabeef {
    margin-top: 100px;
    margin-bottom: 100px;
}

.home-vinabeef-t,
.home-chienluoc-t {
    margin-bottom: 20px !important;
    color: var(--mau-chu-dao);
}

.home-vinabeef-p,
.home-chienluoc-p {
    margin-bottom: 40px;
}

/* =====================footer======== */

.contact-right-form {
    position: relative;
    margin-top: 30px;
}

.contact-right-btn:hover {
    opacity: 0.6;
}

.contact-right-form .form-control {
    box-sizing: border-box;
    min-height: 48px;
    border: 2px solid #244a9a;
    border-radius: 6.25rem;
    padding: 18px 32px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.contact-right-form > input::placeholder {
    color: #244a9a !important;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    opacity: 1;
}

.contact-right-btn {
    border: 2px solid #244a9a;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    position: absolute;
    right: 0rem;
    top: 0rem;
    background-color: #244a9a;
    padding: 18px 32px;
    border-radius: 1000px;
}

/*.contact-right-btn:focus {*/

/*  border: none;*/

/*  outline: none;*/

/*}*/

/* ==========footer====== */

.footer-last {
    margin-top: 60px;
}

.footer-last-color {
    color: var(--mau-chu-dao);
    text-decoration: none;
}

.footer-last-color:hover {
    text-decoration: underline;
}

.footer-gach {
    color: #244a9a;
    margin-left: 20px;
    margin-right: 20px;
}

.footer-gach {
    height: 20px;
    width: 2px;
    background-color: #244a9a;
    transform: translateY(50%);
}

.footer-xh {
    display: flex;
    list-style-type: none;
    margin-top: 24px;
}

.footer-xh li {
    margin-right: 30px;
}

.footer-xh li:hover {
    opacity: 0.5;
}

/* ==========map-home========= */

.map-home {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
}

.title-map-home {
    color: var(--mau-chu-dao);
    text-align: center;
    margin-bottom: 40px;
}

.map-home-right-p {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    color: #202020;
    text-align: justify;
}

/* =============information========= */

.information {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
    background-image: url(/build/assets/information-18572470.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 160px 0;
    position: relative;
    z-index: 1;
}

.information::before {
    content: "";
    display: block;
    background-color: #202020;
    opacity: 0.6;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
}

.information-item {
}

.information-item-p {
    color: #ffffff;
}

.information-item-content {
    color: #ffffff;
    display: flex;
    justify-content: space-around;
}

.information-item-content-p {
    line-height: 68px;
    font-size: 32px;
}

.information-item-content-p > span {
    font-size: 68px;
    font-weight: 700;
    line-height: 52px;
}

@media (max-width: 991px) {
    .information-item-content-p > span {
        font-size: 48px;
        font-weight: 700;
        line-height: 52px;
    }
}

.information .swiper {
    width: 100%;
    /* height: 100%; */
    padding-left: 80px;
    padding-right: 80px;
}

.information .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #FFFFFF; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 1;
}

.information .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.information .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information .slider-item {
    width: 100%;
}

.information .swiper-button-next,
.information .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 10000%;
    /* background-color: #ffffff; */
    border: 2px solid #ffffff;
    transform: translateY(-50%);
}

.information .swiper-button-next {
    right: 0%;
}

.information .swiper-button-prev {
    left: 0%;
}

.information .swiper-button-next:after,
.information .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}

.information .swiper-button-next:hover,
.information .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.6);
    transition: background-color 2s;
}

.information .swiper-slide-duplicate-active,
.information .swiper-slide-prev {
    opacity: 0;
}

/* ============================ */

/* ======sologan================ */

.slogan {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
}

.nav-item.logo-brand img {
    width: 7rem;
    height: 4rem;
}

.nav-item.logo-brand .nav-link::before {
    display: none;
}

.nav-item.logo-brand .nav-link::before {
    display: none;
}

.menu1 .nav-item.logo-brand {
    margin-left: 22px;
    margin-right: 70px;
    padding: 10px 0;
}

.menu1.sticky .nav-item.logo-brand {
    padding: 5px 0;
}

.menu1 .nav-item.logo-brand > h1 {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .menu1 .navbar-brand {
        display: none;
    }

    .nav-item.logo-brand {
        margin-left: 22px;
        padding: 10px 0;
    }

    .slogan-right {
        margin-left: 2rem;
    }

    .slogan-left {
        margin-right: 2rem;
    }
}

.slogan-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slogan-left-item {
    position: relative;
}

.slogan-left-item::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: var(--mau-phu1);
    border-radius: 50%;
    border: 4px solid var(--mau-chu-dao);
    margin-right: 37px;
    top: 20px;
    left: 0px;
}

.slogan-left-item::after {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #e6e7e8;
    left: 7px;
    top: 38px;
}

.slogan-left-item:last-child::after {
    height: 70%;
}

.slogan-left-item-p,
.slogan-left-item-h {
    margin-left: 55px;
}

/* =======process============= */

.process {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
}

.process-right {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.process-right-item {
    width: calc((100% - 24px) / 2);
    width: -moz-calc((100% - 24px)/2);
    width: -webkit-calc((100% - 24px)/2);
    padding-top: 25%;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.left-1 {
    margin-left: 12px;
}

.right-1 {
    margin-right: 12px;
}

.title-process {
    color: var(--mau-chu-dao);
    text-align: center;
    margin-bottom: 40px;
}

.process-left {
    background: #feefe0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-play {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
}

.process-play:hover {
    opacity: 0.7;
}

/* ==============slider============== */

.slider .swiper {
    width: 100%;
    height: 100%;
}

.slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #FFFFFF; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 1;
}

.slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 10000%;
    border: 2px solid var(--mau-phu1);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .slider .swiper-button-next,
    .slider .swiper-button-prev {
        display: none;
    }

    .process-left {
        height: 570px;
    }
}

.slider .swiper-button-next {
    right: 16%;
}

.slider .swiper-button-prev {
    left: 16%;
}

.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: 700;
    color: var(--mau-phu1);
    text-align: center;
    line-height: 30px;
}

.slider .swiper-button-next:hover,
.slider .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.6);
    transition: background-color 2s;
}

/* =====product1========= */

/* ======produce1=========== */

.produce1 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
}

.produce1-item {
    position: relative;
}

.produce1-item > img {
    border-radius: 20px;
}

.produce1-item:hover .produce1-item-p {
    display: block;
}

.produce1-item-p {
    position: absolute;
    padding: 12px 0;
    background: linear-gradient(
        90deg,
        #dcb049 0%,
        #f9e5a6 29.52%,
        #f3bd43 68.55%,
        #f6e4a4 100%
    );
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /* top: ; */
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.produce1-item-p > p {
    font-family: "Nunito";
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    color: #202020;
}

.produce1-item-p.two-line  > p{
    line-height: 22px;
    font-size: 18px;
}

.produces-doitac-title {
    color: var(--mau-chu-dao);
    margin-bottom: 40px;
    text-align: center;
}

/* =========slider produce1============ */

.produce1 .swiper {
    width: 100%;
    height: 100%;
    padding-left: 80px;
    padding-right: 80px;
}

.produce1 {
    /* margin-top: 100px; */
    margin-bottom: 100px;
}

.produce1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.produce1 .swiper-slide > a {
    width: 100%;
}

.produce1 .swiper-slide .produce1-item-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    padding-bottom: 20px;
}

.produce1.slider-congthuc .swiper-slide .produce1-item-img {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.produce1 .swiper-button-next,
.produce1 .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 10000%;
    background-color: #ffffff;
    border: 2px solid #68bc45;
    /* transform: translateY(-50%); */
}

.produce1 .swiper-button-next {
    right: 0%;
}

.produce1 .swiper-button-prev {
    left: 0%;
}

.produce1 .swiper-button-next:after,
.produce1 .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: 700;
    color: #68bc45;
    text-align: center;
    line-height: 30px;
}

.produce1 .swiper-button-next:hover,
.produce1 .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.6);
    transition: background-color 2s;
}

.produce1 .swiper-slide-duplicate-active,
.produce1 .swiper-slide-prev {
    opacity: 0;
}

/* =========ourbrand==== */

.ourbrand {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
}

.ourbrand-item-h {
    color: var(--mau-chu-dao);
    margin-bottom: 40px;
    text-align: center;
}

.ourbrand-item-p {
    margin-bottom: 60px;
}

.ourbrand-content-left {
    padding-left: 38px;
    padding-right: 38px;
}

.ourbrand-content-right {
    padding: 0 38px;
}

.ourbrand-content-left-icon {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.ourbrand-content-left-icon > p {
    color: #202020;
    text-transform: uppercase;
    padding-left: 12px;
}

/* =========xoay====== */

#khoi {
    animation: xoay 2s ease-in-out;
    transform-origin: center;
    cursor: pointer;
}

#trau,
#banh,
#nha,
#oto,
#phanphoi,
#chebien,
#channuoi,
#sanxuat {
    animation: xoay-quanh 15s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
    cursor: pointer;
}

.news-event .swiper-wrapper {
    height: auto !important;
}

.information .swiper-wrapper {
    height: auto !important;
}

.information .swiper {
    height: auto !important;
}

.slider .swiper-wrapper {
    height: auto !important;
}

.slider .swiper {
    height: auto !important;
}

/* ==========modal-dialog play video ============ */

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    border: none;
    background-color: #ccc;
}

#video {
    max-width: 100%;
    height: 100%;
}

.bg-gray {
    background: #f5f8f9;
}

.blog-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item a {
    color: #242424;
    text-decoration: none;
}

.blog-item a:hover {
    color: #68bc45;
}

.blog-item-content h3 {
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-item-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-item-content h3 a {
    transition: all 0.4s ease 0s;
}

.blog-item a.btn-main,
.blog-item a:hover.btn-main {
    color: #fff;
}

.pagination .nav-links a,
.pagination .nav-links span.current {
    font-size: 20px;
    font-weight: 500;
    color: #c9c9c9;
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.pagination .nav-links span.current,
.pagination .nav-links a.next,
.pagination .nav-links a.prev {
    color: #242424;
}

/* ====== main-search =========== */

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.main-search .modal-header {
    border-bottom: none;
}

.main-search .modal-dialog {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.main-search .modal-content {
    height: 100%;
    width: 100%;
    min-height: 100%;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.main-search .modal-body {
    text-align: center;
    overflow-y: initial !important;
}

.main-search .modal-body form {
    margin: 10% auto;
    float: none;
    width: 600px;
}

.main-search .modal-content .close {
    opacity: 1;
    font-size: 30px;
}

.main-search .form-control {
    border-radius: 15px;
    background-color: #ffffff !important;
}

.main-search .search-tk {
    margin-left: -30px;
    font-size: 20px !important;
}

.main-search .list-search a {
    text-decoration: none;
    /* color: #5B636E; */
    /* colorgb(8, 8, 7)ond; */
}

.main-search .list-search-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 99px;
}

.main-search .list-search-title {
    font-size: 15px;
}

.main-search .search-box {
    position: relative;
}

.main-search .box-search1 {
    max-height: 50vh;
    overflow-y: auto;
}

figure {
    text-align: center;
}

#ketqua-search-ajax {
    position: absolute;
    width: 600px;
    margin-top: 10px;
    background-color: #ffff;
}

.produce1 .swiper-slide:hover > a {
    border: 1px solid #ccc;
    border-radius: 19px;
    box-shadow: 0px 10px 10px 0px #ccc;
}

h3.announcement a {
    color: var(--mau-chu-dao);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
    }

    .menu1 .nav-item {
        margin-right: 20px;
        padding: 18px 0;
    }
}

@media (min-width: 1366px) {

    .menu1 .nav-item {
        margin-right: 30px;
        padding: 18px 0;
    }
}

@media (min-width: 1440px) {

    .menu1 .nav-item {
        margin-right: 50px;
        padding: 18px 0;
    }
}