::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 11px;
}

::-webkit-scrollbar-thumb {
    background: #BBBBBB;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
}

.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
    width: 100% !important;
}

.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
    width: 100% !important;
}

.video_popup {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video_popup iframe,
.video_popup object,
.video_popup embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#clickvideo {
    width: 100%;
    padding: 4px 0;
    margin: 3px 0%;
    border: 1px solid #DDD;
    box-sizing: border-box;
}

.addthis_native_toolbox {
    margin: 10px 0px;
    width: 100%;
    clear: both;
    border: 1px solid #ededed;
    padding: 10px 10px;
    margin-bottom: 10px;
    background: #f7f6f6;
    box-sizing: border-box;
}

.addthis_native_toolbox b {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 10px
}

#toptop {
    width: 37px;
    height: 37px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    text-indent: -99999px;
    cursor: pointer;
    background: url(images/back_to_top.png) top center no-repeat;
    transition: 0.5s;
    z-index: 200;
}

#toptop:hover {
    background: url(images/back_to_top.png) bottom center no-repeat;
    transition: 0.5s;
}

.clear {
    clear: both;
}

img {
    max-width: 100% !important;
    height: auto;
}

div.bando img {
    max-width: none !important;
}

body {
    font-family: 'UTM-Avo', Helvetica, sans-serif;
    font-size: 14px !important;
    line-height: 1.6;
    overflow: auto !important;
}

@font-face {
    font-family: 'UTM-Avo';
    src: url('font/UTM-Avo.ttf');
}

@font-face {
    font-family: 'UTM-Avo-bold';
    src: url('font/UTM-AvoBold.ttf');
}

@font-face {
    font-family: 'UTM-Amherst';
    src: url('font/UTM-Amherst.ttf');
}

@font-face {
    font-family: 'UTM-Aristote';
    src: url('font/UTM-Aristote.ttf');
}

@font-face {
    font-family: 'HyundaiSansHeadKRBold';
    src: url('font/HyundaiSansVNHeadOffice-Bold.ttf');
}

@font-face {
    font-family: 'HyundaiSansHeadKRLight';
    src: url('font/HyundaiSansVNHeadOffice-Light.ttf');
}

@font-face {
    font-family: 'HyundaiSansHeadKRMedium';
    src: url('font/HyundaiSansVNHeadOffice-Medium.ttf');
}

@font-face {
    font-family: 'HyundaiSansHeadKRRegular';
    src: url('font/HyundaiSansVNHeadOffice-Regular.ttf');
}

.box_describe_content__detail h2 {
    width: 100% !important;
}

.list_mer {
    padding-top: 15px;
}

.modal-dialog-centered {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 35%) !important;
}

#carrousel {
    width: 100%;
}

.title_index_km {
    text-align: center;
}

.title_index_km h2 {
    line-height: 1.2;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;

}

.box_duan_index {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding: 0px !important;
}

.item_da {
    position: relative;
    box-shadow: 1px 0px 14px 0px #8888888a;
}

.item_da_img {
    position: relative;
}

.item_da img {
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    position: relative;
}

.item_da_img_icon i {
    font-size: 18px;
    color: #fff;
}

.item_da_info {
    padding: 15px;
}

.item_da h3 {
    font-size: 16px;
    font-weight: 600;
    color: #3c3c3c;
    line-height: 1.5;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0px;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
}

.item_da_info_border {
    width: 30%;
    margin: 10px auto;
    background-color: #e93129;
    height: 2px;
}

.dangkylaithu button {
    background: #cc0000;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: capitalize;
}

.item_da_info_mota {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    color: #3c3c3c;
}

.item_da_img_icon {
    position: absolute;
    right: 0px;
    bottom: 0px;

    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #e93129;
}

.boxx_hinhanh_pr {
    background: #cc0000;
    display: inline-flex;
    width: 100%;
}

.colored-separator {
    text-align: center;
    vertical-align: top;
    font-size: 0;
    padding-bottom: 20px;
}

.colored-separator .first-long,
.colored-separator .last-short {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 5px;
    -moz-transform: skew(-40deg, 0deg);
    -o-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    -webkit-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    border-radius: 2px;
    background-color: #e41515;
}

.title_index h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    position: relative;
    margin-top: 0;
    text-align: center;
    color: #fff;
}

.b-goods-descr {
    width: 100%;
    margin: 15px 0;
    text-align: center;
    padding: 0 5px;
}

.b-goods-descr__item {
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    font-size: 12px;
    border-left: 1px solid #ddd;
    text-transform: capitalize;

}

.b-goods-descr__item:first-child {
    border-left: none;
}

.b-goods-descr__item img {
    width: 20px;
    margin: 0 auto;
    display: block;
    padding-bottom: 5px;
}

.item-home>img {
    width: 100%;
    height: 400px;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    position: relative;
    z-index: 1;
    object-fit: fill;
    -o-object-fit: cover;
    object-fit: cover;

}

.nonexe {
    display: none;
}

.video-banner {
    width: 100%;
}

.video-banner video {
    width: 100%;
}

div.box_show_booking img {
    width: 60%;
}

.logo img {
    /* padding: 15px; */
}

.post_content h3 {
    font-size: 18px;
    font-weight: 600;
}

.post_content p {
    font-size: 14px;
}

.post_content p a {
    color: red;
    font-weight: 600;
}

div#wapper {
    margin: auto;
    max-width: 100%;
    background: #fff;
    position: relative;
}

.copyright .text-left {
    border-top: 1px solid #3c3c3c;
    padding-top: 10px;
    font-size: 13px;
    text-align: center;
}

.form_dk_lh input {
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 10px 10px 10px 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.form_dk_lh textarea {
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 10px 10px 10px 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: unset;
}

.sliderimg_product ul li img {
    width: 100%;
}

.box_contact {
    padding: 20px 0px;
}

.copyright .text-left a {
    color: #9b9c9e;
}

.form_dk_lh .input-name {
    background-image: url(../images/icon-contact-name.jpg);
    background-repeat: no-repeat;
    background-position: 18px 12px;
}

.form_dk_lh .input-phone {
    background-image: url(../images/icon-contact-phone.jpg);
    background-repeat: no-repeat;
    background-position: 18px 12px;
}

.form_dk_lh .input-email {

    background-image: url(../images/icon-contact-email.jpg);
    background-repeat: no-repeat;
    background-position: 18px 12px;

}

.form_dk_lh .input-content {
    background-image: url(../images/icon-contact-message.jpg);
    background-repeat: no-repeat;
    background-position: 18px 14px;
}

.butonemail {
    cursor: pointer;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background-color: #000;
    padding: 10px;
    text-transform: capitalize;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
}

.butonemail:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-left: 16px;
    border-left: 1px solid #999;
    padding-left: 16px;
    color: #999;
}

.menupc {
    width: 100%;
    background: #000000;
    height: 95px;
}

#wap_sanpham {
    width: 1200px;
    margin: auto;
    padding: 15px 0px;
}

.lienhe_home {
    text-align: center;
}

.lienhe_home a {
    padding: 8px 14px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 24;
    border: 1px solid #ab0006;
    margin-right: 26%;
}

.lienhe_home a:hover {
    background: #ab0006;
    color: #fff;
}

.wap_conten {
    max-width: 1200px;
    margin: auto;
}

/* header */
#header .wellcom {
    width: 50%;
    float: left;
    color: #b3242a;
    line-height: 30px;

}

#header .content-sreach {
    width: 50%;
    float: right;
    text-align: right;

}

.content-header {
    background: #f4f4f4;
}

