@charset "UTF-8";
@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans.woff);
}
* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
html {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #000000;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
ol, ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;

}

.page-background {
    background: #f1f1f1;
}

.pd-left-15 {
    padding-left: 15px;
}

.pd-right-15 {
    padding-right: 15px;
}

.pd-top-15 {
    padding-top: 15px;
}

.bg-site {
    background-color: #41190f !important;
    padding: 0 15px;
}

.number {
    text-align: right;
}

.number2 {
    text-align: right;
}

.number3 {
    text-align: right;
}

.number_x {
    text-align: right;
}

.bg-grey {
    background-color: #f4f4f4 !important;
}

.pd-top-medium {
    padding-top: 45px;
}

.pd-bottom-medium {
    padding-bottom: 15px;
}

.color-white {
    color: #ffffff !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.cbo {
    width: 200px;
    border: 1px solid #CCCCCC;
    background: beige;
    height: 24px;
}

.cbo2 {
    width: 150px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background: beige;
    height: 34px;
}

.textbox1 {
    width: 200px;
    border: 1px solid #CCCCCC;
    background: beige;
    height: 30px;
    font-size: 12px;
}
.ui-datepicker .ui-datepicker-title select {
    height: 26px;
}
.width_400 {
    width: 400px
}

.width_300 {
    width: 300px
}

.width_250 {
    width: 250px
}

.width_150 {
    width: 150px;
}

.width_140 {
    width: 140px;
}

.width_130 {
    width: 130px;
}

.width_100 {
    width: 100px;
}

.width_120 {
    width: 120px;
}

.width_80 {
    width: 80px;
}

.width_75 {
    width: 75px;
}

.width_70 {
    width: 70px;
}

.width_60 {
    width: 60px;
}

.width_50 {
    width: 50px;
}

.width_40 {
    width: 40px;
}

.width_30 {
    width: 30px;
}

.width_20 {
    width: 20px;
}

ul, li, ol {
    list-style-type: none;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0 0 0 0 !important;
}

a{
    text-decoration: none !important;
    color: #fff;
}
a:hover{
    color: #0081bb;
}
.img-fluid {
    max-width: 100%;
}

.container {
    max-width: 1200px !important;
    padding: unset !important;
}

.size {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px
}

.clearfix {
    float: none;
    clear: both;
}

.header-top {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    background: rgba(247, 252, 252, 0.8) !important;
    transition: all 0.3s ease-in-out;
}

.pst-relative {
    position: relative;
}

.sticky {
    padding: 0;
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 999 !important;
    background: #ffb0bd;
    transition: all 0.3s ease-in-out;
}

.sticky2 {
    padding: 0;
    position: fixed !important;
    top: 100px !important;
    width: 100%;
    z-index: 101 !important;
    background-image: linear-gradient(rgb(199, 0, 15), rgb(199, 0, 15)) !important;
    transition: all 0.3s ease-in-out;
}

.nav .navbar {
    margin-bottom: 0;
}

.nav .navbar .icon-bar {
    background-color: #c7000b;
}

.vic-main-menu-nav {
    width: 88%;
    float: right;
}

.vic-logo {
    width: 12%;
    float: left;
    position: relative;
}

.vic-logo img {
    max-width: 80px;
    height: auto;
    position: absolute;
    top: -10px;
}

.company-infor {
    text-align: right;
    padding-top: 15px;
}

#contact .contact-infor_1 {
    width: 50%;
    float: left;
    text-align: left;
}

#contact .contact-infor_1 p, #contact .contact-infor_1 a {
    color: #000;
}
.ui-dialog {
    overflow: inherit !important;
    z-index: 1335 !important;
}
.no-titlebar .ui-dialog-titlebar {
    display: none;
}
.contact-infor ul {
    float: right;
}

.contact-infor .navbar-nav > li {
    padding-right: 15px;
}

.contact-infor .navbar-collapse.collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contact-infor .vic-lang-option ul li a {
    text-decoration: none;
    color: #f2b61a;
    font-size: 14px;
    padding: 0;
}

.contact-infor .vic-lang-option ul li a img {
    width: 30px;
}

.contact-infor .nav-item .toll-text {
    font-size: 14px;
}

.contact-infor .nav-item.lang-choose {
    margin-left: 15px;
    margin-top: -0px;

}

.contact-infor .dropdown-menu {
    z-index: 999999;
    border-radius: 0;
    min-width: 100px;
    border: 0;
    box-shadow: none;
    background: #f4f4f4;
    padding-top: 0;
    padding-bottom: 0;
}

.contact-infor .dropdown-menu .dropdown-item {
    display: block;
    padding-left: 5px;
    padding-bottom: 5px;
    position: relative;
}

.contact-infor .dropdown-menu .dropdown-item span {
    position: absolute;
    font-size: 14px;
    left: 40%;
    bottom: 5px;
}

.contact-infor .dropdown-menu .dropdown-item.mlang-select {
    background: #c7000f;
}

.contact-infor .dropdown-menu .dropdown-item img {
    max-width: 32px;
    margin-top: 5px;
}

.vic-main-menu-nav .vic-list-menu {
    float: right;
}

.vic-main-menu-nav .vic-list-menu li {
    float: left;
    padding: 15px 0;
}

.vic-main-menu-nav .vic-list-menu li a {
    color: #c7000b;
    text-transform: uppercase;
    padding: 0px 10px;
    font-size: 15px;
}

.search-result {
    background: #fff;
    min-height: 100vh;
}
.search-box input{
    outline: none;
    background: none;
    border: none;
    height: 100%;
    width: calc(100% - 35px);
    box-sizing: border-box;
    font-size: 13px;
    padding: 0 20px;
}
.search-box select {
    height: 34px;
    border-radius: 8px 0 0 8px;
    width: 100px;
    display: block;
    padding: 6px 4px;
    background-color: beige;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.search-box .search-item {
    height: 35px;
    width: auto;
    border-radius: 6px;
    border: 1px solid #00b214;
    padding: 7px;
    box-shadow: 1px 1px 1px 1px #ccc;
    float: left;
    color: #000;
    margin-right: 5px;
}

.list-protype .protype-item {
    border-bottom: 1px solid #ccc;
}

.list-protype .protype-item:hover {
    background-color: #3daa12;
    transition: 0.5s;
}

.list-protype .protype-item:hover a {
    color: #fff;
}

.list-protype .protype-item a {
    width: 100%;
    display: block;
    padding: 10px;
}

.slider-labels {
    margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
       its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #345DBB;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53, 93, 187, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

.dialog-title {
    background: #3daa12;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    display: inline-block;
}

.dialog-content {
    padding: 20px;
}

.search-box .search-item .search-value::after {
    content: '';
    align-items: center;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    background-image: url("../../images/dropdown-icon.png");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    display: inline-block;
}
.search-input .btn-search {
    height: 100%;
    float: right;
    outline: none;
    color: #fff;
    background: #0085c3;
    border: 1px solid #fff;
    border-radius: 25%;
    padding: 0 10px;
}

.vic-wrapper .vic-header .search-box {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(65, 25, 15, 0.8) !important;
    padding: 15px 0;
    z-index: 99;
}

.block-title-loai {
    background: #ffffff
}

.block-title-loai h1 {
    text-transform: uppercase;
    font-size: 45px;
    color: #F67C00;
    padding-bottom: 5px;
}

.vic-wrapper .vic-header .search-box .block-title {
    text-align: center;
    padding-bottom: 15px
}

.vic-wrapper .vic-header .search-box .block-title h2 {
    color: #7c2529;
    margin: 0
}

.vic-wrapper .vic-header .search-box .block-title h3 {
    color: #7c2529;
    margin-top: 0;
    font-size: 14px
}

.vic-wrapper .vic-header .search-box .block-title .under-line {
    width: 123px;
    height: 2px;
    background: #7c2529;
    margin: 0 auto;
    margin-top: 10px
}

.vic-wrapper .vic-header .search-box .search-bar {
    margin: 0 auto;
    display: block;
}

.vic-wrapper .vic-header .search-box .search-bar form {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
    margin: 0;
    width: 100%
}

.vic-wrapper .vic-header .search-box .search-bar form .search-field {
    width: 100%;
    color: #000;
    text-indent: 5px;
    line-height: 30px;
    font-size: 16px;
    padding-right: 0;
    border: none
}

.vic-wrapper .vic-header .search-box .search-bar form .search-title {
    font-size: 12px;
    height: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 4px;
    display: block;
}

.vic-wrapper .vic-header .search-box .search-bar form .checkin-date-wrapper, .vic-wrapper .vic-header .search-box .search-bar form .checkout-date-wrapper, .vic-wrapper .vic-header .search-box .search-bar form .choose-hotel, .vic-wrapper .vic-header .search-box .search-bar form .choose-room-type, .vic-wrapper .vic-header .search-box .search-bar form .promo-code-wrapper, .vic-wrapper .vic-header .search-box .search-bar form .search-btn-wrapper {
    width: 15%;
    float: left
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-currency {
    margin-left: 5px;
    width: 18%;
    float: left
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-currency .currency-options {
    height: 36px
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-hotel {
    width: 35%
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-hotel .hotel-options {
    height: 36px;
    width: 100%
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-hotel .hotel-options option {
    color: #141414;
    padding: 3px 10px
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-hotel .hotel-options option:first-child {
    padding-top: 5px
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-room-type {
    width: 24%;
    margin-left: 5px;
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-room-type .room-type-options {
    height: 36px;
    width: 100%
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-room-type .room-type-options option {
    color: #141414;
    padding: 3px 10px
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-room-type .room-type-options option:first-child {
    padding-top: 5px
}

.vic-wrapper .vic-header .search-box .search-bar form .checkin-date-wrapper, .vic-wrapper .vic-header .search-box .search-bar form .checkout-date-wrapper, .vic-wrapper .vic-header .search-box .search-bar form .options-wrapper {
    width: 17%;
    margin-left: 5px
}

.vic-wrapper .vic-header .search-box .search-bar form .checkin-date-wrapper > div, .vic-wrapper .vic-header .search-box .search-bar form .checkout-date-wrapper > div, .vic-wrapper .vic-header .search-box .search-bar form .options-wrapper > div {
    position: relative
}

.vic-wrapper .vic-header .search-box .search-bar form .checkin-date-wrapper > div .uk-icon-calendar, .vic-wrapper .vic-header .search-box .search-bar form .checkout-date-wrapper > div .uk-icon-calendar, .vic-wrapper .vic-header .search-box .search-bar form .options-wrapper > div .uk-icon-calendar {
    position: absolute;
    top: 25%;
    right: 10px
}

.vic-wrapper .vic-header .search-box .search-bar form .checkin-date-wrapper .date-caret, .vic-wrapper .vic-header .search-box .search-bar form .checkout-date-wrapper .date-caret, .vic-wrapper .vic-header .search-box .search-bar form .options-wrapper .date-caret {
    pointer-events: none
}

.vic-wrapper .vic-header .search-box .search-bar form .checkin-date, .vic-wrapper .vic-header .search-box .search-bar form .checkout-date, .vic-wrapper .vic-header .search-box .search-bar form .hotel-options, .vic-wrapper .vic-header .search-box .search-bar form .promo-code, .vic-wrapper .vic-header .search-box .search-bar form .search-btn {
    cursor: pointer;
    position: relative;
    margin: 0;
    border-radius: 0;
    height: 36px;
    /*font-family: "Minion Pro";*/
    font-size: 16px !important
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-hotel .uk-button, .vic-wrapper .vic-header .search-box .search-bar form .choose-room-type .uk-button, div.vic-wrapper .vic-header .search-box .search-bar form .choose-hotel .vic-button, div.vic-wrapper .vic-header .search-box .search-bar form .choose-room-type .vic-button {
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left: 22px
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-hotel .uk-dropdown {
    text-align: left
}

.vic-wrapper .vic-header .search-box .search-bar form .choose-room-type .uk-dropdown {
    text-align: left
}

.vic-wrapper .vic-header .search-box .search-bar form .search-btn-wrapper {
    width: 10% !important;
    margin-left: 5px
}

.vic-wrapper .vic-header .search-box .search-bar form .search-btn-wrapper .search-btn {
    width: 100%;
    background: #d59c18;
    /* background: rgba(124, 37, 41, .8); */
    color: #41190f;
    border: none;
    height: 36px;
    cursor: pointer;
}

.vic-wrapper .vic-header .search-box .search-bar form .search-btn-wrapper-d {
    width: 18.9% !important
}

.vic-wrapper .vic-header .search-box .search-bar form .vic-down-caret {
    cursor: pointer;
    position: absolute;
    font-family: Roboto, sans-serif !important;
    right: 7px;
    top: 25%
}

.vic-wrapper .vic-header .search-box .search-bar .options-wrapper .emm-btn-booking-inner {
    width: 100%;
    height: 36px;
    color: #000
}

.vic-wrapper .vic-header .search-box .search-bar .options-wrapper ul.uk-nav-dropdown {
    padding: 0 10px
}

.vic-wrapper .vic-header .search-box .search-bar .options-wrapper ul.uk-nav-dropdown li {
    display: inline-block;
    width: 100%
}

.vic-wrapper .vic-header .search-box .search-bar .options-wrapper ul.uk-nav-dropdown label.lbl {
    float: left;
    text-align: left;
    max-width: 110px
}

.vic-wrapper .vic-header .search-box .search-bar .options-wrapper ul.uk-nav-dropdown #children {
    margin-top: 10px
}

.vic-wrapper .vic-header .search-box .search-bar .options-wrapper ul.uk-nav-dropdown .spin {
    float: right
}

.vic-wrapper .vic-header .search-box .search-bar .options-wrapper ul.uk-nav-dropdown .spin span {
    width: 30px;
    height: 22px;
    text-align: center;
    background: #7c2529;
    color: #fff;
    font-weight: bolder;
    display: inline-block;
    cursor: pointer
}

.vic-wrapper .vic-header .search-box .search-bar .options-wrapper ul.uk-nav-dropdown .uk-nav-divider {
    clear: both;
    margin: 8px 0
}

.block-title {
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    color: #ff6300;
}

.best-seller {
    background: #fff;
}

.block-title h2 {
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
}

.block-title2 {
    padding: 15px 0;
    text-align: center;
    color: #41190f;
}

.block-title2 h2 {
    position: relative;
    font-size: 35px;
}

.block-title h2:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 2px;
    background: #ff6300;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}

.box-room {
    padding: 5px 15px;
    background: #fff;
    /*min-height: 110px;*/
}

.box-room-title {
    text-transform: uppercase;
    color: #d59c18;
    font-weight: 500;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 7px;
}

.box-room-price {
    display: block;
    color: #41190f;
}

.box-room-price span {
    display: block;
    text-align: right;
}

.box-room-price span.new-price {
    font-weight: bold;
}

.box-room-price span.old-price {
    color: #f00000;
    font-style: italic;
}

#reviews .item {
    max-width: 800px;
    margin: 0 auto;
}

#reviews .item .img {
    width: 100px;
    height: 100px;
    float: left;
    padding-right: 15px;
}

.cap-reviews p {
    color: #41190f;
}

.cap-reviews .user-name {
    color: #d59c18;
    font-weight: 700;
}

footer .footer-logo {
    width: 60%;
    margin-left: 1%;
}

footer .infor-hotel {
    float: left;
}

.footer-address-inner .block-title h2,
.footer-address-inner .block-title h2:before {
    color: #f4f4f4;
}

.footer-address-inner .block-title h2:before {
    background: #f4f4f4;
}

.infor-hotel-logo {
    width: 18%;
    float: left;
}

.infor-hotel-cotent {
    width: 100%;
    float: left;
    padding-left: 15px;
    font-size: 16px;
}
.infor-hotel-cotent .home {
    font-size: 16px;
    font-weight: bold;
}
.infor-hotel-cotent .address,.infor-hotel-cotent .address a {
    font-size: 16px;
}
.infor-hotel-cotent .address a:hover{
    color: #000;
}
.count-visitor {
    width: 100%;
    float: right;
}

.infor-hotel-cotent p {
    color: #000;
}

.infor-map {
    width: 32%;
    float: right;
}

.info-center-cotent {
    width: 90%;
    float: right;
    padding-left: 45px
}

.info-center-cotent p {
    color: #fdfdfd;
}

.infor-hotel-logo img {
    width: 70%;
    margin: 0 15%;
}
.infor-social div {
   margin-left: 10px;
}
.contact-map-2 p{
    margin-bottom: 0 !important;
}
.infor-social ul > li:hover {
    background: unset;
    transition: unset;
}

.infor-social ul > li:hover a {
    color: #000;;
}

.infor-social a {
    display: block;
    color: #fff;
}
.footer-slider a img{
    width: 80%;
}
.social ul li {
    display: inline-block;
    padding-right: 15px;
}

.social ul li a {
    font-size: 25px;
}

.fangpage {
    width: 23%;
    float: left;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.nav > li > a:focus, .nav > li > a:hover {
    /*background: none !important;*/
}

.room-block-inner {
    margin-bottom: 25px;
}

.item-room {
    width: 60% !important;
    float: left;
}

.room-detail {
    width: 40%;
    float: left;
}

.title-room h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #41190f;
    padding: 25px;
}

.desciption {
    padding-left: 25px;
}

.desciption ul {
    padding-left: 0;
}

.desciption ul li {
    padding-bottom: 7px;
}

.desciption ul li .fa {
    padding-right: 7px;
    width: 25px;
}

.desciption .box-room-price span {
    text-align: left;
}

.btn-detail-room {
    margin-top: 17px;
    display: block;
    background: #0AA650;
    width: 170px;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    color: #fcfcfc;
    font-weight: 700;
    border: none;
}

.btn-detail-room:hover {
    background: #ff0900;
    color: #fcfcfc;
}

.room-detail-content {
    display: flex;
}

.desciption-detail-left {
    width: 70%;
    float: left;
}

.desciption-detail-left {
    padding: 0 15px;
}

.desciption-detail-right {
    width: 30%;
    float: left;
    background: #41190f;
}

.desciption-detail-right ul li {
    color: #f4f4f4;
}

.desciption-detail-right .new-price {
    color: #f2b61a;
    font-weight: 700;
}

.hotel-overview .hotel-name {
    padding-left: 0;
    padding-right: 0;
    color: #f2b61a;
}

.booking-block .room-list {
    width: 75%;
    float: left;
    padding-right: 15px;
}

.booking-block .infor-booking-room {
    width: 25%;
    float: right;
}

.booking-block .infor-booking-choose {
    background: #41190f;
    padding: 0 15px;
    padding-bottom: 15px;
}

.booking-block .infor-booking-choose .label {
    font-size: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    display: block;
    text-align: left;
}

.booking-block .infor-booking-choose .field input,
.booking-block .infor-booking-choose .field select {
    width: 100%;
    border: none;
    padding: 5px;
}

.contact-btn .btn-submit {
    padding: 5px;
    border: none;
}

.booking-choose .title {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.block-item-new .block-item-new-img {
    width: 45%;
    float: left;
}

.block-item-new .block-item-new-cap {
    width: 55%;
    float: right;
    padding: 15px;
    font-size: 15px;
    word-break: break-all;
}

.block-item-new .block-item-new-cap h3 {
    font-size: 20px;
    color: #f2b61a;
    padding-bottom: 5px;
    font-weight: 700;
}

.block-item-new .block-item-new-cap h4 {
    font-weight: 700;
    font-size: 16px;
    color: #f00000;
}

.favor-block {
    margin-bottom: 25px;
}

.favor-block .block-title h2 {
    font-size: 30px;
}

.uk-pagination > li > a {
    background: #f2b61a !important;
    color: #41190f !important;
    padding: 5px 7px !important;
}

.uk-pagination > li > a, .uk-pagination > li > span {
    padding: 5px 7px !important;
}

.btn-back {
    font-weight: 600;
    color: #41190f;
}

#contact-page .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    outline: transparent;
    height: 36px;

}

.form-group {
    margin-bottom: unset;
}

.contact-map {
    margin-top: 15px;
}

#contact .contact-map {
    width: 50%;
    float: right;
    padding-left: 45px
}

.contact-form {
    /*    position: absolute !important;*/
    /*right: 0;*/
    margin: 0px auto;
    background: rgba(65, 25, 15, 0.8);
    padding-bottom: 15px;
    margin-bottom: 20px
}

.order-detail .row-site {
    display: flex;
}

.order-detail .infor-customer,
.order-detail .infor-order {
    padding-top: 15px;
    padding-bottom: 15px;
}

.order-detail .infor-order {
    background: #41190f;
}

.order-detail .title-order h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f2b61a;
    margin-bottom: 15px;
}

.order-detail .form-group label {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
}

.order-detail .infor-order .form-group label {
    color: #f4f4f4;
}

.infor-room span {
    display: block;
    color: #f4f4f4;
    font-weight: 600;
    margin-bottom: 5px;
}

.total-price-order {
    font-size: 15px;
    color: #f2b61a;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.format-input {
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #41190f;
}

.format-input:focus, .format-input:active {
    outline: none !important;
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #000091 !important;
    margin-bottom: 30px;
    border: 1px solid #000091 !important;
    border-radius: 0 !important;
    margin-bottom: 30px !important;
}

.filter-button:hover {
    background: #000091 !important;
    color: #ffffff !important;
    text-align: center;

}

.btn-default:active .filter-button:active {
    background: #41190f !important;
    color: #f2b61a !important;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

.gallery_product img {
    width: 100%;
    height: 220px;
}

.alert-success {
    border-radius: 0 !important;
}

.gallery-home {
    padding-bottom: 45px;
}

.contactForm .help-block, .contactForm .help-block ul,
.contactForm .help-block ul li {
    margin-bottom: 5px !important;
    font-size: 12px;
    color: #f1f1f1;
}

.total {
    padding: 15px;
    font-weight: 700;
    color: #41190f;
}

.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    height: 70px;
    background: rgba(255, 9, 0, 0.8) !important;
    padding: 15px !important;
    font-size: 20px !important;
}

.owl-nav button span {
    color: #f1f1f1;
    font-size: 40px;
    line-height: 30px;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-theme .owl-nav {
    margin: 0 !important;
}

.mission {
    background-image: url("../../images/background-su-menh.png");
    padding: 10px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .btn-detail-room {
        width: auto;
        width: 75%;
    }

    footer .footer-logo {
        width: 100%;
        float: none;
        text-align: center;
    }

   .fangpage, .infor-hotel-logo, .infor-hotel-cotent, .infor-social, .count-visitor {
        width: calc(100% - 20px) !important;
        padding: 0;
    }
    .infor-map {
        width: calc(100% - 20px) !important;
        float: left;
    }

    .infor-map iframe {
        width: 100% !important;
    }

    .infor-hotel-logo {
        text-align: center;
    }

    .infor-hotel-logo img {
        width: 130px;
        height: auto;
    }

    .footer-address {
        padding-bottom: 25px;
    }

    .order-detail .row-site {
        display: grid;
    }

    .vic-lang-option .navbar-nav .open .dropdown-menu {
        position: absolute;
        background: #f4f4f4;
    }

    .rooms-block {
        word-break: break-all;
    }

    .vic-lang-option .navbar-nav .open .dropdown-menu {
        position: absolute;
        min-width: 60px;
        width: 200%;
        /* top: 0px; */
        margin-top: -4px;
        background: none repeat scroll 0 0 rgba(41, 31, 247, 0.75);

    }

    .contact-infor .dropdown-menu .dropdown-item span {
        display: none;
    }

    .mission h2 {
        font-size: 24px;
    }

    .block-title-loai h1 {
        font-size: 24px;
    }

    .block-title-loai h3 {
        font-size: 18px;
    }

    .block-title h2 {
        font-size: 24px;
    }

    .mission .mission_info h2 {
        font-size: 18px;
    }

    .mission .mission_info p {
        /*font-size: 13px;*/
    }
    .infor-hotel-cotent .home {
        font-size: 14px !important;
    }
    .infor-hotel-cotent .address,.infor-hotel-cotent .address a {
        font-size: 13px !important;
    }
/*===============HEADDER=========*/
    .top-bar-info .top-bar-logo a img,.top-bar-info .top-bar-map a img {
        width: 40px;
    }
    .top-bar-company .company-name{
        font-size: 14px !important;
    }
    .top-bar-company .company-address, .top-bar-company .company-contact a {
        font-size: 12px !important;
    }
/*==========END HEADDER==========*/
}

@media (max-width: 460px) {
    .hotline .toll-text {
        display: none;
    }

    .contact-infor .navbar-nav > li {
        padding-right: 0;
    }

    .contact-infor .navbar-nav > li.address {
        display: none;
    }

    .vic-wrapper .vic-header .search-box {
        position: inherit;
    }

    .vic-wrapper .vic-header .search-box .search-bar form .checkin-date-wrapper,
    .vic-wrapper .vic-header .search-box .search-bar form .checkout-date-wrapper,
    .vic-wrapper .vic-header .search-box .search-bar form .options-wrapper,
    .vic-wrapper .vic-header .search-box .search-bar form .choose-room-type,
    .vic-wrapper .vic-header .search-box .search-bar form .choose-currency,
    .vic-wrapper .vic-header .search-box .search-bar form .search-btn-wrapper {
        width: 100% !important;
        margin-left: 0;
    }

    .vic-wrapper .vic-header .search-box .search-bar .search-title {
        font-size: 14px;
        margin-bottom: 0;
        height: auto !important;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .vic-main-menu-nav, .vic-main-menu-nav ul {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }

    .vic-main-menu-nav .vic-list-menu li {
        float: none;
    }

    .contact-infor .nav-item {
        float: left;
    }

    .contact-infor .navbar-collapse {
        border: none;
        box-shadow: none;
    }

    .contact-infor .nav-item .toll-text {
        display: none;
    }

    .block-item-new .block-item-new-img,
    .block-item-new .block-item-new-cap {
        width: 100%;
        float: none;
    }

    .box-item-loai {
        padding-bottom: 15px;
    }

    .box-item-loai .item-room,
    .box-item-loai .room-detail {
        width: 100% !important;
        float: none;
    }

    .room-detail-content {
        display: grid;
    }

    .room-detail-content .desciption-detail-left,
    .room-detail-content .desciption-detail-right,
    .booking-block .room-list,
    .booking-block .infor-booking-room {
        width: 100%;
        float: none;
    }

    .room-detail-content .desciption-detail-right {
        padding: 15px;
    }

    .booking-block .infor-booking-room {
        margin-top: 15px;
    }

    .header-top {
        position: inherit !important;
        background: #f7fcfc !important;
    }

    /*.company-infor {*/
    /*padding-top: 0;*/
    /*}*/
    .vic-logo img {
        top: 0px;
        max-height: 70px;
    }

    .top-menu .navbar {
        min-height: 30px;
    }

    .top-menu .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .contact-infor .nav-item.lang-choose {
        margin-top: 0px;
        margin-right: 24px;
    }

    .contact-infor .vic-lang-option ul li a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .nav {
        display: inherit !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
}

/*@media only screen and (max-width:800px){
    .slogan{
        display: none
    }
}*/
.dynamic-input-error {
    color: red
}

.text-danger {
    margin-left: 150px;
}

/* Social Icons */
.socialfollow {
    float: right;
    margin-right: 10px;
}

.socialfollow a i {
    top: 10px;
}

.socialfollow a {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 14px;
    float: left;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.31s ease;
    -moz-transition: all 0.31s ease;
    -ms-transition: all 0.31s ease;
    -o-transition: all 0.31s ease;
    transition: all 0.31s ease;
}

.socialfollow a {
    border-radius: 8px;
    /*padding: 5px 5px 5px 5px;*/
    margin-right: 7px;
    transition: .3s all;
}

.footer-in .socialfollow a {
    background: rgba(255, 2555, 255, 0.05);
}

.socialfollow a:first-of-type {
    margin-left: 0;
}

#footer .footer-in .socialfollow a:hover {
    text-decoration: none;
    border-color: transparent;
    color: #fff;
}

#footer .socialfollow a:hover i {
    color: #c7000b;
}

#wrap .socialfollow a.facebook:hover {
    background: #3b5996;
}

#wrap .socialfollow a.twitter:hover {
    background: #00acee;
}

#wrap .socialfollow a.vimeo:hover {
    background: #0dadd6;
}

#wrap .socialfollow a.dribble:hover {
    background: #d53e68;
}

#wrap .socialfollow a.youtube:hover {
    background: #cb322c;
}

#wrap .socialfollow a.pinterest:hover {
    background: #cb2027;
}

#wrap .socialfollow a.google-plus:hover {
    background: #c3391c;
}

#wrap .socialfollow a.envato:hover {
    background-color: #81b441;
}

#wrap .socialfollow a.linkedin:hover {
    background: #0073b2;
}

#wrap .socialfollow a.rss:hover {
    background: #f29a1d;
}

