@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
.clear-both {clear: both}
.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.padding-t-10 {
    padding-top: 10px !important;
}

.padding-b-10 {
    padding-bottom: 10px !important;
}

.padding-t-15 {
    padding-top: 15px !important;
}

.margin-r-10 {
    margin-right: 10px !important;
}

.margin-l-10 {
    margin-left: 10px !important;
}

.margin-b-10 {
    margin-bottom: 10px !important;
}

.margin-b-15 {
    margin-bottom: 15px !important;
}

.margin-t-10 {
    margin-top: 10px !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.sk-cube-grid {
    width: 60px;
    height: 60px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #de4a4a;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.ajax-loading-icon {
    top: 35%;
    left: 47%;
    position: absolute;
}

.warp-loading-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

.warp-loading-all {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

.warp-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}

.wrap-suggestion {
    background: #fff;
    width: 35%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.wrap-suggestion .item-suggestion {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 10px;
}

.wrap-suggestion .item-suggestion:last-child,
.wrap-suggestion .item-suggestion.ui-state-focus:last-child {
    border-bottom: none;
}

.wrap-suggestion .item-suggestion.ui-state-focus {
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #f0f0f0;
    color: #333;
    font-weight: normal;
    margin: 0;
}

.wrap-cart-modal .modal-content {
    border-radius: 0;
}

.wrap-cart-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ed1c24;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    opacity: 1;
    z-index: 1;
}

.wrap-cart-modal .text-modal {
    margin-bottom: 5px;
}

.wrap-cart-modal .product-name-modal {
    font-size: 17px;
    padding-right: 20px;
    font-weight: normal;
}

.wrap-cart-modal .price-modal {
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
}

.wrap-cart-modal .price-sale-modal {
    display: inline;
    text-decoration: line-through;
    opacity: .5;
    font-size: 13px;
}

.button-modal .btn {
    border-radius: 0;
}

.button-modal .continue-shopping {
    background: #ed1c24;
}

.related-modal-cart {
    height: 70px;
}

.item-reldated {
    width: 50px;
    height: 70px;
}

.image-cart-modal {
    border: 1px solid #ddd;
    padding: 1px;
}

.image-cart-modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-reldated img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 1px;
}

.slider-related {
    padding: 0 30px;
}

.slider-related .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
    width: 25px;
    height: 70px;
    text-align: center;
    opacity: 1;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.slider-related .owl-controls .owl-buttons div.owl-next {
    right: 0px;
    width: 25px;
    height: 70px;
    text-align: center;
    opacity: 1;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.slider-related.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\eaa5';
    font-size: 20px;
    line-height: 70px;
    display: block;
}

.slider-related.owl-theme .owl-buttons div.owl-next:before {
    content: '\eaa6';
    font-size: 20px;
    line-height: 70px;
    display: block;
}

.item-suggestion .warp-img-suggestion {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
}

.item-suggestion img.img-suggestion {
    height: 100%;
    width: auto;
}

.item-suggestion .name-suggestion {
    font-size: 15px;
    margin-bottom: 5px;
}

.name-suggestion .mark {
    padding: 0;
    text-decoration: underline;
    background: none;
    font-weight: normal;
}

.item-suggestion .price-suggestion {
    margin-bottom: 0;
}

.item-suggestion .price-well {
    margin-right: 10px;
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
}

.item-suggestion .price-sale {
    text-decoration: line-through;
    opacity: .7;
    color: #333;
    display: inline;
}

.slider-thumb {
    border-top: none;
    border-bottom: none;
}

.slider-thumb.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\eaa5';
}

.slider-thumb.owl-theme .owl-buttons div.owl-next:before {
    content: '\eaa6';
}

.slider-thumb .owl-controls {
    margin: 0;
}

.slider-thumb .owl-wrapper-outer {
    padding: 0;
}

.slider-thumb .item {
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #dedede;
    padding: 5px;
    border-radius: 3px;
}

.slider-thumb .item.active {
    border: 1px solid #ed1c24;
    border-radius: 3px;
}

.slider-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: none !important;
}

.thub-image {
    padding: 0 30px 0px;
    margin-top: 30px;
}

.xzoom-preview {
    background: #fff !important;
    border: 0 !important;
}

.xzoom-lens-nh .xzoom-lens {
    border: none !important;
    max-height: 100%;
    max-width: 100%;
}

.advanced-product .ui-slider .ui-slider-range {
    background: #ed1c24;
}