#header .content-header {
    width: 98%;
    padding: 2px 0px;
    border-bottom: solid 1px #b3242a;
    margin: auto;
    background: #FFF;
}

#header .content-header .content-cart {
    display: inline-block;
}

#header .content-header .content-cart a {
    text-decoration: none;
}

.title_pr {
    padding: 15px 0px;
}

.title_pr h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #e5e3e3;
    position: relative;
    padding: 3px 0 7px 0;
    margin-bottom: 0px;
    color: #222;
}

.title_pr h3:after {
    content: '';
    width: 80px;
    height: 2px;
    background: #e60808;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.box_text_intro {
    height: 65px;
    float: right;
    display: flex;
    align-items: center;
}

.box_text_intro h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #Ffff;
    margin: 0px;
}

.box_describe_content {
    padding: 25px 10px 60px;
    position: relative;
    background: #fff;
}

.show-read-more .more-text {
    display: none;
}

.item_new {
    padding-bottom: 15px;
}

.box_item_new {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.box_item_new_left {
    width: 35%;
}

.box_item_right {
    width: 65%;
    padding-left: 10px;
}

.box_item_right a {
    color: #000;
    font-size: 13px;
    font-weight: 550;
}

.button_read_more {
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.button_read_more a {
    width: 240px;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-weight: 550;
    color: #fff;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    background: -webkit-linear-gradient(90deg, #000000ad, #000000);
    background: -o-linear-gradient(90deg, #7ebc37, #8ecc49);
    font-size: 14px;
    text-align: center;
}

.button_read_more:hover a {
    text-decoration: none;
    color: #fff;
}

.button_read_more a svg {

    font-size: 11px;
}

.lSAction>a {
    width: 30px !important;
    height: 30px !important;
    opacity: 1.5 !important;
    background-color: black !important;
    border-radius: 50% !important;
}

.lSAction>.lSNext {
    background-position: -34px -1px !important;
    right: 10px;
}

.lSAction>.lSPrev {
    background-position: 0px -1px !important;
}

.box_item_xe {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.box_item_xe_left {
    width: 35%;
}

.box_item_xe_right {
    width: 65%;
    padding-left: 10px;
}

.item_xe {
    padding-bottom: 15px;
}

.box_item_xe_right_name h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
}

.box_item_xe_right_price p {
    margin-bottom: 0px;
}

.box_item_xe_right_price p span {
    color: #e60808;
    font-weight: 550;
    font-size: 12px;
}

.box_describe {
    padding: 25px 0px;
}

#header .content-header .content-cart i {
    color: #000 !important;
    font-size: 20px !important;
}

#header .content-header .content-cart sup {
    background: #b3242a;
    border-radius: 50%;
    color: #fff;
}

.box-shadow {
    box-shadow: 0 0 5px #000;
}

div.search {
    height: 30px;
    max-width: 400px;
    display: inline-block;
    right: 20px;
    top: 5px;
    background: #fff;
    height: 35px;
    border-radius: 30px;
    border: 1px solid;
}

.title_gr_mr {
    position: relative;
}

.title_gr_mr img {
    width: 100%;
    position: relative;
}

.box_gioithieu {
    display: inline-block;
    width: 100%;
}

.title_info {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #0000003b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_title_info h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    text-shadow: #fc0 1px 0 10px;
}

div.search input {
    padding: 0px 10px;
    float: left;
    margin-top: 10px;
    border: none;
    background: none;
    width: 250px;
    outline: none;
    color: #000;
    font-style: italic;
}

div.search i {
    color: #fff;
    line-height: 34px;
    cursor: pointer;
    width: 137px;
    background: #ab0006;
    border-radius: 0px 50px 50px 0px;
}

div.content-cart {
    display: inline-block;
    color: #fff;
    background: #ab0006;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    margin-left: 15px;
}

div.content-cart a {
    color: #fff;
    line-height: 3;
}

div.info-company {
    width: 20%;
    float: left;
    padding-top: 25px;
    line-height: 2;
}

div.info-company ul {
    list-style-type: none;
    text-align: left;
}

div.info-company ul li:first-child i {
    font-size: 22px;
}

div.info-company ul li i {
    padding-right: 15px;
    font-size: 16px;
    color: #ab0006;
}

div.info-company {}

.logo_mobi {
    display: none;
}

.menu_header {
    width: 100%;
}

div#header {
    position: relative;
    margin: auto;
}

div.header {
    display: none;

}

div.wap_menu {
    position: relative;
    background: #ea091d;
    margin: auto;
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid #f4f4f4;
}

.title-header a:last-child {
    border: none;
}

.title-header a {
    color: #393939;
    padding: 0px 10px;
    border-right: black solid 2px;
    font-weight: bold;
}

.title-header:hover a {
    text-decoration: none;
    color: #000;
}

.title-header {
    height: 35px;
    line-height: 35px;
    text-align: right;
}

.box_describe_content__detail img {
    width: 100%;
}

div.menu {
    margin: auto;
    z-index: 9999;
}

.logo_top {
    float: left;
    height: 80px;
    width: 25%;
}

.logo_top img {
    width: 100%;
}

.content-sreach {
    width: 60%;
    float: left;
    padding-top: 40px;
    text-align: center;
}

div.menu ul {
    list-style-type: none;
    display: inline-block;
    list-style: none;
    margin: 0px;
    line-height: 65px;
}

div.menu ul li {
    float: left;
    position: relative;
    z-index: 50;
    padding: 0px 20px;
    font-family: 'HyundaiSansHeadKRRegular';
}

div.menu ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 7px;
    position: relative;
    font-family: 'HyundaiSansHeadKRRegular';
    font-weight: 600;
}

.title_mer {
    padding: 25px 0px;
    text-align: center;
}

.box_title_mer {
    position: relative;
    display: inline-block;
    padding: 0px 70px;
}

.title_mer h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}

.title_mer .box_title_mer::before {
    position: absolute;
    content: "";
    width: 60px;
    left: 0px;
    height: 3px;
    background: #cb3838;
    bottom: 50%;
}

#loader {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.title_mer .box_title_mer::after {
    position: absolute;
    content: "";
    width: 60px;
    right: 0px;
    height: 3px;
    background: #cb3838;
    bottom: 50%;
}

.dangky form input::placeholder,
.dangky form select::placeholder {
    color: #fff !important;
    opacity: 1;
}

div.menu ul li ul {
    box-shadow: #fff 1px 2px 2px 0px;
}

.tintuc {
    padding: 25px 0px;
}

.box_form_dk {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

.box_form_dk img {
    max-height: 100px;
}

.tieudechung h4 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    position: relative;
    margin-top: 0;
    text-align: center;
}

.tieudechung h4 span {
    color: #ea091d;
}

.tieudechung {
    width: 100%;
    display: inline-block;
}

.content-header-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 30px;
    width: calc(98% - 350px);
    justify-content: flex-end;
}

.content-header-info {
    padding-right: 15px;
    font-size: 14px;
}

.content-header-info i {
    color: #000;
    padding-right: 5px;
}

.only-pc {
    /* padding: 10px; */
    position: absolute;
    max-width: 110px;
    background: #ea091d;
    top: 3px;
    z-index: 99;
    border-radius: 10px;
    box-shadow: #ffff 0px 0px 4px 0px;
}

.ff_tt {
    list-style-type: none;
}

.ff_tt li {
    padding: 5px 0px;
}

.ff_tt li a {
    color: #babbbe;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
}

.title_footer h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.mota_foor {
    color: #babbbe;
}

.content-footer-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.footer_conten ul {
    list-style-type: none;
    margin-bottom: 0px;
}