#wrap .socialfollow a.instagram:hover {
    background: #457399;
}

#wrap .socialfollow a.other-social:hover {
    background: #f63b29;
}

.top-bar .socialfollow {
    float: right;
    margin-right: 10px;
}

.top-bar .lftflot .socialfollow {
    margin-right: 0;
}

.top-bar .socialfollow.lftflot {
    float: left;
    margin-right: 0;
}

.top-bar .socialfollow img {
    opacity: 0.97;
}

.top-bar .socialfollow a {
    padding: 0;
    background: none;
    margin: 14px 3px 0;
    background-color: #c70424;
    border-radius: 8px;
    border: 1px solid #c70424;
    width: 28px;
    text-align: center;
    line-height: 28px;
    height: 28px;
}

.transparent-header-w.t-dark-w .top-bar .socialfollow a {
    background: none;
    border: none;
}

.top-bar .socialfollow a:hover, .transparent-header-w.t-dark-w .top-bar .socialfollow a:hover {
    background-color: #c7000f;
    color: #fff;
    border-color: transparent;
}

.our-team .socialfollow a {
    padding: 4px;
    margin: 1px 4px;
    background: none;
    height: 26px;
}

.top-bar .socialfollow i, .our-team .socialfollow i {
    color: #a1a1a1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.125s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.top-bar .socialfollow i, .top-links .socialfollow a:before {
    color: #fff;
    font-size: 13px;
}

.top-bar .socialfollow a:hover i {
    color: #fff;
    opacity: 1;
}

.our-team .socialfollow a:hover {
    background: none;
}

.socialfollow img {
    opacity: 0.79;
}

.socialfollow a {
    background-color: #c7000b;
}

.socialfollow i {
    font-size: 18px;
    color: #fcfcfc;
    opacity: 0.95;
}

#footer.litex .socialfollow a i {
    color: #6f6f6f;
}

#footer.litex .socialfollow a:hover i {
    color: #fff;
}

.change_languge {
    margin-top: 15px;
    float: right;
}

/*.top-bar .change_languge a {*/
/*padding: 0;*/
/*background: none;*/
/*margin: 14px 3px 0;*/
/*background-color: #c70424;*/
/*text-align: center;*/
/*line-height: 28px;*/
/*width: 28px;*/
/*height: 28px;*/
/*display: inline-block;*/
/*}*/
.change_languge a {
    padding: 8px;
    margin-right: 7px;
    transition: .3s all;
}


.menu-bar {
    position: relative;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #f7fcfc;
    border-color: #dee2e6 #dee2e6 #fff;
}

.dropdown-menu {
    color: #fff;
    background-color: #CC181E;
    min-width: 20rem;
    /*border-color: #dee2e6 #dee2e6 #fff;*/
    left: unset;
    top: unset;
    margin: unset;
    padding: unset !important;
}

.dropdown-menu .dropdown-item {
    color: #f7fcfc;
}

.dropdown-menu li a {
    font-size: 12px;
}

.dropdown-menu .dropdown-item:hover {
    background: none repeat scroll 0 0 #000091;
    transition: color 0.5s ease-in-out;
}

.block-title2 h3:after {
    content: '';
    display: block;
    margin: 2rem auto 0 auto;
    width: 100px;
    height: 4px;
    border-radius: 2px;
    background-color: #c7000b;
}

.mission .mission_info {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    text-align: justify;
}

.mission_info h2 {
    text-align: center;
    color: #fc0e2c;
}

.noidung h2, .dang-ky h2, .lichhoc h2 {
    text-align: center;
    color: #F67C00;
}

.noidung h3, .dang-ky h3, .lichhoc h3 {
    text-align: center;
    color: #fc0e2c;
}

.noidung p {
    text-align: justify;
    margin-top: 10px;
}

.lichhoc-coso {
    margin-top: 15px;
    margin-bottom: 15px;
}

.noidung h2:after, .dang-ky h2:after, .lichhoc h2:after {
    content: '';
    display: block;
    margin: 2rem auto 0 auto;
    width: 100px;
    height: 4px;
    border-radius: 2px;
    background-color: #F67C00;
}

.content h2, .content h3 {
    text-align: center;
    color: #fc0e2c;
}

.content h2:after, .content h3:after {
    content: '';
    display: block;
    margin: 2rem auto 0 auto;
    width: 100px;
    height: 4px;
    border-radius: 2px;
    background-color: #c7000b;
}

.tin-tuc a::after {
    border-bottom: 1px solid;
    width: 0px;
    content: " ";
    display: block;
    transition: all 2s;
    color: orange;
}

.dang-ky .dang_ky_ngay {
    margin-top: 15px;
}

.dang-ky .dang_ky_ngay span {
    color: #fcfcfc;
}

.dang-ky .dang_ky_ngay span:hover {
    color: #b1b5b3;
}

.dang-ky p {
    text-align: center;
    margin-top: 10px;
}

.img_program {
    width: 100%;
    height: auto;
}

#video_gioithieu {
    width: 680px;
    height: 480px;
    text-align: center;
}

.socialfollow a {

}

/*========Slider======*/
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jssorb032 {
    position: absolute;
}

.jssorb032 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb032 .i .b {
    fill: #fff;
    fill-opacity: 0.7;
    stroke: #000;
    stroke-width: 1200;
    stroke-miterlimit: 10;
    stroke-opacity: 0.25;
}

.jssorb032 .i:hover .b {
    fill: #000;
    fill-opacity: .6;
    stroke: #fff;
    stroke-opacity: .35;
}

.jssorb032 .iav .b {
    fill: #000;
    fill-opacity: 1;
    stroke: #fff;
    stroke-opacity: .35;
}

.jssorb032 .i.idn {
    opacity: .3;
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

.jssor-row img {
    width: 100%;
    height: auto;
}

#cfacebook {
    position: fixed;
    bottom: 0px;
    z-index: 999999999999999;
    width: 250px;
    height: auto;
    box-shadow: 6px 6px 6px 10px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

#cfacebook .fchat {
    float: left;
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: none;
    background-color: #fff;
}

#cfacebook .fchat .fb-page {
    margin-top: -130px;
    float: left;
}

#cfacebook a.chat_fb {
    float: left;
    padding: 0 25px;
    width: 250px;
    color: #fff;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAqCAMAAABFoMFOAAAAWlBMV…8/UxBxQDQuFwlpqgBZBq6+P+unVY1GnDgwqbD2zGz5e1lBdwvGGPE6OgAAAABJRU5ErkJggg==);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: #3a5795;
    border: 0;
    border-bottom: 1px solid #133783;
    z-index: 9999999;
    margin-right: 12px;
    font-size: 18px;
}

#cfacebook a.chat_fb:hover {
    color: yellow;
    text-decoration: none;
}

.noidung-lienhe .form-area {
    margin: 0px auto;
    background: rgba(199, 0, 15, 0.8);
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #fcfcfc;
}

.noidung-lienhe .form-area h2 {
    color: #fcfcfc;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*jssor slider bullet skin 053 css*/
.jssorb053 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb053 .i .b {
    fill: #fff;
    fill-opacity: 0.3;
}

.jssorb053 .i:hover .b {
    fill-opacity: .7;
}

.jssorb053 .iav .b {
    fill-opacity: 1;
}

.jssorb053 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 093 css*/
.jssora093 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora093 .c {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
}

.jssora093 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
}

.jssora093:hover {
    opacity: .8;
}

.jssora093.jssora093dn {
    opacity: .6;
}

.jssora093.jssora093ds {
    opacity: .3;
    pointer-events: none;
}

#jssor_1 {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 380px;
    overflow: hidden;
    visibility: hidden;
}

.jssorl-009-spin {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.jssor-slide {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 380px;
    overflow: hidden;
}
#notfound, .main-content {
    position: relative;
    min-height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 200px;
    margin: 0px auto 20px;
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: Roboto, sans-serif;
    font-size: 120px;
    font-weight: 200;
    margin: 0px;
    color: #ff6300;;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #211b19;
    background: #fff;
    padding: 10px 5px;
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.notfound a {
    font-family: Roboto, sans-serif;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 23px;
    background: #ff6300;
    font-size: 18px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    color: #ff6300;
    background: #211b19;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 148px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 148px;
        margin: 0px auto 10px;
    }

    .notfound .notfound-404 h1 {
        font-size: 86px;
    }

    .notfound .notfound-404 h2 {
        font-size: 16px;
    }

    .notfound a {
        padding: 7px 15px;
        font-size: 14px;
    }
}

/**
 * Place your custom styles here.
 */
h1 {
    color: #014590;
    font-size: 1.5em;
}

h2 {
    color: #da232e;
    font-size: 1.5em;
}

h3.node-title, h3.node-title a {
    color: #da232e;
    text-decoration: none;
}

h4 {
    font-weight: bold !important;
    font-size: 14px;
}

header {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

p {
    text-align: justify;
}

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

.item img {
    /*height: 390px;*/
    object-fit: contain;
}

/**
* Footer
*/
.footer {
    background-color: #5e5e5e;
    color: #fff;
    padding-bottom: 0rem;
    position: static;
    border: none;
    margin-top: 0;
    padding-top: 1rem;
    /*background-image: url(../images/logo-NHG-w.png);*/
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 120px;
    font-size: 1.5rem;
}

#footer-area {
    padding: 5px 10px !important;
    background: #CCCCCC;
    color: #333366;
    margin-bottom: 0px;
}

.connectus {
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    width: 200px;
}

.social {
    display: block;
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: right;
    height: 53px;
    width: 200px;
    margin: 3px auto;
}

footer h2 {
    padding: 20px 5px;
    color: #fff;
    margin: 0px;
}

.contact {
    padding: 20px 0px;
}

.region-copyright, .region-copyright p {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    line-height: 5rem;
}

/**/
/*---------------------------------------------------------*/
#block-saigonacademy {
    padding: 1rem;
}

figure {
    overflow: hidden;
    width: 100%;
}

#back-top {
    right: 20px;
}

.view-taxonomy-term .view-header > div > div {
    padding: 10px;
    background-color: #891a1c;
    border-radius: 10px;
    color: #fff;
}

/******* Main menu *******/
.navbar-header {
    float: none !important;
}

/******* Banner *******/
.views_slideshow_cycle_teaser_section {
    margin: auto;
    width: 100% !important;
}

.views_slideshow_cycle_slide {
    margin: auto;
    width: 100% !important;
}

.img-responsive {
    margin: auto;
    width: 270px;
    height: 180px;
}

.banner .img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
}

/******* Page header*******/
h1.page-header::after {
    content: '';
    display: block;
    margin: 2rem auto 0 auto;
    width: 100px;
    height: 4px;
    border-radius: 2px;
    background-color: #93c524;
}

.page-header {
    margin-top: 0;
    border: 0 !important;
    text-align: center;
}

/******* Thanh vien tap doan  *******/
.tvtd {
    text-align: center;
    padding-bottom: 20px;

}

/******* Giao duc 0 tuoi *******/
.col-md-4.gds {
    text-align: center;
}

.gds > div > div {
    text-align: justify;
}

.col-md-4.gds img {
    width: 150px;
    height: 150px;
}

.col-md-4.gds h3 a {
    color: #891a1c;
}

/*********** Node ***********/
h2 > a {
    color: #88191c;
}

h2 > a:hover {
    text-decoration: none;
    color: #0007ff;
}

.banner {
    margin-bottom: 0rem;
}

.banner-top img {
    height: auto !important;
}

.tvtd img {
    height: 100%;
    width: auto;
}

main {
    background-color: #fff;
    position: inherit;
    margin-bottom: 2rem;
}


.view-thu-vien-anh {
    /*background: rgba(134, 38, 38, 0.55);*/
    padding: 2rem 0rem;
    border-radius: 1rem;
}

.camera a {
    /*background-image: url(../images/camera.png) no-repeat;*/
    float: right;
}

.col-r {
    border-left: #88191c;
    border-left-style: solid;
}

.block-region-sidebar-right {
    border-left: 5px #891a1c solid;
    padding-left: 10px;
}


/************Repondensie**************/
.image img {
    width: auto;
    height: auto;
    max-width: 100%;
}

#map-canvas {
    height: 400px;
}

.dien-thoai.about-us a {
    color: #333;
}

.node-readmore a {
    color: #333;
}

.block-title {
    text-align: center;
    text-transform: uppercase;
}

nav h2 {
    text-align: center;
}

a:focus {
    outline: unset !important;
}

h1.page-header {
    font-size: 2.6rem;
    padding-top: 20px;
}

/************Album facebook**************/
.album-wrapper, .photo-wrapper {
    position: static;
}

.album-details {
    position: relative;
    bottom: 90px;
    height: 0;
}

.album-text {
    color: #550b0b;
    background-color: rgba(255, 255, 255, 0.57);
    width: 100%;
    margin: 5px;
    height: 90px;
    transition: all 0.5s;
}

.fb-loading-icon {
    height: 10px;
}

.album-thumb, .photo-thumb {
    overflow: hidden;
}

.album-thumb i, .photo-thumb i {
    transform: scale(1);
    transition: all 0.5s;
}

.album-wrapper:hover i, .photo-thumb:hover i {
    transform: scale(1.1);
}

.album-text .fb-link {
    font-size: 2rem;
}

.album-wrapper:hover .album-text {
    opacity: 0;
}

#block-thuvienanh li, #block-thuvienanh li:hover {
    text-align: center;
}

#block-thuvienanh li a {
    color: #891a1c;
    font-weight: bold;
    font-size: 2rem;
}

#block-thuvienanh li a:hover {
    background-color: #fff !important;
}

/******* Danh gia cua phu huynh *******/
.danh-gia {
    text-align: center;
    color: #fff;;
    font-size: 1.4rem;
    padding-bottom: 10px;
}

.danh-gia .hinh-anh {
    width: 217px;
    display: inline-block;
    height: 217px;
    border-radius: 50%;
    margin-bottom: 10px;
    overflow: hidden;
}

