.overflow-hidden {
    overflow: hidden;
}

.product-section-item {
    position: relative;
    margin-bottom: 30px;
}

.image-product {
    position: relative;
    overflow: hidden;
}

.image-product img {
    transition: 0.5s ease;
    width: 100%;
}

.product-section-item .flex-box h3 {
    font-size: 18px;
    color: rgba(36, 36, 36, 255);
    font-weight: 700;
}

.product-section-item .flex-box .title-product {
    min-width: 190px;
    margin-right: 20px;
}

.product-section-item .flex-box h4 {
    color: rgba(103, 29, 36, 255);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.product-section-item .flex-box p {
    color: rgba(35, 31, 32, 255);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.product-section-item .flex-box {
    position: absolute;
    bottom: 0;
    background: rgba(249, 210, 100, 0.8);
    padding: 15px 23px;
}

.image-product a:after {
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*position: absolute;*/
    /*content: "";*/
    /*background: rgba(0,0,0,.5);*/
    /*transition: all 450ms ease 0s;*/
    /*-moz-transition: all 450ms ease 0s;*/
    /*-webkit-transition: all 450ms ease 0s;*/
}

.image-product:hover img {
    transform: scale(1.1);
}

.image-product:hover a:after {
    opacity: 1;
    visibility: visible;
}

.section-list-product .image-product a, .section-list-product-page .image-product a {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
}

.section-list-product {
    padding-top: 20px;
}

.section-list-product .image-product img, .section-list-product-page .image-product img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-image-product-item img {
    margin: 0 5px;
    height: auto;
}

.slider-image-product-item {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}

.slider-image-product-item .slick-prev, .slider-image-product-item .slick-next {
    top: 50%;
    width: auto;
}

.slider-image-product-item .slick-prev {
    left: -10px;
}

.slider-image-product-item .slick-next {
    right: -10px;
}

.slider-image-product-item .slick-prev:before, .slider-image-product-item .slick-next:before {
    color: #000;
    font-size: 14px;
}

.product-section-item .overflow-hidden {
    max-width: calc(100% - 20px);
    margin: auto;
}

span.tag span {
    margin-right: 5px;
    vertical-align: middle;
}

span.tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #EE4141;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    padding: 3px 5px 1px;
    z-index: 9;
}

.title-product-center {
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 0;
}

.slider-banner .slick-prev {
    z-index: 9;
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev {
    color: #ffffff;
    width: 50px;
    text-align: center;
    line-height: 50px;
    left: 25px;
    z-index: 9;
    height: 50px;
    top: calc((100% - 165px)/2);
}

.banner-top .slick-prev:before, .banner-top .slick-next:before {
    font-size: 24px;
}

.banner-top .slick-next, .banner-top .slick-prev {
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-right-product {
    width: calc(100% - 300px);
}

.slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    margin-top: -4px;
    margin-left: -2px;
}

.slick-next {
    color: #ffffff;
    width: 50px;
    text-align: center;
    line-height: 50px;
    right: 25px;
    height: 50px;
    top: calc((100% - 165px)/2);
}

.slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    margin-top: -4px;
    margin-right: -2px;
}

.slick-next:before, .slick-prev:before {
    opacity: 1;
}

.slider-banner .slick-next {
    z-index: 9;
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 50px;
}

.video-about-us {
    position: relative;
}

.video-about-us:after {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    right: calc((1170px - 100vw)/2 - 20px);
    width: 100%;
    height: calc(100% + 70px);
    background: #eeeeee;
    z-index: -1;
}

/*general page*/

body {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: rgba(64, 64, 65, 255);
}

a {
    color: #000000;
}

a:hover {
    color: #4c91fc;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

h1 {
    font-size: 34px;
}

h2 {
    text-transform: uppercase;
    font-size: 37px;
    color: rgba(103, 29, 36, 255);
    text-align: center;
    font-weight: 800;
}

h2.text-shadow {
    font-family: Playfair Display, AdobeInvisFont, MyriadPro-Regular;
    font-size: 123.16912px;
    color: rgba(150, 113, 118, 255);
    font-weight: 900;
    font-style: italic;
    opacity: 0.1;
    text-transform: unset;
    margin-bottom: -59px;
}

h3 {
    font-size: 24px;
    font-weight: 400;
}

h4 {
    font-size: 21px;
}

img {
    max-width: 100%;
}

.content-gioi-thieu {
    color: rgba(88, 89, 91, 255);
    margin-bottom: 45px;
}

.list-image-gioi-thieu img {
    width: calc(25% - 24px);
    margin: 0 12px;
    transition: 0.3s;
}

.list-image-gioi-thieu img:hover {
    transform: scale(1.1);
}

.list-image-gioi-thieu {
    display: flex;
    margin: 0 -12px;
    flex-wrap: wrap;
}

.max-width-825 {
    max-width: 885px;
    margin: auto;
}

.why-choose-our h2 {
    text-align: left;
}

.why-choose-our h2.text-shadow {
    margin-left: -20px;
}

.why-choose-our .title-section {
    margin-bottom: 17px;
}

.why-choose-our .list-checkbox {
    margin-top: 90px;
}

.why-choose-our p {
    max-width: 480px;
    font-size: 18px;
    margin-bottom: 30px;
}

.list-checkbox ul {
    list-style: none;
    padding: 0;
}

.list-checkbox li {
    margin-bottom: 20px;
}

.list-checkbox li img {
    margin-right: 15px;
}

.accomodation, .cam-nhan-khach-hang {
    padding-top: 0;
}

.cam-nhan-khach-hang p {
    font-size: 18px;
    color: rgba(88, 89, 91, 255);
    max-width: 960px;
    margin: auto;
    text-align: center;
    margin-bottom: 45px;
}

.cam-nhan-khach-hang .icon-box img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
    display: inline-block;
    object-fit: cover;
}

.cam-nhan-khach-hang .icon-box h4 {
    font-size: 26px;
    color: #f9d264;
    font-weight: 400;
}

.cam-nhan-khach-hang .icon-box h4 span {
    color: rgba(103, 29, 36, 255);
}

.cam-nhan-khach-hang-item {
    background: #FFFFFF;
    box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.cam-nhan-khach-hang-item .icon {
    margin-right: 15px;
}

.cam-nhan-khach-hang-item .icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.cam-nhan-khach-hang-item .flex-box {
    margin-bottom: 20px;
}

.cam-nhan-khach-hang-item h4 {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cam-nhan-khach-hang-item .flex-box p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
}

.cam-nhan-khach-hang-item>p {
    color: rgba(0, 0, 0, 0.7);
    /*font-family: "RV Harmonia SemiBold",sans-serif;*/
    margin-bottom: 0;
    font-weight: 600;
}

.cam-nhan-khach-hang .row .col-md-3 {
    display: flex;
}

.cam-nhan-khach-hang .col-lg-3 {
    display: flex;
}

.news .image-product a {
    position: relative;
    width: 100%;
    padding-top: 68%;
    display: block;
}

.news .image-product:after {
    display: none;
}

.news .image-product {
    margin-bottom: 25px;
}

.news .image-product img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view-more.text-center {
    margin-top: 40px;
}

.news h4 {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.margin-0 {
    margin: 0!important;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-item-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #fbde89;
    position: absolute;
    border: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.menu-header {
    margin-left: auto;
}

.button-style {
    padding: 17px 45px;
    display: inline-block;
    font-weight: 700;
    transition: 0.6s;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    color: rgba(103, 29, 36, 255);
    vertical-align: middle;
    background: #f9d264;
    border: solid 1px #f9d264;
    text-transform: uppercase;
}

.button-style:hover, .button-style.bg-blue {
    background-color: rgba(103, 29, 36, 255);
    border: solid 1px #fbde89;
    color: #fbde89;
    cursor: pointer;
}

.slider-banner .slick-dots {
    position: absolute;
    top: 50%;
    bottom: unset;
    right: 50px;
    z-index: 9;
    display: block;
    width: auto;
    transform: translateY(-50%);
}

.slick-dots {
    bottom: -15px;
}

.slider-banner .slick-dots li {
    display: block;
}

section {
    overflow: hidden;
    padding: 50px 0;
}

.bg-gray {
    background: #F5F5F5;
}

.bg-blue {
    background: #04a0db;
}

.color-blue {
    color: #04a0db;
}

.color-yellow {
    color: #FCC63E;
}

.opacity-04 {
    opacity: 0.4;
}

.text-white {
    color: #ffffff;
}

.logo img {
    max-width: 52px;
}

.content-header {
    padding: 10px 0;
}

.menu-header li {
    display: inline-block;
}

/*.menu-header li.active a, .menu-header li a:hover{*/

/*!*background: #ffffff;*!*/

/*!*color: #242529;*!*/

/*color: #1E8FCE;*/

/*}*/

.menu-header ul {
    padding-left: 0;
    margin-bottom: 0;
}

.menu-header li a {
    text-transform: uppercase;
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    color: rgba(32, 24, 15, 255);
    letter-spacing: 0;
}

.menu-header li:last-child a {
    padding-right: 0;
}

.menu-header li a:hover {
    color: rgb(103, 29, 36);
}

.button-menu-mobile {
    display: none;
}

.slider-banner-item {
    padding: 150px 0 235px;
    color: #fff;
    background-size: cover;
    height: auto;
    position: relative;
}

.slider-banner-item .container {
    position: relative;
    z-index: 1;
}

.slider-banner-item h1 {
    font-size: 64px;
    font-family: Playfair Display;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 700;
    padding-top: 0px;
    overflow: hidden;
}

.slider-banner-item:after, .banner-top-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.06);
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.loading.show-loading {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.banner-top-page:after {
    background: rgba(0, 0, 0, 0.2);
}

.banner-top-page .container {
    position: relative;
    z-index: 1;
}

@keyframes runtext {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

/*@keyframes anm2 {*/

/*50% {*/

/*opacity: 0;*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*}*/

/*}*/

.slider-banner-item h4 {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 255);
}

.slider-banner-item h3 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.58em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.8;
    font-weight: 400;
    margin-bottom: 43px;
}

.slick-dots li button {
    background: #C4C4C4;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    border: solid 1px #C4C4C4;
    box-sizing: border-box;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #000;
    border: solid 1px #000;
}

.slick-dots li button:before {
    display: none!important;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 5px 5px;
}

.section-clsp {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}

.chat-luong-sp h3 {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.description-clsp h4 {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}

.chat-luong-sp {
    max-width: 533px;
}

.chat-luong-sp .icon {
    min-width: 100px;
    max-width: 100px;
}

.list-clsp>div {
    margin-bottom: 30px;
}

.list-clsp>div:last-child {
    margin-bottom: 0px;
}

.description-clsp p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.7);
}

.chat-luong-sp h3::after {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background: #0f183f;
    margin: 10px 0 0 0;
}

.content-clsp {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: rgba(255, 255, 255, 0.8);
    align-items: center;
    padding: 50px;
}

.bg-video video {
    max-height: 715px;
    width: 100%;
}

.sidebar-top {
    font-size: 13px;
    line-height: 16px;
    color: #0F183F;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #F5F5F5;
}

.list-social li {
    display: inline-block;
}

.list-social ul {
    margin-bottom: 0;
    padding-left: 0;
}

.list-social li a {
    padding: 10px 20px;
    border-left: solid 1px #F5F5F5;
    line-height: 44px;
    font-size: 18px;
    display: inline-block;
}

.list-social li:last-child a {
    border-right: solid 1px #F5F5F5;
}

.sidebar-top-right>div {
    padding: 10px 20px;
    border-left: solid 1px #F5F5F5;
}

.sidebar-top-right>div:last-child {
    border-right: solid 1px #F5F5F5;
}

.sidebar-top-right>div img, .sidebar-top-right>div span:first-child {
    margin-right: 5px;
}

.login a:first-child:after {
    margin-right: 4px;
    margin-left: 3px;
    content: '';
    width: 1px;
    height: 14px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
}

.sidebar-top .button-style {
    padding: 3px 15px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

span.icon-close-sidebar {
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
}

.banner-top {
    padding: 0;
}

/*.banner-top .button-style{*/

/*border: solid 1px #fff;*/

/*}*/

.slider-banner.slick-slider {
    margin-bottom: 0;
}

.slick-slide {
    height: auto;
}

.description-product {
    padding: 15px 0;
}

.title-section {
    margin-bottom: 45px;
}

.description-product h4 {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    /*font-weight: 700;*/
}

.description-product p {
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 13px;
}

.description-product p span, .detail .price span {
    background: #F7F7F7;
    padding: 3px 5px 0px;
}

.description-product .price span, .detail .price span {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    background: unset;
    /*font-family: "RV Harmonia Bold",sans-serif;*/
    font-weight: 700;
}

.description-product .price span.line-through, .detail .price span.line-through {
    text-decoration: line-through;
    font-weight: 400;
}

.ban-chay-nhat .button-style {
    color: #242529;
}

.ban-chay-nhat .button-style:hover {
    color: #242529;
}

.ban-chay-nhat .description-product h4, .ban-chay-nhat .description-product p {
    color: #fff;
}

.ban-chay-nhat h2 {
    color: #fff;
}

.ban-chay-nhat {
    background-size: cover;
}

span.out-of-stock {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FC4040;
    border-radius: 2px;
    color: #fff;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
}

.logo-item {
    margin: 0 5px;
    padding: 5px 5px;
}

.list-logo {
    padding: 60px 0;
}

.list-logo .title-section {
    margin-bottom: 60px;
}

.list-logo .flex-box {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-item {
    border: 2px solid #B0976D;
    padding: 38px 35px;
}

.blog-item p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.blog-item h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 30px;
}

.tin-tuc .title {
    margin-bottom: 47px;
}

.btn-view-more {
    margin-top: 40px;
}

.tin-tuc .button-style {
    color: #242529;
}

.bg-gray {
    background: url("../images/bg-gray.png");
    background-size: cover;
}

.content-footer h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}

.content-footer {
    padding: 70px 0px 50px;
    color: rgba(255, 255, 255, 0.8);
}

.content-footer li {
    font-size: 14px;
    line-height: 27px;
    list-style: none;
    margin-bottom: 0px;
}

.content-footer li a {
    font-size: 16px;
    line-height: 34px;
    color: rgba(255, 255, 255, 1);
}

.content-footer li a:hover {
    text-decoration: underline;
}

.content-footer ul {
    padding-left: 0;
}

.content-footer .introduce li {
    margin-bottom: 0;
}

.copy-right {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}

.content-copy-right {
    padding: 20px 0;
    border-top: 1px solid rgba(210, 210, 210, 0.6);
}

.icon-social-footer li {
    display: inline-block;
    margin-right: 20px;
}

.form-search {
    display: none;
}

.form-search input {
    width: calc(100% - 60px);
    height: 50px;
    padding: 0 15px;
    border: solid 1px #434443;
    font-size: 15px;
    line-height: 21px;
    background: transparent;
    color: #fff;
}

.form-search input:focus, .form-search button:focus {
    outline: none;
}

.form-search button {
    width: 60px;
    text-align: center;
    padding: 0;
    height: 50px;
    border-radius: 0;
}

.fas.fa-phone {
    transform: rotate(90deg);
    margin-right: 10px;
}

.fas.fa-shopping-cart {
    margin-right: 15px;
}

.infor-header {
    margin-left: auto;
}

.infor-header .button-style {
    margin-left: 12px;
}

.infor-header .button-style:first-child {
    margin-left: 0;
}

.infor-header .button-style-o {
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
}

.form-contact.form-search button {
    font-size: 12px;
    line-height: 17px;
    background: #434443;
    color: #fff;
    border: solid 1px #434443;
}

.form-contact.form-search {
    width: 100%;
    margin-bottom: 38px;
    display: block;
}

.icon-social-footer p {
    margin-bottom: 7px;
}

.icon-protected {
    margin-left: auto;
}

.icon-protected img {
    margin-left: 5px;
}

/*.slider-banner-item{*/

/*background-position: right;*/

/*}*/

footer#footer {
    background: #671d24;
}

.sidebar-right {
    width: 100%;
}

.sidebar-left {
    width: 280px;
    min-width: 280px;
    margin-left: 30px;
}

.introduce-product {
    padding: 25px 30px;
    background: #F6F6F6;
    margin-bottom: 30px;
}

.introduce-product p:last-child {
    margin-bottom: 0;
}

.introduce-product h3 {
    color: #242529;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

.introduce-product p {
    font-size: 15px;
    line-height: 25px;
    color: #332D3E;
}

.breadcrumb {
    background: none;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li:before {
    content: '/';
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.breadcrumb li:first-child:before {
    display: none;
}

.adv img {
    width: 100%;
}

.adv {
    margin-bottom: 30px;
}

.breadcrumb li, .breadcrumb li a {
    font-size: 15.37453pt;
    color: rgba(88, 89, 91, 255);
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb ul {
    margin-bottom: 0;
    padding-left: 0;
}

.sidebar-left h3 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #242529;
    font-weight: normal;
    margin-bottom: 15px;
}

.sidebar-left li.active a, .sidebar-left li a:hover {
    /*font-family: "RV Harmonia Bold",sans-serif;*/
    color: #000;
    font-weight: 700;
}

.sidebar-left li {
    display: block;
    list-style-type: none;
    margin-bottom: 5px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.sidebar-left li:last-child {
    border-bottom: none;
}

.sidebar-left li a {
    font-weight: normal;
    line-height: 44px;
    display: block;
}

.sidebar-left ul {
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar-left p {
    color: #242529;
}

.sidebar-left>div {
    margin-bottom: 30px;
}

.ds-thuong-hieu .logo-item h4 {
    font-size: 9px;
    line-height: 272.5%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ds-thuong-hieu .logo-item:last-child {
    padding-top: 10px;
}

.ds-thuong-hieu .logo-item {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
    border: solid 1px #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-thuong-hieu .logo-item:hover {
    border: solid 1px #000;
}

.ds-thuong-hieu {
    margin: 0 -5px;
}

.content-page-product .product-section-item {
    margin-bottom: 30px;
}

.section-list-product-page .product-section-item {
    margin-bottom: 0px;
}

.gia a {
    display: block;
    background: #F4F4F4;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
    padding: 15px 10px 10px;
    text-align: center;
    font-weight: 600;
}

.gia a:hover {
    background: #000;
    color: #fff;
}

.gia.nong-do a {
    width: calc(50% - 8px);
    float: left;
    margin: 0 4px;
    margin-bottom: 8px;
}

.gia.nong-do>div {
    margin: 0 -5px;
}

.gia.nong-do>div:after {
    content: '';
    display: block;
    clear: both;
}

/*detail*/

.image-detail>img {
    width: 100%;
    border: solid 1px #e7e7e7;
    height: 350px;
    object-fit: cover;
}

.list-image img {
    width: calc(25% - 10px);
    height: 80px;
    object-fit: cover;
    float: left;
    margin: 0 5px;
}

.list-image {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

.list-image img.active {
    border: solid 1px #f2f2f2;
}

.list-cate-product-detail.nav.nav-tabs {
    justify-content: left;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 0;
}

.list-cate-product-detail.nav.nav-tabs li a {
    padding: 25px 32px 20px;
    background: #F9F9F9;
    border: 1px solid #F0F0F0;
    border-right: 0;
    display: block;
    font-size: 18px;
    color: #000;
}

.nav.nav-tabs.list-cate-product-detail li a.active {
    background: #fff;
    border-bottom: none;
    border-bottom: solid 1px transparent;
}

.list-cate-product-detail.nav.nav-tabs li:last-child a {
    border-right: 1px solid #F0F0F0;
}

.list-cate-product-detail.nav.nav-tabs li {
    margin: 0;
    margin-bottom: -1px;
}

.content-tab-detail {
    border: solid 1px #f9f9f9;
    padding: 40px 35px;
}

.tab-content-product-detail {
    border: solid 1px #f0f0f0;
    border-top: none;
}

.content-detail {
    padding: 0;
    margin-top: 50px;
}

.content-detail h3 {
    font-size: 18px;
    line-height: 25px;
    color: #242529;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.content-detail {
    font-size: 15px;
    line-height: 26px;
    color: #332D3E;
}

.content-detail p:last-child {
    margin-bottom: 0;
}

section.product-page.detail-product {
    padding-top: 50px;
}

.list-image:after {
    content: '';
    display: block;
    clear: both;
}

.detail h4 {
    line-height: 24px;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.detail p.fz-11 {
    color: rgba(51, 45, 62, 0.6);
}

.detail p {
    font-size: 15px;
    line-height: 152.34%;
    color: #332D3E;
    margin-bottom: 10px;
}

.number-start {
    margin-bottom: 10px;
}

span.fas.fa-star {
    color: #F3D228;
    font-size: 12px;
}

.fz-11 {
    font-size: 11px!important;
    line-height: 13px!important;
}

span.stock {
    color: #76AF3E;
}

.detail p.price {
    font-size: 18px;
    line-height: 25px;
    color: #242529;
    margin-bottom: 20px;
}

.tag li {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    list-style-type: none;
    margin-bottom: 10px;
    display: flex;
}

.tag li span {
    margin-left: auto;
}

.tag ul {
    padding: 0;
}

/*.sidebar-right .button-style {*/

/*display: block;*/

/*padding: 9px 20px;*/

/*margin-bottom: 15px;*/

/*background: #000;*/

/*color: #fff;*/

/*}*/

/*.sidebar-right .button-style:hover{*/

/*background: transparent;*/

/*color: #000;*/

/*}*/

.sidebar-right p {
    font-weight: normal;
    font-size: 14px;
    line-height: 140.62%;
}

.sidebar-right .message {
    background: #1E8FCE;
    border-radius: 4px;
    padding: 15px 15px 10px;
    text-align: center;
    color: #fff;
}

.uu-dai>div {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 10px 15px 5px;
    margin-bottom: 1px;
}

.uu-dai h4 {
    font-size: 13px;
    line-height: normal;
    color: #000;
    margin-bottom: 5px;
}

.uu-dai p {
    font-size: 13px;
    line-height: 18px;
    color: #6B6B6B;
    margin-bottom: 0;
}

.icon-box {
    min-width: 40px;
    padding-top: 5px;
}

.chat-zalo {
    margin-bottom: 15px;
}

.mua-ngay {
    margin-bottom: 15px;
    margin-top: 20px;
}

.so-luong-mua {
    display: inline-block;
    border: solid 1px #ccc;
    margin-right: 15px;
}

a.button-style.button-style-blue.btn-buy-now {
    margin-left: auto;
    display: inline-block;
    width: 215px;
    padding: 10px 20px 7px;
    background: #000;
    color: #fff;
}

a.button-style.button-style-blue.btn-buy-now:hover {
    background: transparent;
    color: #000;
}

span.number-down {
    font-size: 12px;
}

span.number-up {
    font-size: 21px;
}

span.number-down, .number-up {
    line-height: 35px;
    padding-top: 3px;
    width: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    font-size: 21px;
    user-select: none;
}

.share-social {
    font-size: 14px;
    margin-top: 20px;
}

input#number:focus {
    outline: none;
}

.btn-like {
    background: #3B5998;
    color: #fff;
    padding: 7px 10px 5px;
    font-size: 12px;
    border-radius: 4px;
}

a.btn-like.btn-twitter {
    background: #008fe5;
}

.share-social p {
    margin-bottom: 7px;
}

.share-social a:hover {
    color: #fff;
}

.share-social a.btn-gg {
    border: solid 1px #dd4e42;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    color: #dd4e42;
}

.btn-like span {
    margin-right: 5px;
}

input#number {
    width: 60px;
    text-align: center;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding-top: 5px;
}

.chat-message a {
    background: #3B5998;
    display: block;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    padding: 13px 9px 7px;
    text-transform: uppercase;
}

.chat-zalo a {
    background: #008FE5;
    display: block;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    padding: 13px 9px 7px;
    text-transform: uppercase;
}

.ban-chay-nhat .product-section-item .image-product:hover {
    border: none;
}

.slider-logo .slick-track {
    display: flex;
    align-items: center;
}

.slider-logo .slick-track .logo-item {
    display: flex;
    align-items: center;
    width: auto!important;
}

.slider-logo .slick-prev, .slider-logo .slick-next {
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: normal;
}

.slider-logo .slick-prev {
    left: -25px;
}

.slider-logo .slick-next {
    right: -25px;
}

.slider-logo .slick-prev:before, .slider-logo .slick-next:before {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    padding: 1px 0 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

.menu-header li a:hover~.sub-menu, .sub-menu:hover {
    opacity: 1;
    visibility: visible;
}

.menu-header li {
    position: relative;
    margin-left: -3px;
    vertical-align: middle;
}

.menu-header li:first-child {
    margin-left: 0;
}

.menu-header li:hover .sub-menu a:hover {
    background: #000;
    color: #fff;
}

.sub-menu li {
    display: block;
}

.sub-menu li a {
    color: #242529;
    white-space: nowrap;
    display: block;
    padding: 10px 20px 6px;
}

.sub-menu li a:hover {
    background: #000;
    color: #ffffff;
}

.menu-header li a span {
    margin-left: 5px;
    font-size: 14px;
    display: inline-block;
}

ul.nav.nav-tabs {
    justify-content: center;
    border-bottom: none;
    margin-bottom: 32px;
}

ul.nav.nav-tabs li {
    margin: 0 17px;
}

ul.nav.nav-tabs li a.active {
    color: #000000;
}

ul.nav.nav-tabs li a {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}

/*.list-product-section .slick-prev, .list-product-section .slick-next{*/

/*display: none!important;*/

/*}*/

.banner-top-page {
    padding: 65px 0 50px;
    background-size: cover;
    position: relative;
}

.banner-top-page h1 {
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 21pt;
    font-weight: 700;
    color: rgba(103, 29, 36, 255);
}

.banner-top-page h1:after {
    content: '';
    width: 60px;
    height: 3px;
    background: #f9d264;
    display: block;
    margin: 13px auto;
}

.content-page-product {
    padding-top: 40px;
}

.pagination li a {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: rgba(109, 110, 112, 255);
    border: solid 1px #f3f3f3;
    width: 36px;
    height: 36px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination {
    justify-content: flex-end;
}

.pagination li a:hover {
    background: #F6F6F6 !important;
}

.pagination li.active span, .pagination li.next span {
    background: #f9d264 !important;
    border: solid 1px #f9d264 !important;
}

.pagination li.next a {
    width: 56px;
    line-height: 40px;
}

.pagination li {
    margin: 0 2px;
}

.number-start-detail {
    margin-right: 10px;
}

.tag .gia a {
    width: calc(33.33% - 8px);
}

.product-related h2 {
    text-align: left;
}

.product-related h2:after {
    margin-left: 0;
}

.detail .tag a {
    /*font-family: "RV Harmonia SemiBold",sans-serif;*/
    font-weight: 600;
}

.qua-tang {
    border: 1px solid #000000;
    padding: 10px 12px;
    margin-bottom: 28px;
}

.detail .price span {
    font-size: 22px;
    padding: 0;
    margin-right: 15px;
}

.qua-tang-title {
    /*font-family: "RV Harmonia Bold",sans-serif;*/
    font-weight: 700;
}

.qua-tang-title img {
    margin-right: 8px;
    vertical-align: top;
}

.content-qua-tang img {
    width: 30px;
    margin-right: 10px;
    height: 100%;
}

.content-qua-tang {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.sidebar-top-detail ul {
    white-space: nowrap;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: calc(100% - 80px);
    overflow: hidden;
    transition: 0.5s;
}

.sidebar-top-detail ul.flex-start {
    justify-content: flex-start;
}

.sidebar-top-detail ul.flex-end {
    justify-content: flex-end;
}

.nav-arrows {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-left: auto;
}

span.sidebar-top-detail-left, span.sidebar-top-detail-right {
    width: 30px;
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
}

span.sidebar-top-detail-left.active, span.sidebar-top-detail-right.active {
    color: #000;
}

.sidebar-top-detail ul li a {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    padding: 0 20px;
    padding: 25px 30px 20px;
    display: block;
    color: rgba(0, 0, 0, 0.4);
}

.sidebar-top-detail ul li.active a {
    color: #000;
    border-bottom: solid 3px #000;
    margin-bottom: -3px;
}

.sidebar-top-detail {
    margin-bottom: 0;
    border-bottom: solid 3px #F2F3F2;
    display: flex;
}

.title-tab-detail {
    margin-bottom: 35px;
}

.title-tab-detail h3 {
    color: #000;
    border-bottom: 1px dashed #E8E8E8;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.content-tab-detail ul {
    padding-left: 15px;
}

.content-tab-detail>div {
    margin-bottom: 50px;
}

.content-tab-detail>div:last-child {
    margin-bottom: 0px;
}

.search {
    padding: 0 10px;
    border-left: solid 1px;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
}

.search>span {
    cursor: pointer;
}

.search .form-search.show-form {
    display: block;
}

.search .form-search {
    display: none;
    position: absolute;
    right: 0;
    white-space: nowrap;
    width: 300px;
    background: #fff;
    padding: 10px;
    z-index: 1;
    top: calc(100% + 10px);
    border: solid 1px #f9f9f9;
}

.search .form-search input {
    width: 100%;
    height: 40px;
    color: #000;
}

.search .form-search .form-group {
    margin-bottom: 0;
}

.page {
    overflow: hidden;
}

.contact {
    padding-bottom: 0;
    padding-top: 0;
    background: #f3f3f3;
}

.content-contact {
    padding: 50px 30px;
    border-left: solid 3px #e0e0e0;
    position: relative;
}

.content-contact:before {
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    top: 50%;
    width: 5px;
    height: 180px;
    background: #f9d264;
    transform: translateY(-50%);
}

.content-contact h3 {
    font-size: 28px;
    color: rgba(103, 29, 36, 255);
    font-weight: 700;
    margin-bottom: 15px;
}

.content-contact p {
    color: rgba(64, 64, 65, 255);
    font-size: 16px;
    max-width: 383px;
    line-height: normal;
}

.content-contact .flex-box p {
    max-width: 310px;
    margin-bottom: 0;
}

.icon-contact {
    min-width: 42px;
    margin-top: 5px;
}

.content-contact .flex-box h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.content-contact .flex-box {
    margin-top: 40px;
}

.map iframe {
    width: 100%;
    height: 566px;
}

.logo-footer {
    margin-right: 24px;
}

.content-footer .flex-box h4 {
    margin-bottom: 0;
    font-size: 24px;
    color: rgba(255, 255, 255, 255);
    font-weight: 400;
}

.content-footer .flex-box p {
    margin-bottom: 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
}

.content-footer .flex-box li {
    display: inline-block;
    margin-right: 7px;
    opacity: 1;
}

.content-footer .flex-box li a {
    font-size: 16px;
    line-height: 28px;
    color: #671d24;
    background: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.content-footer .flex-box li a:hover {
    text-decoration: none;
}

.content-footer .flex-box {
    margin-top: 20px;
}

.content-footer-item h4:after {
    content: '';
    display: block;
    width: 55px;
    height: 3px;
    background: #f9d264;
    margin-top: 10px;
    margin-bottom: 28px;
}

.content-footer-item .button-style {
    padding: 10px 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.go-top {
    margin-top: 100px;
    cursor: pointer;
}

.go-top span {
    margin-right: 10px;
}

.content-footer-item .button-style:hover {
    background: #fff;
    border: solid 1px #fff;
    color: rgba(103, 29, 36, 255);
}

header {
    position: relative;
}

.logo {
    padding-right: 15px;
}

.logo-text {
    padding-left: 10px;
}

.logo-text span {
    font-family: 'Lato';
    font-size: 24px;
    color: rgba(103, 29, 36, 255);
    font-family: Lato;
    font-weight: 400;
}

.logo-text span.text-red {
    font-weight: 800;
    color: #671d24;
}

.logo:after {
    content: '';
    display: block;
    background: #671d24;
    position: absolute;
    width: calc((100vw - 1170px)/2 + 15px + 75px);
    height: 100%;
    left: 0;
    z-index: 9;
    top: 0;
}

.logo a {
    position: relative;
    z-index: 10;
}

.book-now {
    position: absolute;
    bottom: 0;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    max-width: 1110px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-top {
    position: relative;
}

.book-now h3 {
    font-size: 30px;
    color: rgba(103, 29, 36, 255);
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1;
}

.book-now p {
    margin-bottom: 0;
    font-size: 18px;
    color: rgba(88, 89, 91, 255);
}

select {
    background: url('../images/icon-dropdown.png') #fff;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 35px;
    -webkit-appearance: none;
}

.book-now select {
    height: 49px;
    padding: 0 10px;
    border: solid 1px #fff;
    font-size: 14px;
    color: rgba(88, 89, 91, 255);
    font-weight: 500;
    margin-right: 10px;
    min-width: 120px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 35px;
    text-transform: uppercase;
}

.book-now select:focus {
    outline: none;
}

.banner-top .button-style {
    padding: 14px 70px;
}

.content-book-now {
    margin-right: 30px;
}

.form-book-now {
    margin-left: auto;
}

.form-book-now button:focus {
    outline: none;
}

.form-book-now form {
    margin-bottom: 0;
}

.banner-top-page:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(249, 210, 100, 0.2);
}

.banner-top-page .container {
    position: relative;
    z-index: 1;
}

.breadcrumb {
    justify-content: center;
    padding: 0;
}

.the-loai-item>div {
    width: 100%;
}

.image-the-loai img {
    width: 100%;
}

.description-the-loai {
    padding: 30px;
    border-left: 0;
}

.description-the-loai h3 {
    font-size: 20px;
    color: rgba(103, 29, 36, 255);
    font-weight: 800;
    margin-bottom: 20px;
}

.description-the-loai p {
    font-size: 16px;
    color: rgba(88, 89, 91, 255);
    padding-bottom: 15px;
    border-bottom: solid 1px #f4eff0;
}

.the-loai-item {
    margin-bottom: 37px;
    border: solid 1px #f4eff0;
}

.price-view-detail .button-style {
    padding: 5px 40px;
}

.price-view-detail .button-style:hover {
    color: rgba(103, 29, 36, 255);
    background: #f9d264;
    border: solid 1px #f9d264;
}

.price-view-detail {
    display: flex;
    align-items: center;
}

.price-view-detail a {
    margin-left: auto;
    font-size: 14px;
    color: rgba(109, 110, 112, 255);
    font-weight: 600;
}

.price-view-detail a:hover {
    text-decoration: underline;
}

.price-view-detail a span {
    font-size: 12px;
    margin-left: 5px;
}

.pagination li {
    display: inline-block;
}

.pagination ul {
    padding-left: 0;
}

.pagination li:first-child a {
    width: auto;
    padding: 0 10px;
    font-weight: 400;
}

.form-check {
    background: #671d24;
    color: #fff;
    padding: 20px 25px;
}

.form-group select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: solid 1px #fff;
    font-size: 12pt;
    color: rgba(88, 89, 91, 255);
    /*background: #fff;*/
}

.form-group select:focus {
    outline: none;
}

.form-group label {
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
    display: block;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.room-guest select {
    width: 45%;
    float: left;
    margin-right: 2%;
}

.room-guest:after {
    content: '';
    display: block;
    clear: both;
}

.room-guest {
    margin-bottom: 15px;
}

.form-group button {
    width: 100%;
    height: 40px;
    padding: 0 15px;
}

.room-guest select:last-child {
    width: 50%;
    float: left;
    border-left: solid 1px #f4eff0;
}

.cate.list-checkbox li {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
}

.cate.list-checkbox h3 {
    font-size: 20px;
    color: rgba(103, 29, 36, 255);
    font-weight: 800;
}

.cate.list-checkbox {
    padding-left: 25px;
    border-left: solid 2px #f4eff0;
    position: relative;
    padding-top: 10px;
}

.cate.list-checkbox:before {
    content: '';
    display: block;
    width: 2px;
    height: 45px;
    background: #671d24;
    position: absolute;
    left: -2px;
    top: 0;
}

.related-post-item .images {
    min-width: 60px;
    margin-right: 10px;
    max-width: 60px;
}

.description-related-post h4 {
    font-size: 14px;
    color: rgba(109, 110, 112, 255);
    font-weight: 400;
    margin-bottom: 0;
    max-height: 32px;
    overflow: hidden;
}

.description-related-post p, .description-related-post a {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(109, 110, 112, 255);
    font-weight: 400;
}

.description-related-post a:hover {
    color: #671d24;
}

.related-post-item {
    margin-bottom: 25px;
}

.content-the-loai {
    padding: 50px 0 100px;
}

@media only screen and (max-width: 1199px) {
    .book-now h3 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .logo:after {
        width: calc((100vw - 990px)/2 + 15px + 75px);
    }
    .book-now p {
        font-size: 16px;
    }
    h2 {
        font-size: 32px;
    }
    h2.text-shadow {
        margin-bottom: -54px;
    }
    .product-section-item .flex-box .title-product {
        margin-right: 10px;
    }
    .menu-header li a {
        font-size: 13px;
    }
    .icon-social-footer li {
        margin-right: 5px;
    }
    .content-footer li {
        font-size: 14px;
    }
    .blog-item {
        padding: 20px 20px;
    }
    .blog-item h4 {
        font-size: 24px;
    }
    .description-product h4 {
        font-size: 18px;
    }
    .description-product p {
        font-size: 16px;
    }
    .logo img {
        max-height: 50px;
    }
    .form-search {
        width: auto;
    }
    .menu-header li a {
        padding: 0 7px;
    }
    /*.slider-banner-item{*/
    /*background-position: right -100px center;*/
    /*}*/
    .content-page-product .description-product p {
        font-size: 14px;
    }
    a.button-style.button-style-blue.btn-buy-now {
        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .logo:after {
        width: calc((100vw - 740px)/2 + 15px + 75px);
    }
    .book-now select {
        height: 43px;
    }
    .banner-top .button-style {
        padding: 11px 20px;
    }
    .book-now .flex-box {
        display: block;
    }
    .content-book-now {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .content-footer .flex-box {
        display: block;
    }
    .logo-footer {
        margin-right: 24px;
        margin-bottom: 10px;
    }
    .product-section-item .flex-box {
        display: block;
        position: relative;
    }
    .product-section-item .flex-box {
        padding: 15px 15px;
    }
    .cam-nhan-khach-hang p {
        font-size: 16px;
    }
    section.cam-nhan-khach-hang {
        padding-bottom: 50px;
    }
    .the-loai-item {
        display: block;
    }
    .description-the-loai {
        padding: 30px 20px;
    }
    .chat-luong-sp {
        max-width: 100%;
    }
    .content-clsp {
        position: unset;
        padding: 50px 20px 0;
        width: 100%;
    }
    .cam-nhan-khach-hang-item {
        margin-bottom: 30px;
    }
    .cam-nhan-khach-hang .col-md-6 {
        display: flex;
    }
    .title-product-center {
        font-size: 24px;
    }
    ul.nav.nav-tabs li {
        margin: 0 10px;
    }
    .content-page-product .description-product h4 {
        font-size: 15px;
    }
    .search {
        display: none;
    }
    .description-product h4 {
        font-size: 14px;
    }
    .description-product .price span, .detail .price span {
        font-size: 14px;
    }
    .sidebar-top {
        display: none;
    }
    .menu-header li a {
        font-size: 15px;
        padding: 10px;
    }
    .button-style {
        padding: 8px 20px 5px;
    }
    .sidebar-top {
        font-size: 16px;
    }
    .content-header .infor-header, .content-header .form-search, .menu-header {
        display: none;
    }
    .button-menu-mobile {
        display: block;
        margin-left: auto;
        color: #000;
        font-size: 22px;
        cursor: pointer;
    }
    .content-header {
        padding: 15px 0;
    }
    .slider-banner-item h1 {
        font-size: 42px;
        line-height: 52px;
    }
    .slider-banner-item p {
        font-size: 20px;
        line-height: 28px;
        max-width: 450px;
    }
    .menu-header {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        display: block;
        z-index: 10;
        text-align: center;
        transition: 0.5s;
        max-width: 85%;
        width: 100%;
        overflow: auto;
        background: #fff;
        padding-top: 50px;
    }
    .menu-header.show-menu {
        left: 0;
    }
    /*.menu-header li.active a, .menu-header li a:hover{*/
    /*background: transparent;*/
    /*color: #ffffff;*/
    /*}*/
    .menu-header li {
        display: block;
    }
    .bg-popup {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: 0.5s;
    }
    .bg-popup .close-menu {
        color: #fff;
        font-size: 32px;
        position: absolute;
        right: 5%;
        top: 15px;
        cursor: pointer;
    }
    /*.uu-dai p{*/
    /*margin-top: 30px;*/
    /*}*/
    .detail {
        margin-right: 0px;
    }
    .sidebar-right {
        margin-top: 30px;
    }
    ul.sub-menu.show-submenu {
        display: block!Important;
        position: unset;
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 767px) {
    .logo:after {
        width: 75px;
    }
    .slider-banner-item h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .slider-banner-item h4 {
        margin-bottom: 0px;
    }
    .banner-top .button-style {
        padding: 6px 20px;
        width: 100%;
    }
    .book-now select, .book-now input {
        height: 32px !important;
        width: 50% !important;
        float: left;
        margin-right: 0 !important;
        margin-bottom: 5px !important;
        border: solid 1px #f4eff0 !important;
    }
    .go-top {
        margin-top: 50px;
        cursor: pointer;
        margin-bottom: 20px;
    }
    .content-footer-item {
        text-align: center;
    }
    .content-footer-item h4:after {
        margin-left: auto;
        margin-right: auto;
    }
    .logo-footer img {
        width: 60px;
    }
    .content-the-loai .container>.flex-box {
        display: block;
    }
    .content-the-loai {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .pagination {
        justify-content: center;
    }
    .pagination li a {
        height: 30px;
        width: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .sidebar-left {
        width: 100%;
        min-width: 100%;
        margin-left: 0px;
    }
    .sidebar-top-detail ul {
        overflow: auto;
        width: 100%;
    }
    .nav-arrows {
        display: none;
    }
    .list-news .slick-dots {
        bottom: -35px;
    }
    .cam-nhan-khach-hang .slick-list {
        padding-top: 30px;
    }
    .cam-nhan-khach-hang .title-section {
        margin-bottom: 20px;
    }
    .view-more.text-center {
        margin-top: 60px;
    }
    .title-product-center {
        font-size: 18px;
    }
    .slider-banner-item {
        padding: 50px 0 240px;
    }
    .book-now {
        padding: 15px 15px;
    }
    .row.why-choose-our {
        padding-top: 50px;
    }
    h2.text-shadow {
        font-size: 54.16912px;
        margin-bottom: -22px;
    }
    .product-section-item {
        margin-bottom: 30px;
    }
    .slider-banner-item h1 {
        /*font-size: 24px;*/
        /*line-height: 34px;*/
        white-space: normal;
        padding-top: 0;
        margin-bottom: 10px;
    }
    .slider-banner-item h4 {
        margin-bottom: 15px;
    }
    .slider-banner-item h3 {
        letter-spacing: 0.06em;
        margin-bottom: 20px;
    }
    .banner-top .slick-prev:before, .banner-top .slick-next:before {
        font-size: 24px;
    }
    .slider-banner .slick-next {
        right: 0;
    }
    .slider-banner .slick-prev {
        left: 0;
    }
    .slider-logo .slick-prev {
        left: -20px;
    }
    .slider-logo .slick-next {
        right: -20px;
    }
    .introduce-product h3 {
        font-size: 16px;
    }
    .sidebar-right-product {
        width: 100%;
    }
    .list-cate-product-detail.nav.nav-tabs li {
        width: 50%;
    }
    .list-cate-product-detail.nav.nav-tabs li a {
        font-size: 12px;
        text-align: center;
        padding: 10px 0;
    }
    .content-tab-detail>div {
        margin-bottom: 30px;
    }
    .title-tab-detail {
        margin-bottom: 20px;
    }
    .content-tab-detail {
        padding: 20px 20px;
    }
    .sidebar-top-detail ul li a {
        font-size: 12px;
        padding: 25px 10px 20px;
    }
    .content-page-product .container>.flex-box {
        display: block;
    }
    .content-copy-right {
        display: block;
    }
    .content-copy-right .icon-protected {
        margin-top: 10px;
    }
    .content-footer h4, .content-footer .introduce li:first-child {
        margin-bottom: 10px;
    }
    .content-footer {
        padding: 30px 0px 0;
    }
    .logo-item {
        margin: 0 5px;
        padding: 10px 15px;
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }
    .list-logo .flex-box {
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .blog-item {
        margin-bottom: 15px;
    }
    .blog-item p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .blog-item h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .tin-tuc .title {
        margin-bottom: 20px;
    }
    section {
        padding: 40px 0;
    }
    .btn-view-more {
        margin-top: 20px;
    }
    .list-product-section {
        margin: 0 -5px;
    }
    .description-product h4 {
        font-size: 14px;
        line-height: 26px;
    }
    .description-product p {
        font-size: 12px;
    }
    .slick-next {
        right: 5px;
        width: 30px;
        height: 30px;
    }
    .slick-prev {
        left: 5px;
        width: 30px;
        height: 30px;
    }
    .slick-prev:before {
        font-size: 15px;
        line-height: 30px;
        display: block;
    }
    .slick-next:before {
        font-size: 15px;
        line-height: 30px;
        display: block;
    }
    .description-product h4 {
        font-size: 13px;
        line-height: 20px;
    }
    h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .sidebar-top {
        font-size: 14px;
        PADDING: 0 20px;
        line-height: 20px;
    }
    span.icon-close-sidebar {
        position: absolute;
        right: 10px;
    }
    .logo img {
        max-height: 50px;
    }
    .content-header {
        padding: 10px 0;
    }
    .menu-header li a {
        line-height: 25px;
    }
    .menu-header {
        padding-top: 30px;
    }
    .sidebar-left {
        width: 100%;
    }
    .introduce-product {
        padding: 15px 15px;
    }
    section.product-page.detail-product {
        padding-top: 50px;
    }
    .detail {
        margin-top: 30px;
    }
    .content-detail {
        background: #f6f6f6;
        padding: 20px 15px;
    }
    .content-footer .flex-box {
        text-align: center;
    }
    .logo-footer {
        margin-right: 0;
    }
    .why-choose-our .list-checkbox {
        margin-top: 30px;
    }
    .list-image-gioi-thieu img {
        width: calc(25% - 10px);
        margin: 0 5px;
        object-fit: cover;
        max-height: 250px;
    }
    .list-image-gioi-thieu {
        margin: 0 -5px;
    }
    .accomodation .slick-next, .accomodation .slick-prev {
        top: calc((100% - 125px)/2);
    }
}