.footer_conten ul h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0px;
}

.footer_conten ul li {
    color: #babbbe;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7px 0px;
}

.footer_conten ul li i {
    color: #fe0000;
    font-size: 16px;
    border: 1px solid #fe0000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.list_xe ul {
    list-style-type: none;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.list_xe ul li {
    width: 50%;
    line-height: 30px;
}

.list_xe ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 550;
}

.list_xe ul li:hover a {
    text-decoration: none;
}

#menu {
    width: calc(98% - 464px);
    height: 65px;
    float: left;
    padding-left: 140px;
}

.dichvu {
    width: 100%;
    padding: 20px 0px 0px 0px;
}

.box_list_dv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.dichvu_item {
    width: 50%;
    padding: 10px;
}

.dichvu_item h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ea2d2d;
}

.dichvu_item .dichvu_item_mota {
    font-size: 13px;
}

.box_dichvu {
    padding: 15px 0px;
}

div.menu ul li ul,
div.menu ul li:hover ul li ul {
    position: absolute;
    margin-left: 0px;
    display: none;
    min-width: 400px;
}

div.menu ul li ul li {
    padding: 5px 10px;
    text-align: left;
    width: 50%;
    float: left;
}

div.menu ul li ul {
    height: unset;
    line-height: 18px;
    background: #ea091d;
    border-top: 1px solid #3c3c3c;
}

.kmmuaxe_button {
    text-align: center;
    padding: 15px 0px 10px;
}

.kmmuaxe_button button {
    background: #ea091d;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px 20px;
    border: 2px solid #ffffff75;
    box-shadow: 0px 0px 5px 5px #ea091d;
}

.kmmuaxe_button button i {
    padding-right: 5px;
}

.kmmuaxe {
    background: #e9e9e9;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 20%);
}

.kmmuaxe h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    color: #545454;
    position: relative;
    padding-bottom: 15px;
    line-height: 1;
}

.kmmuaxe h3:after {
    content: '';
    height: 2px;
    width: 80%;
    background: #d4cccc;
    position: absolute;
    bottom: 0px;
    left: 10%;
}

.kmmuaxe h3 strong {
    font-weight: 700;
    color: #cb1d1d;
    font-size: 14px;
}

.kmmuaxe_mota {
    padding: 0px 15px;
}

.kmmuaxe_mota h4 {
    text-align: center;
    font-size: 16px;
    color: #ea4242;
    text-transform: uppercase;
    font-weight: 700;
}

div.menu ul li ul li a {
    padding: 0px;
    text-transform: none;
    display: block;
    border-bottom: dashed 1px #fff;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
}

.xemthatca {
    text-align: center;
    padding: 15px;
}

.xemthatca button {
    background: #ea091d;
    color: #fff;
    border: 1px solid;
    line-height: 35px;
    min-width: 150px;
}

.xemthatca button a {
    color: #fff;
    font-size: 15px;
}

div.menu ul li ul li ul {
    left: 100%;
    top: 0px;
}

.header .cart {
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: 50px;
    font-size: 18px;
}

.header .cart sup {

    padding: 0px 2px;
    background: #000;
    border-radius: 50%;
    line-height: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.box_contact {
    display: flex;
}

div#slider {
    margin: auto;
    position: relative;
}

.slider {
    height: 100%;
}

#myCarousel {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.search_frm {
    position: absolute;
    z-index: 9;
    right: 10%;
    top: 30%;
    background: #fff;
    padding: 20px 0px;
    border-radius: 10px;
}

.sharebai strong {
    float: left;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 10px;
    font-size: 17px;
}

.modal-content .modal-header {
    padding: 0px !important;
}

.modal-content .modal-header img {
    width: 100%;
}

.search_frm .tieude_frm {
    border-bottom: 1px solid #ccc;
    padding: 0px 20px;
    width: 100%;
}

.tieude_frm h3 {
    font-weight: normal;
    font-size: 20px;

}

.tieude_frm p {
    color: #ccc;
    padding-bottom: 10px;
}

.search_frm .search_frm_conten {
    width: 100%;
    padding: 10px 20px;
}

.search_frm .frm_input {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.search_frm .frm_input label {
    width: 150px;
    float: left;
    text-transform: capitalize;
}

.search_frm .frm_input select {
    width: 300px;
    height: 30px;
    border-radius: 5px;
}

.search_frm .frm_input .bnt_search {
    float: right;
    border: none;
    background: #2ec21c;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
}

.frm_input input[type='range'] {
    width: 300px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
}

.frm_input input[type='range'],
.frm_input input[type='range']::-webkit-slider-runnable-track,
.frm_input input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.frm_input input[type='range']::-webkit-slider-runnable-track {
    width: 400px;
    height: 7px;
    background: #b4beca;
    border-radius: 10px;
}

.frm_input input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 20px;
    width: 20px;
    margin-top: -7px;
    background: #328e00;
    border-radius: 50%;
    border: 2px solid #ccc;
}

.frm_input input[type='range']::-webkit-slider-thumb::before {
    position: absolute;
    content: '';
    height: 10px;
    /* equal to height of runnable track */
    width: 500px;
    /* make this bigger than the widest range input element */
    left: -502px;
    /* this should be -2px - width */
    top: 8px;
    /* don't change this */
    background: #328e00;
}

.showgia {
    width: 100%;
    text-align: right;
}

div#left {
    width: 24%;
    float: left;
}

div.tieude {
    color: #000;
    padding-left: 0px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    background: #fff;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
}

div#danhmuc {
    border: none;
}

div.danhmuc {
    margin-bottom: 15px;
}

div.danhmuc:last-child {
    margin-bottom: 0;
}

div#danhmuc ul {
    list-style: none;
}

div#danhmuc ul li {
    position: relative;
}

div#danhmuc ul li:hover a {
    color: #ab0006 !important;
}


div#danhmuc ul li:hover .num_item {
    background: #ab0006
}

div#danhmuc li .num_item {
    position: absolute;
    top: 15px;
    right: 10px;
    height: 20px;
    width: 20px;
    background: #2a2a2a;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}

.dm_actived {
    color: #328e00 !important;
    margin-left: 10px;

}

div#danhmuc .dm_actived .num_item {
    background: #328e00 !important;
}

.num_item_actived {
    position: absolute;
    top: 15px;
    right: 10px;
    height: 20px;
    width: 20px;
    color: #328e00 !important;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}

.contact_mobile {
    display: none;
}

div#danhmuc ul li:last-child {
    border: none;
}

div#danhmuc ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 11px 5px 11px 15px;
    background: url(images/muiten.png) 2px 15px no-repeat;
}

div#danhmuc ul li a:hover,
div#danhmuc ul li a.active {
    color: red;
    transition: 0.4s;
}

div#danhmuc ul li ul li a {
    background: url(images/muiten.png) 35px 15px no-repeat;
    padding: 9px 3px 9px 50px;
}

div#danhmuc ul li ul {
    display: none;
}

#duration .item_duration {
    margin: 10px 0px;
}

#duration .first_item {
    margin-top: 20px;
}

#duration .item_duration .duration_ckeck {
    border: none;
    border-radius: 0px;
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

#duration .item_duration:hover {
    padding-left: 10px;
    color: #ff0000;
}

.duration_active {
    padding-left: 10px;
    color: #ff0000;
}

#ungdung .item_ungdung {
    margin: 10px 0px;
}

#ungdung .first_item {
    margin-top: 20px;
}

#ungdung .item_ungdung .ungdung_ckeck {
    border: none;
    border-radius: 0px;
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