.danh-gia .noi-dung {
    background: rgba(255, 255, 255, 0.72);
    border-radius: 1rem;
    padding: 1rem;
    color: #050000;
}

.reviews {
    /*background-image: url('../../images/bg_comment.png');*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    background-blend-mode: overlay;
    background-color: #0006;
}

.reviews h2 {
    color: #fff;
}

/************Social Menu***************/
#block-social ul {
    list-style: none;
    text-align: center;
}

#block-social ul li {
    display: inline-block;
}

#block-social ul li a:before {
    display: block;
    width: 50px;
    height: 50px;
}

#block-social ul li a {
    overflow: hidden;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    padding: 10px 0px;
    transition: all 0.5s;
}

#block-social ul li a:hover {
    background-color: rgba(0, 0, 0, 0.37) !important;
}

#block-social ul li a:before {
    font-family: OpenSans;
}

#block-social ul li:nth-child(1) a:before {
    content: "\f09a";
}

#block-social ul li:nth-child(2) a:before {
    content: "\f0d5";
}

#block-social ul li:nth-child(3) a:before {
    content: "\f16a";
}

#block-social ul li:nth-child(4) a:before {
    content: "\f03d";
}

#block-social ul li:nth-child(1) a {
    background-color: #3b5998;
}

#block-social ul li:nth-child(2) a {
    background-color: #dd4b39;
}

#block-social ul li:nth-child(3) a {
    background-color: #bb0000;
}

#block-social ul li:nth-child(4) a {
    background-color: #fccc63;
}

/******* Block co so *******/

.co-so {
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
}

.ten-co-so {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
}

.ten-co-so:before {
    content: "\f015";
    font-family: "FontAwesome";
    margin-right: 10px;
}

.dia-chi:before {
    content: "\f041";
    font-family: "FontAwesome";
    margin-right: 10px;
}

.dien-thoai a {
    color: #fff;
    text-decoration: none;
}

.dien-thoai ul {
    list-style: none;
    padding-left: 15px;
}

.dien-thoai li::before {
    content: "\f095";
    font-family: "FontAwesome";
    margin-right: 10px;
}

/*********Right menu*********/
.menu-right a {
    color: #646464;
    text-decoration: none;
}

.menu-right a:hover {
    color: #891a1c;
}

.menu-right a:before {
    font-family: FontAwesome;
    content: "\f138";
    padding-right: 10px;
}

.menu-right a:after {
    border-bottom: 1px solid;
    width: 0px;
    content: " ";
    display: block;
    transition: all 2s;
}

.menu-right a:hover:after {
    width: 100%;
}

/*************languageswitcher***************/
#block-languageswitcher {
    /*position: fixed;
      right: 0px;
      top: 0px;
      z-index: 9999;
      background-color: #fbb41c;
      padding: 2px;
      border-radius: 5px;
    transition: all 1s;*/
    float: right;
}

#block-languageswitcher li > a {
    width: 40px;
    display: block;
    overflow: hidden;
    /*background: #fcfcfc;*/
    height: 30px;
}

#block-languageswitcher li a {
    display: block;
    overflow: hidden;
    /*background: #fcfcfc;*/
}

#block-languageswitcher li.en a:before {
    content: " ";
    width: 40px;
    /*background-image: url(../images/gb.svg);*/
    height: 30px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

#block-languageswitcher li.vi a:before {
    content: " ";
    width: 40px;
    /*background-image: url(../images/vn.svg);*/
    height: 30px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

#block-languageswitcher li {
    float: right;
    padding-right: 10px;
}

#block-languageswitcher h2 {
    margin: 0;
    display: block;
    padding-bottom: 5px;
}

#block-languageswitcher ul {
    padding: 10px;
    list-style: none;
}

#block-languageswitcher .is-active {
    display: none;
}

/*******Taxonomy gds******/
.img_gds {
    float: left;
    padding-right: 10px;
}

.vid_gds {
    float: left;
    padding-right: 10px;
    width: 50%;
}

.noidung .body-teaser h3 {
    text-align: left;
    color: #F67C00;
}

article.ds-1col {
    margin: 10px 0;
}

/********Tin tuc********/
.vic-news .noidung {
    max-height: 550px !important;
    overflow: auto;
}

.tin-tuc {
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid;
    overflow: hidden;
}

.danh-muc {
    padding: 10px 0 10px 10px;
    overflow: hidden;
}

.danh-muc div {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.tin-tuc .group-left {
    float: left;
    padding: 0 10px;
    background-color: #F67C00;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    width: 90px;
}

.tin-tuc .group-middle {
    float: left;
    padding: 0 10px;
}

.tin-tuc .group-right {
    /*overflow: hidden;
    max-height: 210px;*/
    /*color: #c7000f;*/
}

.news-menu {
    width: 25%;
    float: left;
    border-right: 1px solid #ccc;
}

.news-menu div, .news-menu div a {
    padding: 5px;
    font-size: 18px;
}

/*.news-content{*/
/*    width: 74%;*/
/*    float: right;*/
/*    text-align: justify;*/
/*}*/
/*.news-content .noi-dung{*/
/*    padding: 10px;*/
/*}*/
.news-list .news-list-image {
    border: 1px solid #ccc;
    padding: 10px;
}

.news-list .news-list-title {
    font-weight: bold;
}

.news-list .news-list-posttime {
    font-style: italic;
    font-size: 12px;
    color: #a4a4a4;
}

.tin-tuc a {
    color: #F67C00;
}

.tin-tuc h3.node-title {
    margin: 10px 0;
}

.ngay {
    border-bottom: 1px solid;
    font-size: 4rem;
}

.ngay p, .thang p {
    text-align: center;
}

.body-teaser {
    line-height: 1.4;
    font-size: 1.6rem;
}

.phan-loai a {
    color: #f3d220;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

h3.node-title a:after {
    border-bottom: 1px solid;
    width: 0px;
    content: " ";
    display: block;
    transition: all 2s;
}

h3.node-title a:hover:after {
    width: 100%;
}

/**
* Main
*/

.video {
    text-align: center;
}

/**
* Block
*/
.title {
    color: #0085c3;
    font-size: 20px;
    display: inline-block;
    padding: 0 10px;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
}
.css-wsluue {
    position: absolute;
    left: 0;
    margin-top: 2px;
    width: 3px;
    height: 25px;
    background-color: #333;
}
.title a {
    color: #942b30;
}

.title a:hover {
    color: #d20909;
}

.bg_nav {
    background: #0085c3;
    width: 100%;
}

.home-news {
    background: #fff !important;
}

.home-news .news-content {
    padding: 10px;
    border-right: 1px solid #ccc;
    overflow: hidden;
    height: 400px;
}

.home-news .unset-border-right {
    border-right: unset;
}

.news-content .news-title {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 1.6em; /* fallback */
    max-height: 6.4em;
}

.news-content .news-title a {
    color: #01447e;
    font-weight: bold;
}

.news-content .news-image {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-height: 6.4em; /* fallback */
    height: 50%;
}

.news-content .news-image img {
    object-fit: contain;
    overflow: hidden;
    min-height: 100%;
}

.news-content .news-title a:hover {
    color: #01447e;;
}

.home-news .news-description p {
    padding: 5px 0;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: unset;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7; /* number of lines to show */
}

.news h2, .news a {
    color: #000;
}

/**Summer*/
.summer {
    max-width: 1170px;
    margin: 0 auto;
}

.summer-flex {
    display: flex;
    flex-wrap: wrap;
}

.summer-flex-r {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.slider_carousel .item img {
    text-align: center;
    object-fit: contain;
}

.p1515 {
    padding: 15px 15px;
}

.khung {
    padding: 20px 20px;
    margin: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.skills {
    align-self: flex-end !important;
    text-align: center;
    padding: 20px;
}

.tieu_de {
    color: #226aa4;
    font-size: 2.5rem;
}

.tieu_de_2 {
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    padding: 30px 0;
}

.tieu_de_3 {
    color: #226aa4;
    font-size: 2.2rem;
    display: inline-block;
    position: relative;
    top: 12px;
    font-weight: 700;
    background: #fff;
}

.head_border {
    text-align: center;
    border: 2px solid #226aa4;
    width: fit-content;
    margin: 30px auto;
    padding: 0 40px;
}

.item ul {
    list-style: none;
}

.site-logo {
    /*max-width: 100px;*/
    height: auto;
}

.menu-icon-show {
    display: block !important;
    height: 100%;
}

.hide-dropdown {
    display: none;
}

.menu-icon {
    display: none;
    height: 100%;
}

.menu-breadcrumbs {
    height: 50px;
    background: #fff86d;
}

.navbar-toggle {
    position: relative;
    float: left;
    background-color: unset;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.menu-name {
    position: relative;
    float: left;
    margin-top: 14px;
    margin-left: -20px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.responsive-menu {
    background: none repeat scroll 0 0 rgba(41, 31, 247, 0.75);
}

.vic-logo {
    top: -20px;
    float: none;
    position: relative;
}

.site-branding {
    display: none;
}

.top_logo .logo {
    max-width: 80px;
    margin-left: 20px;
}

.dichvu {
    margin-top: 15px;
}

.dichvu .dichvu_tieude {
    margin-left: 25%;
}

.dichvu .dichvu_tieude:after {
    content: '';
    display: block;
    margin: 2rem auto 0 auto;
    width: 100%;
    border-radius: 2px;
    background-color: #c7000b;
}

.dichvu .dichvu_tieude:hover {
    text-shadow: 5px 2px 4px grey;
}

.program_info h2:hover {
    text-shadow: 5px 2px 4px grey;
}

.dichvu .dichvu_gioithieu, .dichvu .dichvu_img {
    text-align: center;
}

.dichvu .dichvu_gioithieu > p {
    text-align: justify;
}

.thumbnail img {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    backface-visibility: hidden;
}

.thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: 220px;
}

.service {
    margin-left: 20px;
    margin-right: 20px;
}

.service .thumbnail a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service .thumbnail a > img, .service.thumbnail > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.thumbnail {
    /*border: 1px solid #c7000f;*/
    border-radius: 4px;

}

.thumbnail .caption {
    margin-top: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #c7000f;
}

.img-hover-zoom {
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

.thumbnail {
    position: relative;
    overflow: hidden;
}

.thumbnail img {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    backface-visibility: hidden;
}

.thumbnail .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
}

.thumbnail:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3;
}

.thumbnail:hover.thumbnail-overlay {
    background-color: rgba(255, 69, 70, 0.6);
}

/*tin tuc*/
.tin_tuc {
    /*background: #fff4ee;*/
    /*color: #ff0900;*/
}

.tin_tuc .owl-carousel .owl-item img {
    width: 240px !important;
    min-height: 160px;
    float: right;
    margin-bottom: 50px;
}

.tintuc_detail .field-content {
    width: 70%;
}

.tintuc_list {
    width: 90%;
    float: right;
    padding-left: 45px;
}

.tintuc_tieude h3, .tintuc_dmy {
    color: #c7000f;
}

.tintuc_detail .field-content p {
    color: #000000;
}

.tintuc_tieude h2:hover {
    text-decoration: underline;
}

.tintuc_list li {
    list-style: square;
}

.tintuc_tieude .tintuc_dmy {
    font-size: 20px;
}

.gallery-detail, .gallery-detail p {
    text-align: center;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #0007ff;
    border: unset;
    border-color: unset;
}

.tintuc .img_gds img {
    width: 180px;
    height: 180px;
}

.noidung .ngay p {
    font-size: 24px;
}

.dang_ky_ngay button {
    background: #c7000f;
}

.disabled2 {
    display: none !important;
}

.branch_info {
    margin-left: 20px;
    margin-right: 20px;
}

.branch-list img {
    width: 95%;
    height: auto;
}

.branch-list .branch-content {
    bottom: 5px;
}

.branch-content a {
    color: #0a0a0a;
}

.slide-tintuc em {
    color: #fcfcfc;
}

/*.slide-tintuc {*/
/*    height: 240px;*/
/*}*/

.tin-tuc em {
    color: #0a0a0a;
}


.ketqua-hoten, .ketqua-sodienthoai, .ketqua-sodienthoai, .ketqua-khunggio, .ketqua-monhoc, .ketqua-noidung h4 {
    padding-right: 20px;
    padding-left: 30px;
    font-weight: bold;
    color: #fcfcfc;
}

.ketqua-noidung {
    background-color: #c7000f;
    padding-top: 10px;
    padding-bottom: 15px;
}

.ketqua-monhoc li {
    list-style-type: square;
    list-style-position: inside;
}

.ketqua-btn-home {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.ketqua-btn-home button {
    background-color: #c7000f;
    color: #fcfcfc;
}

.noidung input[type=image], .noidung img, .img_lichhoc img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.ketqua-noidung {
    width: 50%;
    margin: auto;
}

.multi_media .video, .multi_media .hinh-anh {
    margin-top: 10px;
    margin-bottom: 15px;
}

.btn-chude-ha {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.noidung .gioithieu-video video, .noidung .gioithieu-video iframe {
    width: 60%;
}

ul.slimmenu {

}

.nav-item .dropdown-menu li > ul {
    display: none;
    position: absolute;
    left: 278px;
    /*top: 100%;*/
    z-index: 999;
    width: 100%;
    padding: 0;
    margin-top: -37px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    background: none repeat scroll 0 0 rgba(0, 7, 255, 0.85);
}

.nav-item .dropdown-menu li:hover > ul {
    display: block;
}

ul li .dropdown-sub-item {
    color: #ffffff;
    font-size: 12px;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-collapse .nav-item:hover .dropdown-menu {
    display: block;
    /*background-color: #c70424;*/
    background: none repeat scroll 0 0 rgba(41, 31, 247, 0.75);
    text-shadow: 1px 1px 2px rgba(71, 80, 23, 0.3);
}

.dropdown-menu.columns-2 {
    min-width: 400px;
}

.multi-column-dropdown {
    list-style: none;
    /*padding-top: 5px;*/
    padding-right: 0px;
    /*padding-bottom: 5px;*/
    padding-left: 0px;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.navbar {
    margin-bottom: 0px;
}
#divmess{
    padding:10px;
    position: fixed;
    right:10px;
    top:80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 300px;
    z-index: +101
}
.success-msg{
    border: 1px solid green;
    background:#EFF5EA;
    color: green;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.error-msg{
    border: 1px solid red;
    background:#FAEBE7;
    color: red;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align:center;
}
.product .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 14px;
    padding: 20px;
    text-align: center;
}

.img-box:hover .overlay {
    opacity: 1;
}

.top_nav {
    float: right;
    margin-top: 20px;
}

.top_nav .top_address {
    position: relative;
    float: right;
    color: #c7000f;
    margin-left: 15px;
    margin-right: 15px;
}

.top_nav .top_address i {
    float: right;
}

.top_nav .socialfollow {
    position: relative;
    float: right;
}

.top_nav .logan {
    font-family: OpenSans, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #c7000f;
}

.noidung .tongquan {
    padding-top: 50px;
    padding-left: 40px;
    background-color: #f2f5f9;
}

.tintuc-tittle {
    margin-top: 15px;
}

.tintuc-tittle h1 {
    color: #c7000f;
    text-transform: uppercase;
}

.paging-nav {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.page-pagination {
    text-align: center;
}

.page-pagination nav {
    display: inline-block;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.noidung .main-sanpham {
    margin-top: 15px;
}

.program_info .img_program {
    width: 100%;
    height: auto;
}

.service-list .caption {
    color: #333;
    text-shadow: 2px 2px #FFFFFF;
}

.service-list .caption h3 {
    text-transform: uppercase;
}

.vic-lang-option {
    float: right;
}

#primary div#nav-top ul > li:hover, .menu .active-trail {

}

.news-service .caption {
    color: #333;
    text-shadow: 2px 2px #FFFFFF;
}

/*=============chinh thuoc tinh hover, visited*/
#top-menu .nav-item {
    padding: 10px 28px;
    line-height: 30px !important;
    float: left;
    list-style: none outside none;
    margin: 0;
    text-align: center;
}

#top-menu li a {
    text-transform: uppercase;
    font-weight: bold;
}

#top-menu .nav-item-lang {
    float: left;
    left: 23%;
    padding: 10px 20px;
    line-height: 30px !important;
    list-style: none outside none;
    margin: 0;
    text-align: center;
}

.tbody-custom {
    background: none !important;
}

.dropdown-submenu {
    display: block;
}

.col-title {
    text-align: center;
    /*    font-weight: bold;*/
    /*    background:#E7E1E1;*/
    /*    background: url(grid_col_title.png);*/
    background: #01447e;;
    color: #fff;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 30px;
}

.col-title input {
    width: 100%;
}

.col-title select {
    width: 100%;
    height: 89%;
}

.col-title-addleft {
    text-align: center;
    background: #F5F5F5;
    color: #555;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 30px;
}

.order {
    text-align: center;
    /*    background:#E7E1E1;*/
    /*    font-weight: bold;*/
    background: #F5F5F5;
    color: #333;
    /*    background: url(grid_col_title.png);*/
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.cell {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px 2px 0px 2px;
    height: 30px;
}

.cell-addleft {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    padding: 0px 2px 0px 2px;
    height: 30px;
}

.cell-find {
    padding-top: 6px;
    padding-bottom: 5px;
    text-align: center;
    background: #E6E6E6;
    border-bottom: 1px solid #e1e1e1;
}

.cell-dialog {
    font-family: "Time-New-Roman", serif;
    font-size: 14px;
    white-space: nowrap;
    padding: 2px;

}

/*mobile menu
==================================================*/
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -250px;
    background: #0085c3;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav li {
    width: 100%;
}

.sidenav a {
    /*padding: 8px 8px 8px 24px !important;*/
    text-decoration: none !important;
    font-size: 1rem;
    color: #fff !important;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .nav-item::after, .sidenav .nav-item::before {
    display: table;
    content: " ";
    width: 100%;
    height: 1px;
    background: #fcfcfc;
    margin: 0 10px 0;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 26px;
    margin-left: 50px;
}

.sidenav .nav-tabs .nav-link.active,
.sidenav .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #fc0e2c;
    border-color: #dee2e6 #dee2e6 #fff;
}

.sidenav .dropdown-menu {
    width: 98%;
    position: unset;
    color: #fff;
    background-color: #0007ff;
    min-width: 20rem;
    border-color: unset;
    border: unset;
    overflow: hidden;
    transition: 1s ease
}

.sidenav .dropdown-menu a {
    padding: 4px 4px 4px 32px !important;
}

.sidenav .dropdown-item {
    color: #fff;
    list-style: none;
    background: none repeat scroll 0 0 rgba(41, 31, 247, 0.75);
    font-size: 1.4rem;
    transition: 3s;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
}

ul > li:hover {
    transition: color 0.5s ease-in-out;
}

.customer-info ul > li:hover {
    background: none repeat scroll 0 0 #ff1b11;
    transition: color 0.5s ease-in-out;
}

.nav-tabs > li > a {
    border: none;
}

.sidenav .dropdown-menu li :hover {
    background: none repeat scroll 0 0 #0007ff;
    transition: none;
}

#menu {
    top: 0px;
    width: 200px;
    position: absolute;
}

#menu ul {
    background: none repeat scroll 0 0 rgba(41, 31, 247, 0.75);
    width: 200px;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.logo-image {
    width: 200px;
    height: 200px;
    padding: unset !important;
    background: white;
}

#menu li {
    width: auto;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 1em;
    display: contents !important;
}

#menu li a {
    text-decoration: none;
    color: #fff;
    display: block;
}

#menu ul li a:hover {
    background: none repeat scroll 0 0 #0007ff;
    transition: all 0.2s ease 0s;
}

.nav-tabs > li > a:hover {
    border: none;
}

#menu .nav-tabs > li > a {
    margin-right: 0px;
}

.bg_nav .navbar-collapse {
    padding-left: 0px;
}

.navbar-collapse .row {
    margin-right: 0;
    margin-left: 0;
}

#main-content {
    width: calc(100% - 210px);
    float: right;
    top: -50px !important;
}

#main-content .slider-item > img {
    width: 100%;
    height: auto;
}

#menu li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    margin: 0 0 0 10px;
    padding: 11px 0 6px 5px;
    width: 180px;
}

.left-content {
    width: 25%;
    float: left !important;
    overflow: hidden;
}

.left-content .navbar {
    padding: unset;
    display: unset;
}

.right-search-block {
    width: 25%;
    float: right !important;
    overflow: hidden;
    background: #fff;
}

.right-content {
    width: 75%;
    float: right !important;
    margin-left: 1%;
    overflow: hidden;
    background: #fff;
}

.slider-content2 {
    width: 75%;
    float: left !important;
    overflow: hidden;
    background: #fff;
}

.hide-content {
    display: none;
}

.shortcut-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 22; /* number of lines to show */
    line-height: 1.6em; /* fallback */
    max-height: 35.2em; /* cái này phải = line-height x 2 */
}

.full-content {
    width: 100%;
    float: right !important;
    margin-left: 1%;
    overflow: hidden;
    background: #fff;
}

.left-content2 {
    width: 18%;
    float: left;
}

.content-lienhe {
    width: 19%;
    float: right !important;
    overflow: hidden;
    background: #fff;
}

.content-lienhe p {

}

.content-lienhe .title_cl {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px solid #c9d0cd;
}