.advanced-product .ui-state-default {
    border: 1px solid #312527;
    background: #fff;
}

.advanced-product .ui-state-hover,
.advanced-product .ui-state-active {
    background: #383838;
    cursor: pointer;
}

.advanced-product .box-left,
.advanced-product .nav_title {
    margin-bottom: 10px;
}

.a-row label {
    display: inline;
    color: #888;
    font-weight: 400;
}

.a-row .selection {
    font-weight: 700;
}

.product-available .item-available:hover {
    background: #f3f3f3;
}

.product-available .item-available .num-quantity {
    padding: 0 5px;
    line-height: 25px;
}

.product-available .item-available .price-well {
    font-size: 14px;
    color: #333;
    text-shadow: 0 2px 0 #e9e9e9;
}

.product-available .item-available .price-before {
    font-size: 12px;
    height: 17px;
}

.description-product-detail {
    padding: 0;
}

.item-available .img {
    width: 36px;
    text-align: center;
}

.item-available .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-available {
    border-radius: 0;
    padding: 0;
    margin: 0 0 5px 0;
    border: none;
    background: none;
}

.zoomLens {
    width: 100px !important;
    height: 100px !important;
}

.zoomWindowContainer .zoomWindow {
    border: 0 !important;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, .3);
}

.list-meta-product > li {
    list-style: none;
    float: left;
    margin: 0 10px 10px 0;
}

.list-meta-product > li > a {
    color: #383838;
    padding: 5px 10px;
    border: 1px solid #ddd;
    line-height: 25px;
}

.list-meta-product > li > a:hover,
.list-meta-product > li > a.active {
    color: #fff;
    border-color: #ed1c24;
    background: rgba(237, 28, 36, 0.57);
}

.form-group {
    position: relative;
    min-height: 40px;
    clear: both;
    /*overflow:hidden;*/
}

#register-modal .form-group {
    height: 40px;
    clear: inherit;
}

#frm-profile .form-group {
    position: relative;
    min-height: 45px;
}

#frm-profile .form-group > div {
    position: relative;
    height: 40px;
}

.modal .modal-header {
    padding: 10px;
}

.modal-header .modal-title {
    font-size: 25px;
}

.form-group .icon-required {
    position: absolute;
    top: 4px;
    right: 15px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #a94442;
}

.account-user .dropdown-menu {
    border-radius: 0;
}

#order-list .btn-primary {
    background-color: #428bca !important;
    border-color: #428bca;
    color: #fff;
}

#order-list .btn-pink {
    background-color: #d6487e !important;
    border-color: #d6487e;
    color: #fff;
}

#order-list .btn-grey {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0;
    color: #fff;
}

.captcha-input {
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 2px 5px;
    /* margin-left: 20px; */
    margin-top: 10px;
}

.btn-reload-captcha {
    color: #383838;
    line-height: 35px;
    font-size: 18px;
}

.nh-video-item .more-blogs {
    margin: 5px 0;
    color: #383838;
}

.nh-video-item .title-video-item {
    font-size: 20px;
    color: #383838;
    margin: 5px 0;
}

.nh-video-item .image-hover i[class*=icon-] {
    opacity: 0.5;
}

.result-validate {
    position: relative;
    clear: both;
    font-size: 12px;
}

.has-error .result-validate .form-control-feedback {
    top: -40px;
}

.has-success .result-validate .form-control-feedback {
    top: -35px;
}

.file-input .file-caption {
    height: 38px;
}

.file-input .file-actions,
.file-input .file-upload-indicator {
    display: none;
}

.wrap-avatar-member > img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.nav-right .item-dropdown:hover {
    background-color: rgba(0, 0, 0, .07);
}

@media (min-width: 768px) {
    .nav_desktop {
        margin-left: 0px;
    }
}

/*fix giao dien*/
.item-download {
    height: 150px;
    overflow: hidden;
}

.item-download .media .media-body p {
    height: 40px;
    overflow: hidden;
}

.list-download .media-heading {
    line-height: 17px;

}

.lg-outer .lg-thumb-item {
    border-radius: 0;
}

#main_img {
    text-align: center;
    height: 100%;
    position:  relative;
    border: 1px solid #dedede;
}

#main_img img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
}

/*nhathh custom*/
.media-body h4.media-title-video {
    margin-top: 0px;
    margin-bottom: 5px;
}

.checkbox .level-2 {
    padding-left: 20px;
}

.checkbox .level-3 {
    padding-left: 40px;
}