#ungdung .item_ungdung:hover {
    padding-left: 10px;
    color: #ff0000;
}

.ungdung_active {
    padding-left: 10px;
    color: #ff0000;
}

#datbiet .conten_datbiet {
    margin-top: 20px;
}

#datbiet .sale {
    padding: 10px 20px;
    color: #ccc;
    border: 1px solid #ccc;

}

#datbiet .sale_actived,
#datbiet .sale:hover {
    color: #ff0000;
    border: 1px solid #ff0000;
}

#nhanmail {
    background: url(images/bg_nhantin.png) top left no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}

#nhanmail .conten_nhanmail h3 {
    width: 100%;
    padding: 10px 5%;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
}

div#dknt {
    width: 100%;
}

form#frm_dknt {
    margin: 10px 0;
    background: #fff;
}

form#frm_dknt i {
    color: #3c3c3c;
    font-size: 22px;
    position: absolute;
    z-index: 99;
    left: 84%;
    line-height: 2.5;
}

form#frm_dknt input[type='text'] {
    width: 80%;
    padding: 0px 10px;
    border: none;
    background: unset;
    color: #3c3c3c;
    outline: none;
    height: 50px;
    border: 1px solid #fff;
    position: relative;
}

.tieudechung {
    padding: 20px 0px;
}

form#frm_dknt input[type='button'] {
    background: red;
    color: #3c3c3c;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    border: none;
    cursor: pointer;
    float: right;
    margin-right: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    border: 1px solid red;
    outline: none;
}

.form_dkchitiet form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.form_dkchitiet form input {
    width: 49%;
    padding: 5px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid #3c3c3cbf;
}

.form_dkchitiet .title_pr {
    padding: 5px 0px;
}

.form_dkchitiet .title_pr h3 {
    margin: 0px;
}

.form_dkchitiet form button i {
    padding-left: 5px;
}

.form_dkchitiet form button {
    width: 49%;
    padding: 5px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid #3c3c3cbf;
    background: #000;
    color: #fff;
    text-transform: UPPERCASE;
    FONT-WEIGHT: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

form#frm_dknt input[type='button']:hover {
    background: #fff;
    color: red;
}

#hotline {
    background: #ff0000;
    color: #fff;
    width: 100%;
    padding: 20px;
    font-size: 25px;
}

#hotline .conten_hotline h3 {
    font-size: 25px;
    text-transform: uppercase;
    text-shadow: #000 -2px 2px 0px, #000 0px 0px 1px, #000 0px 0px 1px,
        #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
    width: 100%;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}

.dangky {
    background-image: url(./images/back_dk.jpg);
    padding: 75px 0px;
    background-position: center;
    background-repeat: no-repeat;
}

.dangky form {
    width: 60%;
    margin: auto;
}

.about-dinh {
    margin: 45px 0px 35px 0px;
}

.ad-wrapper {
    position: relative;
    display: block;
    border: 1px dashed #E63312;
    border-radius: 0 30px 0 30px;
    padding: 20px 0px;
}

.el-xoay:before {
    left: -16px;
    top: -16px;
}

.el-xoay:before,
.el-xoay:after {
    content: "";
    position: absolute;
    background: url(./images/wheel-xxl.png) #fff;
    width: 35px;
    height: 35px;
    background-size: contain;
    transition: xoaytron 1s cubic-bezier(1, -0.21, 0, 1.21);
    animation-duration: 15s;
    animation-name: xoaytron;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.el-xoay:after {
    bottom: -16px;
    right: -16px;
    transform: rotateZ(180deg);
}

.img-author {
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.dinh-info {
    text-align: center;
    margin-top: 10px;
}

.author-title {
    color: #E63312;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 25px;
}

ul.author-list-social li {
    display: inline-block;
    font-size: 25px;
    margin-right: 15px;
    border: dashed 1px #e6b9b9;
    width: 50px;
    text-align: center;
    border-radius: 4px;
}

.dangky form input,
.dangky form select {
    padding: 5px 10px;
    height: 45px;
    border-radius: 10px;
    background: #9085856b;
    color: #fff;
    width: 100%;
}

:-ms-input-placeholder {
    color: #fff;
}

/* Chrome, Opera, Safari */
::-webkit-input-placeholder {
    color: #fff;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #fff;
}

.border_mo {
    width: 70%;
    height: 1px;
    background-color: #f3f3f3;
    margin: 3px 0px;
}

.modal-header {
    border-bottom: none !important;
}

.modal-title2 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    color: #c8102e;
    margin: 5px 0px;
}

.item_dk {
    WIDTH: 50%;
    padding: 5px;
    float: left;
    text-align: left;
}

.modal_intro {
    text-align: center;
    font-size: 13px;
    font-style: italic;
}

div#right {
    width: 100%;
}

.footer_conten img {
    width: 60%;
}

.doitac {
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.doitac img {
    width: 150px;
    height: 80px;
}

.spmoi {
    width: 100%;
    background: #fff;
    padding-bottom: 0px;
}

div.footer_top {
    width: 1200px;
    margin: auto;
    display: inline-block;
}

div.footer_top .map {
    width: 70%;
    float: left;
    padding-right: 10%;
}

div.footer_top .fanpage {
    width: 30%;
    float: left;
}

div.tieude_giua2 {
    text-align: center;
}

div.tieude_giua2 div {
    display: inline-block;
    vertical-align: top;
    margin: auto;
    padding: 4px 20px;
    background: #5697e7;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 0px 0px 10px 10px;
}

div.tieude_giua {
    text-align: center;
    padding: 30px 0px;
    padding-bottom: 10px;
}

.menuto_right {
    width: 13%;
    float: right;
    /* display: inline-block; */
    text-align: center;
}

#exampleModalCenter .modal-content .close {
    color: #fff;
    background: #c8102e;
    opacity: 1;
    position: absolute;
    right: -15px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: -15px;
}

.modal-dialog-centered {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 18%) !important;
}

.menutop_center {
    display: inline-block;
    line-height: 60px;
    width: 62%;
    float: right;
    text-align: center;
}

.menutop_center h3 {
    font-weight: 600;
    font-size: 15px;
    display: flex;
    height: 60px;
    align-items: center;
    margin: 0px;
    text-align: center;
    justify-content: center;
    font-family: 'UTM-Amherst';
}

