::-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;
}

.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: 'Roboto', Helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 1.6;
    overflow: auto;
}

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



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

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

@font-face {
    font-family: 'Heartbeat';
    src: url('font/UTM A&S Heartbeat.ttf');
}

.logo_menu {
    width: 20%;
    text-align: center;
}

.icon_giohang a i {
    color: #000;
    font-size: 20px;
}

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

.item_lienhe {
    padding: 5px 0px;
}

.item_lienhe p {
    margin-bottom: 5px;
}

.item_lienhe input,
.item_lienhe select {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.item_lienhe textarea {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.box_show_booking {
    max-width: 500px;
    position: fixed;
    margin: auto;
    z-index: 999999999;
    top: 120px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    left: 0px;
    right: 0px;
}

.box_show_booking .option {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 15px 20px;
}

.box_gioithieu {
    position: relative;
}

.box_show_booking .option:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    left: 0px;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, #dc1d25, #fec10a 50%, hsla(0, 0%, 80%, 0));
}

.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;
    background: #0e9f54;
    color: #fff;
}

.box_show_booking .option .frm_option {
    width: 100%;
    display: inline-block;
}

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

.item_tin_info h3 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0px;
    height: 56px;
}

.item_tin_info h3 a {
    font-size: 16px;
    font-weight: 600;
    color: #00000091;
}

.box_show_booking .frm_option button {
    padding: 8px 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    background: #0e9f54;
    border-radius: 5px;
}

.box_show_booking .frm_option button:hover {
    background: #0e9f54;
}

.box_info_right_cart__number {
    display: inline-block;
}

.box_info_right_cart__number__tittle {
    color: #808080;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.title_popup h3 {
    position: relative;
    font-size: 16px;
    padding: 15px 20px;
    margin: 0;
    display: block;
    margin-bottom: 15px;
    color: #0e9f54;
    font-weight: 600;
}

.title_popup h3:after {
    content: "";
    position: absolute;
    display: block;
    height: 1.5px;
    left: 0px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #0e9f54, #fec10a 50%, hsla(0, 0%, 80%, 0));
}

.item_giohang {
    display: none;
}

.box_item_giohang {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.img_item_giohang {
    max-width: 150px;
    padding: 15px;
}

.box_item_giohang_info h3 a {
    font-size: 16px;
    color: #292929;
    line-height: 20px;
    font-weight: 550;
    font-family: 'UTM Swiss 721 Black Condensed';
}

.glyphicon-minus:before,
.glyphicon-plus:before {
    display: none;
}

.box_item_giohang_info h3:hover a {
    text-decoration: none;
}

.content-header {
    background-color: #ed1c24;
}

.footer-content {
    color: #fff;
    padding-top: 10px;
}

.logo_footer img {
    max-height: 125px;
}

.foot_ff_ul {
    padding-top: 10px;
}

.header1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7px 0px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.item_gt {
    margin: 15px;
    overflow: hidden;
}

.title_daily h3 {
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    color: #fff;
    border-bottom: 2px solid #b1adad;
    padding-bottom: 10px;
}

.title_daily h3 i {
    padding-right: 5px;
}

.item_gt img {
    max-width: 360px;
    width: 100%;
}

a:focus {
    outline: none im !important;
}

.info_item_gt {
    padding: 15px 20px;
    background: #f6f7f7;
}

.info_item_gt:hover a {
    text-decoration: none;
}

.info_item_gt h3 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 0px;
    padding-left: 40px;
    position: relative;
}

.info_item_gt h3:before {
    content: "";
    width: 60px;
    height: 4px;
    background: #3b5eab;
    position: absolute;
    bottom: 33%;
    left: -34px;
}

.info_item_gt h3 a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.mota_item_gt {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 10px 0px;
}

.xemchitiet {
    color: #3b5eab;
    text-transform: uppercase;
    font-size: 13px;
}

.xemchitiet i {
    font-size: 11px;
}

.product_danhmuc {
    border: 1px solid #35353521;
    border-top: unset;
}

.product_danhmuc .tab_cap1,
.tab_cap2 {
    list-style-type: none;
}

.product_danhmuc .tab_cap1 .danhmuc_cap1 i {
    color: #566473;
    padding-right: 15px;
}

.product_danhmuc .tab_cap1 .danhmuc_cap1 {
    border-bottom: 1px solid #35353521;
    padding: 10px 5px;
    position: relative;
}

.product_danhmuc .tab_cap1 .danhmuc_cap1:last-child {
    border-bottom: none;
}

.product_danhmuc .tab_cap1 .danhmuc_cap1 a {
    font-size: 16px;
    font-family: 'UTM-Caviar';
    color: #566473;
    font-weight: 550;
}

.product_danhmuc .tab_cap1 .danhmuc_cap1 a:hover {
    text-decoration: none;
    color: #3b5eab;
    font-weight: 600;
}

.input-number {
    background: #FFF;
    font-weight: 600;
    height: 35px;
    padding: 0;
    text-align: center;
    width: 70px;
    border: 1px solid #E5E5E5;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    font-size: 15px;
    -webkit-appearance: none;
}

.product_danhmuc .tab_cap2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -webkit-transition: margin 0.2s ease-in-out;
    background: #3b5eab;
    padding: 5px 15px;
    z-index: 99;
    display: none;
    margin-left: 15px;
    visibility: hidden;
    border: 1px solid #ffffff5e;
}

.product_danhmuc .tab_cap2 .danhmuc_cap2 {
    padding: 5px 0px;
    border-bottom: 1px dotted #fff;
}

.product_danhmuc .tab_cap2 .danhmuc_cap2:last-child {
    border-bottom: none;
}

.product_danhmuc .tab_cap2 .danhmuc_cap2 a {
    color: #fff;
}

.product_danhmuc .tab_cap2 .danhmuc_cap2 a:hover {
    color: #fff;
}

.product_danhmuc .tab_cap1 .danhmuc_cap1:hover .tab_cap2 {
    display: block;
    margin-left: 0;
    visibility: visible;
}

.product_danhmuc {
    max-height: 416px;
}

.copyy {
    padding-top: 20px;
}

div.box_show_booking img {
    width: 100%;
}

