@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    font-weight: 400;
    font-family: "Mulish", sans-serif;
}
@media (min-width: 1200px) {
    .template_daihoi .container {
        max-width: 1170px;
    }
}
@media (min-width: 1300px) {
    .template_daihoi .container {
        max-width: 1240px;
    }
}
.header_top {
    padding: 10px 15px;
    background-image: url(../images/Group_117.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    background-color: #fff !important;
}
.logo-header {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title-header {
    color: #ee1b22 !important;
    /* font-size: 28px; */
    margin-top: 30px;
    font-family: 'Barlow Condensed' !important;
    font-size: 43px;
    font-weight: bold;
    color: #ffff;
    text-align: center;
    width: auto;
    margin-top: 12px;
    text-shadow: 1px 0px 2px #d4d2ce;
    /* text-shadow: 2px 2px 1px black; */
}
.menu li a {
    font-family: "Mulish", sans-serif;
}
.menu > li > a {
    font-weight: 800;
}
.item-nutrition .for-relative img {
    height: 280px;
}
.for-relative img {
    height: 180px;
}
.custom-title-daihoi {
    padding-left: 25px;
    position: relative;
    color: #c60000 !important;
    font-size: 24px;
}
.custom-title-daihoi span {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    background: #ffff;
    text-transform: uppercase;
    padding-right: 12px;
}
.custom-title-daihoi::before {
    content: '';
    height: 10px;
    width: 90%;
    position: absolute;
    left: 10%;
    top: 16px;
    background: url(../images/decor-heading.png) 0 0 / 334px 10px repeat;
}
.custom-title-daihoi::after {
    content: '';
    width: 7px;
    height: 22px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #d20d25;
    webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}
.media_bg {
    background: url(https://daihoi1.thanhuycantho.vn/Portals/_default/multimedia-bg_v2.png) center center / 1920px no-repeat;
    padding: 40px 0;
}
@media screen and (min-width: 1600px) {
    .menu > li + li {
        margin-left: 3rem;
    }
    .header-search {
        margin-right: 0;
    }
}