div.tieude_giua div {
    display: inline-block;
    line-height: 1.1;
    padding: 0px;
    padding-right: 5px;
    color: #000;
    font-family: 'cabin-bold';
    font-size: 30px;
    padding-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

div.tieude_giua a {
    float: right;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

div.tieude_giua a i {
    width: 16px;
    height: 16px;
    text-align: center;
    background: #656262;
    color: #fff;
    line-height: 1.3;
    margin-left: 15px;
}

.baner-tieude {
    width: 100%;
    position: relative;
}

.baner-tieude .content-img {
    line-height: 0;
    width: 100%;
}

.baner-tieude .content-img img {
    width: 100%;
}

.baner-tieude .title-cat {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: UTM-Avo-bold;
    font-size: 30px;
    text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
    color: #72c339;

}

.tieude_tour {
    width: 100%;
    padding: 0px 0px;
}

.tieude_tour_index {
    width: 100%;
    font-family: UTM-Avo-bold;
    color: #72c339;
    font-size: 25px;
    text-align: center;


}

.tieude_tour_index .tieude_text {
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    height: 60px;
}

.tieude_tour_index .tieude_text:after {
    content: "";
    position: absolute;
    width: 100%;
    background: url('images/bg_tieude.png') center no-repeat;
    height: 25px;
    bottom: -5px;
    left: 0px;
}

.menutop_left img {
    padding: 15px;
}

.tieude_tour .tieude_text {
    font-size: 25px;
    width: 38%;
    float: left;
    margin-left: 10px;
}

.tieude_tour .fillter_tieude {
    width: 60%;
    float: right;
    padding: 10px;
    display: none;
}

.tieude_tour .fillter_tieude .fill_item {
    display: inline-block;
    width: 31%;
    margin: 0px 0.8%;
}

.tieude_tour .fill_item select {
    height: 25px;
    padding: 0px 5%;
}

.tieude_tour .fillter_tieude .styel_view {
    border: 1px solid #ccc;
    max-width: 80px;
    text-align: center;
    margin: auto;
    padding: 0px 20px;
}

.tieude_tour .styel_view i:hover,
.iactived {
    color: #ff0000;
}

div.wap_item {
    text-align: center;
    position: relative;
}

.xtc {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.xtc a {
    text-decoration: none;
    background: #e90000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
}

div.item {
    text-align: left;
    vertical-align: top;
    position: relative;
    border: 1px solid #f4f4f4;
}

.box_hinhanh_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.iteam_chitietga {
    padding: 15px;
    width: 33%;
}

.item-home {
    box-shadow: 3px 3px #ffffffe8;
}

.title_mer_hinh p {
    color: #fff;
    font-size: 13px;
}

.title_mer_hinh {
    text-align: center;
}

.title_mer_hinh h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.box_hinhanh {
    padding: 30px 0px;
    background-color: #000;

}

.list_mer {
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.item .item_img {
    position: relative;
}

.sp_img {
    margin: 0px;
    background: white;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item .item_img img {
    width: 100%;
}

.item .item_info .item_name {
    width: 100%;
    /* padding-bottom: 5px; */
    position: relative;
}

.item .item_info a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
}

.item .item_info h3 {
    margin: 0px !important;
    padding-top: 10px;
    color: #393939;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    line-height: 1.5;
    height: 35px;
    padding: 5px;
    display: grid;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.item .item_info .gia {
    width: 100%;
    padding: 5px 0px;
}

.item .item_info .gia_pro p {
    margin-top: 0px;
}

.item .item_info .gia_pro span {
    font-weight: bold;
    color: #ff0000;
}

.lienketsp {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.item .item_info a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
}

.but-lt img {
    padding-right: 10px;
}

.xctsp {
    padding: 5px 12px;
    border: #000 solid 1px;
    color: #000 !important;
}

.but-lt {
    padding: 6px 12px;
    background: #000;
    color: white !important;
}

.xctsp i {
    padding-right: 10px;
}

div.chay_i {
    margin: 20px auto;
    max-width: 1200px;
}

div.item_i {
    width: 100% !important;
    margin: 0px 5%;
}

div.wap_item .item .info_sp .sp_name a {
    text-decoration: none;
    color: #000;
}

.dongco h3 {
    font-size: 15px;
    text-align: left;
    margin-top: 5px;
}

.item .item_info {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.hotline h3 {
    color: red;
    font-size: 16px;
    text-align: left;
    margin-top: 5px;
    font-weight: 600;
}

div.wap_item .item .info_sp {
    padding: 10px;
}

div.wap_item .item .info_sp .gia {
    text-align: left;
    color: #293140;
    font-weight: 600;
}

div.wap_item .item .info_sp .booking {
    text-align: left;
    margin-top: 5px;
}

div.wap_item .item .info_sp .booking button {
    background: #fff;
    padding: 5px 10px;

}

div.wap_item .item .info_sp .booking button:hover {
    color: #Fff;
    background: #ab0006;
}

.item .item_img {
    position: relative;
}

.item .item_img img {
    max-width: 100%;
}

.item .item_img .booking {
    position: absolute;
    width: 100%;
    padding: 10px 20px;
    bottom: 0px;
    left: 0px;
    display: none;
}

.item .item_img .quickbooking {
    padding: 10px 10px;
    color: #fff;
    background: #2a2a2a;
    border: none;
    float: right;
    text-decoration: none;
}

.item .item_img .quickbooking:hover {
    background: #ff0000;
}

.item .item_img .quickview {
    padding: 10px;
    color: #fff;
    background: #2a2a2a;
    border: none;
    float: left;
}

.item .item_img button:hover {
    background: #ff0000;
}

.item:hover .booking {
    display: block;
}

.item .item_info .item_name {
    width: 100%;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #3c3c3c12;
    margin-bottom: 5px;
}

.item .item_info .gia {
    width: 100%;
    padding: 0px 0px;
}

.kmmuaxe_mota ul {
    list-style-type: none;
}

.item .item_info .gia_pro {}

.item .item_info .gia_pro p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.item .item_info .gia_pro span {
    font-weight: bold;
    color: #ff0000;
    font-size: 17px;
}

.item .item_info a {
    text-decoration: none;
    color: #000;
}

.item .item_info a:hover {
    color: #ff0000;
}

.item-custom {
    width: 31% !important;
}

.item_spm {
    text-align: left;
    background: #fff;
    position: relative;
}

.item_spm .img_pro {
    width: 100%;
}

.item_spm .img_pro img {
    width: 100%;
}

.item_spm .info_pro a {
    text-decoration: none;
    color: #fff;
    text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
}

.item_spm .info_pro h3 {
    width: 100%;
    padding: 5px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    text-transform: uppercase;
    font-size: 25px;
}

.item_spm .gia_pro {
    width: 100%;
    padding: 5px 10px;
    background: url('./images/br_sp.png') bottom right no-repeat;
}

.item_spm .gia_pro .diemden {
    float: left;
    width: 60%;
    color: #ccc;
    font-style: italic;
    font-size: 13px;
    height: 100%;
    border-right: 1px solid #ccc;
}

.item_spm .gia_pro .gia {
    float: right;
    width: 40%;
    text-align: center;
    color: #0a89e4;
    font-size: 15px;
}

/* style item_list */
.item_list {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    padding: 5px 0px;
}

.item_list .item_img {
    float: left;
    width: 30%;
    position: relative;
    line-height: 0px;
}

.item_list .item_img img {
    width: 100%;
    border: 1px solid #000;
}

.item_list .item_img .booking {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.item_list .booking button {
    background: #2a2a2a;
    border: none;
    color: #fff;
    padding: 10px;
    margin-top: 25%;
    display: inline-block;
}

.item_list:hover .booking {
    display: block;
}

.item_list .item_info {
    width: 70%;
    float: right;
    text-align: left;
    padding: 0px 20px;
}

.item_list .item_info a {
    text-decoration: none;
    color: #000;
}

.item_list .item_info a:hover {
    color: #ff0000;
}

.item_list .item_info .diemden {
    color: #ccc;
    font-style: italic;
}

.item_list .item_info .gia_pro {
    margin-top: 20px;
}

.item_list .item_info .gia_pro span {
    padding: 10px 20px;
    background: #ff0000;
    color: #fff;
}

/* thu vien */
.thuvien {
    width: 100%;
    padding: 20px 0px;
}

.thuvien .content-item {
    margin-top: 20px;
}

.thuvien .item-thuvien {
    width: 33.333%;
    padding: 5px;
    float: left;

}

.thuvien .item-thuvien .item-full {
    position: relative;
}

.thuvien .item-thuvien .content-img {
    line-height: 0px;
}

.thuvien .item-thuvien .content-img img {
    width: 100%;
    height: 223px;
}

.thuvien .item-thuvien .name-item {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 0px;
    padding-left: 30px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    font-family: UTM-Avo;
    background: rgba(0, 0, 0, 0.6);

}

.thuvien .item-thuvien .name-item a {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
}

.thuvien .item-thuvien .name-item a:hover {
    color: #72c339;
}

.thuvien .item-big {
    width: 66.6666%;

}

.thuvien .item-big img {
    height: 223px;
}

/* thu vien */
.tintuc {
    width: 100%;
    display: inline-block;
}

.tintuc .conttent-item {}

.item_new3 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.img_tt {
    position: relative;
}

.text_ttt h2 {
    line-height: 17px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px 0px;
}

.text_tt .time {
    margin-top: 20px;
}

.text_tt .time a {
    background: #cc0000;
    padding: 5px 15px;
    color: #fff;
}

.text_tt h2 a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tintuc .item-tintuc {
    width: 90%;
    margin: 10px 5%;
    font-family: utm-avo;
    color: #000;
    font-size: 16px;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.tintuc .item-tintuc .content-img {
    position: relative;
    line-height: 0px;
}

.tintuc .item-tintuc .content-img .phu-img {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(114, 195, 57, 0.5);

    display: none;
}

.tintuc .item-tintuc .content-img .phu-img i {
    color: #fff;
    font-size: 20px;
}

.tintuc .item-tintuc:hover .content-img .phu-img {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tintuc .item-tintuc img {
    width: 100%;
}

.tintuc .item-tintuc .item-name {
    text-align: left;
    min-height: 60px;
}

.tintuc .item-tintuc .item-name a {
    text-decoration: none;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tintuc .item-tintuc .item-desc {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 15px;
    line-height: 1.5em;
    font-family: OpenSans-Regular;
    height: 65px;
}

.tintuc .item-tintuc:hover .item-name a {
    color: #ab0006;
}

.tintuc .item-tintuc:hover {
    border-bottom: 2px solid #002c5f;
}

.loadmore {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}

.loadmore i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eeeeee;
    font-size: 18px;
    line-height: 40px;
    border: 1px solid #ccc;
}

.loadmore i:hover {
    transform: rotate(360deg);
    transition: 2s;
}

.box_show {
    width: 30%;
    min-width: 300px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    display: none;
    position: fixed;
    top: 80px;
    left: 35%;
    z-index: 9999999;
}

.box_show .box_close {
    width: 100%;
    border-top: 1px solid #328e00;
    padding: 10px;
    text-align: right;
}

.box_show .box_close button {
    background: #2a2a2a;
    color: #fff;
    padding: 5px 10px;
    border: none;
}

.box_show .box_close button:hover {
    background: #ff0000;
}

.item_box {
    width: 90% !important;
    margin: 10px 5% !important;
}

.item_box .booking {
    display: none !important;
}

.box_body {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    display: none;
}

.box_show_booking {
    width: 30%;
    position: fixed;
    left: 35%;
    z-index: 999999999;
    top: 157px;
    background: #fff;
    display: none;
    border-radius: 5px;
}

.box_show_booking .option {
    width: 100%;
    padding: 10px 5%;
    background: #e9e8e8;
    border-radius: 5px;
}

.box_show_booking .option h3 {
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #000;
}

.box_show_booking .box_close button {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    border: none;
}

.box_show_booking .option .frm_option {
    width: 31%;
    display: inline-block;
    padding: 10px 0px;
}

.box_show_booking .frm_option input[type="date"],
.box_show_booking .frm_option input[type="number"] {
    width: 100%;
    height: 30px;
}

.box_show_booking .frm_option button {
    height: 30px;
    padding: 0px 20px;
    width: 100%;
    text-align: center;
    background: #409612;
    color: #fff;
    border: none;
}

.box_show_booking .frm_option button:hover {
    background: #ff0000;
}

div#wap_footer {
    background: #000111;
    width: 100%;
    color: white;
    padding: 20px 0px;
}

div#footer {
    max-width: 1200px;
    margin: auto;
}

div#footer .col-3 {
    width: 33.3%;
    float: left;
    padding-top: 15px;
}

div#footer .col-3 ul {
    list-style-type: none;
}

div#footer .col-3 ul li {
    color: #9b9c9e;
    padding-top: 5px;
    font-size: 16px;
}

.ten-spgt {
    color: #fff;
    font-size: 30px;
    font-family: 'cabin';
    font-weight: bold;
    text-transform: uppercase;
}

.xemtiepsp {
    margin-top: 35px;
}

.tieude-spgt {
    color: #b3afaf;
    font-size: 30px;
    font-family: 'cabin-bold';
    font-style: italic;
    font-weight: 600;
    padding-left: 10px;
}

.box_dm1 {
    background-image: url(./images/back_thongtin.png);
    background-size: 100% 100%;
}

a:focus {
    outline: none !important;
}

.xemtiepsp a {
    padding: 12px 45px;
    color: #fff;
    border: 2px solid #b3afaf;
    text-transform: uppercase;
    font-weight: bold;
}

.xemtiepsp:hover a {
    text-decoration: none;
    background: #b3afaf;
    color: #000;
    transition: 0.8s;
}

.title-spgt {
    border-left: #fff solid 5px;
    padding-left: 10px;
    margin-top: 23%;
}

div#footer .col-3 ul li i {
    padding-right: 5px;
    color: #c9cdd0;
}

div#footer .col-3 .tieude_f {
    font-size: 22px;
    color: #c9cdd0;
    padding-bottom: 15px;
    font-weight: 600;
}

div#footer .col-3 a {
    color: #818182;
    text-decoration: none;
}

div#footer .content-footer {
    width: 100%;
    padding: 5px;
}