.mon_db {
    padding: 55px 0px;
    background: url(./images/menudb.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.box_mondb_bor_info {
    max-width: 420px;
    margin: auto;
    border: 2px solid #fff;
    background: #7132097d;
    padding: 10px;
}

.box_mondb_bor_info .title_dm h3,
.box_mondb_bor_info .title_dm p {
    color: #fff;

}

.item_db {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px 0px;
    width: 100%;
}

.item_db_img {
    width: 25%;
}

.item_db_img img {
    border-radius: 50%;
}

.item_db_info {
    width: 50%;
    padding: 0px 5px;
    display: flex;
    align-items: center;
}

.item_db_price {
    width: 25%;
    display: flex;
    align-items: center;
}

.item_db_price span {
    font-family: 'UTMSwissCondensed';
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.item_news img {
    overflow: hidden;
}

.item_news a:hover {
    text-align: none;
}

.item_feedbackvs {
    margin: 15px;
}

.item_news_info {
    padding: 10px;
    border: 1px solid #3c3c3c1a;
}

.item_news_info h3 {
    margin: 0px;
    color: #14963e;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 600;
}

.item_news_info_mota {
    color: #3c3c3c;
    font-size: 14px;
    text-align: justify;
}

.box_item_feedbackvs {
    padding: 15px;
    box-shadow: 4px 0px 14px 4px rgb(0 0 0 / 56%);
    -webkit-box-shadow: 4px 0px 14px 4px rgb(0 0 0 / 56%);
    -moz-box-shadow: 4px 0px 14px 4px rgba(0, 0, 0, 0.56);
    border-radius: 7px;
    display: flex;
}

.info_feedback {
    padding-left: 10px;
    text-align: left;
}

.info_feedback h3 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}

.feedback_index {
    padding: 35px 0px;
    position: relative;
}

.item_db_info h3 {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: 'UTMSwissCondensed';
}

.item_db_info p {
    padding-top: 5px;
    margin: 0px;
    color: #fff;
    font-size: 13px;
}

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

.info_news h3 {
    margin: 5px 0px;
    text-align: left;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    height: 50px;
    font-size: 15px;
}

.info_news h3 a {
    font-size: 15px;
    color: #fff;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
}

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

.box_info_news_right {
    display: flex;
    align-items: center;
    border-left: 1px solid #fff;
    padding: 10px;
}

.info_news h3 a:hover {
    text-decoration: none;
    color: #fff;
    transition: 1s;
}

.info_news .tomtat {
    text-align: justify;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    margin-bottom: 15px;
}

.item_news {
    padding: 15px 5px;
    display: flex;
}

.item_news_name img {
    width: 100%;
}

.xemtiep {
    text-align: left;
    padding: 10px 0px;
    border-bottom: 1px solid #737373;
}

.xemtiep a {
    color: #737373;
    font-weight: 600;
}

.xemtiep a:hover {
    text-decoration: none;
    color: #334c81;
    transition: 1s;
}

div#wapper {
    margin: auto;
    max-width: 2000px;
}

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

.dknt_left form {
    width: 90%;
    margin: auto;
    text-align: center;
}

.dknt_left form input {
    width: 80%;
    padding: 6px;
    margin-bottom: 10px;
}

.dknt_left form button {
    border: unset;
    padding: 7px 15px;
    background: #00a9d7;
    color: #fff;
}

.lienhe_home {
    text-align: center;
}

.wrap_item_ft {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.wrap_item_ft figure {
    display: inline-block;
    margin: 0 10px 0 0;
    height: 37px;
}

.wrap_item_ft p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: 18px;
}

.wrap_item_ft a {
    color: #fff;
}

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

.wrap_item_ft p span {
    font-size: 13px;
    color: #eaf1e7;
    display: block;
    text-transform: none;
    font-weight: 400;
}

.sanpham_index {
    position: relative;
    padding: 0px 0px 0px;
}


.box_spmoi {
    position: relative;
}

.wap_spmoi {
    position: relative;
}

.box_menu_giohang a {
    background-color: #54b351;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.box_menu_giohang a i {
    color: #fff;
    padding-right: 5px;
}

.box_list_tintuc {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    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;
}

.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 {
    margin: auto;
    position: relative;
}

/* header */
.info_header {
    line-height: 50px;
}

.header_top {
    background: #3e6d82;
}

.header_top .header_top_left p {
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    margin-bottom: 0px;
}

.header_top .header_top_right ul {
    list-style-type: none;
    padding: 0px;
    text-align: right;
    margin-bottom: 0px;
}

.header_top .header_top_right ul li {
    display: inline-block;
    padding: 0px 10px;
}

.header_top .header_top_right ul li a {
    font-size: 15px;
    line-height: 40px;
    color: #fff
}

.header_intro {
    width: 80%;
    float: right;
}

.header_intro h3 {
    font-size: 29px;
    font-family: 'UTM-Neutra';
    color: #3e6d82;
    text-align: center;
    margin: 0px;
}

.header_intro h3 span {
    color: #edcd14;
}

.header_intro p {
    font-size: 23px;
    text-align: center;
    color: #3e6d82;
    font-family: 'UTM-Avo';
    position: relative;
    margin-bottom: 0px;
}

.header_intro p:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #3e6d82;
    position: absolute;
    bottom: 43%;
    left: 3%;
}

.header_intro p:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #3e6d82;
    position: absolute;
    bottom: 43%;
    right: 3%;
}

.header_intro strong {
    text-align: center;
    color: #3e6d82;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-family: 'UTM-Avo';
}

.giasp_product {
    padding: 15px 0px;
    text-align: center;
    font-weight: 600;
    font-family: 'UTM Swiss 721 Black Condensed';
}

.giasp_product span {
    font-size: 18px;
    color: #54b351;
    font-family: 'Lobster';
    font-weight: 550;
}

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

.info_header ul li {
    display: inline-block;
    line-height: 75px;
    padding-right: 15px;
    color: #bfbfbf;
}

.info_header ul li i {
    padding-right: 5px;
    color: #334c81;
}

div.menu ul li a:hover,
div.menu ul li a.active,
div.menu ul li a.active2 {
    color: #fff;
    background: #54b351;
}

div.menu ul li a i {
    padding-right: 5px;
}

.gioithieu_left img {
    width: 100%;
}

.item_chinhsach .box_item_chinhsach {
    background: #3e4195;
    padding: 15px 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #fff;
    border-radius: 15px;
    height: 90px;
}

.item_chinhsach .box_item_chinhsach img {
    padding-right: 10px;
}

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

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

}

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

}

#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;
}

#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;
}

.logomenumobi {
    width: 20%;
    float: left;
    padding: 0px 5px;
}

.searchmobi {
    margin-top: 10px;
    width: 70%;
    padding: 0px 10px;
    float: left;
    border: 1px solid #3b5eab;
    outline: none;
    color: #000;
    font-style: italic;
    height: 40px;
    border-radius: 7px;
}