.content-lienhe .title_cl p {
    margin: 0px;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0px 7px;
    font-family: OpenSans;
}

.content-lienhe li {
    text-align: left;
    width: 98%;
    margin: 1%;
    float: left;
    color: #000;
}

.content-lienhe ul > li:hover {
    background: unset;
}

/*.content-lienhe ul> li:hover p{*/
/*    color: #ef28a5;*/
/*}*/
.content-lienhe .news-title {
    margin-bottom: unset;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.content-lienhe .news-description {
    margin-bottom: unset;
    text-align: left;
    font-size: 10px;
}

.content-lienhe .news-description p {
    margin-bottom: unset;
    text-align: left;
    font-size: 10px;
}

#primary div#nav-top li > a {
    border-right: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    margin-left: 0;
    padding: 0 10px;
}

.sidenav .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/*  home background*/
.home-background {
    z-index: -999999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
}

.content-page {
    width: calc(100% - 200px) !important;
}

.vic-footer {
    padding-top: 10px !important;
}

.noidung-lienhe {
    width: 49%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}

/*   end home background*/
/*==============home video================*/
.home-content-logo {
    float: left;
    width: 300px !important;
}

.slide-homevideo {
    width: 70%;
    float: right;
}

.home-video {
    background: none repeat scroll 0 0 rgba(41, 31, 247, 0.75);
    padding-top: 15px;
    min-height: 120px;
}

.home-detail .icon-play-video {
    display: block;
    position: absolute;
    /*background: rgba(23,46,72,.5) url(/images/icon-play-video.png) 53px 22px no-repeat;*/
    border: none;
    margin: 0px;
    width: 85%;
    height: 93%;
}

.dialog_home_video {
    /*position: fixed;*/
}

.footer-page {
    /*margin-top: 20px;*/
    /*padding: 35px 0;*/
    background: #0085c3;
    color: #fff;
    position: relative;
    bottom: 0;
    width: 100%;
}
.footer-page a{
    color: #fff;
}
.footer-page #contact-map{
    margin-top: 10px;
}
.name_company {
    font-family: Roboto, sans-serif;
    text-transform: capitalize;
    font-size: 50px;
    color: #fff;
}

.cart {
    padding: 19px 20px;
}

.cart-img {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

div.nav-item:hover {
    background: none repeat scroll 0 0 #000091;
    transition: color 0.5s ease-in-out;
}

.cart-img img {
    width: 25px;
}

.lang-choose {
    padding: 10px 20px;
}

.lang-choose a {
    color: #fff;
}

.lang-choose img {
    height: 25px;
    width: 35px;
}

/*end====== home video  */
/*end mobile menu*/
/**====videos tin tuc huu ich*/
.huu-ich .video-right {
    width: 100%;
    min-height: 362px;
}

.navbar-collapse .nav-item:hover .dropdown-menu {
    width: 150px;
    display: block;
    background: #0152c3;
    text-shadow: 1px 1px 2px rgba(71, 80, 23, 0.3);
    position: absolute;
    z-index: 2;
    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
}

.navbar-collapse .nav-item-lang:hover .dropdown-menu {
    width: 200px;
    display: block;
    background: none repeat scroll 0 0 rgba(0, 7, 255, 0.85);
    text-shadow: 1px 1px 2px rgba(71, 80, 23, 0.3);
    position: absolute;
    z-index: 2;
    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
}

.navbar-nav {
    flex-direction: unset !important;
}

.navbar-menu {
    background: #fff;
    clear: both;
    height: auto;
    background-repeat: repeat-x;
    background-position: top;
    border-bottom: 1px solid #fcfcfc;
}

.navbar-menu li.nav-item:hover a.nav-link {
    color: #0085c3 !important;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    background: #fcfcfc;
}
.navbar-menu .no-hover:hover a {
    background: #0081bb;
}

.navbar-nav .nav-item:hover .submenu {
    display: block;
}

.navbar-nav .submenu {
    list-style: none;
    display: none;
    position: absolute;
    background: #282F7A;
    z-index: +99;
    -webkit-box-shadow: -4px -4px 3px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px -4px 3px -1px rgba(0, 0, 0, 0.75);
    box-shadow: -4px -4px 3px -1px rgba(0, 0, 0, 0.75);
    min-width: 265px;
}

.background-gold {
    background: #da232e;
}
.background-white {
    background: #fff;
}
.navbar-menu .background-gold:hover {
    background: #da232e;
}

.navbar-menu .no-hover:hover {
    color: #fcfcfc;
    font-size: 1.1rem;
    text-transform: uppercase;
    height: 100%;
}

.navbar-menu .nav-link-logo {
    background: #0081bb;
}

.navbar-menu .nav-link-logo img {
    background: #fff;
    padding: 0 7px;
}

.header-menu-top {
    background-image: url(../../images/bg-header-menu-top.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #ececec;
    border-radius: 0px 0px 7px 7px;
    border: solid 1px #f2f2f2;
    padding: 8px;
    line-height: 26px;
    color: #353535;
}

.dropdown .dropdown-item {
    width: 100%;
}

.vic-history {
    background: none repeat scroll 0 0 rgba(41, 31, 247, 0.75);
    color: white;
    padding: 20px 0;
}

.vic-history .page-tittle {
    text-align: center;
    margin-bottom: 30px;
}

.vic-contact #main-box {
}

.form-ct {
    padding: 20px 0 100px 50px;
    margin: 0 auto;
    width: 700px;

}

.vic-register {
    background: none repeat scroll 0 0 rgba(41, 31, 247, 0.75);
}

#main-content {
    min-height: 400px;
}

.textbox1 {
    color: #0a0a0a;
}

/*=============page content==========*/
.content-page .content {
    background: none repeat scroll 0 0 rgba(41, 31, 247, 0.75);
}

.content-page .content .view-content {
    padding: 10px;
}

.content-tittle {
    color: #0152c3;
    font-size: 24px;
    padding: 5px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
}

.content-tittle .img-star {
    float: left;
}

.content-tittle .img-star img {
    width: 15px;
}

.content-img {
    border: 1px #fdfdfd solid;
}

.content-tittle .title {
    float: right;
}

.content-tittle .title {
    color: #fdfdfd;
    text-transform: none !important;
    text-align: center;
    padding-bottom: 0;
    font-weight: bold;
}

.content-tittle .title a {
    color: #fdfdfd !important;
    font-size: 12px !important;
}

.form-area {
    padding-bottom: 10px;
}

.info-center-cotent {
    color: white;
}

/***======end page content==*/
/*==========TOP HEADER ==============*/
.max-w-top {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 0;
}

.max-w-top div {
    display: inline-block;
}

.top-header {
    width: 100%;
    height: 130px;
}

.top-header .titlewrapper a {
    font-family: OpenSans;
    font-size: 310%;
}

.top-header .descriptionwrapper .description span {
    font: 99%/10px UVFLobster, Arial, Helvetica, Sans-serif;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
}
.top-button {
    width: 75%;
    float: left;
    height: 100%;
}

.top-header .top-order {
    width: 20%;
    float: right;
}

.top-header .top-order a {
    border: 1px solid #ccc;
    background: #014590;
    padding: 12px;
    font-size: 16px;
    margin-left: 12px;
    color: #fff;
    min-width: 220px;
    border-radius: 5px;
}

.btn-login {
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    border: 2px solid #ffffff;
}

.top-header .top-search {
    width: calc(99% - 180px);
    height: 100%;
    float: left;
    margin-right: 1%;
}

.top-header .search {
    margin-top: 30px;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    padding: 3px 4px;
    border: 1px solid #014590;
}

.top-header .top-call {
    width: 20%;
    margin-top: 20px;
    float: left;
    min-width: 175px;
}

.search #txtSearch_Keyword {
    outline: none;
    background: none;
    border: none;
    height: 35px;
    width: 88%;
    box-sizing: border-box;
    font-size: 13px;
    padding: 0 20px;
}

.group-contact {
    vertical-align: middle;
}

.group-contact p {
    margin-bottom: unset;
}

.group-contact div {
    margin-left: 25px;
}

.group-contact .time {
    background: url(../../images/iconopen.png) no-repeat left;
    padding-left: 52px;
}

.group-contact .hotline {
    background: url(../../images/iconcalhd.png) no-repeat left;
    padding-left: 52px;
    margin-right: 20px;
}

.time .time-name, .hotline .hotline-name {
    font-size: 14px;
    color: #474747;
    font-weight: bold;
}

.time .time-hours {
    margin: 0;
    color: #ef28a5;
    font-size: 14px;
}

.hotline-num a {
    color: #ef28a5;
    font-size: 18px;
}

#top-menu .nav-item {
    text-transform: uppercase;
    border-right: 1px solid #f87082;;
}

.list-menu {
    text-transform: uppercase;
    border-right: 1px solid #f87082;
    line-height: 30px !important;
    float: left;
    list-style: none outside none;
    margin-top: 15px;
    text-align: center;
}

.list-menu-sub {
    padding: 0 25px;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
}

.list-menu a {
    color: #fff !important;
}

.m-top-60 {
    margin-top: 58px;
}

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

.empty-cart .img-cart {
    width: 25%;
    margin: 0 auto;
}

.btn-rounded {
    background: #014590;
    color: #fff;
    border-radius: 24px;
}

#linhvuc {
    width: 100%;
    max-width: 290px;
    float: left;
    position: relative;
    transition: opacity 1s ease-out;
    z-index: 10;
}

#linhvuc .title_lv {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    cursor: pointer;
    background: #ffb0bd;
    width: 100%;
    margin: 0px;
    line-height: 45px;
    font-size: 16px;
}

#linhvuc .title_lv i {
    float: left;
    padding: 14px 20px;
}
.slider_carousel .slick-dots{
    position: relative !important;
}
div#show_cate {
    position: absolute;
    top: 100%;
    left: 0px;
    /* height: 100%; */
    z-index: 999;
    display: none;
    min-width: 256px;
    border: 1px solid #f1f1f1;
    border-top: none;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s ease-in;
}

div#show_cate ul.menu-category__list {
    list-style: none;
    overflow: unset;
    padding-left: 0px;
    -webkit-box-shadow: -4px -4px 3px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px -4px 3px -1px rgba(0, 0, 0, 0.75);
    box-shadow: -4px -4px 3px -1px rgba(0, 0, 0, 0.75);
}

div#show_cate ul > li {
    position: inherit;
    width: 100%;
    background: #fff;
    float: none;
    transition: 0.5s;
    border-bottom: 1px ridge #ededed;
}
div#show_cate ul .logo-menu > li {
    padding: 0px 0px 0px 10px;
}

.menu-bar:hover .show_sub_menu {
    display: block !important;
}

.logo-menu .align-right {
    text-align: right;
}
#top {
    color: #FFF;
    font-weight: 500;
    text-align: center;
    position: fixed;
    bottom: 84px;
    right: 20px;
    display: none;
    cursor: pointer;
    z-index: 100;
}
.right-sidebar{
    color: #FFF;
    font-weight: 500;
    text-align: center;
    position: fixed;
    bottom: 130px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
}
.right-sidebar .right-sidebar-item{
    height: 48px;
    width: 48px;
    cursor: pointer;
    background-size: 100%;
    border-radius: 10rem;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
}
.right-sidebar .right-sidebar-item a{
    height: 100%;
    display: block;
}
.right-sidebar .sidebar-hotline{
    background-image: url("../../images/icon/telephone.svg");
}
.right-sidebar .sidebar-technical{
    background-image: url("../../images/icon/call-center-agent.svg");
}
.right-sidebar .sidebar-map{
    background-image: url("../../images/icon/icon-map-s2.svg");
}
.right-sidebar .sidebar-email{
    background-image: url("../../images/icon/email.svg");
}
.right-sidebar .sidebar-fanpage{
    background-image: url("../../images/icon/facebook.svg");
}
.right-sidebar .sidebar-label{
    right: 100%;
    content: "";
    position: absolute;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 10px;
    white-space: nowrap;
    background: #0085c3;
    color: #fff;
    border-radius: 5px;
    display: none;
}
.right-sidebar .right-sidebar-item a:hover .sidebar-label{
    display: block;
    transition-duration: 2s;
}
.right-sidebar-mb{
    color: #FFF;
    height: 48px;
    width: 48px;
    text-align: center;
    position: fixed;
    bottom: 80px;
    right: 25px;
    cursor: pointer;
    z-index: 100;
    display: none;
}
.right-sidebar-mb .item{
    height: 48px;
    width: 48px;
    cursor: pointer;
    background-size: 100%;
    border-radius: 10rem;
    background-repeat: no-repeat;
    background-position: center center;
}
div#show_cate > ul > li > a {
    text-transform: uppercase;
    display: block;
    padding: 0.55rem 0.7rem;
    font-size: 13px;
    color: #000;
    text-align: left;
    position: relative;
    white-space: nowrap;
    height: 100%;
    font-weight: bold;
}
.modal-sidebar-mobile {
    position:fixed !important;
    top:auto !important;
    right:auto;
    left:auto;
    height: unset !important;
    bottom:0 !important;
}
div#show_cate > ul > li > a i {
    float: right;
    margin-top: 3px
}

div#show_cate img.img_menu {
    position: absolute;
    top: 17px;
    left: 0px;
}

div#show_cate ul > li:last-child a {
    border-bottom: 0;
}

div#show_cate ul > li:hover {
    background: #0085c3;
    transition: 0.2s;

}

/*div#show_cate ul > li:hover a{color: #fff}*/
div#show_cate ul li a:hover {
    color: #fff;
    transition: 0.2s;
}
.menu-category__list li:hover > ul.main-menu {
    display: block !important
}

ul.item-full-width {
    min-width: 230px !important
}

ul.item-full-width li {
    width: 100% !important
}
ul.item-double-width{
    width: 200% !important
}
ul.item-double-width li{
    width: 50% !important
}
ul.item-triple-width {
    width: 300% !important
}
ul.item-triple-width li{
    width: 32% !important;
}
ul.item-quadra-width {
    width: 400% !important
}
ul.item-quadra-width li{
    width: 24% !important;
}
div#show_cate > ul > li > ul {
    visibility: visible !important;
    list-style: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    display: none;
    min-width: 230px;
    min-height: 100%;
    background: #fff;
    border-left: 1px solid #f1f1f1;
    padding: 8px 0;
    border-radius: 8px;
}

div#show_cate ul.menu-category__list::-webkit-scrollbar {
    width: 2px;
    background-color: #fbd6db;
    border-radius: 10px;
}

div#show_cate ul.menu-category__list::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
}

div#show_cate > ul > li:hover > ul {
    display: block;
}

div#show_cate ul li ul li {
    background: none;
    position: relative;
    float: none;
    cursor: pointer;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

div#show_cate ul li ul li > a {
    border: none !important;
}

div#show_cate ul li ul li a {
    text-transform: uppercase;
    display: block;
    padding: 0.55rem 0.7rem;
    font-size: 13px;
    color: #000;
    text-align: left;
    position: relative;
    white-space: nowrap;
    height: 100%;
}
div#show_cate > ul > li > ul > li > ul {
    list-style: none;
    width: 100%;
    display: none;
}

div#show_cate > ul > li > ul > li:hover > ul {
    display: block;
}

div#show_cate > ul > li > ul > li:hover {
    background-color: #0085c3;
}

div#show_cate > ul > li > ul > li:hover > ul li {
    background-color: #fff !important;
}

div#show_cate > ul > li > ul > li:hover > ul li:hover {
    background-color: #0085c3 !important;
}

div#show_cate > ul > li > ul > li:hover > ul li:hover a {
    color: #fff !important;
}

div#show_cate ul li ul li ul li a {
    color: #000;
    font-size: 9pt;
    font-weight: normal;
}
.header-user {
    padding: 0.7rem 1rem;
    display: block;
}
.header-user .btn:hover{
    color: #ff1b11;
}
.user-name-mb{
    float: left;
    width: calc(100% - 160px);
    margin: 0 auto;
    text-align: center;
}
ul.sub-menu > li > a i {
    float: right;
    margin-top: 7px;
}

.sub-menu-2 {
    visibility: visible !important;
    list-style: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    display: none;
    padding-left: 0px;
    min-width: 230px;
    height: 390px;
    background-color: #fff;
    border-left: 1px solid #ededed;
}

/*ul.sub-menu li:hover a {*/
/*    color: #fff !important;*/
/*}*/

.sub-menu .type-trademark {
    width: 85px;
    border: 1px solid #ccc;
    height: 45px;
    padding: 1px;
    border-radius: 8px;
}

.logo-menu {
    min-width: 230px !important;
    padding: 5px 0px !important;
    line-height: 45px;
}

.logo-menu li {
    width: 48%;
    float: left;
    line-height: 45px !important;
}

.logo-menu li:hover {
    background-color: unset !important;
}

.logo-menu a {
    padding: 0 0;
    margin: 4px 3px;
    display: inline-block;
    height: 45px !important;
}

.sub-menu .type-trademark:hover {
    border: 1px solid #014590;
}

.stick-list .stick-list-item {
    width: 12%;
    margin-right: 0.5%;
    margin-bottom: 10px;
    float: left;
    padding: 0px 18px;
    text-align: center;
}

.stick-list .stick-list-item img {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.stick-list .stick-list-item p {
    font-size: 9pt;
    text-align: center;
}

.slick-track {
    /*width: 100% !important;*/
}

.logo-img p {
    font-size: 7pt;
    text-align: center;
}

/*=========END TOP HEADER ===========*/
.content-left {
    width: 17%;
    float: left;
    background: #ffb0bd;
    margin: 0.2% 0px;
    overflow: hidden;
    min-height: 545px;
}

.content-left-img {
    padding: 1px;
}

.content-right {
    width: 83%;
    float: right;
    background: #fef5f5;
    overflow: hidden;
}

.content-right ul li:hover {
    background: unset;
    transition: unset;
    border: 2px solid #f666bb;
}

.home-list-product {
    width: 19%;
    margin: 0.2% 0.5%;
    float: left;
    border: 1px solid #ebebeb;
    background: #fff;
}

.home-list-product .product-img {
    width: 100%;
    height: auto;
}

.product-info {
    position: relative;
    bottom: 0px;
}

.home-list-product .product-name {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    height: 47px;
}

.home-list-product .product-name a {
    color: #000;
}

.home-list-product p:hover a {
    color: #f666bb;
}

.home-list-product .product-price {
    margin-left: 9%;
    font-size: 18px;
    font-weight: bold;
}

.content-left-typelist {
    text-transform: capitalize;
}

.content-left-typelist a {
    color: #000;
    padding: 5px 5px;
    margin: 0px 5px 10px;
    border: 1px solid #ebebeb;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    float: left;
}

.content-left-typelist ul li:hover {
    background: unset;
    transition: unset;
}

.content-left-typelist ul li:hover a {
    color: #f666bb;
}

.totalfinal > div label span {
    color: #014590;
    font-size: 15px;
    margin-bottom: unset;
}

.totalfinal {
    border-top: 1px solid #f8f8f8;
    padding-top: 15px;
    margin-top: 10px
}

.totalfinal > div {
    float: none;
}

.totalfinal > div label {
    color: #f75c0c;
    font-size: 15px;
    margin-bottom: unset;
}

/*=========ĐỊNH DẠNH TRANG========*/
.owner-name {
    color: #ffb0bd;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    line-height: 40px;
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

/*========END ĐỊNH DẠNG TRANG =====*/
/*=========main slider menu ==============*/
.main-slider-content {
    width: 100%;
}

.main-slider {
    background: none repeat scroll 0 0 rgba(223, 215, 247, 0.75);
}

.main-slider-content .main-top-title {
    background-color: #ff6300;
    padding: 10px;
    margin-top: 10px;
}

.main-slider-content .main-content-title {
    background: none repeat scroll 0 0 rgba(41, 31, 247, 0.75);
    display: block;
    position: absolute;
    top: 0;
    width: 90%;
    color: white;
    margin-top: 10px;
    padding: 4px;
}

.main-slider-content .slider-item {
    width: 90%;
    margin: 10px 10px 10px 10px;
}

.tin_tuc {
    margin-top: 10px;
    background: none repeat scroll 0 0 rgba(223, 215, 247, 0.75);
}

.tin_tuc h2 {
    color: #ff6300;
}

.tintuc_detail .col-md-4 {
    padding-left: 5px !important;
    padding-right: unset !important;
}

.tin-tuc .col-md-8 {
    padding-left: unset !important;
    padding-right: 5px !important;
}

.giaohang-info h4, .tintuc_detail h4, .tintuc_detail h5 {
    color: #0085c3;
    margin-top: 0 !important;
    margin-bottom: 4px;
    font-weight: bold;
}

.tintuc_detail {
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}

/*=========end main slider menu ==========*/
/*==========HOME VIDEO ==========*/
#dialog_home_video {
    position: absolute;
    width: 100%;
    top: 0px;
    margin: 0 auto;
    z-index: 9999999;
    margin-top: -70%;
}

/*===========END HOME VIDEO ==========*/
/*=============breadcrumb====================*/
ul.breadcrumb {
    padding: 0;
    list-style: none;
    background: none;
    float: right;
    margin-bottom: 5px;
}

ul.breadcrumb li {
    display: inline;
    font-size: 12px;
}

ul.breadcrumb > li:hover {
    background: none;
    transition: none;
}

ul.breadcrumb li + li:before {
    padding: 10px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #fdfdfd;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

ul.breadcrumb .curent-page {
    color: #ff6300;;
}

/*============END======================*/
/*============CONTACT======================*/
.noidung-lienhe .form-area {
    margin: 0px auto;
    background: #282F7A;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #fcfcfc;
}

.noidung-lienhe .form-area h2 {
    color: #fcfcfc;
}

.noidung-lienhe .form-area .form-group {
    padding: 10px 10px 0px 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#contact-page .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    outline: transparent;
    height: 36px;

}

.contact-map {
    margin-top: 15px;
}

#contact .contact-map_1 {
    width: 50%;
    float: right;
}

.contact-infor {
    width: 100%;
    float: right;
}

.contact-infor ul {
    float: left;
}

.contact-infor .navbar-nav > li {
    padding-right: 15px;
}

.contact-infor .navbar-collapse.collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contact-infor .vic-lang-option ul li a {
    text-decoration: none;
    color: #f2b61a;
    font-size: 14px;
    padding: 0;
}

.contact-infor .vic-lang-option ul li a img {
    width: 30px;
}

.contact-infor .nav-item .toll-text {
    font-size: 14px;
}

.contact-infor .nav-item.lang-choose {
    margin-left: 15px;
    margin-top: -0px;

}

.contact-infor .dropdown-menu {
    z-index: 999999;
    border-radius: 0;
    min-width: 100px;
    border: 0;
    box-shadow: none;
    background: #f4f4f4;
    padding-top: 0;
    padding-bottom: 0;
}

.contact-infor .dropdown-menu .dropdown-item {
    display: block;
    padding-left: 5px;
    padding-bottom: 5px;
    position: relative;
}

.contact-infor .dropdown-menu .dropdown-item span {
    position: absolute;
    font-size: 14px;
    left: 40%;
    bottom: 5px;
}

.contact-infor .dropdown-menu .dropdown-item.mlang-select {
    background: #c7000f;
}

.contact-infor .dropdown-menu .dropdown-item img {
    max-width: 32px;
    margin-top: 5px;
}

.contactForm .help-block, .contactForm .help-block ul,
.contactForm .help-block ul li {
    margin-bottom: 5px !important;
    font-size: 12px;
    color: #f1f1f1;
}

.btn-detail-room {
    margin: 30px 0 20px;
    display: block;
    background: #282F7A;
    width: 150px;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    color: #fcfcfc;
    font-weight: 700;
    border: none;
}

.btn-detail-room:hover {
    background: #368e12;
    color: #ffffff;
}

.splide__slide img {
    width: 100%;
    height: auto;
}

/*============END======================*/
/*============SITE-MAP======================*/
.navbar-site-map {
    margin-bottom: 0px;
}

#site-map .nav-item {
    padding: 0px;
    font-weight: bold;
    text-transform: uppercase;
    /*background: #0007ff;*/
}

