@font-face {
    font-family: "Noto Sans";
    src: url("../font/Noto_Sans/NotoSans-Black.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-BlackItalic.ttf") format("ttf")
            url("../font/Noto_Sans/NotoSans-Bold.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-BoldItalic.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-ExtraBold.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-ExtraLight.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-ExtraLightItalic.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-Italic.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-LightItalic.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-Medium.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-MediumItalic.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-Regular.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-SemiBold.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-SemiBoldItalic.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-Thin.ttf") format("ttf"),
        url("../font/Noto_Sans/NotoSans-ThinItalic.ttf") format("ttf");
}
@font-face {
    font-family: "Dejavu";
    src: url("../font/Dejavu-sans/DejaVuSans-Bold.ttf") format("ttf"),
        url("../font/Dejavu-sans/DejaVuSans-BoldOblique.ttf") format("ttf"),
        url("../font/Dejavu-sans/DejaVuSans-ExtraLight.ttf") format("ttf"),
        url("../font/Dejavu-sans/DejaVuSans-Oblique.ttf") format("ttf"),
        url("../font/Dejavu-sans/DejaVuSans.ttf") format("ttf"),
        url("../font/Dejavu-sans/DejaVuSansCondensed-Bold.ttf") format("ttf"),
        url("../font/Dejavu-sans/DejaVuSansCondensed-BoldOblique.ttf")
            format("ttf"),
        url("../font/Dejavu-sans/DejaVuSansCondensed-Oblique.ttf") format("ttf"),
        url("../font/Dejavu-sans/DejaVuSansCondensed.ttf") format("ttf");
}
* {
    box-sizing: border-box;
    margin: 0;
}
body {
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; */
    color: black;
    font-size: 0.75rem;
    font-family: "Noto", Fallback, sans-serif;
}
.inner {
    float: right;
}
.d-row {
    display: flex;
    flex-direction: row;
}
.d-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bg-pink {
    padding-bottom: 5px;
    background-color: #d8b56c;
}
.header__logo {
    padding: 0.1px 0;
}
.fast_top {
    font-size: 11pt;
    padding: 6px 0px;
    font-weight: lighter;
    color: white;
    background-color: #d6c49e;
}
.slogan {
    margin: 0;
    width: 100%;
    font-size: 11pt;
    padding-top: 6px;
    font-weight: lighter;
    color: white;
    background-color: #132f54;
}
.main__header {
    background-color: #f2d69b;
}
.hotline {
    grid-gap: 2px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.text-hotline {
    font-weight: 900;
    font-size: 12.8pt;
    font-family: "Dejavu", "Serif";
}
.text-phone {
    font-weight: 900;
    font-size: 16pt;
    color: #a82326;
}
.p5m {
    padding: 5px 0;
}
.m15mr {
    margin-right: 15px;
}
.header-social-networks.style-icons a {
    font-size: 11pt;
    display: inline-block;
    margin: 0;
}
.navigation-menu ul {
    justify-content: center;
}
.main-menu {
    background-color: #d6c49e;
}
.navigation-menu > ul > li > a {
    font-weight: bold;
    font-size: 10pt;
    color: black;
    padding: 11px 2px;
}
.section-about-us {
    background-color: #d6c49e;
    padding: 25px 0px;
}
.img-about-us {
    box-shadow: 10px 10px 25px #625a5a;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-height: 300px;
}
.img-about-us img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.see-more {
    cursor: pointer;
    width: 110px;
    height: 26px;
    padding: 0px 15px;
    border-radius: 13px;
    border: 2px solid #013fbb;
    color: #a82326;
    line-height: 24px;
}
.title-name {
    text-align: center;
    padding: 5px;
    color: white;
    width: 260px;
    height: 50px;
    background-image: url(../img/title.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Noto";
    font-size: 14.2pt;
}
.section-product {
    padding: 15px 0px 20px 20px;
}
.description-name p {
    font-family: "Noto", Fallback, sans-serif;
    margin-top: 10px;
    font-size: 12pt;
    text-align: center;
}
.header-area .is-sticky {
    box-shadow: 2px 2px 2px grey;
    padding: 10px;
    background-color: #d8b56c;
}
.product-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}
.product-box .name-product {
    width: 100%;
    color: black;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-box .img-product img {
    width: 100%;
    border: 2px solid #cdc5b4;
    border-radius: 8px;
    max-height: 270px;
    display: block;
    object-fit: cover;
}
.product-box .img-product {
    overflow: hidden;
}
.product-box .img-product img:hover {
    transform: scale(1.3);
    transition: 0.3s;
}
.call-now {
    grid-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #d6c49e;
    font-family: "Dejavu", "serif";
    font-size: 9pt;
    width: 100%;
    text-align: center;
}
.section_banner2 {
    padding: 10px 30px;
    background-color: #d6c49e;
}
.banner2 {
    width: 100%;
}
.banner2 img {
    width: 100%;
}
.desc-banner2 p {
    font-family: "Dejavu", "Serif";
    color: white;
}

.container-s {
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 30%;
    grid-gap: 20px;
    width: 100%;
    height: 320px;
}
.container-s__left {
    display: flex;
}
.container-s__right {
    max-height: 520px;
    overflow: auto;
    display: grid;
    grid-gap: 20px;
}
.container-s__right::-webkit-scrollbar {
    width: 5px;
}
.container-s__right::-webkit-scrollbar-thumb {
    background-color: #d6c49e;
}
.container-s__right::-webkit-scrollbar-track {
    background-color: rgb(255, 155, 119);
}
.list-s {
    background-color: purple;
    height: 100px;
}
.video-content {
    width: 100%;
    /* overflow: hidden; */
}
.content-gallery {
    max-height: 320px;
    overflow: hidden;
}
.content-gallery img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.title-pro a {
    margin-bottom: 10px;
    font-family: "Noto", "Serif";
    font-size: 20pt;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: black;
}
.section-contact {
    padding: 20px 0px;
    background-color: #103f77;
}
.form-contact textarea[placeholder],
.form-contact input[placeholder] {
    font-family: "Dejavu";
    color: black;
    font-size: 13pt;
    border-radius: 8px;
}
.form-control-cus {
    width: 90%;
    padding: 0px 10px;
}
.list-s img {
    height: 100%;
    width: 100%;
}
.button_send_form {
    font-weight: bold;
    font-size: 10pt;
    width: 60px;
    height: 40px;
    border-radius: 10px;
    background-color: #d6c49e;
    color: #a82326;
}
.row-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button_send_form:hover {
    color: #fffcea;
    background-color: #fedf29;
    transition: 0.3s;
}
.box-post {
    padding: 10px;
    width: 100%;
}
.box-post a {
    width: 100%;
}
.box-post img {
    width: 100%;
    /* height: 230px; */
}
.box-post .name {
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    font-size: 11pt;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    margin-bottom: 10px;
}
.box-post .desc {
    color: black;
    font-size: 11pt;
    width: 100%;
    height: 75px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-post {
    background: #d6c49e;
    padding: 20px 0 30px 0;
}
.section-tag-seo {
    padding: 10px;
    background-color: #dedede;
}
.tag-seo span {
    font-size: 10, 2pt;
    color: black;
    margin-left: 10px;
    font-family: "Noto";
    white-space: nowrap;
}

.tag-seo-text {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-shadow: 1px 1px black;
    font-weight: bold;
    font-size: 15pt;
    color: #a03f73;
}
.section-end-page {
    color: white;
    padding: 10px 0;
    background-color: #132f54;
}
.navigation-menu > ul > li:hover > a span,
.navigation-menu > ul > li.active > a span {
    color: #a82326;
}
.navigation-menu > ul > li > a:before {
    background-color: #a82326;
}
.navigation-menu > ul > li:hover > a:after,
.navigation-menu > ul > li.active > a:after {
    color: #a82326;
}
.submenu > li > a{
    color: black;
    font-weight: bold;
}
.submenu > li > a:hover {
    color: #e20050;
}
.submenu > li > a > span:after {
    background-color: #e20050;
}

.submenu {
    border-bottom: #e20050 3px solid;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 3px;
    bottom: 80px;
    right: 10px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: none;
    z-index: 99999999;
    background-color: #d6c49e;
    cursor: pointer;
    border: 1px solid white;
}
.show {
    display: block;
}

@media screen and (max-width: 768px) {
    .flexible-image-slider-wrap {
        margin-top: 10px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}
.card {
    padding: 10px;
}

.breadcrumb li:last-child {
    color: #d6c49e;
}
.title_news a,
.name_title a {
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 60px;
}

.main-title .title {
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #d8b56c;
}
.form-group .error {
    color: white;
}
footer {
    background-image: url("../img/bgfooter.webp");
    background-size: cover;
    padding: 20px 0px;
}
footer .title {
    font-size: 1.25rem;
}
footer ul {
    margin-left: 20px;
}
footer ul li{
  font-size: 1rem;
}
footer ul li a:hover {
    /* margin-left: 10px; */
    color: #d8b56c;
    transition: 0.1s;
}
.title_pro {
    padding: 0;
    font-size: 1.25rem;
}
.mobile-menu-overlay__inner,
.page-oppen-off-sidebar__inner {
    background: #d6c49e;
}
.mobile-navigation-icon i:before {
    background-color: white;
}
.mobile-navigation-icon i:after {
    background-color: white;
}
.mobile-navigation-icon i {
    background-color: white;
    margin-bottom: 10px;
}
.mobile-navigation-icon {
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
    .header-area.is-sticky.only-mobile-sticky {
        background: #d6c49e;
        padding-top: 10px;
    }
    .section-end-page {
        padding: 10px 0 80px 0px;
    }
}

/*  Zalo  */
.zalo_animax {
    display: block;
    width: 41px;
    height: 41px;
    position: fixed;
    left: calc(100% - 60px);
    bottom: 160px;
    z-index: 999999999999;
}
.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75;
    right: -10px;
}
.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: #0089b9;
    opacity: 0.5;
}

/* 4 NUT TIEN ICH  */
#contact_fixed {
    height: 137px;
    position: fixed;
    bottom: -90px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #d6c49e;
    padding: 5px 0px;
    box-sizing: border-box;
    z-index: 1000;
}
div.phone_list {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}
div.phone_list p {
    display: inline-block;
    padding: 5px 10px;
    background: #d90000;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    border-radius: 10px;
    margin: 0px 10px 10px;
    color: #ff0;
    line-height: 30px;
}
#contact_fixed ul {
    width: 100%;
    float: left;
    padding: 0px !important;
    margin: 0px !important;
    list-style: none;
}
#contact_fixed ul li {
    width: 20%;
    float: left;
    text-align: center;
}
#contact_fixed ul li img {
    display: block;
    margin: auto;
    max-height: 18px;
}
#contact_fixed ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Fcebook  */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
    display: none !important;
}
.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
}
.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999;
}
.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1e30;
}
.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}
.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.js-facebook-messenger-box {
    bottom: 70px;
    right: 10px;
}
.js-facebook-messenger-box {
    background: #1182fc;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999;
}
.js-facebook-messenger-box {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    background: #1182fc;
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg);
}
.js-facebook-messenger-box svg#fb-msng-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg);
}
.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-container {
    transform: translateY(50px);
    bottom: 110px;
    right: 35px;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000;
}
.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}
.js-facebook-messenger-top-header {
    width: 300px;
    line-height: 25px;
}
.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182fc;
}
.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 300px;
    background: #1182fc;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000;
}
.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182fc;
}
.js-facebook-messenger-box {
    background: #1182fc;
}
.js-facebook-messenger-top-header {
    width: 300px;
}
.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff;
}
.js-facebook-messenger-box {
    bottom: 80px;
    right: 10px;
}
.js-facebook-messenger-container {
    transform: translateY(50px);
    bottom: 150px;
    right: 50px;
}
.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}
.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
}
.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0;
}
.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg);
}
.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1;
}