.checkbox .level-4 {
    padding-left: 60px;
}

.file-download .file-name {
    max-height: 35px;
    line-height: 17px;
    overflow: hidden;
}

.position-relative {
    position: relative;
}

.col-sm-1 > .item-download .description-list-file,
.col-sm-3 > .item-download .description-list-file,
.col-sm-4 > .item-download .description-list-file,
.col-sm-1 > .item-download .file-name,
.col-sm-3 > .item-download .file-name,
.col-sm-4 > .item-download .file-name,
.col-sm-1 > .item-download .btn-download span,
.col-sm-3 > .item-download .btn-download span,
.col-sm-4 > .item-download .btn-download span {
    display: none;
}

.col-sm-1 > .item-download .file-download i,
.col-sm-3 > .item-download .file-download i,
.col-sm-4 > .item-download .file-download i,
.col-sm-1 > .item-download .btn-download i,
.col-sm-3 > .item-download .btn-download i,
.col-sm-4 > .item-download .btn-download i {
    font-size: 20px !important;
}



.box-right-download .media {
    margin: 0 0 20px 0;
}

.short_intro p {
    font-size: 15px;
    font-weight: bold;
}

ul.slider-news li {
    list-style: none;
}

.welcome .box_content {
    margin-top: 50px;
}

.tabs-block .tab-content {
    min-height: 100px;
    /* margin-left: 15px; */
}

ul.main_menu_mega > li > ul {
    position: static;
}

.select2-container .select2-choice .select2-arrow b {
    background: url(../images/select2.png) no-repeat 4px 7px !important;
}

.contacts-list {
    margin: 20px 0;
}

.contact-address-wrap {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.contact-address {
    padding: 5px 15px;
    cursor: pointer;
}

.address-active {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px #ccc;
}

#add_another_contact {
    margin-top: 15px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.new-contact {
    margin-right: -15px;
    margin-left: -15px;
}

.price-detail-page {
    border: none;
}

.price-detail-page .dvt {
    font-size: 19px;
    color: #ed1c24;
}

.description-product-detail ul,
.description-product-detail li {
    list-style: none;
}

.top-detail-product {
    margin-top: 0;
    position: relative;
}

.top-detail-product .code-product {
    margin-bottom: 5px;
    padding: 0px;
}

.price-detail-page .price-before {
    text-shadow: none;
    font-size: 14px;
}

.tag-discount {
    background: #ed1c24;
    color: #fff;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    position: relative;
}

.tag-discount:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 14px solid #ed1c24;
    position: absolute;
    top: 0;
    left: -14px;
}

.tag-discount:after {
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 92%;
    opacity: 0;
}

.version {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.title-ver {
    margin: 0;
    position: relative;
    line-height: 35px;
}

.btn-ver {
    padding: 2px 5px 0px 3px;
    border-radius: 0px;
}

.thub-image .owl-theme .owl-controls .owl-buttons div.owl-prev,
.thub-image .owl-theme .owl-controls .owl-buttons div.owl-next {
    top: 15px;
}

.thub-image .owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
}
#search-type {
    padding: 0;
    border: none;
}

#search-type .dropdown-toggle {
    font-size: 14px;
    color: #444;
    padding: 0 20px;
}

.status-product {
    padding: 0 10px;
    width: auto !important;
}

.out-of-stock {
    color: #ec353c;
    font-size: 20px;
}

.item-product .img {
    background-size: cover !important;
}

.img-blogs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-80 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-img.col-1 > div {
    padding-right: 0px;
    padding-left: 0px;
}

.box-product-style2 .nav_title li a.pdropcap:first-letter {
    font-size: 16px;
    color: #383838;
    font-weight: normal;
    text-transform: lowercase;
    display: block;
    padding: 8px 20px !important;
    position: relative;
}

.style-view-1 .img {
    min-height: 155px;
}

.modal-content {
    border-radius: 0;
}

.bg-cart .nav-tabs a {
    text-transform: uppercase;
    font-size: 16px;
}

.list-shipping-address .address-option {
    cursor: pointer;
    position: relative;
    z-index: 99;
    ox-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-boz-sizing: border-box;
    position: relative;
    display: block;
    padding: 15px 15px 15px 30px;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.list-shipping-address .address-option:hover {
    border: 1px solid #9ca643;
}

.list-shipping-address .address-option.active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    border: 1px solid #9ca643;
}

.address-option p {
    margin-bottom: 0;
}

.address-option p b {
    font-weight: bold;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.3;
}