div#footer .content-footer .footer-item-left,
div#footer .content-footer .footer-item-right {
    width: 30%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-item-left .f-title,
.footer-item-right .f-title {
    font-family: UTM-Amherst;
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.footer-item-left .f-title:after {
    position: absolute;
    content: "";
    width: 40%;
    left: 30%;
    height: 3px;
    background: #000;
    bottom: -5px;
}

.footer-item-right .f-title:title_mer h3 {
    position: absolute;
    content: "";
    width: 40%;
    left: 30%;
    height: 3px;
    background: #000;
    bottom: -5px;
}

div#footer .content-footer .footer-item-center {
    width: 40%;
    float: left;
    margin-top: 30px;
    text-align: center;
}

.content-footer .footer-item-center .name-co-f {
    font-family: UTM-Aristote;
    font-size: 25px;
    text-transform: lowercase;
    color: #000;


}

.content-footer .footer-item-center .copy-write {
    padding: 10px;
}

.content-footer .footer-item-center .copy-write a {
    text-decoration: none;
    color: #000;
}

div#footer .content-footer .footer-item-right {
    text-align: center;
}

div#footer .content-footer .footer-item-right .phone-f,
div#footer .content-footer .footer-item-right .website {
    color: #000;
    font-size: 22px;
    font-family: UTM-Amherst;
}

div#footer .content-footer .footer-item-right .phone-f {
    font-weight: bold;
}

div#footer .content-footer .footer-item-right .phone-f i {
    font-size: 28px;
}

div#lienket {
    margin-top: 25px;
    float: right;
    width: 3%;
    position: fixed;
    top: 149px;
    z-index: 2;
    background: #2a2828db;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background: rgb(67, 68, 68) !important;
}

div.copyright {
    color: #9b9c9e;
}

div.copyright #copy {
    display: inline-block;
}

div.copyright .copy_bank {
    display: inline-block;
    float: right;
}

div#lienket a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 15px;
    height: 45px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin: 0px 2px;
    background: none;
    transition: 1s;
    border-radius: 50%;
    padding: 5px;
}