.searchmobi i {
    color: #3b5eab;
    line-height: 40px;
    cursor: pointer;
    width: 15%;
    padding: 0px 15px;
    float: left;
}

.box_list_da {
    padding-top: 25px;
}

.box_duan_index {
    background: #f3f3f3;
    display: inline-block;
    width: 100%;
    padding: 25px 0px;
}

.box_dm_duan {
    text-align: center;
}

.box_dm_duan ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    background: #fff;
    max-width: 650px;
    margin: auto;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    padding: 5px;
}

.box_dm_duan ul li {
    padding: 5px 10px;
}

.box_dm_duan ul li a {
    font-size: 15px;
    color: #000;
    font-weight: 550;
}

.searchmobi input {
    height: 36px;
    margin: 0px;
    float: left;
    border: unset;
    width: 85%;
}

.iconmenu {
    width: 10%;
    float: right;
    display: inline-block;
    text-align: center;
    padding-right: 10px;
}

.header a.hien_menu {
    padding-right: 10px;
}

.header a.hien_menu i {
    float: left;
}

#dknt {
    margin: 10px 0px;
    border-radius: 7px;
}

.intro_dk {
    width: 40%;
    float: left;
}

.introdk {
    color: #fff;
    font-size: 12px;
}

.footer-title {
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0px;
    color: #fff;
    padding-bottom: 5px;
    font-weight: 600;
}

div.search {
    height: 30px;
    width: 100%;
    display: inline-block;
    right: 20px;
    top: 5px;
    background: #fff;
    height: 40px;
    border: 1px solid #35353521;
    margin-top: 8px;
}

div.search input {
    padding: 0px 10px;
    float: left;
    border: none;
    background: none;
    width: 75%;
    outline: none;
    color: #000;
    font-style: italic;
    height: 40px;
}

.item_news a:hover {
    text-decoration: none;
}

div.seachz {
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    width: 25%;
    background: #3b5eab;
    padding: 0px 15px;
    float: left;
}

div.content-cart {
    display: inline-block;
}

.total {
    float: right;
    display: inline-block;
}

.info-cart {
    display: inline-block;
    color: #334c81;
    line-height: 3.5;
}

.phone_header {




    position: relative;
    color: #fff;
    text-align: center;

    font-size: 16px;

}

.phone_header .icon_header {
    position: absolute;
    top: -15px;
    left: 7px;
    background: #3e4195;
    font-size: 17px;
    padding-right: 5px;
}

.phone_header .icon_header i {
    padding: 5px 6px;
    border-radius: 50%;
    color: #fff;
}

#icon-cart {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0px;
    margin-top: 10px;
    background: #3b5eab;
}

#icon-cart i {
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

#icon-cart span {
    font-size: 17px;
    color: #fff;
}

sup {
    top: -.5em;
}

.product_uc .item {
    width: 100%;
}

.product_uc {
    width: 80%;
    margin: auto;
}

.product_uc .item {
    margin: 10px 0px;
}

#hotro {
    text-align: center;
}

#hotro img {
    width: 80%;
}

#hotro ul {
    list-style-type: none;
}

#hotro ul li {
    font-size: 30px;
    color: #e01a22;
    font-weight: 600;
    padding: 10px 0px;
}



.gioithieu_right h3 {
    color: #54b351;
    font-size: 20px;
    padding: 5px 0px 5px;
    font-family: 'Heartbeat';
    margin: 0px;
    text-align: left;
    font-weight: 600;
}

.name_gioithieu {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.gioithieu_mota {}

.box_gioithieuindex {
    width: 80%;
    margin: auto;
    background: #fff;
    padding: 35px;
    border-bottom: 2px solid #353535;
}

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

div.info-company {
    width: 70%;
    float: right;
    position: relative;
    height: 180px;

}

.info-company h3 {
    font-family: 'UTM-Neutra';
    color: #89c642;
    font-size: 36px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    text-align: center;
    width: 100%;
}

.info-company .diachia_header {
    width: 100%;
    float: left;
}

.info-company .dienthoai_header {
    width: 100%;
    float: left;
    color: red;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.info-company p {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #89c744;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    margin-bottom: 0px;
}

.lienhe_header {
    bottom: 16px;
    position: absolute;
    width: 100%;
    line-height: 28px;
}

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

div.info-company ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

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

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

div.info-company .copy_right {
    display: inline-block;
    padding-left: 15px;
}

div.info-company .copy_right i {
    color: #fff;
    font-size: 20px;
    padding-right: 10px;
}

.logo_mobi {
    display: none;
}

.menu_header {
    width: 100%;
}

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

div.header {
    display: none;
    border-bottom: 2px solid #3b5eab;
}

div.wap_menu {
    margin: auto;
    width: 100%;
    z-index: 9;
}

.title_dm {
    padding: 15px 0px;
    max-width: 650px;
    margin: auto;
    text-align: center;
}

.gioithieu_index {
    /* padding: 45px 0px; */
}

.gioithieu_right {}

.box_item_dm {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.box_item_dm img {
    width: 100%;
    border-radius: 50%;
    border: 2px dashed #713209;
    max-width: 300px !important;
}

.box_item_dm_info {

    margin-top: 10px;
    padding: 15px;
    text-align: center;
}

.box_item_dm_info h3 {
    margin: 0px;
    padding: 10px 0px;
}

.box_item_dm_info:hover a {
    text-decoration: none;
}

.box_item_dm_info h3 a {
    font-size: 20px;
    color: #303030;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'UTM Swiss 721 Black Condensed';
}

.box_item_dm_info_mota {
    max-width: 75%;
    margin: auto;
}

.title_dm h3 {
    color: #14a655;
    font-size: 36px;
    font-family: 'Lobster';
}

.danhmuc_slider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.item_dm {
    width: 33%;
    padding: 15px 10px;
}

.hotline_fix {
    background: #3d4195;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 10px 0;
    border-top: 1px solid rgb(248 78 78 / 75%);
    -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
}

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

.list_hotline ul li:last-child {
    border-bottom: none;
}

.list_hotline ul li {
    border-bottom: 1px solid;
    padding: 5px 0px;
}

.list_hotline ul li .name-hl {
    color: #de0000;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.list_hotline ul li p a {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.list_hotline ul li p a img {
    padding-right: 10px;
}

.box_danhmucproduct ul {
    background: #e1e1e1;
    list-style-type: none;
    padding: 0px 10px;
}

.box_danhmucproduct ul li {
    line-height: 40px;
    border-bottom: 1px dotted #bcb5b5;
}

.box_danhmucproduct ul li a {
    color: #000;
}

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

.tab_cap2 {
    border-top: 1px solid #3c3c3c1a;
}

.danhmuc_cap2 {
    line-height: 25px;
    border-bottom: unset;
}

.tab_cap2 .danhmuc_cap2 a {
    font-size: 12px;
    color: #3c3c3ce3;
}

.danhmuc_cap2 {
    line-height: 25px !important;
    border-bottom: unset !important;
}

.content-category {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}

.item_feedback_info {
    padding-top: 10px;
}

.title_sp {
    background: #3e4195;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0px;
    position: relative;
}

.title_sp h3 {
    margin: 0px;
    color: #3e4195;
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 5px 25px 5px 5px;
    font-weight: 600;
    font-size: 20px;
}

.title_sp a {
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
    background: #3e4195;
    z-index: 99;
    padding: 0px 20px;
}

.title_sp a:hover {
    color: #fff;
}

.title_sp::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0px;
}

.logo_menu img {
    height: 75px;
}

div.menu {
    position: relative;
    width: 100%;
    margin: auto;
    height: 95px;
    line-height: 85px;
}

/* div.menu:after {
    content: "";
    width: 8px;
    height: 70px;
    background: url(images/bg_than_phai.png) no-repeat;
    position: absolute;
    bottom: -21px;
    right: -8px;
}
div.menu:before {
    content: "";
    width: 8px;
    height: 70px;
    background: url(images/bg_than_trai.png) no-repeat;
    position: absolute;
    bottom: -21px;
    left: -8px;
} */
.logo_top {
    width: 28%;
    float: left;
    z-index: 999;
    line-height: 180px;
    text-align: center;
}

.logo_top img {
    height: 100%;
}

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

div.menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
}

.gioithieu_right_title h4 {
    font-family: 'Lobster';
    color: #54b351;
    font-size: 73px;
    padding-bottom: 15px;
    text-align: left;
    text-transform: capitalize;
    margin: 0px;
}

.xemthemft {
    padding-top: 15px;
}

.xemthemft a {
    background-color: #54b351;
    padding: 10px 35px;
    color: #fff;
    border-radius: 20px;
    text-transform: capitalize;
}

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

div.menu ul li {
    float: left;
    position: relative;
    z-index: 50;
}

div.menu ul li a {
    color: #3c3c3c;
    font-size: 14px;
    padding: 0px 25px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    line-height: 85px;
    font-family: 'UTMSwissCondensed';
}

#conten_product .item {
    width: 25%;
    border: none !important;

}