#site-map .nav-item a {
    color: blue;
}

#site-map .nav-item a:hover {
    color: #fff;
}

#site-map .nav-sub-item {
    padding: 0px;
    margin-left: 40px;
    /*background: white;*/
}

#site-map .nav-sub-item:hover {
    /*background: #01447e;*/

}

#site-map .nav-sub-item:hover a {
    color: #fff;
}

.nav-sub-item .dropdown-item {
    padding-top: 5px;
}

#site-map .nav-sub-item a {
    color: blue;
    display: block;
    text-decoration: none;
    font-size: 13px;
    background: url("/images/arrow-m.png") 10px 11px no-repeat;
    padding: 6px 5px 6px 22px;
    border-bottom: 1px dotted #DDDDDD;
    cursor: pointer;
    font-weight: bold;
}

.search-bar {
    margin-top: 7px;
}

.content-search .cbo, .content-search .textbox1 {
    font-size: 12px;
    height: 33px;
}

.banner-menu {
    background: #fff;
    clear: both;
    padding-bottom: 10px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
    min-height: 100vh;
}

.ShowToolTip {
    border: 1px solid #bbb;
    background: #fff;
    padding: 0px 10px;
    position: relative;
    z-index: 1000;
}

#tooltip {
    background: #dbdbdb;
    /*color: #000000;*/
    /*font-weight: bold;*/
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    display: none;
    z-index: 9;
}

#tooltip[data-show] {
    display: block;
    z-index: 999;
}

/*===========END===============*/
/*===========LEFT MENU===============*/
#left-menu .nav-item {
    font-weight: bold;
    text-transform: uppercase;
    background: #014590;
    border-bottom: 1px solid #ccc;
}

#left-menu .nav-sub-item {
    padding: 10px;
    background: white;
}

#left-menu .nav-sub-item:hover {
    background: none repeat scroll 0 0 #000091;
    transition: color 0.5s ease-in-out;
}

#left-menu .nav-sub-item:hover a {
    color: white;
}

#left-menu .nav-sub-item a {
    color: #01447e;
    display: block;
    text-decoration: none;
    font-size: 13px;
    background: url("/images/arrow-m.png") 10px 11px no-repeat;
    padding: 5px 2px 3px 25px;
    /*border-bottom: 1px dotted #DDDDDD;*/
    cursor: pointer;
    font-weight: bold;
}

#left-menu .nav-item > a:hover {
    color: #ffff09;
}

#left-menu .has-arrow {
    width: calc(100% - 60px);
    display: inline-block;
}

#left-menu .nav-item .menu-arrow {
    text-align: center;
    font-size: 21px;
    width: 40px;
    float: right;
    padding-bottom: 3px;
}

#left-menu .nav-item .menu-arrow:hover {
    background: #44a9df;
    color: white;
}

#left-menu .menu-sub {
    background: #fff;
    color: #014590;
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s ease-in;
}

#left-menu .menu-sub ul li {
    border-top: 1px solid #ccc;
}

#left-menu .menu-sub ul li .pd-1-1 {
    padding: .5rem 1rem;
}

#left-menu .menu-sub ul li ul li {
    padding: .5rem 1.5rem;
}

#left-menu .menu-sub a {
    font-size: 13px;
}

#left-menu .menu-sub a:hover {
    color: #014590;
}

#left-menu .menu-sub .menu-arrow2 {
    text-align: center;
    font-size: 21px;
    width: 15px;
    padding-bottom: 3px;
    right: -25px;
    position: relative;
    display: inline-block;
}

#left-menu .menu-sub .menu-arrow2:hover {
    background: #44a9df;
    color: white;
}

#left-menu .menu-active {
    color: #014590;
}

.content-search {
    padding: 10px;
    background: #ffffff;
}

.content-search .cbo, .content-search .textbox1 {
    font-size: 12px;
    height: 33px;
}

.manufacturer-list {
    background: #ffffff;
}

.manufacturer-list ul li {
    float: left;
    margin: 5px 1%;
    width: 18%;
    overflow: hidden;
    background: unset;
}

.manufacturer-list img.lazy {
    width: 100%;
    height: 50px;
    border: 1px solid #DDD;
    padding: 5px 6px;
    float: left;
    transition: transform 1.2s;
}

.manufacturer-list img.lazy:hover {
    transform: scale(1.1);
}

.home-content .home-block {
    padding: 0 15px;
    background: #fff !important;
    margin-top: 20px;
}

.news-date div {
    display: inline-block;
    margin: 10px 20px 10px 10px;
    color: #ccc;
}

.noi-dung {
    margin: 0 10px;
    text-align: justify;
}

.home-content .title span {
    padding: 10px;
    color: #014590;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-title {
    padding: 10px;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.list-product {
    padding: 0 20px;
}

.list-product .item-title {
    text-align: center;
    height: 30px;
}

.list-product .item-title a {
    color: red;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.4s;
}

.list-product .item-title a:hover {
    color: #0f0eff;
    transition: 0.4s;
}

.list-product ul li {
    float: left;
    margin: 5px 1.2%;
    width: 30%;
    border: 1px solid #ccc;
    background: unset;
    overflow: hidden;
}

.list-product .item-img {
    height: 220px;
    overflow: hidden;
}

.list-product img.lazy {
    width: 100%;
    height: 100%;
    transition: 1s;
    float: left;
}

.list-product img.lazy:hover {
    /*transition: 1s;*/
    /*transform: scale(1.1);*/
}

.list-product .product .sanpham {
    display: inline-block;
}

.list-product .product .sanpham .item-img img {
    width: 100%;
}

.lst-product .quantity {
    font-size: 12px;
    float: right;
    margin-bottom: 10px
}

.quantitynum {
    overflow: hidden
}

.quantitynum .qty {
    float: left;
    padding: 0 5px;
    width: 43px;
    border: 1px solid #ededed;
    text-align: center;
    height: 35px;
    line-height: 35px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.quantitynum i {
    float: left;
    padding: 0 15px;
    width: 35px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ededed;
    height: 35px;
    line-height: 35px;
    cursor: pointer
}

.quantitynum i:hover {
    background: #fe7a12;
    color: #fff
}

.quantitynum i:first-of-type {
    border-radius: 4px 0 0 4px;
    border-right: 0
}

.quantitynum i:last-of-type {
    border-radius: 0 4px 4px 0;
    border-left: 0
}

.cart-price {
    display: block;
    color: #014590;
    font-size: 20px;
    font-weight: bold;
}

.cart-oldprice {
    color: #999;
    text-decoration: line-through;
    font-size: 16px;
}

.cart-discount {
    color: #fff;
    font-weight: bold;
    background-color: #014590;
    padding: 0 2px;
    margin-left: 10px;
    border-radius: 0 3px 3px 0;
    position: relative;
}

.cart-discount::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 8px solid #014590;
    border-bottom: 9px solid transparent;
}

.cart-button {
    margin-top: 10px;
    text-align: right;
}

.section-payment-method {
    border: 1px solid #ccc;
}

.section-payment-method .section-row {
    padding: 10px;
    border-top: 1px solid #ccc;
}

.section-payment-method .section-sub-row {
    display: none;
    background: #ccc;
    padding: 5px 0 5px 10px;
}

/*===========NGANH HANG=============*/
.product ul li {
    width: 30%;
    display: block;
    float: left;
    margin: 5px 1.2%;
    border: 1px solid #aaa;
    height: 350px;
}

.progroup ul li {
    width: 18%;
    display: block;
    float: left;
    margin: 5px 1%;
}

.product ul > li:hover, .progroup ul > li:hover {
    background: unset !important;
    transition: color 0.5s ease-in-out;
}

.product img.lazy {
    width: 100%;
    height: auto;
    padding: 10px;
    transition: 1s;
    float: left;
}

.product .product-info {
    margin-left: 10px;
    margin-right: 10px;
}

.product-info .product-title {
    height: 70px;
}

.product-info .product-title, .product-info .product-price {
    text-align: center;
}

.product-info .product-title a {
    text-transform: uppercase;
    color: #0f0eff;
}

.product-info .product-price span {
    color: red;
}

.product-info .product-cart {
    border: 1px solid #aaa;
    text-align: center;
    padding: 5px;
}

.product-info .product-cart a:hover {
    color: #000091;
}

.product-detail {
    width: 300px;
    padding: 10px;
}

.product-detail .detail {
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
    width: 90%;
}

.detail-title {
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    color: #0085c3;
}

.detail-price {
    font-size: 20px;
    color: #000;
    display: block;
    margin: 5px 0;
}
.detail-price .old-price-label div{
    font-size: 15px !important;
    color: #f00;
    font-weight: bold;
}
.detail-price .price-label div{
    font-size: 17px !important;
    color: #000;
    font-weight: bold;
}
.detail-price .discount-label div{
    font-size: 15px !important;
    color: blue;
}
.detail .detail-item {
    font-weight: bold;
    color: #0085c3;
    font-size: 16px;
}

.detail .detail-quantity {
    display: inline-block;
    border: 1px solid #ccc;
}

.home-product {
    margin-top: 5px;
    border: 1px solid #ffb0bd;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.left-50 {
    float: left;
    width: 49%;
}

.fleft-65 {
    float: left;
    width: 65%;
}

.fb_iframe_widget {
    vertical-align: top;
}

.btn-up {
    background: #da232e;
    padding: 5px 10px;
    color: white;
    height: 100%;
    font-size: 25px;
}

.btn-up:hover, .btn-down:hover {
    background: #aa232e;
    color: white;
}

.btn-down {
    background: #da232e;
    padding: 5px 13px;
    color: white;
    height: 100%;
    font-size: 25px;
}

.product-quantity {
    width: 50px;
    height: 38px;
    vertical-align: bottom;
    color: #014590;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 -5px;
}

.detail .cartitem {
    width: 100%;
}

.cartitem > a {
    text-align: center;
    background: #da232e;
    color: #ffffff;
    border: 1px solid #da232e;
    padding: 7px 15px 7px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    border-radius: 28px;
    display: inline-block;
    width: 100%;
}

.cartitem > a:hover {
    border: 1px solid #aa232e;
    background: #aa232e;
}

.product-promotion {
    height: 24px;
}

.promotion-number {
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 2px 9px;
    background: #014590;
    color: #fff;
}

.prodetail-promo .detail-item {
    border-bottom: 1px solid #ccc;
}

.prodetail-promo .product-promotion {
    padding: 5px;
}

.lst-product .lst-gift {
    width: 70%;
    text-align: left;
    font-size: 11px;
    color: #060bff;
}

.lst-product .lst-gift .gift-item {
    text-align: left;
    font-size: 11px;
    color: #000;
}

.prodetail-promo .detail {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0 10px 15px 10px !important;
}
.prodetail-promo p {
   margin: 0;
}

.detail .countdownid span {
    font-weight: bold;
}

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

.extra-page a {
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 20px;
    background: #0085c3;
    color: #fff;
}
.extra-page a:hover {
    background: #0085c3;
    color: #fff;
}
.extra-page img {
    background: #0085c3;
    color: #fff;
}

.gd_support_8 {
    background: url(../../images/bg-support08.png);
    padding-top: 135px;
    border: 1px solid #4a90e2;
    background-size: cover;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
/*=========END NGANH HANG=============*/
.fpro {
    float: left;
    width: 98%;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 10px;
    /*margin: 0px 10px 10px 0px;*/
    border: 1px solid #f1f1f1;
}

.fpro .fpro-info {
    padding-bottom: 10px;
}

.fpro:nth-child(5n+5),
.scrollflash.owl-carousel .owl-item:nth-child(5n+5) .fpro {
    /*border-right: 0*/
}

.fpro label {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    z-index: 9;
    width: 100%
}

.fpro .countdown {
    padding: 0 20px;
    margin: 5px 0 0;
    display: block;
    color: #ffffff;
    font-weight: bold;
}

.detail .countdown {
    padding: 0 0px;
    margin: 5px 0 8px;
    display: block;
    color: #ffffff;
    font-weight: bold;
}

.detail .timer {
    font-weight: bold;
    color: #060bff;
}

.fpro .bg-hot::before {
    position: absolute;
    content: "";
    top: -8px;
    right: -5px;
    width: 100px;
    height: 21px;
    /*background-image: url(../../images/icon-hot-deal.png);*/
    background-position: 100% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: block;
    z-index: -1;
}

.fpro .flimg {
    position: relative;
    width: 100%;
    vertical-align: bottom;
    background: #0b93d5;
}

.fpro:hover {
    box-shadow: 0 17px 40px 0 rgba(0, 0, 0, .2);
    transform: translateY(-5px);
    z-index: 999;
}

.fpro .flimg img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 100%;
    background: #fff;
}

.fpro .comingsoon {
    position: relative;
    width: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #f00;
    padding: 0;
    margin: 5px auto 8px;
    font-size: 12px;
    border-radius: 3px;
    display: block
}

.fpro .prices {
    display: block;
    text-align: center
}

.fpro .prices .new,
.fpro .prices .line,
.fpro .discount {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 14px
}

.fpro .discount {
    color: #fff;
    font-weight: bold;
    background-color: #da232e;
    padding: 0 2px;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 0 3px 3px 0;
    position: relative
}

.fpro .discount:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 8px solid #da232e;
    border-bottom: 9px solid transparent
}

.fpro .prices .new {
    color: #da232e;
    margin-right: 5px;
    font-weight: 600;
}

.fpro .prices .line {
    color: #999;
    text-decoration: line-through
}

.fpro .name {
    display: block;
    color: #000;
    text-align: center;
    padding: 5px 5px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    min-height: 51px;
    opacity: 1;
    font-size: 13px;
}

.fpro .info {
    text-align: center;
    display: block !important
}

.fpro .buy {
    border: 1px solid #014590;
    border-radius: 20px;
    height: 23px;
    line-height: 23px;
    color: #014590;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    width: 90px;
    box-sizing: border-box;
    text-align: center;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    /*opacity: 0*/
    opacity: 1
}

.fpro .buy:hover {
    color: #fff;
    background: #014590
}

.fpro .buydisable {
    border: 1px solid #eee;
    border-radius: 20px;
    width: 120px;
    margin: 5px auto;
    display: block;
    padding: 3px 0;
    text-transform: uppercase;
    color: #999;
    text-align: center
}

.fpro .timer {
    overflow: hidden;
    display: block;
    background: #0085c3;
    text-align: center;
    border-radius: 10px;
}

.fpro .timer span {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    overflow: hidden;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
}

.fpro .countbar, .detail .countbar {
    position: relative;
    height: 14px;
    border-radius: 20px;
    overflow: hidden;
    /*width: 150px;*/
    margin: 0 auto;
    background: #8bb7bb
}

.fpro .countbar.fire {
    box-shadow: none;
    border: 1px solid #fff
}

.fpro .countbar span {
    font-size: 12px;
    position: relative;
    z-index: 1;
    display: block;
    line-height: 14px;
    text-align: center;
}

.detail .countbar p {
    font-size: 12px;
    position: relative;
    z-index: 1;
    display: block;
    line-height: 14px;
    text-align: center;
}

.fpro .countbar span b, .detail .countbar p b {
    font-size: 12px;
    font-weight: bold
}

.fpro .countbar .barbg, .detail .countbar .barbg {
    background: #0085c3;
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0
}

.fpro .countbar.outof {
    border: 1px solid #ededed;
    color: #e6e6e6;
    box-shadow: none
}

.fpro .countbar.outof p {
    display: block
}

.fpro .pmess {
    position: absolute;
    top: 0
}
.slick-slide {
    margin-right: 0 !important;
}
/*=======khuyen mai==========*/
.home-pro {
    float: left;
    width: 19%;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 10px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #f1f1f1;
}
.list-pro {
    width: 100% !important;
}
.pro-soldout{
    text-align: left;
    position: absolute;
    top: 0;
    z-index: 10;
    padding: 10px 0 10px 10px;
}

.username--style32 {
    color: blue;
    text-shadow: 0 0 1em #00f !important;
    -webkit-animation: glow 2s infinite alternate !important;
    font-weight: 700 !important;
    background: url(../../images/matrix2-blue.gif);
}
.username--style9 {
    text-shadow: 0 0 1em red !important;
    font-weight: 700 !important;
    color: #282F7A !important;
    background: url(../../images/modder8.gif);
}
.home-pro label {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    z-index: 9;
    width: 100%
}

.home-pro .flimg {
    position: relative;
    width: 100%;
    vertical-align: bottom;
    background: #0b93d5;
}

.home-pro:hover {
    box-shadow: 0 17px 40px 0 rgba(0, 0, 0, .2);
}
.home-pro .flimg img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-height: 100%;
    background: #fff;
    object-fit: contain;
}

.home-pro .prices {
    display: block;
    text-align: center;
    min-height: 52px;
}

.home-pro .prices span {
    display: inline-block;
}

.home-pro .prices .new,
.home-pro .prices .line,
.home-pro .discount {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 12px
}

.home-pro .discount {
    color: #fff;
    font-weight: bold;
    background-color: #da232e;
    padding: 0 2px;
    font-size: 11px;
    margin-left: 10px;
    border-radius: 0 3px 3px 0;
    position: relative
}

.home-pro .discount:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 8px solid #da232e;
    border-bottom: 9px solid transparent
}

.home-pro .prices .new {
    color: #da232e;
    margin-right: 5px;
    font-weight: 600;
    font-size: 16px;
}
.home-pro .prices .product-percent {
    color: #000;
    font-weight: normal;
    font-size: 12px;
}

.home-pro .prices .line {
    color: #999;
    text-decoration: line-through;
}

.home-pro .name {
    display: block;
    color: #000;
    text-align: center;
    padding: 5px 0;
    text-overflow: ellipsis;
    word-break: break-word;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    /*opacity: 0*/
    opacity: 1;
    height: 70px;
}

.home-pro .name:hover {
    color: #777777;
}

.home-pro .buy {
    border: 1px solid #014590;
    border-radius: 20px;
    height: 23px;
    line-height: 23px;
    color: #014590;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    width: 80%;
    box-sizing: border-box;
    text-align: center;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    /*opacity: 0*/
    opacity: 1
}

.home-pro .buy:hover {
    color: #fff;
    background: #014590
}

.home-pro .gift-title {
    font-size: 12px;
    color: #3567d7;
    margin: 0 3px;
    line-height: 1.4285714286;
}

.home-pro .gift-title img {
    height: 13px;
}

.home-pro .buydisable {
    border: 1px solid #eee;
    border-radius: 20px;
    width: 120px;
    margin: 5px auto;
    display: block;
    padding: 3px 0;
    text-transform: uppercase;
    color: #999;
    text-align: center
}