div#lienket a:hover {
    transition: 1s;
    transform: rotate(360deg);
}

div#lienket i {
    color: #fff;
    font-size: 25px;
}

/*.fb
{
    background: #0000ff!important;
}
.tf 
{
    background: #02afff!important;
}
.yt 
{
    background: #ff0000!important;
}
.gg 
{
    background: #02afff!important;
}*/
.quangcao {
    width: 1200px;
    margin: auto;
}

.lienhe_qc {
    width: 1200px;
    margin: auto;
}

.quangcao img {
    width: 100%;
}

/* --------------------- Phan trang ------------------*/
div#doitac {
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

div#doitac a img {
    height: 100px;
    margin: 0 5px;
    border: 1px solid #DDD;
}

/*----------------------------------------------------*/
div.wap_pro {
    margin: 15px auto;
    clear: both;
}

.zoom_slick {
    width: 50%;
    float: left;
    text-align: center;
}

.zoom_slick .slick2 {}

.zoom_slick .slick {
    margin-top: 5px;
}

.zoom_slick .slick img {
    width: 95%;
    margin: auto;
    border: 1px solid #DDD;
    box-sizing: border-box;
    cursor: pointer;
}

.zoom_slick .slick img:hover {
    border: 1px solid #F60;
    opacity: 0.5;
    transition: 1s;
}

.product_info {
    list-style: none;
}

.product_info li {
    font-size: 13px;
}

.product_info li.ten {
    color: #0033FF;
    font-size: 18px;
}

.product_info li.giacu {
    font-size: 15px;
    text-decoration: line-through;
}

.product_info li.gia {
    color: red;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.product_info li b {
    font-weight: normal;
    font-size: 14px;
}

.xemgiohang {
    color: #E80019;
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    transition: 0.4s;
    margin: auto;
    margin-top: 7px;
}

.product_info li .dathang {
    background: #e93b35;
    color: #fff;
    display: block;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    transition: 0.4s;
}

.product_info li .dathang i {
    margin-right: 10px;
    font-size: 25px;
    margin-top: 3px;
}

.product_info li .dathang:hover {
    transition: 0.4s;
    background: #E00;
}

span.size {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}

span.mausac {
    display: block;
    float: left;
    border: 1px solid #DDD;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
}

span.active_size,
span.size:hover,
span.mausac:hover,
span.active_mausac {
    border: 1px solid #EE0000;
}

input.soluong {
    width: 50px;
    border: 1px solid #C7C6C6;
    padding: 2px 0px;
    text-align: center;
    font-size: 15px;
    margin-right: 5px;
}

input.ngaydi {
    width: 200px;
    border: 1px solid #C7C6C6;
    padding: 2px 0px;
    text-align: left;
    font-size: 15px;
    margin-right: 5px;
}

input.ngaydi2 {
    width: 120px;
    border: 1px solid #C7C6C6;
    padding: 2px 0px;
    text-align: left;
    font-size: 15px;
    margin-right: 5px;
}

table#giohang input {
    margin: 5px 0px;
}

table#giohang input.btn,
.click_ajax {
    background: #DC0018;
    color: #ffffff;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    margin: 5px 1px;
    border-radius: 3px;
}

table#tt td {
    height: 30px;
}

table#tt td input.t {
    width: 300px;
    height: 20px;
    margin: 3px 0px 5px 0px;
    border: 1px solid #DDD;
}

table#tt td textarea {
    width: 300px;
}

table#tt span {
    color: red;
}

@-webkit-keyframes star {
    0% {
        -webkit-transform: rotate(0) scale(0);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.5);
    }

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

@-o-keyframes star {
    0% {
        -o-transform: rotate(0) scale(0);
    }

    50% {
        -o-transform: rotate(180deg) scale(1.5);
    }

    100% {
        -o-transform: rotate(360deg) scale(0);
    }
}

@-moz-keyframes star {
    0% {
        -moz-transform: rotate(0) scale(0);
    }

    50% {
        -moz-transform: rotate(180deg) scale(1.5);
    }

    100% {
        -moz-transform: rotate(360deg) scale(0);
    }
}

.start-animate {
    z-index: 99999999999999999 !important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    -o-animation: star linear 1.75s infinite;
}

@keyframes star {
    0% {
        transform: rotate(0) scale(0);
    }

    50% {
        transform: rotate(180deg) scale(1.5);
    }

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

.tieude_doitac {
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    height: 60px;
    margin-bottom: 10px;
}

.tieude_doitac:after {
    content: "";
    position: absolute;
    width: 100%;
    background: url(images/bg_tieude.png) center no-repeat;
    height: 25px;
    bottom: -5px;
    left: 0px;
}

.tincamnang .title h3 {
    text-align: center;
    font-size: 30px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #000 !important;
    background: none !important;
    font-size: 17px;
    border-bottom: 2px solid #002c5f;
    border-radius: 0px !important;
}

.nav-pills>li a {
    color: #000 !important;
}

.button_dangkymobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .content-header {
        display: none;
    }

    div.menu ul li {
        padding: 0px 10px;
    }

    div#footer .content-footer {
        width: 100%;
    }

    div.menu {
        height: 60px;
    }

    div.menu ul li a {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 990px) {
    .wap_menu .container {
        width: 100% !important;
    }
}

@media screen and (max-width: 960px) {

    .menutop_left {
        width: 25%;
        float: left;
        display: inline-block;
    }

    .menutop_left img {
        padding: 0px;
        position: absolute;
        background: #ea091d;
        top: 10px;
        z-index: 99;
        left: 10px;
        border-radius: 3px;
        box-shadow: #fff 0px 0px 4px 0px;
        width: 70px;
    }

    div.header {
        display: block;
        width: 100%;
        /* flex-direction: row; */
        /* align-items: center; */
        /* width: 100%; */
        /* justify-content: space-between; */
    }

    nav#menu {
        display: none;
    }

    #header {
        display: none !important;
    }

    div#main_content {
        width: 100%;
        padding: 10px;
    }

    div#footer {
        width: 97%;
    }

    div#slider {
        width: 100%;
        padding: 0;
    }

    div#danhmuc {
        display: none;
    }

    div#right {
        width: 100%
    }

    div#left {
        width: 100%;
    }


    div#thongke {
        width: 100%;
    }

    div.thongke_an {
        display: none;
    }

    div.tt_lh {
        width: 100%;
    }

    div.bando {
        width: 100%;
    }

    .search_frm {
        position: unset;
        padding-bottom: 40px;
    }

    .contact,
    .only-pc {
        display: none;
    }


    #lienket {
        position: unset !important;
        width: 100% !important;
        text-align: center !important;
        display: none;
    }

    .logo_mobi {
        display: block;
    }

    .header a.hien_menu img {
        width: 30%;
        float: left;
    }
}

@media screen and (max-width: 800px) {

    .hinh {
        width: 100% !important;
    }
}