.danhmuc {
    border: unset !important;
}

.namesp {
    margin: 0px;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product_info .giaspct {
    font-size: 20px;
    font-weight: 600;
    color: #be252a;
}

.sp_name a {
    font-family: Arial;
}

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

.dichvu_item {
    text-align: center;
    padding: 20px 0px;

}

.dichvu_item a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

.dichvu_item h3 {
    padding: 10px 0px;
}

.dichvu_item a:hover {
    color: #34a853;
}

.dichvu_item img {
    width: 25%;
}

.dichvu .wap_item {
    border: 1px solid red;
}

div.menu ul li ul,
div.menu ul li:hover ul li ul {
    position: absolute;
    margin-left: 0px;
    display: none;
    min-width: 200px;
    background: #fff;
    line-height: 1.5;

}

div.menu ul li ul li {
    float: none;
}

div.menu ul li ul li a {
    padding: 10px;
    text-transform: none;
    display: block;
    border-bottom: dashed 1px #334c81;
    font-family: Arial;
    color: #334c81;
}

div.menu ul li ul li:last-child a {
    border: none;
}

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

.xem_videogt .daidienvideo {
    width: 100%;
}

/*hiÃªu á»©ng hover cho menu sáº£n pháº©m*/

.product_right {
    /* background-color: #0e9f54; */
}

.product_right .title_dm h3 {
    /* color: #fff212; */
}

/*end style sáº£n pháº©m*/
.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;
}

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

.share_icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px 0px;
}

.share_icon a {
    padding: 10px;
}

.share_icon a i {

    font-size: 20px;
}

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

.chuongtrinhkm .slick-prev {
    left: -50px;
}

.chuongtrinhkm .slick-next {
    right: -50px;
}

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

.news_nb_item_1st {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.item_news {
    padding: 15px 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.chuongtrinhkm {
    max-width: 500px;
    margin: auto;
}

.xemtieptin a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.xemtieptin a i {
    color: #fff;
}

.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;
}

.box_gioithieuindex h3 {
    margin-top: 0px;
    color: #87c640;
    font-weight: 600;
}

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

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

.tieude_giua_title {
    text-align: center;
}

.tieude_giua_title h4 {
    text-transform: uppercase;
    font-size: 22px;
    padding: 10px 0px;
    color: #3e4195;
    padding-bottom: 5px;
    font-weight: 600;
}

.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;
}

.video_index {
    padding: 15px 0px;
}

.home-step {
    background-color: #283891;
    padding: 15px 0px 25px;
    color: #fff;
}

.home-step .title_dm h3 {
    color: #fff;
}

.title_dm p {
    font-size: 14px;
    color: #282828;
}