.title-cart {
    text-transform: uppercase;
    border-bottom: 1px solid #DDD;
    color: #414141 !important;
}

.box-cart-left > .card {
    background: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

.box-cart-left>.card>.nav-tabs > li > a::after {
    content: '';
}

.btn-main{
    border-radius: 0;
}
.icon-list-address{
    display: inline-block;
    width: 20px;
}

.list-products-order{
    max-height: 370px;
    padding-top: 10px;
}

.box-cart-right-cont .delete-order{
    right: 0px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #666666;
}

.shoppingcart-box .list{
    max-height: 400px;
}

@media only screen and (max-width: 500px) {
    .gritter-center{
        left: 10% !important;
        right: 10% !important;
    }
}
.display-theme-1{
    display: block;
}
.display-theme-2{
    display: none;
}

.mSCover {background-size: cover!important;}





/*Fix footer*/
.menu-footer-vertical a {
    /* margin-bottom: 0; */
}
.list-menu-fy {
    list-style: none;
}
.list-menu-fy>li>a {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
}
@media (max-width: 767px) {
    #footer .menu-ft .list-menu-fy {
        display: none;
    }
    .box-ft {
        margin-bottom: 0;
    }
    .title-menu-ft {
        margin: 0;
        padding: 15px 0;
        font-size: 15px;
    }
    .title-toggle:before {
        content: '+';
        display: block;
        position: absolute;
        right: 0;
        top: 14px;
        font-size: 16px;
        z-index: 10;
    }
    .title-toggle.ws-activearrow:before {
        transform: rotate(45deg);
    }
    .menu-ft {
        border-top: 1px solid #ddd;
    }
    div[class*="col-"]:nth-last-child(1) .menu-ft {
        border-bottom: 1px solid #ddd;
    }
    .list-menu-fy {
        /* padding: 0 15px 15px 15px; */
        margin-bottom: 0;
    }
    .menu-footer-vertical{
        padding: 0px;
    }
    .in-email{
        padding-bottom: 0px;
    }
    .footer-fanpage{
        float: left !important;
    }
}


.box-cart-right-cont .media-body .media-heading{
    padding-top: 5px;
    padding-right: 0;
}

.list-products-order .product-item-order{
    border-bottom: 1px solid #ddd;
}

body{
    line-height: 1.7;
}
body, h1, h2, h3, h4, h5, h6, p, li {
    /*font-family: 'Quicksand', sans-serif;*/
    color: #2a2b33;
}
.nh-row {
    float: left;
    width: 100%;
    position: relative;
}
a{
    cursor: pointer;
}
a:hover {
    /*color: #361f63;*/
    /* color: #ff5910 !important; */
}
.img-res {
    position: relative;
    padding-top: 100%;
}
.img-res>a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.img-res>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-fan-page {
    margin: 0;
}
.fp-container {
    padding: 14px 0;
    float: left;
}
.wsmenu-list > li > .navtext {
    padding: 20px 15px;
    display: block;
    position: relative;
    color: #fff;
    font-size: 13px;
    /* font-weight: 600; */
    /* letter-spacing: 1px; */
    line-height: 37px;
    text-transform: uppercase;
}
.mighty-slider {
    height: 32vw !important;
}
.intro-home {
    margin: 50px 0 30px;
    text-align: justify;
}
.intro-home h2{
    text-align: center;
}
.intro-home h2 a{
    color: #2a2b33;
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-size: 42px;
    font-weight: 700;
}
.intro-home h2 a:hover {
    color: #ff3d54;
}
.intro-home .desc-blogs {
    text-align: center;
    color: #000;
    font-weight: bold;
}
.list-fan-page li {
    padding-right: 10px;
    font-size: 18px;
    float: left;
    list-style: none;
}
.list-fan-page a {
    color: #333;
}