@media screen and (max-width: 700px) {
    .box_xemercedes .container {
        padding: 10px !important;
    }

    .ad-wrapper {
        padding: 20px 20px;
    }

    .author-title {
        font-size: 20px;
        text-align: center;
    }

    .box_contact {
        display: flex;
        flex-direction: column;
    }

    .box_title_info h3 {
        font-size: 20px;

        text-align: center;
    }

    div.item {
        width: 100%;
    }

    .iteam_chitietga {
        width: 50%;
        padding: 5px;
    }

    .item-home>img {
        height: 200px;
    }

    .b-goods-descr {
        margin: 10px 0;
        padding: 0px;
    }

    .b-goods-descr__item {
        padding: 0px 3px;
        font-size: 11px;
    }

    .b-goods-descr__item img {
        width: 15px;
    }

    .title_mer_hinh p {
        font-size: 10px;
    }

    .header a.hien_menu i {
        margin-top: 11px;
        font-size: 23px;
        /* position: absolute; */
        top: 8px;
        right: 15px;
    }

    div#slider {
        height: unset;
    }

    .title_pr h3 {
        font-size: 16px;
    }

    .content-footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .title_mer h3 {
        font-size: 14px;
        font-weight: 700;
    }

    .contact_tuvan a {
        font-size: 17px;
        color: #Fff;
    }

    .contact_mobile {
        display: block;
        position: fixed;
        bottom: 0px;
        z-index: 9999;
        background: #c00;
        width: 100%;
    }

    .box_contact_mobile {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        padding: 2px 0px;
        box-shadow: 0px 0 10px rgb(195 137 38);
        justify-content: center;
    }

    .img_the {
        width: 20%;
        padding: 5px;
        text-align: center;
        color: #fff;
        font-size: 11px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid #3c3c3c96;
        height: 60px;
    }

    .img_the img {
        border-radius: 50%;
        width: 35px;
        margin-bottom: 2px;
    }

    .call_contact {
        width: 20%;
        border-right: 1px solid #3c3c3c96;
        height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .call_contact a {
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 11px;
    }

    .call_contact a i {
        font-size: 20px;
    }

    .contact_tuvan p {
        margin-bottom: 0px;
        font-size: 13px;
        text-transform: uppercase;
    }

    .contact_tuvan span {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .contact_tuvan span i {
        font-size: 20px;
        padding-right: 5px;
        color: #dec46a;
    }

    .contact_tuvan {
        width: 60%;
        height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
    }


    .button_dangkymobile button {
        width: 100%;
        background: #eb091d;
        margin-top: 5px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 70px;
        margin-bottom: 5px
    }

    .button_dangkymobile button:hover,
    .button_dangkymobile button.focus,
    .button_dangkymobile button:focus,
    .button_dangkymobile button:hover {
        color: #fff !important;
    }

    .button_dangkymobile button img {
        padding-right: 10px;
    }

    .button_dangkymobile {
        display: block;
    }

    .button_icon {
        display: none;
    }

    .tieude_dk {
        font-size: 11px;
    }

    .dangky form {
        width: 80%;
        margin: auto;
    }

    .header a.hien_menu p {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        width: calc(100% - 140px);
        margin: auto;
    }

    #exampleModalCenter .modal-dialog {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 678px) {
    .box_duan_index {

        grid-template-columns: 1fr;

    }

    .hotline-phone-ring-wrap1 .hotline-bar,
    .hotline-phone-ring-wrap .hotline-bar {
        display: none;
    }

    .dichvu_item {
        width: 100%;
        padding: 10px;
    }

    div#footer .col-3 {
        width: 100%;
    }

    .box_form_dk {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .list_mer {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        grid-template-columns: 1fr 1fr;
    }

    .info-spgt {
        padding: 0px !important;
    }

    .title-spgt {
        margin-top: 10%;
    }

    .ten-spgt {
        font-size: 14px;
    }

    .tieude-spgt {
        font-size: 11px;
    }

    .box_dm1 {
        padding: 10px 0px 25px;
    }

    .xemtiepsp a {
        padding: 10px 20px;
        color: #fff;
        border: 2px solid #b3afaf;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 9px;
    }

    .xemtiepsp {
        margin-top: 25px;
    }

    .hinh {
        width: 100% !important;
    }

    div.fanpage {
        width: 100%;
        float: none;
        margin: auto;
        text-align: center;
    }

    div#main_footer {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    div#header a.logo {
        display: none;
    }

    div#header img.logo_mobi {
        display: block;
        margin: auto;
        width: 100%;
    }

    div.tieude_giua {
        padding: 7px;
        height: auto;
        line-height: 1.5;
    }

    .zoom_slick {
        width: 85%;
        max-width: 400px;
        float: none;
        margin: auto;
    }

    .product_info {
        width: 100%;
        margin-top: 10px;
    }

    .tieude_text,
    .fillter_tieude {
        width: 100% !important;
    }

    .item .item_info h3 {
        font-size: 12px;
        height: 40px;
        padding: 0px 5px;
    }

    .item .item_info a {
        font-size: 10px;
    }

    .item_new3 {
        width: 100%;
    }

    div.tieude_giua div {
        line-height: 1.8;
        font-size: 21px;
    }

    .chitietsp {
        padding: 5px;
    }

    .col-4 {
        width: 48%;
        margin: 10px 1%;
    }

    div#footer .content-footer .footer-item-left,
    div#footer .content-footer .footer-item-right,
    div#footer .content-footer .footer-item-center,
    .thuvien .item-thuvien {
        width: 100%;
        float: none;
    }

    .header a.hien_menu img {
        width: 30%;
        margin-top: 10px;
    }

    .box_form_dk img {
        display: none;
    }

    .modal-dialog {
        margin: 0px !important;
        padding: 0px;
    }

    .modal-title2 {
        font-size: 15px;
        margin: 8px 0px 5px;
    }

    .modal_intro {
        font-size: 11px;
        margin: 0px;
    }

    .box_describe_content__detail iframe {
        width: 100%;
        height: 280px;
    }

    .item-home>img {
        height: 170px;
    }

    .b-goods-descr__item {
        font-size: 8px;
    }

    div#wap_footer {
        padding: 20px 0px 70px;
    }
}

@media screen and (max-width: 460px) {

    .item .item_info a {
        font-size: 8px;
    }

    div.tieude_giua :after {
        left: 23%;
    }

    div.tieude_giua :before {
        left: 30%;
    }

    .box_show_booking {
        width: 70%;
        left: 15%;
    }

    .box_show_booking .frm_option button {
        padding: 0;
    }

    #wap_sanpham {
        width: 100%;
    }

    .banner_quangcao {
        display: none;
    }

    div.menu {
        width: 100%;
    }

    .quangcao {
        display: none;
    }

    div.footer_top {
        width: 100%;
    }

    div.footer_top .map {
        width: 100%;
        padding-right: 0px;
    }

    div.footer_top .fanpage {
        width: 100%;
        padding-top: 4%;
    }

    div#footer .col-3 {
        width: 100%;
    }

    form#frm_dknt input[type='text'] {
        width: 96%;
    }

    div.copyright {
        width: 100%;
    }

    div.copyright img {
        display: none;
    }

    div.copyright #copy {
        font-size: 11px;
    }

    .wap_conten {
        display: none;
    }

    div.header {
        border-bottom: 2px solid #ab0006;
        height: 60px;
    }

    div.itempr {
        width: 80% !important;
    }

    div.tieude_giua {
        font-size: 14px;
    }

    div.frm_lienhe .item_lienhe input[type='text'],
    div.frm_lienhe .item_lienhe textarea,
    div.frm_lienhe .item_lienhe input[type='password'] {
        width: 100%;
    }

    div.frm_lienhe .item_lienhe select {
        width: 100%;
    }

    .map_description {
        width: 100%;
    }

    .box_news a img {
        width: 110px;
    }

    div.frm_lienhe .item_lienhe p {
        width: 100%;
    }

    .othernews ul.phantrang {
        margin-left: 0px;
    }

    .box_news h3 a {
        font-size: 14px;
    }

    .col-4 {
        width: 98%;
        margin: 10px 1%;
    }

    .header a.hien_menu img {
        width: 30%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}