.promotion .promo-list {
    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin: 0px 10px 0px 0px;
}

.promo-date {
}

.promo-date .date {
    width: 70%;
    float: left;
    font-weight: bold;
    padding: 5px 5px;
    font-size: 12px;
}

.promo-date .icon {
    width: 30%;
    float: right;
    text-align: right;
}

.promo-date .icon-hot {
    width: 50px;
    height: 26px;
    display: inline-block;
}

.promo-name {
    display: block;
    color: #000;
    text-align: left;
    padding: 5px 16px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    opacity: 1;
}

.promo-name a {
    color: #000;
}

/*=======END khuyen mai=======*/
/*=======LIST TRACK=====*/
ul#imageGallery > li:hover {
    background: unset !important;
}

.promo-product-carousel .slick-track {
    margin-left: unset;
}

.slick-track .slider-item {
    width: 110px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 28px;
    padding: 5px 0;
    margin-right: 10px;
    font-size: 12px;
    line-height: 14px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.btn-menu {
    min-width: 85px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 23px;
    vertical-align: middle;
    text-align: center;
}

.slick-track .active-menu, .trademark-navigation .active {
    background: #0085c3;
    color: #fff;
}

.page-breadcrumbs {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}

.page-breadcrumbs .breadcrumbs-item {
    display: inline-block;
}

.page-breadcrumbs .breadcrumbs-item a {
    font-size: 16px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #da232e;
    border-color: #da232e;
}

/*=====END LIST TRACK=====*/
.flashsale .scrollflash {
    position: relative;
    display: block;
    box-sizing: border-box;
    border-left: 0;
    max-height: 385px;
    overflow: hidden
}

.hot-news ul li {
    float: left;
    margin: 5px 1.2%;
    width: 46%;
    background: #ffffff;
}

.hot-news img.lazy {
    width: 100%;
    height: 150px;
    padding: 5px 6px;
    transition: 1s;
    float: left;
    /*background: #323fff;*/
}

.hot-news .news .news-content .news-title {
    margin-left: 10px;
}

.hot-news .news .news-content .news-title a {
    font-size: 13px;
    font-weight: bold;
    color: red;
}

.hot-news .news .news-content .news-des_1 {
    margin-left: 10px;
}

.hot-news .news .news-content .news-des_1 a {
    font-size: 13px;
    overflow: hidden;
    color: #0a0a0a;
}

.news-service {
    overflow: hidden;
}

.noi-dung .tieu-de {
    font-size: 16px;
    color: blue;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.noi-dung .ngay-gio {
    font-style: italic;
    font-size: 12px;
    float: right;
}

.noi-dung .news_socail {
    float: right;
    margin-right: 15px;
}

.home-content .noidung a:hover {
    color: unset;
}

.news-content .news-des_1 a {
    color: #0a0a0a;
}

.news-service .news-img {
    width: 25%;
    float: left;
}

.news-service .news-img img.lazy {
    width: 100%;
    height: 150px;
    padding: 5px 5px;
    transition: 1s;
    float: left;
    border: 1px solid #aaa;
}

.news .news-img {
    width: 40%;
    float: left;
    border: 1px solid #aaa;
}

.news-service .news-content {
    width: 72%;
    float: left;
    padding-left: 10px;
}

.list-service .news img.lazy {
    width: 100%;
    height: auto;
    background: #323fff;
}

.list-service .news-content ul li {
    width: 95%;
    display: block;
    float: left;
    margin: 5px 1.2%;
    height: 160px;
    border-bottom: 1px dotted #aaa;
}

.list-service .news-content ul > li:hover {
    background: unset;
}

/*===============END LEFT MENU==========*/
/*========LIST PRODUCT ==========*/
.details {
    display: block;
    padding: 5px 1.2%;
}
.detail-product{
    padding: 0 5%;
}
.product-content,.product-option{
    padding: 0 2%;
}

.details .left-detail {
    width: 40%;
    float: left;
}

.details .product-image {
    border: 1px solid #f1f1f1;
}

.details .product-content .item {
    padding: 0 10px;
}

.details .product-image img {
    width: 100%;
    object-fit: contain;
}

.details .detail {
    padding-bottom: 5px;
    width: 98%;
    display: inline-block;
}

.detail .giaohang-info {
    margin: 5px 0;
    padding: 0;
    list-style: none;
    border: 1px solid #edede4;
    border-radius: 3px;
    background: #fbfbfb;
}

.detail ul > li:hover {
    background: #fbfbfb;
}

.detail .giaohang-info > li {
    border-bottom: 1px solid #edede4;
    padding: 5px;
}

.detail-description {
    margin-top: 10px;
    width: 100%;
    text-align: justify;
}

.btn-detail {
    background: #fff;
    font-weight: bold;
    border: 1px solid #EEEEEE;
    font-size: 13px;
}

.aligncenter {
    text-align: center;
}

.btn-active {
    display: inline-block;
    background: #014590;
    color: #fff;
}

.product-description {
    margin: 0 5px;
}

.content-comment {
    display: none;
    width: 100%;
    text-align: center;
}

.similar-product {
    padding: 0 10px 10px 10px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
.product .similar-product {
    float: left;
}
.fb-comment {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product .home-pro {
    width: 100% !important;
}

.similar-product .carousel-i {
    border: 1px solid #aaa;
    padding-bottom: 10px;
}

.detail-buton-content {
    background: #fff;
    padding: 0 10px;
}

/*========END LIST PRODUCT ==========*/
/*============DANG NHAP=============*/

.btni {
    font-size: 14px;
    color: #fff !important;
    border: 0;
    text-align: center;
    font-weight: 600;
    background: #018f38;
    border-radius: 5px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#017133), to(#018f38));
    background: -webkit-linear-gradient(top, #018f38, #017133);
    background: -moz-linear-gradient(top, #018f38, #017133);
    background: -ms-linear-gradient(top, #018f38, #017133);
    background: -o-linear-gradient(top, #018f38, #017133);
    cursor: pointer;
    padding: 10px 20px
}

.customer-form-box {
    padding: 20px 10px 0;
    min-height: 87vh;
    border: 1px solid #014590;
    background: #fff;
    width: 50%;
    margin: 0 auto;
    border-radius: 20px;
}

.customer-form-box a {
    color: #5794d9
}

.customer-form-box * {
    box-sizing: border-box
}

.customer-form-box .heading-tt h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600
}

.customer-form-box .heading-tt p {
    margin-bottom: 20px;
    text-align: left
}

.customer-form-box .form-ct {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0
}

.customer-form-box .form-ct .small-width {
    width: 320px;
    margin: 0 auto
}

.customer-form-box .register-frm {
    margin-bottom: 15px
}

.customer-form-box .register-frm .quote {
    text-align: justify;
    margin-bottom: 15px
}

.customer-form-box .register-frm .error-lst {
    padding: 10px;
    color: #de2000;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px dotted #014590;
    display: none
}

.customer-form-box .register-frm .error-lst.blue {
    border: 0;
    padding: 0;
    white-space: nowrap;
    background-color: transparent
}

.customer-form-box .register-frm .input-group {
    margin-bottom: 10px
}

.customer-form-box .register-frm label {
    color: #9f9fa1;
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.customer-form-box .register-frm input {
    border: 1px solid #014590;
    border-radius: 4px;
    padding: 10px 10px;
    width: calc(100% - 155px);
    text-align: left;
}
.customer-form-box .register-frm select {
    border: 1px solid #014590;
    border-radius: 4px;
    width: calc(100% - 155px);
    height: 40px;
}

.customer-form-box .register-frm input.un-required {
    border: 1px solid #9b9b9b
}

.customer-form-box .register-frm input::-webkit-input-placeholder,
.customer-form-box .register-frm input::-moz-placeholder,
.customer-form-box .register-frm input:-ms-input-placeholder,
.customer-form-box .register-frm input:-moz-placeholder {
    color: #d9d9d9
}

.customer-form-box .register-frm .submitbtn {
    border-radius: 4px;
}

.customer-form-box .social-register {
    padding: 12px 0
}

.customer-form-box .social-register p {
    color: #4a4a4a;
    font-size: 14px;
    text-align: left;
    margin-bottom: 12px
}

.customer-form-box .social-register p strong {
    display: inline
}

.customer-form-box .social-register .social-lst {
    text-align: left
}

.customer-form-box .social-register .social-lst a {
    display: block;
    margin: 0;
    padding: 10px 20px;
    width: 49%;
    color: #fff;
    border-radius: 4px;
    text-align: center
}

.customer-form-box .social-register .social-lst .fb-rg {
    float: left;
    background: #3b5999
}

.customer-form-box .social-register .social-lst .gg-rg {
    background: #de2000;
    float: left;
}

.customer-form-box .note {
    padding: 0;
    text-align: left;
    color: #9f9fa1;
    margin-left: 90px;
    border: none
}

.social-register .reglink {
    padding: 10px 20px;
    color: #fff;
    background: #0b93d5;
    border-radius: 4px;
    text-align: center;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d31610), to(#ff1b11));
    background: -webkit-linear-gradient(top, #ff1b11, #d31610);
    background: -moz-linear-gradient(top, #ff1b11, #d31610);
    background: -ms-linear-gradient(top, #ff1b11, #d31610);
    background: -o-linear-gradient(top, #ff1b11, #d31610);
}

.customer-form-box .note a {
    color: #5794d9;
    margin-right: 10px
}

.customer-form-box .sublink {
    padding-bottom: 15px;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 15px;
    font-size: 16px
}

.customer-form-box .col-l,
.customer-form-box .col-r {
    padding: 0 25px;
    text-align: center;
    margin: 0 auto;
}

.customer-form-box .col-r .social-register {
    padding: 0 0 12px
}

.register-frm .gender {
    display: inline;
    overflow: hidden;
    position: relative
}

.register-frm .gender .genderlabel {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-right: 10px;
    cursor: pointer;
    padding: 9px 0;
    font-weight: bold;
    width: 50px
}

.register-frm .gender .genderlabel .icon-radio {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: -4px;
    vertical-align: middle;
    background-position: -265px 0
}

.register-frm .gender .genderlabel.checked .icon-radio {
    background-position: -240px 0
}

.popup-vv {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    top: 0;
    left: 0;
    display: none
}

.customer-info {
    width: 240px;
    background: #282F7A;
    position: absolute;
    z-index: 1000;
    -webkit-box-shadow: -4px -4px 3px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px -4px 3px -1px rgba(0, 0, 0, 0.75);
    box-shadow: -4px -4px 3px -1px rgba(0, 0, 0, 0.75);
    display: none;
    border-bottom: 1px ridge #ededed;
}
.user-nav:hover div.customer-info {
    display: block;
}
.customer-info ul li {
    padding: 5px 10px;
}

.customer-dangxuat {
    margin: 10px 20px 10px 10px;
    float: right;
}
.customer-info ul li a {
    text-transform: uppercase;
    display: block;
    padding: 0.7rem 0.5rem;
    font-size: 1.15rem;
    color: #fcfcfc;
    text-align: left;
    position: relative;
    white-space: nowrap;
    height: 100%;
}
.customer-info .btn-dangxuat {
    background: #fff;
    color: #014590;
    padding: 4px 6px;
}

.taikhoan-content {
    margin-top: 10px;
    min-height: 100vh;
}

.taikhoan-content .left-menu {
    float: left;
    width: 25%;
    border-right: 1px solid #ccc;
}

.left-menu .left-menu-item {
    padding: 10px 10px;
}

.left-menu .left-menu-item a {
    font-weight: 400;
    font-size: 16px;
}

.left-menu .left-menu-item a {
    display: inline-block;
    width: 100%;
}

.taikhoan-content .right-info {
    float: right;
    width: 70%;
}

.left-menu .item-active {
    /*background: none repeat scroll 0 0 #014590;*/
    /*transition: color 0.5s ease-in-out;*/
}

.left-menu .item-active a {
    color: #014590;
}

.frmcus-info {
    width: 400px;
}

.frmcus-info label {
    width: 100%;
    color: #014590;
}


.frmcus-info .textbox {
    width: 100%;
    padding: 5px 5px;
    border-radius: 5px;
}

.frmcus-info .cbo {
    width: 100%;
    border-radius: 5px;
    height: 36px;
}

.frmcus-info .info-label {
    font-size: 22px;
    color: #014590;
    font-family: Roboto, sans-serif;
}

.frmcus-info .label-group {
    color: #014590;
    font-family: Roboto, sans-serif;
    margin-top: 10px;
}

.frmcus-info .pass-group a {
    color: #fff;
    margin-top: 10px;
    border: 1px solid #ccc;
    background: #014590;
    text-align: center;
    padding: 10px 0px;
    width: 200px;
    display: inline-block;
    border-radius: 15px;
}

.frmcus-info .pass-group a:hover {
    background: #ee9900;
}
.cus-level div{
    padding: 10px 10px 10px 20px;
    text-align: left;
    width: 250px;
    color: #fff;
    margin-top: 5px;
    border-radius: 15px;
}
.cus-level .cus-level-0{
    background: #d31610;
    border: 1px solid #d31610;
    color: #fff;
}
.cus-level .cus-level-1{
    background: #017133;
    border: 1px solid #017133;
    margin-left: 5%;
}
.cus-level .cus-level-2{
     background: #018f38;
     border: 1px solid #018f38;
     margin-left: 10%;
}
.cus-level .cus-level-3{
    background: #368e12;
    border: 1px solid #368e12;
    margin-left: 15%;
}
.cus-level .cus-level-4{
    background: #005bff;
    border: 1px solid #005bff;
    margin-left: 20%;
}
.cus-level .cus-level-5{
    background: #2294ff;
    border: 1px solid #2294ff;
    margin-left: 25%;
}
/*=========END DANG NHAP=============*/
/*=======THUONG===HIEU======*/
.trademark-info {
    border-top: 1px solid #ccc;
    padding: 10px;
}

.trademark-info .trm-logo {
    float: left;
    width: 25%;
}

.trademark-info .trm-logo img {
    height: 150px;
}

.trademark-info .description {
    float: left;
    width: 70%;
    margin-left: 1%;
}

.trademark-info .description .trm-name {
    font-size: 20px;
    text-transform: uppercase;
    color: #014590;
    font-weight: bold;
}

.xem-them-tt,.xem-them, .thu-gon {
    text-align: center;
    color: #0085c3;
    margin-top: 10px;
    margin-bottom: 10px;
}

.xem-them-tt a,.xem-them a, .thu-gon a {
    font-style: initial;
    color: #0085c3;
    padding: 7px 14px;
    border: 1px solid #0085c3;
}

.trademark-item a img {
    border: 1px solid #ccc;
    width: 130px;
    height: 58px;
    border-radius: 8px;
}

.search-navigation {
    float: right;
    margin-top: 15px;
    padding-right: 20px;
}
.progroup-filter-mobile {
   margin: 8px 10px 0 0 ;
    display: none;
}
.progroup-filter-mobile a{
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 8px;
}
.trademark-navigation {
    float: left;
    margin-top: 15px;
    padding-left: 20px;
}

.trademark-navigation div {
    float: left;
    margin-top: 20px;
}

.trademark-navigation a {
    border: 1px solid #ccc;
    padding: 9px;
    margin-top: 15px;
    margin-right: 15px;
    border-radius: 10px;
}
.progroup-sidebar{
    padding: 0 10px !important;
    border-right: 1px solid #f1f1f1;
}
.progroup-sidebar .sidebar-title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.progroup-sidebar-list .item a{
    width: 100%;
    height: 100%;
    color: #0085c3;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 5px;
    display: block;
}
.progroup-sidebar-list .item:hover a, .progroup-sidebar-list .active a{
    color: #fff;
    background: #0085c3;
}
.progroup-content{

}
.line-1 {
    height: 1px;
    background: #fff;
    padding-bottom: 11px;
    border-top: 1px solid #eee;
}

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

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-25 {
    font-size: 25px;
}

.mg-bottom-15 {
    margin-bottom: 15px;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-60 {
    margin-bottom: 60px;
}

.mg-top-15 {
    margin-top: 15px;
}

.mg-top-5 {
    margin-top: 5px;
}

.mg-left-30 {
    margin-left: 30px;
}

.mg-right-30 {
    margin-right: 30px;
}

.cart-quantity {
    text-align: center;
    font-weight: bold;
    border-radius: 100%;
    display: inline-block;
    position: relative;
}

.home-trademark {
    display: none;
}

.trademark-list .trademark-item {
    width: 100%;
    margin-left: 5px;
    padding-left: 6px;
    padding-right: 10px;
    margin-right: 1px;
}

.trademark-list .trademark-item div {
    margin-bottom: 15px;
}

.trademark-item {
    width: 78px;
    margin-left: 5px;
}

.trademark-buy .trademark-item {
    float: left;
    width: unset !important;
    margin-left: 10px;
}

.trademark-buy .trademark-item .logo-img p {
    font-size: 6pt !important;
}

.border-img .thumb-img {
    display: block;
    border-radius: 8px;
    border: #eee solid 1px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
}

.border-img .thumb-img img {
    height: 40px;
}
.vic-slider{
    background: #fff;
}
.top-bar .top-bar-count {
    float: left;
    width: 200px;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.3rem;
    padding: 1.3rem 0;
    height: 100%;
    color: blue;
    font-weight: bold;
}
.top-bar .top-bar-count-title {
    text-align: left;
    width: 70%;
    display: inline-block;
}
.top-bar .top-bar-count-number {
    text-align: center;
    width: 30%;
    display: inline-block;
}
/*=========top bar==========*/
.top-bar {
    width: 100%;
    background: #0085c3;
}

.top-bar .top-bar-hotline {
    background: #f1f1f1;
    width: 100%;
    color: #fff;
    line-height: 1.25;
}

.top-bar .top-bar-info {
    color: #fff;
    line-height: 1.25 !important;
    padding: 5px !important;
    float: right;
}
.top-bar .top-bar-logo {
    float: left;
    width: 70px;
    text-align: right;
    padding-right: 4px;
}
.top-bar .top-bar-logo a img {
    width: 50px;
}
.top-bar .top-bar-map {
    float: right;
    width: 75px;
    text-align: center;
}
.top-bar .top-bar-map a img {
    padding-top: 10px;
}
.top-bar .top-bar-company {
    float: left;
    width: calc(100% - 70px);
    text-align: center;
}
.top-bar .top-bar-company .company-name {
    font-size: 17px;
    font-weight: bold;
}
.top-bar-company .company-contact {
    text-align: center;
    white-space: nowrap;
}
.top-bar-company .company-contact a{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.top-bar-company .company-contact .company-phone{
    padding: 2px 6px;
}
.top-bar .top-bar-search {
    float: left;
}
.top-bar .search-input {
    width: 100%;
    height: 34px;
    position: relative;
    background: #fff;
    border-radius:10px;
    border: 1px solid #f1f1f1;
    float: left;
}
.top-bar .search-select {
    width: 100px;
    height: 34px;
    float: left;
}
.top-bar .search-select select {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.top-bar .top-bar-search .top-bar-search-cbo {
    margin-top: 5px;
}

.top-bar span a {
    color: #da232e;
}
/*=======END THUONG===HIEU======*/
/*=============THONG TIN KHACH HANG======*/

.tag {
    width: 100%;
    border-bottom: 2px solid #eee
}

.tag .filter .manufilter a {
    width: 10%;
    display: block;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    height: 54px
}

.tag .filter .manufilter.fruit a {
    width: 20%
}

.tag .tab-header {
    height: 44px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    /*background-image: linear-gradient(-180deg, #f9f9f9 0%, #e7e7e7 100%)*/
}

.tag .tab-header ul {
    margin-left: 30%;
}

.tag .tab-header .mainsearch {
    height: 44px;
    width: 375px;
    margin-right: 5px;
    position: relative;
    float: right
}

.tag .tab-header .mainsearch input {
    background: #fafafa;
    padding: 12.5px 30px 12.5px 10px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 373px;
    height: 33px;
    margin: 5px 0
}

.tag .tab-header .mainsearch button {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 5px;
    top: 50%;
    background: no-repeat;
    outline: none;
    border: none;
    transform: translateY(-50%)
}

.tag .tab-header .mainsearch button .icon-search {
    position: absolute;
    background-position: -162px -287px;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    filter: grayscale(100%)
}

.tag .tab-header .mainsearch .searchclear {
    display: none;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 25px;
    width: 28px;
    background-color: #fff;
    margin: auto;
    cursor: pointer;
    padding: 8px 0 0 16px;
    border-radius: 10px
}

.tag .tab-header .tabs {
    list-style: none
}

.tag .tab-header .tabs li {
    float: left;
    margin-bottom: -1px;
    position: relative;
    display: block;
    padding: 5px 10px
}

.tag .tab-header .tabs li a {
    margin-right: 2px;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 5px 10px;
    /*margin: 5px auto;*/
    font-size: 12px;
    color: #666 !important
}

.tag .tab-header .tabs li a span {
    display: inline-block;
    position: relative;
    margin-left: 4px
}

.tag .tab-header .tabs li a span::before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-top-color: #666;
    border-width: 5px;
    line-height: 0;
    position: absolute;
    top: -7px
}

.tag .tab-header .tabs li a span::before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-top-color: #666;
    border-width: 5px;
    line-height: 0;
    position: absolute;
    top: -7px
}

.tag .tab-header .tabs li.act {
    background: #014590;
    border: 1px solid #ccc;
    border-radius: 10px;

}

.tag .tab-header .tabs li.act a {
    border: none;
    border-bottom: 3px solid #014590;
    color: #fff !important;
    font-weight: bold
}

.tag .tab-content {
    width: 100%;
    box-sizing: border-box;
    padding: 10px
}

.tag .tab-content > div {
    display: none;
    flex-wrap: wrap
}

.tag .tab-content > div.propgroup {
    margin: 0
}

.tag .tab-content > div.propgroup a {
    float: left;
    width: initial;
    margin-right: 25px;
    color: #333;
    padding: 5px 0
}

.tag .tab-content > div.propgroup a.choosed .icon-check {
    background-position: -155px 0;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.tag .tab-content > div .manutop a,
.tag .tab-content > div.dungtich a {
    margin: 6px 0;
    float: left
}

.tag .tab-content > div.dungtich a {
    margin: 6px 0;
    float: left;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    width: 120px;
    height: 52px;
    display: table;
    margin-right: 26px;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 40px;
    text-align: left;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.tag .tab-content > div.dungtich a:hover,
.tag .tab-content > div.dungtich a.choosed {
    border-color: #fe7a12
}

.tag .tab-content > div.dungtich a i {
    position: absolute;
    top: 3px;
    left: 5px
}

.tag .tab-content > div.dungtich a span {
    font-size: 12px;
    color: #666 !important;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.4;
    display: table-row
}

.tag .tab-content > div.dungtich a .nu {
    color: #4a90e2 !important;
    font-size: 10px
}

.tag .tab-content > div.dungtich a .stickovl {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(254, 117, 0, .4);
    z-index: 0
}

.tag .tab-content > div.dungtich a .icon-stick {
    display: none;
    position: absolute;
    top: 2px;
    right: 3px;
    left: initial;
    z-index: 9
}

.tag .tab-content > div.dungtich a.choosed .stickovl,
.tag .tab-content > div.dungtich a.choosed .icon-stick {
    display: block
}

.tag .tab-content > div .manutop {
    margin: 0;
    width: 100%
}

.tag .tab-content > div .manutop .manufilter {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.manutop label,
.propgroup label {
    font-size: 16px
}

.propgroup > div {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap
}

.filter .ft a img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.filter .ft a:hover img {
    margin-top: -5px;
    margin-bottom: 5px
}

.filter .manufilter a figure {
    width: 90%;
    height: auto;
    height: 54px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid #ededed;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    box-sizing: border-box
}

.filter .manufilter a:hover figure {
    border-color: #fe7a12
}

.filter .manufilter a.choosed figure {
    border: 1px solid #014590
}

.filter .manufilter a figure img {
    border-radius: 4px;
    width: auto;
    height: auto;
    max-height: 54px;
    margin: auto !important;
    max-width: 100%
}

.filter .manufilter a figure .stickovl {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(254, 117, 0, .4);
    z-index: 0
}

.filter .manufilter a figure .icon-stick {
    display: none;
    position: absolute;
    top: 2px;
    right: 3px;
    z-index: 9
}

.filter .manufilter a.choosed figure .stickovl,
.filter .manufilter a.choosed figure .icon-stick {
    display: block
}

.filter .manufilter.fruit a figure img {
    border-radius: 4px;
    max-width: 100%;
    height: auto
}

.filter .manufilter a.more figure {
    line-height: unset;
    padding-top: 9px;
    width: 100%
}

.filter .manufilter a.more figure span {
    display: block;
    color: #888
}

.filter .manufilter a.more figure span:last-child {
    transform: rotate(90deg);
    font-size: 26px
}

/*==========END THONG TIN KHACH HANG======*/
/*===========social link==============*/
.social-link {
    position: fixed;
    right: 0px;
    top: 30%;
    width: 50px;
    background: none repeat scroll 0 0 rgba(223, 215, 247, 0.75);
    z-index: 100;
}

.social-link .social-item {
    border-color: rgba(255, 99, 0, 0.16);
    text-shadow: 0 1px 0 #ff6300;
    border: ridge;
}

.social-link .social-item:hover {
    background: #fdfdfd;
}

.social-link .social-icon {
    width: 40px;
    height: 40px;
    padding: 5px;
    margin: 0 auto;
}

.search-icon {
    position: relative;
    margin-left: -30px;
    color: black;
}

.social-menu {
    display: none;
}

.social-menu .social-icon {
    width: 30px;
    padding: 5px;
    border-radius: 20%;
    background: none repeat scroll 0 0 rgba(253, 253, 253);
}

.mobile-footer-menu {
    display: none;
    position: fixed;
    bottom: 0;
    height: 45px;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

.mobile-footer-menu .menu-item {
    display: inline-block;
    width: 19%;
    text-align: center;
    height: 100%;
}

.mobile-footer-menu .menu-item a i {
    font-size: 20px;
    margin-top: 5px;
    color: #aaaaaa;
}

.mobile-footer-menu .menu-item a {
    font-size: 10px;
    color: #aaaaaa;
}

.mobile-footer-menu .menu-item p {
    font-size: 10px;
    color: #aaaaaa;
    text-align: center;
}

.mobile-footer-menu .menu-item a span {
    margin-top: 10px;
    font-size: 26px;
    color: #014590;
}

.mobile-footer-menu .active {
    border-top: 1px solid #014590;
}

.mobile-footer-menu .active a p, .mobile-footer-menu .active a i {
    color: #014590;
}

/*=========end social link==============*/
/*======hit counter========*/
/*.hitcounter-item {*/
/*    padding-left: 5px;*/
/*    padding-right: 10px;*/
/*    padding-top: 2px;*/
/*    display: inline-block;*/
/*    width: 23%;*/
/*}*/

#comp-il0yizug {
    text-align: right;
    width: 100%;
    color: #fff;
    font-size: 13px;
    position: relative;
   padding: 0 10px;
}

#SITE_FOOTER {
    bottom: auto;
    right: 0px;
    width: 50%;
    position: absolute;
    min-width: 980px;
    margin-left: 0px;
    z-index: 1;
    height: 150px;
}

#mySidenav .nav-tabs .nav-link {
    border: none !important;
    font-weight: bold;
}

#mySidenav ul li:hover {
    background: rgba(0,0,0,0.2);
}

.nav-menu-sub .nav-sub-item {
    width: 50%;
    float: left;
}

.nav-menu-sub .nav-sub-item img {

}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 5px;
}

.nav-menu-sub {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -250px;
    background: #0085c3;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

/*====END=============*/
/*=========top bar==========*/
.quick-call {
    border: 1px solid #ccc;
    background: #0152c3;
    border-radius: 8px;
    padding: 5px 15px;
    color: #fff;
    width: 100%;
}

.btnDongy {
    padding: 8px 20px;
    background: #da232e;
    color: #fff;
    border-radius: 12px;
    border-style: none;
    float: left;
    margin: 10px 5px;
}

.input_giamgia {
    display: block;
    width: calc(100% - 115px);
    margin: 10px 0px;
    padding: 8px 10px;
    border: 1px solid #b9aeae;
    border-radius: 5px;
    float: left;
}

.promotion-list .promotion-item .promo-name {
    padding: unset;
}

.right-detail .detail .line {
    color: #999;
    text-decoration: line-through;
    font-size: 16px;
}

.right-detail .discount {
    color: #fff;
    font-weight: bold;
    background-color: #014590;
    padding: 1px 2px;
    margin-left: 10px;
    border-radius: 0 3px 3px 0;
    position: relative;
}

.right-detail .discount::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 8px solid #014590;
    border-bottom: 9px solid transparent;
}

.content-product img {
    width: 90px;
    padding: 10px;
    float: left;
}

.content-product info {
    padding: 10px;
}

/*=========RND top bar==========*/
.dropdown-submenu {
    border-bottom: 1px solid #ccc;
}

#mn-wrapper {
    display: table;
    width: 20%;
    position: absolute;
    height: 60vh;
    border: 1px solid #0152c3;
    border-radius: 5px 0 0 5px;
}

.mn-sidebar {
    display: table-cell;
    position: relative;
    vertical-align: top;
    padding-bottom: 49px;
    background: #0152c3;;
    width: 216px;
    z-index: 2;
}

#mn-cont {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 0;
}

.cnt-mcont {
    background-color: #F6F6F6;
    color: inherit;
    font-size: 13px;
    font-weight: 200;
    line-height: 21px;
    padding: 15px 30px 30px 30px;
    margin-top: 0;
    height: 60vh;
}

.mn-sidebar .mn-toggle {
    display: none;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}

.mn-vnavigation {
    margin: 0 0 0 0;
    padding: 0;
    border-top: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc;*/
}

.mn-vnavigation li a {
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 14px 18px 13px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.dropdown-submenu >
.dropdown-menu {
    top: 0;
    left: 100%;
    margin: 0;
    height: 60vh;
    width: 216px;
    background: #0152c3;
}

.dropdown-submenu .dropdown-submenu .parent {
    margin-top: -1px;

}

.dropdown-submenu:hover >
.dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.bottom-mn {
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.bg-overlay {
    background: #fff;
    padding: 10px;
}

.link-button {
    padding: 7px 10px;
    margin-top: 7px;
    font-size: 1rem;
    margin-right: 10px;
    color: #fff;
    background: #014590;;
    border-radius: 5px;
}

.address-info .add-item {
    color: #fff;
    position: relative;
    padding-left: 50px;
    border-right: 1px solid #fff;
    min-height: 75px;
    display: table;
    width: 100%;
    background: rgba(1, 82, 195, 0.3);
}

.address-info .add-item .middle {
    display: table-cell;
    vertical-align: middle;
}

.address-info .add-item div {
    font-weight: 300;
    line-height: 1.5;
    font-size: 18px;
}

.address-info .add-item.no-border-right {
    border-right: 0px solid #fff;
}

.address-info .add-item i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    left: 5px;
    top: 50%;
    margin-top: -20px;
}

.address-info .add-item a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.address-info .add-item .label-sm {
    color: #fff;
    font-size: 18px;
}
.cus-info .price{
     padding: 10px;
     border-radius: 15px;
    text-align: right;
    margin-top: 10px;
 }
.cus-info .price a #spanRest{
    font-size: 20px;
    font-weight: bold;
 }
.cus-info .price a{
    color: #fff;
}
div.caption {
    margin-top: 5px;
}

/* #Responsive Menu
================================================== */
#responavwrap {
    position: fixed;
    top: 0;
    left: -265px;
    width: 265px;
    height: 100%;
    background: #242424;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 80px;
}

#responav {
    margin: 0;
    padding: 0;
}

#responav li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #2d2d2d;
    list-style: none;
}

#responav > li:last-child {
    border-bottom: 1px solid #2d2d2d;
}

#responav li:hover {
    background-color: #222;
}

#responav li.mega li:hover {
    background-color: inherit;
}

#responav li a:not(.button) {
    color: #bbb;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 20px;
    font-size: 14px;
    position: relative;
}

#responav li:hover a:not(.button) {
    color: #eee;
}

#responav li a i {
    margin-right: 4px;
}

#responav li a > i.respo-nav-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    width: 50px;
    height: 100%;
}