.wsmenu-submenu li a{
    background-color: #104c9791 !important;
    color: #fff;
}
.nh-language .item-dropdown {
    float: right;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px 10px;
}
.nh-language .list-fan-page li a {
    color: #fff;
}
.nh-language .item-dropdown a {
    color: #fff;
    font-size: 15px;
}
.nh-language .dropdown-menu {
    min-width: unset;
    right: 0 !important;
    left: unset !important;
    background: #44464a;
    border-radius: 0 0 5px 5px;
    font-size: 12px;
    top: 90%;
    border:none;
    border-top: 1px solid #2a2b33;
    box-shadow: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: none;
    color: #fff !important;
}
.nh-language .dropdown-menu > li > a {
    color: #fff;
    padding: 8px 19px 8px 10px;
}
.head-title {
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
}
.hl-1 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #f7e3b9;
}
.hl-2 {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 1px solid #e8c57a;
    border-radius: 50px;
    background: #ffffff;
}
.hl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #f7e3b9;
}
.slogan-blogs {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: center;
    color: #333333;
}
.sec-title-one {
    text-align: center;
}
.sec-title-one h2 {
    font-weight: 700;
    font-size: 42px;
}
.item-product {
    background: #fff;
}
.price.price-inline {
    color: #263e5b;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}
.link-content {
    position: relative;
    color: #ff3d54;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-top: 20px;
    border-bottom: 1px solid #ff3d54;
    text-transform: uppercase;
}
.title-product {
    margin-bottom: 15px;
}
.slider-product.owl-theme .owl-controls .owl-buttons div:before {
    color: #ffffff;
    background-color: #4a535c;
    padding: 10px;
}
.slider-product.owl-theme .owl-controls .owl-buttons div {
    top: 50%;
}
/*.owl-theme .owl-controls .owl-buttons div:hover:before {*/
/*    background: #ff3d54;*/
/*}*/
.owl-theme .owl-controls .owl-buttons div:before {
    color: #7799c4;
}
.owl-theme .owl-controls.clickable .owl-buttons div {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.title-page {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    color: #2a2b33;
    letter-spacing: 2px;
}
p.slogan {
    color: #000;
    font-weight: bold;
    margin: 10px 0 30px;
}
.item-product.style-view-small .img {
    padding-top: 60%;
}
.block-news-hpage .img-res {
    padding-top: 65%;
}
.fancybox-gallery:hover .image-hover {
    background: #000;
    opacity: 0.5;
}
.pt-25 {
    padding-top: 25px;
}
h4.title-fan-page {
    font-size: 24px;
    font-weight: 700;
    margin:20px 0;
}
.fb-content a {
    margin: 0 5px;
}
.fb-content a:first-child {
    margin-left: 0;
}
.copy-right {
    color: #cacdd1;
    padding: 10px 0;
}
.item-product .img img {
    /* -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s; */
/*     -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s;
    -ms-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s; */
    /* transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s; */
}
.item-product:hover img {
    /* -webkit-transform: scale(1.2); */
/*     -o-transform: scale(1.2); */
    /* transform: scale(1.2); */
}
.top-detail-product .price-well{
    color: #ff3d54;
    font-size: 18px;
    font-weight: bold;
}
.top-detail-product .link-content {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
    background: #ff3d54;
    color: #fff;
    padding: 6px 20px;
}
/*.description-product-detail {*/
/*    margin: 20px 0 0;*/
/*}*/
.link-content:hover {
    border-bottom: 1px solid #361f63;
}
.item-blogs .desc-blogs {
    height: 70px;
}
.item-blogs .title-product {
    margin-bottom: 10px;
}
.img-blogs.img-res {
    padding-top: 60%;
}
.detail-post .title-blogs-item {
    height: unset;
    font-size: 25px;
}
.wrap-gallery .image-wrapper.img-res {padding-top:70%}
.captcha-img {
    width: 120px !important;
}
.captcha-input {
    padding: 0px 5px;
    margin: 2px 0 0;
    height: 31px;
}
.captcha-reload {
    float: left;
    width: auto;
    margin-right: 10px;
}
.captcha-reload+ .text{
    width:auto;
}
.captcha-reload+ .text label {
    display: none;
}
.news_others .sec-title-one h2 {
    font-size: 24px;
    font-weight: 700;
    float: left;
    margin: 20px 0;
}
.news_others .head-title {
    display: none;
}
.style-view-other img {
    width: 60px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}
.style-view-other h4 {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
}
.fb-footer p {
    color: #333;
}
/* Form */

#BEbox {
    background: #104C97;
    box-shadow: 0px -5px 32px 9px rgba(0, 0, 0, 0.56);
}
#BEbox .panel-heading h4 {
    color: #FFF;;
}
#BEbox .panel-heading {
    padding: 0;
}

#BEbox .row .row{
    margin: 0 -5px;
}

#BEbox .row .row [class^="col-md-"]{
    padding: 0 5px;
}
#adult {
    width: 100%;
    float: left;
}
#BEbox .form-control {
    height: 44px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    margin-bottom: 10px;
}

#booknow {
    text-align: center;
    width: 100%;
}