/*@media(max-width: 1000px){.js-facebook-messenger-box{display: none;}}*/
.procatone-box {
    width: 100%;
}
.procatone-box img {
    width: 100%;
}
.procatone-box .box-img {
    width: 100%;
    border: 2px solid #cdc5b4;
    border-radius: 8px;
}
.section-slider {
    background: linear-gradient(#f2f9e1, #9ad466ba);
}
.title-section {
    width: 100%;
    display: flex;
    justify-content: center;
}
.title-section h2 {
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    font-size: 16pt;
    margin-bottom: 30px;
    text-decoration: none;
    padding-bottom: 5px;
    background: url(../img/linetitle.png) bottom repeat-x;
    padding-top: 30px;
    background-size: 100%;
}

.procatone-box .text-name {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.procatone-box .text-name h3 {
    border-radius: 8px;
    padding: 5px 15px 5px 15px ;
    font-size: 1rem;
    background: #ebdab6;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
}

.title-pro-cat h2 {
    margin-bottom: 20px;
    padding-top: 30px;
    color: black;
    font-size: 14pt;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.price-product {
    color: #a82326;
}
.label_contact {
    color: white;
    font-size: 14pt;
}
.phone-ct {
    border-radius: 10px;
    display: inline-block;
    background-color: #ebdab6;
    padding: 5px 15px;
    color: rgb(168, 35, 38);
    font-weight: bold;
    font-size: 14pt;
}
.partner-slider {
    margin-bottom: 10px;
    width: 100%;
}
.search-click {
    border: 1px solid #ccc;
    outline: none;
    background-size: 22px;
    background-position: 13px;
    border-radius: 12.5px;
    width: 25px;
    height: 50px;
    padding: 12.5px;
    transition: all 0.5s;
}
.search-click:focus {
    width: 200px;
    padding-left: 50px;
}
.search-click {
    position: relative;
    overflow: hidden;
    height: 25px;
}
.search-click input {
    background: transparent;
    border: 1px solid #ccc;
    outline: none;
    position: absolute;
    width: 300px;
    height: 50px;
    left: 0%;
    padding: 10px;
}
.navigation-menu > ul {
    align-items: center;
}
#search {
    font-size: 1rem;
    width: 38px;
    transition: width 0.5s ease;
    height: 38px;
    border-radius: 20px;
    margin-block: 5px;
}
#search:focus {
    width: 200px;
}
.title-footer {
    text-align: center;
    margin: 10px 0px;
    font-size: 11pt;
}
.footer-soccial {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
}
.footer-soccial a i {
    font-size: 15pt;
}


.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
}
.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}
.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5;
}
.btn-frame .zoomIn {
    animation-name: zoomIn;
}
.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: 0.4;
}
.btn-frame .pulse {
    animation-name: pulse;
}
.btn-phone {
    bottom: 320px;
}
@media (max-width: 870px) {
    .btn-phone {
        display: none;
    }
}
/*! CSS Used keyframes */
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.zalo-btn{
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    /* border-radius: 50%; */
    border-radius: 50%;
    background: url(../img/iconzalo.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
	position: fixed;
	right: 20px;
	bottom: 200px;
	z-index: 99;
}

@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(22, 139, 212, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(22, 139, 212, 0.4), 0 0 0 20px rgba(22, 139, 212, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(22, 139, 212, 0.4), 0 0 0 30px rgba(22, 139, 212, 0.2);
    }

}
.title__news a{
    font-size: 1rem;
}

.main-title{
    font-size: 1.75rem;
}
.video-banner
{
    width: 100%;
}
ol li{
    margin: 0;
}
.box-shadow-img{
    box-shadow: 2px 2px 2px grey;
    border: 2px solid #d8b56c;
}
.title_news a{
    color: #d8b56c;

}
.chat-nav {
    position: fixed;
    left: 13px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 200px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
  }

  .chat-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .chat-nav ul li {
    list-style: none !important;
  }
  .chat-nav ul > li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 75px;
    max-height: 55px;
    text-decoration: none;
  }
  .chat-nav ul > li .chat_animation {
    display: none;
  }
  .chat-nav ul > li a i.ticon-heart {
    background: url(../img/icon-sms/icon-map.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
  }
  .chat-nav ul > li a i.ticon-zalo-circle2 {
    background: url(../img/icon-sms/widget_icon_zalo.svg) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
  }
  .chat-nav ul > li a i.ticon-zalo-circle3 {
    background: url(../img/icon-sms/facebook.png)
      no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
  }
  .chat-nav ul > li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
  }
  .chat-nav ul > li a i.ticon-chat-sms {

    background: url(../img/icon-sms/icon-sms.jpeg) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
  }
  .chat-nav ul > li a .call-mobile-style {
    animation: call 3s linear infinite;

    background: url(../img/icon-sms/widget_icon_click_to_call.svg)
      no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
    margin: auto;
  }
  @media only screen and (max-width: 700px) {

    .chat-nav li .call-mobile {
        position: relative;
      }
      .chat-nav li .call-mobile-style {
        box-shadow: none;
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 50px !important;
        height: 50px !important;
        border-radius: 100%;
        line-height: 15px;
        border: 2px solid white;
      }
      .chat-nav li .call-mobile .btn_phone_txt {
        position: relative;
        top: 35px;
        font-size: 10px;
        font-weight: bold;
        text-transform: none;
      }
      .chat-nav ul > li a i {
        width: 100%;
      }
      .chat-nav li .chat_animation {
        display: block !important;
      }
      .chat-nav ul > li a {
        padding: 0;
        margin: 0 auto;
      }
      .chat-nav {
        background: white;
        width: 100%;
        border-radius: 0;
        color: #fff;
        height: 60px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
      }
      .chat-nav li {
        float: left;
        width: 20%;
        list-style: none;
        height: 50px;
      }
  }
  .span_call{
    font-size: 11pt;
    width: 120px;
    padding: 2px;
    position: absolute;
    top: 65px;
    right: -30px;
    color: #c43d2c;
    font-weight: 900;
}
.ringring{
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
.header-search-form .search-form-top .search-field {
    width: 270px;
    border-radius: 0;
    border: 0 !important;
    background-color: white !important;
    min-height: 40px;
    padding-right: 50px;
    padding-left: 10px;
    color: black;
}

.search-submit .fa-search
{
    color: black !important;
}
.header-search-form .search-form-top {
background-color: white;
}
.flexible-image-slider-wrap{
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}
.form_search_in_menu::placeholder{
    font-size: 0.75rem;
}