#responav li a > i.respo-nav-icon:before {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

#responav li > ul {
    display: none;
    margin: 0;
    background-color: #282828;
}

#responav li.mega ul[class^=sub-] {
    background-color: #f5f5f5;
}

.dark-submenu #responav li.mega ul[class^=sub-] {
    background: #242424;
}

#responav li > ul a:not(.button) {
    padding: 10px 30px;
    font-size: 12px;
}

#responav li > ul li > ul a:not(.button) {
    padding-right: 40px;
    padding-left: 40px;
}

#responav li > ul li > ul li > ul a:not(.button) {
    padding-right: 50px;
    padding-left: 50px;
}

#responav li .wpb_row {
    margin-left: 0;
    margin-right: 0;
}

#responav li .wpb_row [class*=vc_col-] {
    width: 100%;
    float: none;
    padding-top: 35px;
}

#responav [class*=vertical-] {
    display: none;
}

#responav .wpb_column .widget, #responav .wpb_content_element {
    margin-bottom: 15px;
}

#responav .wpb_row {
    margin-bottom: 0;
    padding-bottom: 30px;
}

#responav .widget_nav_menu li {
    border-top: 0;
}

#responav .widget_nav_menu ul li a {
    padding: 7px 10px;
}

#responav .teaser-box6 .teaser-title {
    font-size: 18px;
}

#close-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 13px;
    margin-top: 20px;
    cursor: pointer;
    z-index: 100;
    width: 46px;
    height: 42px;
    padding: 11px;
}

#close-icon span.mn-ext1, #close-icon span.mn-ext2, #close-icon span.mn-ext3 {
    display: block;
    width: 24px;
    height: 3px;
    background: #777;
    margin-bottom: 3px;
    margin-top: 2px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.chosen-container .chosen-drop {
    width: 100% !important;
}
/* End */
@media (min-width: 1200px) {
    .gds > div {
        min-height: 325px;
    }

    .y-kien .views-field-body {
        min-height: 210px;
    }

    .slide-top .item img {
        min-height: 800px;
    }

    .slide-baiviet .item img {
        height: 560px;
    }

    .tintuc_img {
        width: 680px;
        height: 480px;
    }

    .huu-ich .video-right video, .huu-ich .video-left video {
        width: 100%;
        /*height: 362px;*/
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gds > div {
        min-height: 385px;
    }

    .y-kien .views-field-body {
        min-height: 260px;
    }

    .slide-top .item img {
        /*height: 640px;*/
    }

    .slide-baiviet .item img {
        height: 480px;
    }

    .top-header .titlewrapper a {
        font-size: 250%;
    }
    .top-bar .top-bar-company .company-name {
        font-size: 15px;
        font-weight: bold;
    }
    .top-bar .top-bar-company .company-address, .top-bar .top-bar-company .company-contact a {
        font-size: 13px;
        color: #fff;
    }
}

@media (min-width: 991px) {
    .item-100 {
        flex-basis: 100%;
    }

    .item-50 {
        flex-basis: 50%;
    }

    .item-33 {
        flex-basis: calc(100% / 3);
    }

    .item-25 {
        flex-basis: 25%;
    }

    .item-20 {
        flex-basis: 20%;
    }

    .navbar-collapse.collapse {
        /*padding-top: 10px;*/
        min-height: 50px;
    }

    .navbar-header {
        float: none !important;
        /*background-image: url("../images/tp.png");*/
        background-repeat: no-repeat;
        background-size: 350px;
        background-position: 70%;
        /*padding: 5px 0;*/
        min-height: 100px;
    }

    /*#block-mainnavigation ul li a:hover,*/
    /*#block-mainnavigation ul li a:hover:before {*/
    /*    color: #c1c5c3;*/
    /*   */
    /*}*/
    #block-mainnavigation ul li a.nav-link {
        color: rgb(0, 0, 0);
        font-size: 0.9rem;
        padding: 0.9rem 0.8rem;
        text-transform: uppercase;
        height: 100%;
        white-space: nowrap;
        font-weight: bold;
    }

    .user-name {
        text-align: center;
        color: #fcfcfc;
        font-size: 1.2rem;
        padding: 1.2rem 1.5rem;
        text-transform: uppercase;
        height: 100%;
        white-space: nowrap;
    }
    .user-name span {
        font-size: 0.8rem;
        font-weight: bold;
    }

    .header-hotline {
        color: #fcfcfc;
        font-size: 1.1rem;
        padding: 0 1rem;
        text-transform: uppercase;
        height: 100%;
    }

    .search-box {
        color: #fcfcfc;
        font-size: 1.1rem;
        padding: 13px 1rem;
        height: 100%;
    }

    #block-mainnavigation .submenu li a {
        color: #fcfcfc;
        font-size: 1.15rem;
        padding: 0.5rem 0.5rem;
        text-transform: uppercase;
        height: 100%;
        white-space: nowrap;
    }

    .submenu a:hover {
        color: #fcfcfc;
        text-decoration: none;
        background: rgba(0, 0, 0, 0.2);
    }

    .navbar-nav > li > .dropdown-menu a {
        color: #fdfdfd;
        width: 100%;
        height: 100%;
        display: block;
    }

    .navbar-nav > li > .dropdown-menu a:hover {
        /*color: #dff4dd !important;*/
        /*background: none repeat scroll 0 0 #0007ff;*/
        transition: all 0.2s ease 0s;
    }

    #block-mainnavigation ul li a.is-active:before,
    #block-mainnavigation ul li a.is-active {
        color: #fff !important;
        background-color: #891a1c !important;
    }

    .view-tin-tuc-home.view-id-tin_tuc_home {
        display: -webkit-flex; /* Safari */
        display: flex;
    }

    .news .view-content, .news .attachment.attachment-after {
        -webkit-flex: 1; /* Safari 6.1+ */
        -ms-flex: 1; /* IE 10 */
        flex: 1;
        margin: 0;
    }

    .news li {
        padding-bottom: 15px;
    }

    .program_info {
        text-align: center;
    }

    .program_info p {
        text-align: justify;
    }

    .slide-top .item img {
        height: 540px;
    }

    .ifrVideo {
        width: 100%;
        height: 500px;
    }

    .hinh-anh .item img {
        max-width: 100%;
        height: auto;
    }

    .lichhoc .img_lichhoc img {
        width: 680px;
        height: 480px;
    }

    .lichhoc {
        margin-top: 40px;
    }

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

    .lichhoc h2 {
        text-align: center;
    }

    .lichhoc h2::after {
        content: '';
        display: block;
        margin: 2rem auto 0 auto;
        width: 100px;
        height: 4px;
        border-radius: 2px;
        background-color: #c7000b;
    }

    .contact-map .iframe-map {
        width: 520px;
        height: 345px;
    }

    .view-content p {
        text-align: justify;
    }

    .view-content p > img {
        width: 100% !important;
        height: auto !important;
    }

    .view-content img span {
        font-style: italic;
        font-size: 16px;
    }

    #cfacebook {
        right: 80px;
    }

    .branch-list .branch-content {
        margin: 5px 5px 10px 10px;
    }

    .branch_info h2 {
        text-align: center;
        color: #fc0e2c;
    }

    .branch_info p {
        text-align: center;
        color: #0a0a0a;
    }

    .history-back {
        margin-right: 50px;
    }

    .noidung img {
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .pd-bottom-medium {
        padding: 10px;
        /*padding-bottom: 0px !important;*/
    }

    .tintuc .img-banner {
        width: 100%;
        height: 480px;
    }

    .logan_logo {
    }

    .responsive-menu {
        display: none;
    }

    .content-page {
        width: calc(100% - 200px) !important;
    }

    .img_gds {
        width: 30%;
    }

    /*.home-pro:nth-child(5n+5), .scrollflash.owl-carousel .owl-item:nth-child(5n+5) .home-pro {*/
    /*    border-right: 0*/
    /*}*/
    .promotion-list .promotion-item {
        width: 19%;
        float: left;
        margin-right: 10px;
    }

    .more-product {
        float: right;
        padding: 5px 5px;
        margin-top: 7px;
        font-size: .875rem;
        margin-right: 10px;
        color: #0085c3;
        text-transform: uppercase;
    }

    .home-title {
        width: 100%;
        position: relative;
        /* border-top: 4px solid #fc96ce; */
        margin-bottom: 2px;
        background: #014590;
    }

    .home-title-name span {
        background: url(../../images/icondeal.png) no-repeat 5px;
        padding-left: 40px;
        font-size: 18px;
        font-family: "Montserrat Medium";
    }

    .home-title-name {
        color: #0085c3;
        font-size: 1.5rem;
        line-height: 45px;
        padding-left: 5px;
        font-weight: bold;
        width: calc(100% - 185px);
        float: left;
        text-transform: uppercase;
    }

    .mobile-navbar {
        display: none;
    }

    .topbar-mobile {
        display: none;
        padding: 10px;
    }
    .news .news-content {
        width: 59%;
        float: left;
    }
    .infor-social {
        float: left;
        border-right: 1px solid #fff;
    }
    .progroup-sidebar{
       width: 20% !important;
    }
    .progroup-content .home-pro {
        width: 23.5%;
    }
    .progroup-content{
        width: 80% !important;
    }
}