#booknow>*{
    text-align: center;
    background: #ff3d54;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
    width: 100%;
    font-size: 16px;
    height: 44px;
    display: inline-block;
    line-height: 45px;
    border: 1px solid #ff5266;
}

#booknow>a:hover{
    background-color: #fff;
    transition: 0.4s;
    
}
#BEbox #chkin input, #BEbox #chkout input {
    font-size: 12px;
    color: #000;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    height: 25px;
    border: 1px solid #959595;
    border-radius: 3px;
    background: #fff url(/uploads/plugin/custom_img/2019-09-24/1569297242-1519756794-custom.png) no-repeat scroll right 3px center;
}

#main-contact-form .panel-info {
    overflow: hidden;
    border-color: #2a2b33;
}

#main-contact-form .panel-info > .panel-heading {
    background: #361f63;
    color: #fff;
    border-color: #361f63;
}

#main-contact-form .form-control {
    -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;
}

#main-contact-form strong {
    font-size: 13px;
}

.td-name a {
    font-weight: bold;
    text-decoration: underline;
}
#main-contact-form table{
    text-align:center
}
#main-contact-form .form-group {
    margin: 15px 0;
}
.price-before {
    color: rgb(120, 120, 120);
    font-size: 13px;
    font-weight: 300;
    text-decoration: line-through;
}
.box-detail-post.link-lien-quan .titleRelated{
    margin-top: 0;
    text-transform: uppercase;
}
.wrpRelated{
    margin-bottom: 15px;
    text-align: center;
}
.innerContentRelated{
    color: #333;
    margin-top: 5px;
}

table.booking-table {
    margin: 0;
}
table.booking-table > thead > tr > th{
    border-bottom: 0;
}
table.booking-table td{
    vertical-align: middle !important;
    font-size: 12px;
}
table.booking-table td img.room-img{
    height: 40px;
    width: 100%;
    object-fit: cover;
}
table.booking-table > tbody > tr:first-child > td{
    border-top: none;
}
.img_intro {
    position: relative;
    padding-top: 150%;
}
.img_intro>img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.address-ct {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    color: #2a2b33;
}
.address-ct .demo-icon {
    font-size: 30px;
}
.address-ct .titl {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.address-ct .desc {
    height: 50px;
}

.box-content-intro .title_style1 {
    text-align: center;
}
.title_style1 h2 {
    font-size: 16px;
    color: #2a2b33;
    font-weight: bold;
}
.banner-image {
    height: 25vw;
    overflow:hidden;
}
.bottom-detail-product .tab-content ul li {
    margin-left: 15px;
}
table td, table th {
    padding: 1rem .75rem;
}
#frm-order .box-cart-left {
    margin: 0;
}
#btn-process-payment {
    text-transform: uppercase;
}
.address-ct-container {
    margin-bottom: 10px;
}
.het-hang-detal {
    float: left;
    font-weight: bold;
    color: #ed1c24;
    font-size: 18px;
    width: 100%;
    margin-top: 15px;
}
.captcha-reload i,.wsmenu-click i {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.captcha-reload i:before {
    /* content: '\e8df'; */
}
.wsmenu-click i:before{
     content: '\e8c4';
}
.list-fan-page a i {
    font-size: 16px;
    width: 34px;
    height: 32px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 7px;
    text-align: center;
    color: #333;
    transition: 0.4s;
}
.list-fan-page a i:hover {
    transition: 0.4s;
    color: #076eb9;
}

.date-waiting-room {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px 0;
}

.date-waiting-room p {
    margin: 0;
    line-height: 25px;
}

.date-waiting-room p span {
    font-size: 120%;
    font-weight: bolder;
    color: #104b96;
}

@media(max-width: 767px){
    
}
@media(min-width:768px){
    .nh-logo img {
        height: 78px;
    }

    .wsmenu>.wsmenu-list>li>a:hover::before{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .wsmenu>.wsmenu-list>li:hover>a::after{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .wsmenu>.wsmenu-list>li>.wsmenu-submenu{border: 0;}
    .wsmenu>.wsmenu-list>li>.megamenu{border:0;}
    .wsmenu-list > li:hover > a {
        color: #fff;
    }
    .nh-language .item-dropdown {
        margin: 23px 0 22px 15px;
        background: #44464a;
    }
    .wsmenucontainer {
        float: left;
    }
}
@media(min-width:1024px){
    .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -50px;
    }
    .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -25px;
    }
    .box_module.box_maps iframe {
        height: 450px;
    }
    /*#header{*/
    /*    background:#333;*/
    /*}*/
    .home #header {
        /*background: rgba(0, 0, 0, 0.7490196078431373);;*/
        /* box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.52); */
        /* position: fixed; */
        width: 100%;
        z-index: 1100;
        top: 0px;
        /*background-color: #104c9791;*/
    }
}