.chinhsach {
    width: 100%;
    margin: auto;
    /* padding-bottom: 35px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    background: url(./images/chi.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 50px;
}

.chinhsach .item_feedback {
    width: 25%;
}

.chinhsach .item_feedback:nth-child(1) {
    padding-top: 45px;
    text-align: left;
}

.chinhsach .item_feedback:nth-child(2) {
    padding-top: 135px;
}

.chinhsach .item_feedback:nth-child(3) {
    padding-top: 95px;
}

.chinhsach .item_feedback:nth-child(4) .box_item_feedback {
    text-align: right;
}

.chinhsach .item_feedback:nth-child(1) .box_item_feedback {
    text-align: left;
}

.quytrinhmobi {
    display: none;
}

.video {
    position: relative;
}

.daidienvideo {
    position: relative;
}

.back_nutplay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_video {
    bottom: 30px;
    position: absolute;
}

.info_video h3 {
    margin: auto;
    font-size: 30px;
    padding-left: 15px;
    line-height: 30px;
    color: #ffd828;
    font-weight: 600;
}

.bahung_info {
    padding: 25px 0px;
}

.bahung_info ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
}

.bahung_info ul li {
    width: 25%;
    text-align: center;
    color: #713209;
}

.bahung_info ul li strong {
    font-size: 60px;
}

.bahung_info ul li p {
    font-size: 24px;
}

.box_hethong {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
}

.map_hethong {
    width: 50%;
}

.map_hethong img {
    width: 100%;
}

.list_hethong {
    width: 50%;
    background: #713209;
    display: flex;
    align-items: flex-start;
    padding: 25px;
}

.box_list_ht h3 {
    font-family: 'UTMSwissCondensed';
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.hethong_noidung {
    color: #Fff;
}

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

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

div#danhmuc {
    border: none;
}

#tinmoi ul {
    width: 90%;
    margin: auto;
}

#tinmoi ul li {
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #b3b3b4;
}

#tinmoi ul li img {
    width: 35%;
    float: left;
}

#tinmoi ul li h4 {
    width: 65%;
    float: left;
    margin: 0px;
    font-size: 13px;
    color: #353535;
    padding-left: 5px;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-height: 1.3 !important;
    overflow: hidden !important;
}

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

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

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

div#danhmuc ul li {
    position: relative;
    width: 90%;
    margin: auto;
    float: unset;
}

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

div#danhmuc ul li a {
    font-weight: normal;
    color: #566473;
    text-decoration: none;
    font-size: 15px;
    transition: 0.4s;
    display: block;
    padding: 11px 5px 11px 23px;
}

div#danhmuc ul li a i {
    padding-right: 10px;
    color: #334c81;
}

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

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #334c81 !important;
    color: #fff !important;
}

div#danhmuc ul li ul div a {
    padding: 9px 5px 9px 30px;
    font-weight: inherit;
    border-bottom: 1px solid #334c81;
}

div#danhmuc ul li ul {
    padding: 0px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #3479ee !important;
}

div#danhmuc ul li ul {
    /*display:none;*/
    z-index: 9999;
}

i.dm_cha {
    position: absolute;
    font-size: 12pt;
    padding: 3px;
    color: #fff;
    right: 20px;
    top: 10px;
    background: #0082c6;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
}

#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;
}

.itemdanhmucn {
    border: 1px solid #35353521;
    border-top: unset;
}

.itemdanhmucn p i {
    padding-right: 10px;
}

.itemdanhmucn p {
    margin: 0px;
    line-height: 40px;
    text-align: left;
    padding: 0px 20px;
    font-size: 17px;
    text-transform: uppercase;
}

#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;
}

.content_f h3 {
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #334c81;
    font-weight: 600;
}

div#dknt .tieude_dk {
    width: 50%;
    float: left;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fbb824;
    font-size: 18px;
}

div#dknt .tieude_dk form {
    width: 50%;
    float: left;
    text-align: right;
}


#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;
}

div#main_content {
    max-width: 1200px;
    margin: 0px auto;
    padding-top: 20px;
}

div#right {
    width: 100%;
}

.box_doitac {
    padding-top: 15px;
}

.doitac img {
    width: 150px;
    height: 80px;
    margin: 0px 20px;

}

.doitac img:hover {
    -webkit-filter: none;
}

.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: 30px;
}

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

.tintucindex {
    padding: 0px 0px 0px;
}

.item_news_name {
    position: relative;
}

.info_news {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    background: #0e9f54;
    padding: 0px;
    border-radius: 20px;
    opacity: 0;
}

.item_news.slick-active .info_news {
    opacity: 1;
    transition: 1s;
}

.box_info_news {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.box_info_news_left {
    padding: 15px;
}

div.tieude_giua2 {
    text-align: center;
}

div.tieude_giua2 div {
    vertical-align: top;
    margin: auto;
    line-height: 50px;
    color: #353535;
    font-size: 27px;
    display: inline-block;
    border-bottom: 1px solid #edcd14;
    font-weight: 600;
    text-transform: uppercase;
}

div.tieude_giua2 div img {
    padding-right: 10px;
}

div.tieude_giua {
    background: #283891;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 7px 0px;
    position: relative;
    text-align: center;
}

div.tieude_giua:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0px;
}

div.tieude_giua h3 {
    margin: 0px;
    color: #3e4195;
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 5px 25px 5px 25px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

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

.box_spmoi .item {
    width: 25%;
}


.box_item_feedback {
    text-align: center;
}

#visaochonchungtoi {
    /* padding: 25px 0px; */
    position: relative;
}

.item_feedback_info_fb {
    padding: 15px 0px;
    font-size: 14px;
    color: #282828;
}

.item_feedback_name {
    color: #0e9f54;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

#visaochonchungtoi .tieude_cs {
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
}

.tuvanbaogia ul {
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tuvanbaogia ul li {
    background-color: #ed1c24;
    width: 250px;
    padding: 10px;
    border-radius: 7px;
    margin: 10px;
}

.tuvanbaogia ul li a {
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
}

.tuvanbaogia ul li button {
    padding: 0px 20px;
    color: #fff;
    font-size: 14px;
    background: unset;
    border: unset;
}

.item_visao {
    width: 33%;
    padding: 10px 5px;
}

.item_visao_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.item_visao_info_stt {
    background: #fff;
    color: #0e72b6;
    font-size: 24px;
    font-weight: 600;
    padding: 0px 10px;
    height: 50px;
    display: flex;
    align-items: flex-end;
}

.item_visao_info_name {
    padding-left: 10px;
}

.item_visao_info_name h3 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.item_visao_mota {
    padding: 10px 0px;
    color: #fff;
}

.item_cs {
    border: 1px solid #fff;
}

.tt_info {
    padding: 5px;
}

.tt_info h3 {
    color: #fff;
    margin: 0px;
    line-height: 53px;
    font-size: 14px;
    font-weight: 600;
}

.info_cs {
    padding: 5px;
    color: #9ba2a5;
    height: 95px;
}

.info_cs p {
    margin-bottom: 0px;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    overflow: hidden !important;
    text-align: justify;
}

.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: Arial;
    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: Arial;
    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;
}

.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;
}

#conten_product {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

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

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

.tieude_giua_left {
    vertical-align: top;
    margin: auto;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-align: left;
    background: #334c81;
    padding-left: 10px;
}

.tieude_giua_left div i {
    padding-right: 10px;
}

.pulic_page {
    padding: 5px;
    border: 1px solid #cccccc;
}

#fanpage {
    padding: 20px 0px;
}

.logofooter img {
    width: 100%;
    margin-top: 40px;
}

.xemtatca {
    margin: 20px;
    text-align: center;
}

.xemtatca a {
    background: #fff;
    border: 1px solid #3b5eab;
    padding: 5px 25px;
    color: #3b5eab;
    border-radius: 5px;
}

.xemtatca a:hover {
    text-decoration: none;
    color: #fff;
    background: #3b5eab;
    transform: 1s;
}