@media (max-width: 991px) {
    .img_gds {
        width: 45%;
        float: left;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .top_nav {
        display: none;
    }

    .container, .container-sm, .container-md {
        max-width: 100%;
    }

    .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    #main-content {
        width: 100%;
        float: none;
        top: 0px !important;
    }

    .vic-lang-option, #top-menu {
        width: 100%;
    }

    #top-menu .menu-item {
        display: none;
    }

    .content-page {
        width: 100% !important;
    }

    .customer-form-box {
        width: 100%;
    }

    .form-ct {
        width: 90%;
    }

    #main-content {
        min-height: unset;
    }

    .vic-main-content .left-content {
        width: 100%;
    }

    .vic-main-content .right-content {
        display: none;
    }

    .home-video .home-content-logo {
        /*width: 100% !important;*/
        float: unset;
        display: block;
        margin: 0 auto;
    }

    .slide-homevideo {
        width: 100%;
        clear: right;
    }

    #SITE_FOOTER {
        min-width: 98% !important;
        z-index: unset !important;
        background: none repeat scroll 0 0 rgba(41, 31, 247, 0.75);
    }

    #comp-il0yizug {
        margin: 0 auto;
        display: block;
    }

    /*.nav > li > a:focus, .nav > li > a:hover {*/
    /*    background-color: #291FF7;*/
    /*}*/
    .size {
        padding: 0;
    }

    .mobile-search input {
        height: 20px;
        width: 100px;
    }

    .social-menu {
        /*background: none repeat scroll 0 0 rgba(253, 253, 253, 0.75);*/
    }

    .social-link {
        display: none;
    }

    .social-menu {
        display: block;
    }

    #top-menu, .left-content {
        display: none;
    }

    .content-left {
        display: none;
    }

    .content-right {
        width: 100%;
    }

    .content-lienhe {
        width: 25%;
    }

    .right-content {
        width: 75%;
        float: left;
    }

    .site-branding {
        display: inline-block;
        margin-left: 30px;
    }

    .menu-mobile {
        float: right;
        right: 0px;
        position: absolute;
    }

    .lang-choose {
        padding: 8px 20px;
    }

    .cart {
        padding: 16px 20px;
    }

    .navbar-collapse .nav-item:hover .dropdown-menu {
        margin-left: -20px;
    }

    .lang-text {
        display: none;
    }

    .search-item {
        width: 48% !important;
        margin-bottom: 7px;
        margin-right: 10px;
    }

    .search-item #search_value {
        width: 100% !important;
    }

    .manufacturer-list ul li {
        width: 30%;
    }

    .right-content {
        margin: unset;
    }

    .contact-map {
        display: none;
    }

    .contact-infor_1 {
        width: 98% !important;
        padding: 0 10px;
    }

    .contact-infor_1 span {
        font-size: 13px !important;
    }

    .home-list-product {
        width: 24%;
    }

    .left-content2 {
        display: none;
    }

    .noidung-lienhe {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    .top-heade {
        width: 95%;
    }

    .top-bar .top-bar-hotline {
        display: none;
    }

    .topbar-mobile {
        padding: 10px;
        display: block;
    }

    .menu-icon {
        display: block;
    }

    .main-menu #show_cate {
       display: none;
    }

    .content-lienhe {
        display: none;
    }

    .right-content {
        width: 100%;
    }

    .home-trademark {
        display: block;
    }

    .type-item .border-img .thumb-img img {
        height: auto;
    }

    .mobile-footer-menu {
        display: flex;
    }

    .cart-content {
        min-height: unset !important;
    }

    .cart-content .block#block1 {
        float: unset;
        width: 100% !important;
    }

    .cart-content .block#block2 {
        padding: 10% !important;
        width: 100% !important;
        margin-left: 10px;
        overflow: hidden;
    }

    .more-product {
        float: right;
        padding: 5px 5px;
        margin-top: 7px;
        font-size: .875rem;
        margin-right: 10px;
        color: #0085c3;
        font-style: italic;
    }

    .home-title {
        width: 100%;
        position: relative;
        /* border-top: 4px solid #fc96ce; */
        margin-bottom: 2px;
        background: none;
    }

    .home-title-name span {
    }

    .home-title-name {
        color: #0085c3;
        font-size: 16px;
        line-height: 45px;
        padding-left: 5px;
        width: calc(100% - 155px);
        float: left;
        font-weight: bold;
    }

    .news-menu {
        display: none;
    }

    .news-content {
        width: 100%;
        float: right;
    }

    .count-visitor {
        display: none;
    }

    .footer-mb-space {
        margin-bottom: 50px;
    }

    .navbar-nav li {
        display: none;
    }

    .top-bar-map {
        display: none;
    }
    .mobile-navbar {
        display: block;
        margin-top: 10px;
        margin-right: 15px;
    }

    .mobile-navbar .header-cart {
        color: #fff;
    }

    .cart-quantity {
        margin-left: 0px !important;
    }

    .navbar-menu {
        border-radius: unset;
    }

    .bg_nav .header-menu-top {
        display: none;
    }

    .top-header .top-call {
        display: none;
    }

    .top-header .top-search {
        width: 100%;
    }
    .footer > div {
        width: 100% !important;
    }

    .top-header .titlewrapper a {
        font-size: 100%;
    }

    /*=========top bar==========*/
    .top-bar {
        width: 100%;
    }

    .top-bar .top-bar-info {
        width: 100%;
        line-height: 1.25;
        padding: 5px 0;
    }
    .top-bar .search-input {
        margin: 0;
    }
    .top-bar .top-bar-search-pc {
        width: 98%;
        text-align: center;
        margin: 0 1% 1% 1%;
    }

    .top-bar .top-bar-search .top-bar-search-cbo {
        margin-top: 5px;
    }

    .top-bar span {
        width: 100%;
        height: 100%;
        display: inline-block;
        white-space: nowrap;
    }

    .top-bar span a {
        color: #da232e;
    }
    .search-box .search-input input {
        float: left;
    }
    .top-bar .top-bar-count {
       display: none;
    }
    .right-sidebar{
        display: none;
    }
    .right-sidebar-mb{
        display: block;
    }
    .top-bar .top-bar-info {
        float: left;
    }
    #top {
        bottom: 10px;
        right: 25px;
    }
    .top-bar .top-bar-company {
        width: calc(100% - 130px);
    }
    .progroup-sidebar{
        display: none;
    }
    .progroup-filter-mobile{
        display: inline-block;
    }
}

@media screen and (min-width: 764px)and (max-width: 991px) {
    .dichvu_img img {
        width: 240px;
        height: 160px;
    }

    .dichvu .dichvu_img {
        width: 30%;
        float: left;
    }

    .dichvu .dichvu_gioithieu {
        width: 70%;
        float: right;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .slide-baiviet .item img {
        height: 240px;
    }

    .tintuc .img-banner {
        width: 100%;
        height: 360px;
    }

    /*.home-pro:nth-child(4n+4), .scrollflash.owl-carousel .owl-item:nth-child(4n+4) .home-pro {*/
    /*    border-right: 0*/
    /*}*/
    .home-pro {
        width: 23%;
    }
    .top-bar .top-bar-company .company-name {
        font-size: 16px;
    }
    .progroup-content .home-pro {
        width: 23%;
    }
}
@media (max-width: 764px) {
    .contact-map, .info-center-cotent {
        visibility: hidden;
    }

    .dichvu_img img {
        width: 360px;
        height: 240px;
    }

    .dichvu .dichvu_tieude::after {
        content: '';
        display: block;
        height: 0px;
        border-radius: 2px;
        background-color: #c7000b;
    }

    .dichvu .dichvu_tieude {
        margin-left: 0%;
        text-align: center;
    }

    .tintuc_img {
        width: 100%;
        max-width: 100%;
        height: auto;
        text-align: center;
    }

    .slide-top .item img {
        height: 360px;
    }

    .slide-baiviet .item img {
        height: 240px;
        width: 80%;
    }

    .dropdown-menu {
        width: 100%;
    }

    .tintuc .img-banner {
        height: 360px;
    }

    .navbar-nav {
        margin: unset;
    }

    .count-visitor {
        width: 100%;
    }

    #SITE_FOOTER {
        min-width: unset;
    }

    .hot-news ul li {
        width: 100%;
    }

    .product-info .product-title {
        height: 50px;
    }

    .product ul li {
        width: 45%;
        height: 340px;
    }

    .progroup ul li {
        width: 47%;
    }

    .noidung-lienhe .h4, .noidung-lienhe h4 {
        font-size: 14px !important;
    }

    .detail-title {
        font-size: 18px;
    }

    .item-footer {
        padding-left: 20px;
    }

    .lst-product .item .colinfo {
        width: calc(100% - 150px) !important;
    }

    .lst-product .item .colmoney {
        float: right;
        text-align: right;
        width: calc(100% - 150px) !important;
    }

    .lst-product .item .colmoney span, .lst-product .item .colmoney strong {
        text-align: right !important;
    }

    .lst-product .item .quantity {
        float: left !important;
    }
}
@media screen and (min-width: 686px) and (max-width: 764px) {
    .progroup-content .home-pro {
        width: 23%;
    }
}
@media (max-width: 686px) {
    .footer {
        padding-top: 3rem;
    }

    .site-logo img {
        width: 80%;
        padding: 10px 0;
        padding-right: 0px;
        padding-left: 0px;
    }

    .vic-logo img {
        width: 50px;
        height: auto;
        position: absolute;
    }

    .pd-bottom-medium {
        padding-bottom: 15px !important;
    }

    #video_gioithieu {
        width: 480px;
        height: 360px;
        text-align: center;
    }

    .multi_media .video {
        /*float: left;*/
        /*width: 100%;*/
    }

    .img-responsive {
        float: none;
    }

    .fangpage {
        float: right;
        padding-left: 80px;
        margin-bottom: 50px;
    }

    .img-responsive {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .home-gallery img {
        max-width: 100%;
        width: 240px;
        height: 160px;
        margin-bottom: 15px;
        padding-right: 15px;
    }

    #cfacebook {
        right: 30px;
    }

    .multi_media .video .ifrVideo {
        width: 100%;
        display: block;
        margin: auto;
        height: 270px;
    }

    .sticky .site-logo img {
        padding: 0px 0;
    }

    .sticky .vic-logo img {
        width: 40px;
        height: auto;
        position: absolute;
    }

    .history-back {
        margin-right: 30px;
    }

    .noidung input[type="image"], .noidung img, .img_lichhoc img {
        width: 100%;
        height: 400px;
    }

    .tintuc .img-banner {
        height: 280px;
    }
    .noidung input[type="image"], .noidung img, .img_lichhoc img {
        width: 100%;
        height: auto;
        min-height: unset !important;
    }

    .tin-tuc {
        padding: 20px 0;
        border-bottom: 1px solid;
        overflow: hidden;
    }

    .tin-tuc .group-left {
        float: left;
        width: 15%;
    }

    .tin-tuc .group-right {
        float: right;
        width: 80%;
    }

    .group-right .vid_gds {
        width: 100%;
    }

    .ngay {
        border-bottom: 1px solid;
        font-size: 4rem;
    }

    .ngay p, .thang p {
        text-align: center;
    }

    .body-teaser {
        line-height: 1.4;
        font-size: 1.6rem;
    }

    .phan-loai a {
        color: #f3d220;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }

    #top-menu .nav-item {
        padding: 10px;
    }

    .product-info .product-title {
        height: 60px;
    }

    .top-header .top-logo {
        width: 100%;
        text-align: center;
    }

    .top-button {
        width: 100%;
        padding: 1%;
    }

    .top-header .top-logo img {
        width: 75%;
    }

    .top-header .search {
        margin-top: unset;
    }

    .top-header .group-contact {
        display: none;
    }
    .count-visitor {
        padding: 20px;
        width: 100%;
    }

    .count-visitor .hitcounter-item {
        display: block;
        width: 200px;
    }

    .top-header .top-order {
        width: 8%;
        min-width: 50px;
        float: left;
    }

    .cart-quantity {
        margin-left: -8px;
        margin-top: 0px;
    }

    .home-content .title {
        /*display: none;*/
    }

    .trademark-list div {
        width: 100%;
    }
    .mobile-footer-menu {
        display: block;
    }

    .customer-form-box .col-l, .customer-form-box .col-r {
        padding: 0 25px;
        float: unset;
        width: 100%;
    }

    .col-r {
        border-left: unset;
    }

    .tag .tab-header ul {
        margin-left: calc((100% - 300px) / 2);

    }

    .order-title {
        display: none;
    }

    .cartitem > a {
        text-align: center;
        background: #da232e;
        color: #ffffff;
        border: 1px solid #da232e;
        padding: 7px 15px 7px;
        text-transform: uppercase;
        font-size: 16px;
        border-radius: 28px;
        display: inline-block;
        width: 100%;
        line-height: 24px;
    }

    .trademark-list div {
        float: none;
        width: 100%;
    }

    .home-pro {
        width: 31%;
    }
    .top-bar-company .company-name{
        font-size: 14px !important;
    }
    .top-bar-company .company-address, .top-bar-company .company-contact a {
        font-size: 12px !important;
    }
    .company-name b {
        content: "";
        display: block;
    }
    .company-contact .company-email{
        display: none !important;
    }
    .top-bar-info .top-bar-logo a img{
        margin-top: 5px;
    }
    .mobile-navbar {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .home-detail .icon-play-video {
        position: absolute;
        /*background: rgba(23,46,72,.5) url(/images/icon-play-video.png) 53px 22px no-repeat;*/
        border: none;
        margin: 0px;
        width: 89%;
        height: 95%;
    }

    .content-page .content .view-content {
        width: 100%;
    }

    /*.home-pro:nth-child(2n+2), .scrollflash.owl-carousel .owl-item:nth-child(2n+2) .home-pro {*/
    /*    border-right: 0*/
    /*}*/
}

@media screen and (min-width: 580px) {
    .btn_buy_pc, .btn_submit_pc, .delete_pc {
        display: block;
    }

    .confirm-mobile, .delete_mobile {
        display: none;
    }
    .modal-md {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

@media only screen and (max-width: 580px) {
    .product ul li {
        width: 100%;
        height: 340px;
    }

    .progroup ul li {
        /*height: 240px;*/
    }

    .details .left-detail {
        width: 100%;
        float: none;
    }

    .details .right-detail {
        margin-top: 15px;
        width: 100%;
        float: none;
    }

    .details .product-image img {
        height: auto;
        width: 100%;
    }

    .home-list-product {
        width: 49%;
    }

    .content-lienhe {
        width: 100%;
    }

    .right-content {
        width: 100%;
        float: left;
    }

    .btn_buy_pc, .btn_submit_pc, .delete_pc {
        display: none;
    }

    .view_mobile, .delete_mobile {
        display: block;
    }

    .frmcus-info {
        width: 98%;
        padding: 15px;
    }

    .summary {
        width: 100% !important;
        position: fixed;
        bottom: 0;
        background: #fff;
        z-index: 9999;
        margin-left: unset;
        padding: unset !important;
    }

    .summary > div {
        margin-bottom: unset !important;
    }

    .summary .view_pc .total-price {
        padding: 0px 10px;
    }

    .cart-content .block {
        padding: unset !important;
    }

    .totalfinal {
        border-top: unset !important;
        padding-top: unset !important;
        margin-top: unset !important;
    }

    .btn-step {
        padding: 10px 20px !important;
        border-radius: 40px !important;
    }

    .lst-product .item img {
        width: 80px !important;
    }

    .lst-product .item .name {
        word-break: unset !important;
        white-space: unset !important;
        text-overflow: unset !important;
        overflow: unset !important;
    }

    .lst-product .item .colinfo {
        width: calc(100% - 100px) !important;
    }

    .lst-product .item .colmoney {
        float: left;
        text-align: left;
        width: calc(100% - 100px) !important;
    }

    .lst-product .item .delete-cart {
        text-align: center !important;
    }

    .lst-product .item .quantity > div {
        margin-left: 0 !important;
    }

    .section-payment-method {
        font-size: 12px;
    }

    .home-content .home-block {
        padding: unset;
    }

    .home-pro {
        width: 47%;
        margin: 1%;
        padding-bottom: 5px;
    }

    .list-product {
        padding: unset;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }
    .detail-title {
        font-size: 14px;
        margin-top: 5px;
    }
    .breadcrumbs-item{
        font-size: 12px;
    }
    .vic-footer {
        padding: 0 10px !important;
    }
    .infor-hotel-cotent .address, .infor-hotel-cotent .address a {
        font-size: 12px !important;
    }
    .fpro .prices .new {
      width: 100% !important;
    }
    .home-pro .prices .new {
        width: 100% !important;
    }
    /*===============HEADDER=========*/
    .top-bar .top-bar-info {
        padding: 0 0 5px 0;
    }
    .top-bar-info .top-bar-logo,  .top-bar-info .top-bar-map{
        width: 50px;
    }
   .top-bar-info .top-bar-map a img {
        width: 30px;
    }
    .top-bar .top-bar-logo a img {
        width: 45px;
        padding-top: 2px;
    }
    /*==========END HEADDER==========*/
}

@media only screen and (max-width: 480px) {
    .slide-top .item img {
        height: 240px;
    }

    .pd-bottom-medium {
        padding-bottom: 10px !important;
    }

    #video_gioithieu {
        width: 360px;
        height: 240px;
        text-align: center;
    }

    /*.program_info .img_program {*/
    /*    width: 240px;*/
    /*    height: 160px;*/
    /*}*/
    .dichvu_img img {
        width: 240px;
        height: 160px;
    }

    .contact-map .iframe-map {
        width: 360px;
        height: 240px;
    }

    .img-responsive {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .fangpage {
        float: right;
        margin-bottom: 50px;
    }

    .coso .btn_coso {
        width: 100%;
        display: block;
        margin: auto;
    }

    #cfacebook {
        right: 10px;
    }

    .multi_media .video .ifrVideo {
        height: 200px;
    }

    .infor-hotel-cotent {
        float: left;
        margin: 0 !important;
        width: 100% !important;
    }

    .fangpage {
        float: right;
        padding-left: 10px;
    }

    .home-gallery img {
    }

    .reviews .danh-gia {
        font-size: 24px;
    }

    #jssor_1 {
        left: -15px;
    }

    #jssor_1 .nhan-vat, #jssor_1 .hoc-sinh, #jssor_1 .noi-dung {
        /*font-size: 24px;*/
    }

    .tin_tuc .owl-carousel .owl-item {
        width: 100%;
        display: block;
        margin: auto;
        text-align: center;
    }

    .tin_tuc .owl-carousel .owl-item img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        height: 160px;
        text-align: center;
        float: none;
        margin-bottom: 15px;
    }

    .tin_tuc .tintuc_detail {
        margin-left: 10px;
        margin-right: 10px;
    }

    .history-back {
        margin-right: 10px;
    }

    .noidung input[type="image"], .noidung img, .img_lichhoc img {
        width: 100%;
        height: 240px;
    }

    .ketqua-noidung {
        width: 100%;
        margin: auto;
    }

    .tintuc .img-banner {
        height: 180px;
    }

    .branch-list img {
        height: 200px;
    }

    .title_logo {
        max-width: 180px;
    }

    .top_logo .logo {
        max-width: 80px;
    }

    #top-menu .nav-item {
        padding: 7px;
    }

    .social-menu .social-icon {
        width: 20px;
        padding: 2px;
        border-radius: 20%;
    }

    .home-title-name span {
        font-size: 14px;
    }

    .home-title-name {
        width: calc(100% - 155px);
    }

    .input-group input,.input-group select {
        width: 100% !important;
    }

    .cart-content .block#block2 {
        padding: 3% !important;
        margin-left: 10px;
    }

    .trademark-navigation a {
        margin-right: 5px;
    }

    .home-pro .prices .new {
        font-size: 15px;
        margin-right: 5px;
    }

    .home-pro .discount::after {
        border-top: 8px solid transparent;
        border-right: 8px solid #da232e;
        border-bottom: 8px solid transparent;
    }

    .trademark-list .trademark-item {
        padding-left: unset;
        padding-right: unset;
    }

    .details .prodetail-code {
        display: none;
    }

    .fpro .name {
        overflow: hidden;
        min-height: unset;
        height: 50px;
        font-size: 13px;
    }

    .trademark-info .trm-logo {
        float: none;
        width: 100%;
    }

    .trademark-info .description {
        width: 100%;
    }

    .trademark-info .description .trm-name {
        display: inline-block;
        margin: 0 auto;
    }

    .trademark-buy .trademark-item .logo-img p {
        min-height: 25px;
    }

    .stick-list .stick-list-item p {
        font-size: 6pt;
        min-height: 25px;
    }

    .stick-list .stick-list-item {
        width: unset;
        margin-right: unset;
        padding: 0px 6px;
    }

    .fpro {
        float: left;
        width: 95%;
        background: #fff;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        padding-bottom: 10px;
        margin: 0 1.2%;
        border: 1px solid #f1f1f1;
    }

    .home-pro .name {
        text-align: center;
        padding: 5px 5px;
        text-overflow: ellipsis;
        height: 50px;
    }

    .promo-date .date {
        padding: unset;
        padding-top: 5px;
        padding-left: 5px;
    }

    .footer-logo img {
        width: 75%;
    }

    .top-header {
        width: 100%;
        padding: 10px 5px 0 5px;
    }

    .ctrlq.fb-button {
        bottom: 50px !important;
        right: 10px !important;
    }

    .bubble-msg {
        display: none;
    }

    .page-breadcrumbs .breadcrumbs-item a {
        font-size: 13px;
    }

    .fpro .fpro-info {
        border: unset;
    }

    .fpro .prices .line {
        font-size: 12px;
    }

    .fpro .discount {
        font-size: 11px;
        margin-left: 5px;
    }

    .similar-product {
        padding: 0;
    }

    .home-pro .discount {
        margin-left: 5px;
    }
    .top-bar-company .company-name {
        font-size: 0.88rem !important;
    }
    .top-bar-company .company-address, .top-bar-company .company-contact a {
        font-size: 12px !important;
    }
    .mobile-navbar .navbar-toggle{
       margin-left: -20px;
    }
    .top-bar .top-bar-company {
        width: calc(100% - 80px);
    }
    .company-contact .phone-kythuat{
        display: none !important;
    }
}

@media only screen and (max-width: 414px) {
    .sticky2 {
        top: 80px !important;
    }
    #dialog-logo img {
        width: 90% !important;
    }
    .img_gds {
        width: 100% !important;
    }
}