.home #header {
   
/* background-color: #104c9791 !important; */
}
#header {
   
/* background-color: #104c9791 !important; */
}

@media (max-width: 1200px){
    .wsmenu-list > li > .navtext {
        font-size: 12px;
    }
    .title_style1 h2 {
        font-size: 13px;
    }
}
@media screen and (max-width: 1024px){
    .CallUs {
        background: #fff;
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 99999;
    }
    .CallUs a, .CallUs a:hover {
        color: #fff;
    }
    .CallUs a {
        background: #3760b5;
        border-radius: 5px;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
    }
    .CallUs a.first {
        float: left;
        width: 49%;
    }
    .CallUs a i {
        margin-right: 5px;
        font-weight: 700;
    }
    .CallUs a.second {
        float: right;
        width: 49%;
    }
    .bottom-footer {
        /* margin-bottom: 40px; */
    }
    #wh-widget-send-button.wh-widget-right {
        /* bottom: 9px !important; */
    }
    
}

@media(max-width:767px){
    #header {
        background: none;
    }
    .nh-language .item-dropdown {
        margin: 22px 0;
        color: #2a2b33;
        border: 1px solid #2a2b33;
    }
    .nh-language .item-dropdown a {
        color: #333;
    }
    .nh-logo img {
        width: 100px;
    }
    .bg-mobile {
        background: #2a2b33;
    }
    .wsmenucontainer {
        padding: 6px 0;
    }
    .animated-arrow {
        margin: 0;
    }
    .mightyslider_modern_skin .mSButtons {
        display:none !important
    }
    .mightyslider_modern_skin.isTouch .mSPages li {
        width: 16px !important;
        height: 16px !important;
    }
    .mighty-slider {
        height: 52vw !important;
    }
    .intro-home {
        margin: 30px 0;
    }
    .sec-title-one h2 {
        font-size: 32px;
    }
    .owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: 5px;
    }
    .sec-title-two h3 {
        font-size: 25px;
    }
    .sec-title-two h2 {
        font-size: 28px;
    }
    #footer {
        padding: 20px 0 0;
    }
    .fb-footer {
        padding: 20px 0;
    }
    .detail-post .title-blogs-item {
        font-size: 20px;
    }
    .ckeditor-post img, .bottom-detail-product img {
        height: auto;
    }
    .wsmain {
        background: #2a2b33 !important;
    }
    .wsmenu > .wsmenu-list > li > a {
        color: #fff;
        border-top: 0;
        border-bottom-color: rgb(65, 66, 76);
    }
    .wsmenu-click {
        border-color: rgb(65, 66, 76);
    }
    .wsmenu-click i {
        color: #fff;
    }
    .mobile-sub .wsmenu-submenu li a {
        color: #fff;
        border-bottom: 1px solid #0b439b;
    }
    .mobile-sub .wsmenu-submenu {
        background: #02327e;
        border: none;
    }
    #BEbox {
        padding: 20px 0;
    }
    table {
        display: block;
        overflow-x: scroll;
        width: 100% !important;
    }
    #frm-order .box-cart-left {
        margin: 0 !important;
    }
    .intro-home h2 a {
        font-size: 32px;
    }
    .item-product {
        margin-bottom: 20px;
    }
    

}
@media(max-width:375px){
    .captcha-reload+ .text {
        width: 45%;
        float: left;
    }
    .captcha-input {
        width: 100%;
    }
}
.search-booking .chosen-container-single .chosen-single {
    height: 44px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    margin-bottom: 10px;
    line-height: 44px;
}
.item-room .img {
    position: relative;
    padding-top: 64%;
}
.item-room .img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item-room .img a img {
    width: 100%;
    height: 100%;
}
.info-room {
    padding-top: 10px;
}
.info-room h4 {
    font-weight: bold;
    font-size: 16px;
    min-height: 44px;
    margin: 0;
    line-height: 1.4;
}
.content-room p {
    color: #333;
    margin-bottom: 3px;
}
.content-room a{
    color: #333;
}
.btn-view-room {
    border-top: 1px solid #d4d4d4;
    padding-top: 15px;
}
.btn-view-room a {
    background: linear-gradient(to top, #caa65a, #dbbb75);
    display: inline-block;
    padding: 8px 30px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
}
.search-booking .chosen-container-single .chosen-single div b {height: 20px;margin: 10px 0;}
.slogan-hottel{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.content-hottel{
    text-align: justify;
    font-size: 14px;
}
.content-navigation{
    margin-bottom: 30px;
}
.content-navigation > .row{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.content-navigation > .row > div{
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.box-detail-list-product .sec-title-one h2{
    margin-top: 0px;
}
.box-detail-list-product .sec-title-one{
    margin-bottom: 30px;
}
.box-detail-list-product .item-product{
    position: relative;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    /* padding: 10px; */
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box-detail-list-product .item-product .info{
     padding: 0px 0px 0px 0px;
     text-align: left;
}
.box-detail-list-product .item-product .info .title-product a{
    font-size: 16px;
    color: #2a2b33;
}
.des-hottel{
    /* border-bottom: 1px solid #d4d4d4; */
    font-size: 14px;
    color: #666;
}
.linkBtn{
    border-bottom: none;
    padding: 10px 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    background: #d0ae64;
    background: -webkit-linear-gradient(to right, #d6ae7b, #eacda3);
    background: linear-gradient(to top, #caa65a, #dbbb75);
}
.linkBtn:hover{
    border-bottom: none;
    padding: 10px 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border-radius: 2px;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    background: #d0ae64;
    background: -webkit-linear-gradient(to right, #d6ae7b, #eacda3);
    background: linear-gradient(to top, #caa65a, #dbbb75);
}

.hp-call-in{
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #dfd2bf;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    background-color: #ffffff;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
.hp-call-in ul{
    list-style: none;
}
.hp-call-in ul li{
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    margin: 0px 5px 5px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hp-call-in h4{
    color: #2a2b33;
    font-size: 16px;
    font-weight: bold;
}
.inn-com-list-point ul li i {
    color: #61a019;
}
.hp-call-in small{
    font-size: 14px;
    color: #333;
}
.line-height-25 {
    line-height: 25px;
}
.hp-call-in p{
    font-size: 14px;
    color: #333;
}
.hp-call-in p a{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: inline;
    padding: 5px;
    background: none;
}
.product-type{
    margin-top: 30px;
}
.type-title h2{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #2a2b33;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
}
.type-title {
    margin-bottom: 30px;
}
.item-product-small{
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #cecece;
    margin-bottom: 20px;
    padding: 15px;
}
.info-small .title-product-small{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 7px;
    margin-top: 0px;
}
.info-small .title-product-small a{
    color: #2a2b33;
}
.viewDetail-small .linkBtn{
    margin-top: 10px;
}
.des-small{
    border-bottom: 0px;
}

div#header.menu-fixed ~ #main {
    margin-top: 81px;
}

.ckeditor-post ul {
    margin-left: 20px;
}

@media(min-width: 992px){
    .slogan-hottel{
        font-size: 16px;
    }
    .content-hottel{
        font-size: 16px;
    }
    .content-navigation{
        margin-bottom: 40px;
    }
    .box-detail-list-product .item-product{
        /* padding: 20px 20px 20px 20px; */
    }
    .box-detail-list-product .item-product .info{
         padding: 0px 0px 0px 0px;
    }
    .box-detail-list-product .item-product .info .title-product a{
        font-size: 18px;
        color: #2a2b33;
    }
    .des-hottel{
        font-size: 14px;
    }
    .box-detail-list-product > .row,
    .no-row .container > .row{
        /* margin-right: -7.5px; */
        /* margin-left: -7.5px; */
    }
    .box-detail-list-product > .row > .list-item,
    .no-row .container > .row > div{
        /* padding-right: 7.5px; */
        /* padding-left: 7.5px; */
    }
    .hp-call-in h4{
        color: #2a2b33;
        font-size: 18px;
    }
    .hp-call-in ul li{
        font-size: 15px;
        padding: 5px 0px;
    }
    .product-type{
        margin-top: 60px;
    }
    .type-title h2{
        font-size: 30px;
    }
    .type-title {
        margin-bottom: 30px;
    }
}


@media(min-width: 768px){
    .bg-mobile{
        background-color: #2a2b33;
    }
}
.menu-fixed {
    z-index: 9999;
    /* position: fixed; */
    left: 0;
    top: 0;
    width: 100%;
}