.box_product {
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
}

div.item_sp {
    width: 33%;
}

.box_item_sp {
    border: 1px solid #ffffff4f;
    margin: 20px 20px 0px;
    position: relative;
    padding: 15px 15px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .box_item_sp:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #e2e2e2b5;
    width: 100%;
    height: 100%;
    z-index: 9;
} */
.info_sp {}

.info_sp h3 {
    margin: 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
}

.info_sp h3 a {
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    font-family: 'Lobster';
}

.info_sp h3:hover a {
    text-decoration: none;
}

.chungnhan_index {
    background: #283891;
    padding: 30px 0px;
}

.chungnhan_index .title_dm h3 {
    color: #fff;
}

.hienthigia {
    color: #171717;
    font-size: 14px;
}


div.item_sp .sp_img {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}

div.item_sp .booking {}

div.item_sp:hover .booking {
    display: block;
    transition: 0.4s;
}

div.item_sp .booking button {
    background: #3e6d82;
    border: 1px solid #edcd14;
    padding: 5px 15px;
    color: #edcd14;
    border-radius: 7px;
    font-size: 11px;
}

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

.content-item .item_sp {
    width: 20%;
}

.imgsanpham {
    position: relative;
}

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

div.item_sp p {
    margin-bottom: 0px;
}

.info_top p {
    text-align: left;
}

.lienketmobi {
    display: none;
}

/*div.item .sp_img
{
	overflow:hidden;
	margin-bottom:5px;
}
div.item .sp_img a
{
	display:block;
	line-height:0;
}
div.item a img
{
	width:100%;
	height:100%;
}
div.item .sp_name a
{
	text-decoration:none;
	color:#222222;
	font-weight:normal;
	font-size:15px;
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
}
div.item .sp_name a:hover
{
	transition:0.4s;
	color:red;
}
div.item .sp_gia
{
	display:none;
}
div.item .sp_gia span.giacu
{
	color:#666666;
	text-decoration:line-through;
	float:left;
}
div.item .sp_gia span.giamoi
{
	color:#666666;
	color:red;
	float:right;
}
div.item .sp_gia span.motgia
{
	display:block;
	float:none;
}*/
.daily_cua {
    padding-top: 5px;
}

.item_sp .item_img {
    position: relative;
}

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

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

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

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

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

.foorter_mobile {
    display: none;
}

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

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

.item_sp .item_info {
    width: 100%;
    padding: 10px;
}

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

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

.item_sp .item_info .gia_pro {}

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

.item_sp .item_info .gia_pro span {

    font-weight: bold;
    color: #ff0000;

}

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

.item_sp .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: Arial;
    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%;
}

.tintuc .conttent-item {
    margin-top: 20px;
}

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

#toptop {
    display: none;
}

.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: 5;
    font-size: 15px;
    line-height: 1.5em;
    font-family: Arial;
    height: 112px;
}

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

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

.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;
}

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

div#wap_footer {
    background-repeat: no-repeat;
    width: 100%;
    padding: 15px 0px;
}

.foot_ff_ul h3 {
    padding-top: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.logo_footer {
    text-align: center;
}

.footer_dm ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer_dm ul li {
    width: 50%;
}

.title_f {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid #edcd14;
    padding-top: 15px;
    display: inline-block;
    padding-right: 30px;
}

.title_ff h3 {
    margin: 0px;
    padding-bottom: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

.content_f {
    padding: 15px 0px;
}

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

.content_f ul li {
    line-height: 30px;
    color: #373435;
    font-size: 14px;
}

.content_f ul li a {
    color: #fff;
}

.content_f ul li a {
    color: #fff;
}

.content_f ul li a:hover {
    text-decoration: none;
    color: #edcd14;
}

.footer_bottom {
    width: 75%;
    margin: auto;
    text-align: center;
}

.footer_bottom h3 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
}

.footer_bottom h3:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 43%;
    left: -80%;
}

.footer_bottom h3:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 43%;
    right: -80%;
}

.footer_bottom h4 {
    font-size: 26px;
    color: #edcd14;
    font-weight: 600;
    text-transform: uppercase;
}

.footer_bottom p {
    font-size: 18px;
    color: #edcd14;
    font-weight: 600;
}

.footer_bottom h6 {
    font-size: 15px;
    color: #fff;
}

.copyright {
    border-top: 1px solid #fff;
}

div#footer {
    margin: auto;
    padding-bottom: 0px;
    position: relative;
    border-top: 1px solid #54b351;
    padding-top: 15px;
}

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

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

.content_f ul li i {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 6px 8px;
    background: #fff;
    margin-right: 5px;
}

div#footer .col-3 ul li {
    color: #fff;
    padding-top: 5px;
}

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

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

div#footer .col-3 a {
    color: #fff;
    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:after {
    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: Arial;
    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: Arial;
}

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;
}

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

div.copyright {
    width: 100%;
    margin: auto;
    padding: 10px 0px;
    text-align: center;
    color: #3c3c3c;
    border-top: 1px solid #0e9f54;
}

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: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 0px 2px;
    background: none;
    transition: 1s;
    border-radius: 50%;
    border: 1px solid #fff;
}

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

/* .fb
{
    color: #0000ff!important;
    border: 1px solid;
}
.tf 
{
    color: #02afff!important;
    border: 1px solid;
}
.yt 
{
    color: #ff0000!important;
    border: 1px solid;
}
.gg 
{
    color: #02afff!important;
    border: 1px solid;
} */
.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: 45%;
    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 {
    float: right;
    list-style: none;
    width: 50%;
}

.chitietgoi {
    margin-bottom: 10px;
    border-radius: 4px !important;
    background-color: #3e4195 !important;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    padding: 10px 3px;
}

.chitietgoi a {
    color: #fff;
    font-size: 14px;
}

.chatfacecbook {
    margin-bottom: 10px;
    border-radius: 4px !important;
    background-color: #3e4195 !important;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    padding: 10px 3px;
}

.chatfacecbook a {
    color: #fff;
    font-size: 14px;
}

.chatfacecbook:hover a,
.chitietgoi:hover a {
    color: #fff;
    text-decoration: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
}

button.dathang {
    margin-bottom: 10px;
    border-radius: 4px !important;
    border: 1px solid #ffffff8c;
    background: unset;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    padding: 8px 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'UTM Swiss 721 Black Condensed';
    background: #54b351;
}

.button_mua {
    text-align: center;
}

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

.product_info li {
    font-size: 13px;
    border-bottom: 1px solid #EEE;
    padding: 6px 0;
}

.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: 16px;
}

.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: #334c81;
    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.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;
}

.productlist_mobi {
    display: none;
}

@-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;
}

.tintuc {

    display: inline-block;
}

.tintuc .wap_item .news_noibat {
    width: 50%;
    float: left;
    padding-right: 30px;
}

.tintuc .wap_item .news_phai {
    width: 50%;
    float: left;
    background: #f7f7f7;
    padding: 10px 15px;
}

.tintuc .wap_item .news_noibat img {
    width: 100%;
    height: 200px;
}

.tintuc .wap_item .news_noibat h4 {
    padding: 5px 0px;
    font-size: 15px;
    color: #2e3b8f;
    text-align: left;
}

.tintuc .wap_item .news_noibat h4 a {
    text-decoration: none;
    text-align: left;
    color: #0082c6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
}

.tintuc .wap_item .news_noibat .mota .tomtat {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: left;

}

.tintuc .wap_item .news_noibat p {
    color: #8a8383;
}

.tintuc .wap_item .news_noibat p i {
    padding-right: 8px;
}

.tintuc .wap_item .news_phai ul {
    list-style-type: none;
}

.tintuc .wap_item .news_phai ul li {
    padding: 5px 0px;
}

.tintuc .wap_item .news_phai ul li:first-child {
    padding-top: 0px !important;
}

.tintuc .wap_item .news_phai ul li img {
    float: left;
    width: 20%;
    padding-right: 10px;
}

.tintuc .wap_item .news_phai ul li h4 {
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
}

/*.tintuc .wap_item .news_phai ul li p {
    float: left;
    width: 78%;
} */
.tintuc .wap_item .news_phai .news_nb_item ul li {
    line-height: 3;
}

.tintuc .wap_item .news_phai .news_nb_item ul li:hover a {
    color: #0082c6;
}

.tintuc .wap_item .news_phai .news_nb_item ul li a {
    background: url(./images/i_tinkhac.png) left 7px no-repeat;
    padding: 3px 5px 3px 18px;
    text-decoration: none;
    color: #000;
}

.danhmuc_mobi {
    display: none;
}

@media screen and (max-width: 1550px) {
    .chuongtrinhkm {
        max-width: 350px;
    }
}

@media screen and (max-width: 1024px) {
    div.menu {
        height: 70px;
    }

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

@media screen and (max-width: 960px) {
    div.header {
        display: block;
        text-align: center;
        background-image: none;
    }

    nav#menu {
        display: none;
    }

    #header {
        display: none !important;
    }

    div#main_content {
        width: 100%;
    }

    div#footer {
        width: 100%;
    }

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

    .spnoibatnhat {
        display: none;
    }

    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;
    }

    div.wap_menu {
        background: none !important;
    }


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

    .logo_mobi {
        display: block;
    }

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

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

@media screen and (max-width: 700px) {
    .main_content {
        padding-top: 55px;
    }

    .item_feedback_name,
    .chinhsach .item_feedback:nth-child(4) .box_item_feedback,
    .chinhsach .item_feedback:nth-child(1) .box_item_feedback {
        text-align: center;
    }

    .gioithieu_index {
        /* padding-top: 70px; */
    }

    .chinhsach {
        padding: 15px;
        background: unset;
        display: flex;
        flex-direction: column;
    }

    .chinhsach .item_feedback:nth-child(2),
    .chinhsach .item_feedback:nth-child(3) {
        padding-top: 0px;
    }

    .item_feedback_images {
        text-align: center;
    }

    .chinhsach .item_feedback {
        width: 100%;
    }

    .box_gioithieu:after,
    #visaochonchungtoi:after,
    #visaochonchungtoi::before,
    .gioithieu::before,
    .gioithieu:after,
    .box_spmoi:after,
    .wap_spmoi:after,
    .sanpham_index:after,
    .feedback_index::before,
    .feedback_index:after {
        display: none;
    }

    .box_item_feedbackvs {
        padding: 5px;
        display: flex;
        flex-direction: column;
    }

    .gioithieu {
        background: unset;
        min-height: auto;
    }

    .info_news h3 {
        height: 35px;
    }

    .info_news h3 a {
        font-size: 12px;
    }

    .footer-top-info :after {
        display: none;
    }

    .footer-top-info {
        position: relative;
        padding-top: 10px;
    }

    .footer-top {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px;
    }

    .footer-top-logo {
        width: 100%;
    }

    .copyy {
        padding-top: 0px;
    }

    .info_feedback {
        padding-top: 10px;
    }

    .gioithieu_right_title h4 {
        font-size: 30px;
    }

    .item_tin_info h3 {
        line-height: 1.3;
        font-size: 16px;
    }

    .item_tin_info h3 a {
        font-size: 14px;

        line-height: 1.3;
    }

    .footer_dm ul li {
        width: 100%;
    }

    .quytrinhpc {
        display: none;
    }

    .quytrinhmobi {
        display: block;
    }

    .product_left {
        display: none;
    }

    .product_top_left {
        display: none;
    }

    .title_sp h3 {
        font-size: 12px;
    }

    .content-header {
        display: none;
    }

    .content-item .item {
        width: 50%;
    }

    .tintuc_index .tieude_giua {
        margin: 15px;
    }

    div#wap_footer {
        padding: 15px 0px 15px;
    }

    .logo_footer {
        text-align: center;
    }

    .product_top {
        padding-top: 15px;
    }

    .title_sp a {
        font-size: 11px;
    }

    .hotline_fix {
        display: none;
    }

    .daily_cua {
        padding: 10px 0px !important;
    }

    .danhmuc_slider {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

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

    .box_item_dm_info_mota {
        display: none;
    }

    .box_gioithieu {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }

    .gioithieu_right {
        margin: unset;
        padding: 25px 0px;
    }

    .box_spmoi {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    div.item_sp {
        padding: 0px;
        width: 100%;
    }

    #wapper .container {
        max-width: 100%;
    }

    .box_show_booking {
        width: 80%;
        margin: auto;
        left: 0%;
        right: 5%;
    }

    .bahung_info {
        display: none;
    }

    .box_hethong {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: nowrap;
    }

    .map_hethong,
    .list_hethong {
        width: 100%;
    }

    .logomenumobi img {
        max-height: 50px;
    }
}

@media screen and (max-width: 603px) {
    #conten_product .item {
        width: 50%;
    }

    .mee {
        padding: 0px !important;
    }

    div.header {
        height: 55px;
        line-height: 55px;
    }

    div.menu {
        height: 55px;
    }

    .menu_top {

        height: 55px;
    }

    .danhmuc_pc {
        display: none !important;
    }

    .danhmuc_mobi {
        display: block;
    }

    .lienketmobi {
        display: block;
        margin-bottom: 55px;
        margin-top: 0px !important;
    }

    .productlist_mobi {
        display: block;
    }

    #wap_sanpham {
        padding: 0px;
    }

    .visao_pc {
        display: none;
    }

    .visao_mobi {
        display: block;
    }

    .tab_cap2 {
        display: none !important;
    }

    .foorter_mobile {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 60px;
        border-top: 1px solid #3535357d;
        background: #fff;
        padding-top: 5px;
        z-index: 9999;
    }

    .product_danhmuc {
        border: unset;
    }

    #visaochonchungtoi .container {
        padding: 0px !important;
    }

    .info_visao {
        padding: 10px 2px 25px;
    }

    .item_visao {
        padding: 5px;
        width: 95%;
    }

    .item_visao1 {
        padding-right: 0px !important;
    }

    .item_visao3 {
        padding-left: 0px !important;
    }

    .info_visao p {
        font-size: 6px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .tuvanbaogia ul li a {
        padding: 10px;
        color: #fff;
        font-size: 10px;
    }

    .box_dm_duan {
        display: none;
    }

    .item_duan {
        padding: 5px !important;
    }

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

    .title_dm {
        padding: 10px 0px;
    }

    .tuvanbaogia ul li button {
        font-size: 10px;
    }

    .tuvanbaogia ul li {
        width: 200px;
    }

    .info_visao span {
        font-size: 6px;
    }

    .ico_visao {
        bottom: -10px;
        font-size: 15px;
    }

    .trangchu_fixed {
        line-height: 2;
        text-align: center;
    }

    .trangchu_fixed span {
        border-radius: 50px;
        background: #3b5eab;
        background-size: 30px 30px;
        color: #fff;
        height: 50px;
        padding: 8px 7px;
        font-size: 12px;
    }

    .danhmuc_fixed {
        text-align: center;
    }

    .danhmuc_fixed i {
        font-size: 30px;
        color: #3b5eab;
    }

    .trangchu_fixed p,
    .danhmuc_fixed p {
        margin-bottom: 0px;
        font-size: 13px;
        color: #3b5eab;
    }

    .dmsp1 {
        display: none;
    }

    .tintuc .wap_item .news_noibat {
        width: 100%;
        float: left;
        padding: 0px;
    }

    .tintuc .wap_item .news_phai {
        width: 100%;
    }


    .tintucindex {
        padding: 0px;
    }

    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 {
        height: auto;
        line-height: 1.5;
    }

    div.tieude_giua div {
        height: 35px;
        line-height: 35px;
        font-size: 17px;
        text-transform: capitalize;
        font-weight: 550;

    }

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

    #visaochonchungtoi .tieude_cs {
        font-size: 20px;
    }

    div.tieude_giua2 div {
        font-size: 16px;
    }

    .footer_bottom {
        width: 100%;
    }

    .footer_bottom h6 {
        font-size: 11px;
    }

    .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;
    }

    div.chang_view {
        width: 90% !important;
        margin: auto;
    }

    .sanphammoi .item:nth-child(5),
    .sp_index .item:nth-child(5) {
        display: none;
    }

    .sp_index {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .doitac {
        padding: 0px;
        padding-top: 15px;
    }

    .xemtatca {
        text-align: center;
        background: #eaeaea;
        display: inline-block;
        width: 100%;
        line-height: 40px;
        height: 40px;
        border-bottom: 1px solid #3535355e;

        margin: 0px;
    }

    .xemtatca a {
        color: #3b5eab;
        border-radius: 5px;
        line-height: 40px;
        background: unset;
        border: unset;
        padding: 0px;
    }

    .tieude_giua ul {
        display: none !important;
    }

    .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;
    }

    .modal-body form {
        width: 100%;
    }

    .input-content {
        padding: 20px 0px;
    }

    .header a.hien_menu img {
        width: 21% !important;
    }

    div#footer {
        height: unset;
    }

    div#footer:before,
    div#footer:after {
        display: none;
    }

    .product_danhmuc .tab_cap1 .danhmuc_cap1 i {
        display: none;
    }

    .product_danhmuc .tab_cap1 .danhmuc_cap1 {
        width: 31.3%;
        float: left;
        border: 1px solid #3b5eab;
        margin: 4px;
        padding: 13px 0px;
        border-radius: 5px;
        background: #ebebeb;
        text-align: center;
    }

    .product_danhmuc .tab_cap1 .danhmuc_cap1 a {
        color: #3b5eab;
        font-size: 13px;
    }

    .product_danhmuc .tab_cap1 .danhmuc_cap1:last-child {
        border-bottom: 1px solid #3b5eab;
    }

    .product_danhmuc .tab_cap2 {
        display: none;
    }

    .product_danhmuc {
        display: inline-block;
        width: 100%;
        padding: 0px !important;
    }

    div.tieude_giua p {
        display: none;
    }

    div.tieude_giua {

        margin: 0px;
        padding: 5px;
    }

    div.tieude_giua h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .logo_menu {
        display: none;
    }

    .info_video h3 {
        font-size: 13px;
    }

    .mota_news {
        display: none;
    }

    .xemtieptin a {
        font-size: 13px;
    }

    .chuongtrinhkm {
        max-width: 300px;
    }

    .box_list_tintuc {
        grid-template-columns: 1fr;
    }

}

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


    #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%;
    }

    div.copyright {
        width: 100%;
    }

    div.copyright img {
        display: none;
    }

    div.copyright #copy,
    div.copyright #copy a {
        font-size: 10px;
    }

    .wap_conten {
        display: none;
    }

    div.header {
        border-bottom: none;
    }

    .footer {
        padding: 0px !important;
    }

    .box_gioithieuindex {
        width: 100%;
        padding: 20px;
    }



    .title_dm h3 {
        font-size: 20px;
        margin: 0px;
    }

    .title_dm h3 img {
        display: none;
    }

    .title_dm p {
        display: none;
    }

    .box_item_dm_info {
        padding: 5px;
        margin-top: 0px;
    }

    .box_item_dm_info h3 {
        padding: 2px 0px;
    }

    .box_item_dm_info h3 a {
        font-size: 10px;
    }

    .box_item_dm_info p a {
        font-size: 10px;
    }

    .box_danhmucproduct .container {
        padding: 0px !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: 44%;
    }

    .header_top {
        display: none;
    }
}

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

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