/*
Theme Name: Thiết kế web 
Theme URI: http://underscores.me/
Author: Thanh Doan
Author URI: https://www.facebook.com/thanh250896
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.wpcf7 br {
    display: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
div#logo img {
    height: 78px;
}
body {
    background: #f1f1f1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #111;
}
figure {
    max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
}
button,input {
	outline: none !important;
	box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
	background-color: unset;
	border-color: unset;
	border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
	html {
       margin-top: 0 !important;
   }
}
h2.screen-reader-text {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.showbar .icon-bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #fff;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 5px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #fff;
    color: #0003AB;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#mobile-menu .sub-menu img {
    display: none;
}
.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
    background: #fff;
    box-shadow: 2px 2px 2px #1113;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
.alert-warning {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #111;
}
.tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 5px 15px;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px){
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 16px;
    }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #333333;
    border-bottom: 2px solid #ff9900;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea,.wpcf7-number {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
    height: auto;
}
.wpcf7-submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}
div.quantity {
    display: flex;
}
.qty_button {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #111;
  outline: 0;
}
.qty.text {
  padding: 5px 10px;
  border: 1px solid #111;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quantity__remove {
  border-right: 0;
  margin-right: -5px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quantity__add {
  border-left: 0;
  margin-left: -5px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.single_add_to_cart_button {
    border-radius: 5px !important;
    display: inline-block !important;
    background-color: #ff9900!important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-left: 10px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 14px !important;
    height: 35px;
    font-weight: 500 !important;
}
.woocommerce-pagination ul {
    list-style: none;
    border-radius: 0.25rem;
    border: 0 !important;
}
.woocommerce-pagination ul li {
    border-right: 0 !important;
}
.woocommerce-pagination ul li a {
    color: #111 !important;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .page-numbers {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 3px !important;
    transition: unset !important;
}
.woocommerce-pagination ul li .page-numbers {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
}
.woocommerce-pagination ul li .page-numbers.current {
    background: #109cd9 !important;
    border-color: #109cd9 !important;
    color: #fff !important;
}
.header-top {
    background: url(images/bg-header.png) no-repeat center bottom -30px;
    padding: 10px 0;
}

.header-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-text {
    margin-left: 10px;
    margin-top: 20px;
    flex: 1;
}

.contact-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-text li:nth-child(1) {
    background: url(images/phone.png) no-repeat 0 0;
    display: inline-block;
    padding: 2px 0 5px 30px;
    font-weight: 700;
    text-shadow: 1px 1px 0 #aaabac;
}

.contact-text li:nth-child(2) {
    background: url(images/address.png) no-repeat 0 0;
    display: inline-block;
    padding: 2px 0 5px 30px;
    font-weight: 400;
}

.header-bottom {
    background: #279da6;
}

#primary-menu .menu > li.menu-item-has-children > a:after {
    margin-top: 2px;
    content: '';
    border: 4px solid transparent;
    border-top-color: #DDD;
    display: inline-block;
    height: 5px;
    margin-left: 5px;
}

#primary-menu .sub-menu li a:hover {
    color: #f45600;
}
.home-search {
    margin-top: -75px;
    position: relative;
    z-index: 99;
}

.home-search form {
    background: #fff;
    box-shadow: 0 0 28px 6px rgb(0 0 0 / 20%);
    border-radius: 24px;
    padding: 0px 20px 15px;
}

.home-search h3 {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    color: #279da6;
    height: 50px;
    border-bottom: 5px solid #279da6;
    display: inline-block;
    line-height: 50px;
}

.search-input-box {
    display: flex;
    align-items: center;
}

.search-input-box i {
    font-size: 42px;
    margin-right: 10px;
    color: #82828270;
}

.search-input-box input {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    border: 0;
    padding: 0;
    line-height: 40px;
    height: 40px;
    flex: 1;
    padding-right: 30px;
}

.search-input-box button {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 12px;
    border-radius: 8px;
    background-color: #279da6 !important;
    color: #fff !important;
    border-color: #279da6 !important;
    padding: 6px 12px;
    width: 170px;
}
section.home-text {
    padding: 20px 0;
}

section.home-text .item {
    display: flex;
    flex-wrap: wrap;
}

.ht-right {
    flex: 1;
    margin-left: 20px;
}

.ht-right h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 400;
}

.ht-right p {
    margin: 0;
    font-size: 14px;
}
section.home-duthuyen {
    padding: 30px 0;
}

section.home-duthuyen .heading h2 {
    text-align: center;
    font-size: 24px;
    position: relative;
    font-weight: 700;
    color: #279da6;
}

section.home-duthuyen .heading h2:after {
    content: "";
    width: 200px;
    height: 1px;
    display: inline-block;
    background-color: #f45600;
    position: absolute;
    bottom: -10px;
    left: 42%;
}

section.home-duthuyen .heading p {
    text-align: center;
    margin: 15px 0 0 0;
    color: #666;
}

section.home-duthuyen .heading {
    margin-bottom: 30px;
}

.duthuyen-img {
    position: relative;
    overflow: hidden;
}
.duthuyen-img img {
    transition: all .3s;
    height: 240px;
    object-fit: cover;
}

.duthuyen-img a {
    display: block;
}

.duthuyen-img:hover img {
    transform: scale(1.1);
    opacity: .8;
}

span.label-sale {
    position: absolute;
    top: 3%;
    left: 1%;
    padding: 0 10px;
    color: #fff;
    background: #279da6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 25px;
    font-weight: bold;
}

.duthuyen-img h3 {
    margin: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    padding: 10px;
    text-align: left;
    text-indent: 11px;
    color: #fff;
}

.duthuyen-img h3 a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.duthuyen-text {
    padding: 0 10px;
}

.duthuyen-star {
    margin-top: 5px;
    display: flex;
    align-items: center;
    color: orange;
}

.duthuyen-star i:not(:last-child) {
    margin-right: 5px;
}

ul.duthuyen-info {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #666;
}

ul.duthuyen-info li:nth-child(2) {
    margin-left: 20px;
}

ul.duthuyen-info li i {
    margin-right: 5px;
}

.duthuyen-address {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    color: #666;
    font-size: 13px;
}

.duthuyen-address i {
    color: #666;
    margin-right: 5px;
    margin-top: 5px;
}

.duthuyen-address p {
    margin: 0;
    flex: 1;
}
.price-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    margin-right: 15px;
    color: #666;
}

.duthuyen-price {
    display: flex;
    flex-wrap: wrap;
}

.price-list .price-old {
    text-decoration: line-through;
    color: #999;
    font-weight: 700;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
}

.price-list .price-new {
    color: #ff5722;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
}

.duthuyen-price a {
    display: inline-block;
    padding: 3px 10px;
    background: #279da6;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.view-all {
    text-align: center;
}

.view-all a {
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 2px 30px;
    color: #004d94;
    float: none;
    margin: 0 auto;
    transition: all .35s;
    display: inline-block;
    border-bottom: 1px dotted #0cab5b;
    font-weight: 700;
}
section.home-khachsan {
    padding: 30px 0;
}

section.home-khachsan .heading h2 {
    text-align: center;
    font-size: 24px;
    position: relative;
    font-weight: 700;
    color: #279da6;
}

section.home-khachsan .heading h2:after {
    content: "";
    width: 200px;
    height: 1px;
    display: inline-block;
    background-color: #f45600;
    position: absolute;
    bottom: -10px;
    left: 42%;
}

section.home-khachsan .heading {
    margin-bottom: 30px;
}

.khachsan-img {
    position: relative;
    overflow: hidden;
}
.khachsan-img img {
    transition: all .3s;
}

.khachsan-img a {
    display: block;
}

.khachsan-img:hover img {
    transform: scale(1.1);
    opacity: .8;
}
.khachsan-img h3 {
    margin: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    padding: 10px;
    text-align: left;
    text-indent: 11px;
    color: #fff;
}

.khachsan-img h3 a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.khachsan-text {
    padding: 0 10px;
}

.khachsan-star {
    margin-top: 5px;
    display: flex;
    align-items: center;
    color: orange;
}

.khachsan-star i:not(:last-child) {
    margin-right: 5px;
}

.khachsan-address {
    display: flex;
    flex-wrap: wrap;
    color: #666;
    font-size: 13px;
}

.khachsan-address i {
    color: #666;
    margin-right: 5px;
    margin-top: 5px;
}

.khachsan-address p {
    margin: 0;
    flex: 1;
}

.khachsan-price {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.price-list .price-old {
    text-decoration: line-through;
    color: #999;
    font-weight: 700;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
}

.price-list .price-new {
    color: #ff5722;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
}

.khachsan-price a {
    display: inline-block;
    padding: 3px 10px;
    background: #279da6;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.view-all {
    text-align: center;
}

.view-all a {
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 2px 30px;
    color: #279da6;
    float: none;
    margin: 0 auto;
    transition: all .35s;
    display: inline-block;
    border-bottom: 1px dotted #279da6;
    font-weight: 700;
}
section.home-content h2 {
    text-align: center;
    font-size: 24px;
    position: relative;
    font-weight: 700;
    color: #279da6;
    margin-bottom: 35px;
}

section.home-content a {
    position: relative;
    overflow: hidden;
    background-color: #555;
    display: block;
}

section.home-content img {
    transition: all 0.2s ease;
    transform-origin: 50% 50%;
    opacity: .6;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

section.home-content a:hover img {
    opacity: 1;
    transform: scale(1.05);
}

section.home-content p {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    transform: translateY(-50%);
    margin: 0;
    left: 0;
}
section.blog-news {
    padding: 40px 0;
}

section.blog-news .heading {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.blog-news .heading h2 {
    color: #279da6;
    font-size: 26px;
    line-height: 52px;
    margin: 0;
    margin-right: 15px;
}

section.blog-news .heading a {
    color: #555;
    border: 0;
    font-family: Lato;
    letter-spacing: 1px;
}

.blog-big-item a,.blog-small-item a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.blog-big-item img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.blog-small-item img {
    height: 190px;
    object-fit: cover;
    width: 100%;
}
.blog-big-caption,
.blog-small-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    align-items: center;
    transition: all .3s;
}

.blog-big-box,
.blog-small-box  {
    padding: 0 10px;
    text-align: center;
}

.blog-big-box h3,
.blog-small-box h3 {
    line-height: 22px;
    font-size: 16px;
}

.blog-big-item a:hover .blog-big-caption,
.blog-small-item a:hover .blog-small-caption{
    opacity: 1;
    visibility: visible;
}

.blog-big-box img,
.blog-small-box img {
    height: auto;
    width: auto;
}

.blog-big-box p,
.blog-small-box p {
    margin-bottom: 5px;
}
section.blog-news .col-lg-7 .col-12:nth-child(1) {
    margin-bottom: 20px;
}
section.blog-news2 {
    padding: 0 0 40px 0;
}

section.blog-news2 .heading {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.blog-news2 .heading h2 {
    color: #279da6;
    font-size: 26px;
    line-height: 52px;
    margin: 0;
    margin-right: 15px;
}

section.blog-news2 .heading a {
    color: #555;
    border: 0;
    font-family: Lato;
    letter-spacing: 1px;
}
.blog-new-item img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.blog-new-item h3 a {
    font-size: 16px;
    transition: all 0.5s ease;
    font-weight: 600;
    color: #004d94;
    display: block;
    margin-top: 10px;
}

.blog-new-item p {
    color: #666;
    margin: 0;
}

.blog-new-item h3 a:hover {
    color: #279da6;
}
.footer-top .slick-nav {
    transition: all .3s;
    cursor: pointer;
    border-radius: 50%;
    background: #f3f3f3;
    width: 38px;
    height: 35px;
    color: #999;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
    border: 0;
    background: transparent;
}

.footer-top .slick-next {
    left: unset;
    right: 0;
    padding-left: 9px;
}

.footer-top .slick-nav:hover {
    background: rgba(0,0,0,0.7);
}
.footer-form {
    padding: 30px 0;
}

.footer-text {
    display: flex;
    flex-wrap: wrap;
}

.help_img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.txt-help {
    flex: 1;
}

.txt-help h2 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin: 0 0 5px 0;
}

.txt-help h2 a {
    color: #279da6;
}

a.bt-help {
    background: #279da6;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 16px 0 0 0;
    float: right;
    transition: all 0.35s;
}
.form-popup h3 {
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #004d94;
    text-align: center;
}

.form-popup label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.form-popup .wpcf7-text,.form-popup .wpcf7-textarea {
    font-size: 14px;
    border-radius: 0;
    margin-bottom: 15px;
}

.form-popup .wpcf7-textarea {
    height: 140px;
}

.form-popup .wpcf7-submit {
    background-color: #279da6;
    color: #fff;
    border-color: #279da6;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 10px;
}
footer#footer {
    background: #279da6;
    padding: 30px 0;
    color: #fff;
}

.footer-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer-social a {
    margin-right: 10px;
    font-size: 28px;
    color: #fff;
    display: block;
}

.footer-block-menu a {
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    text-transform: uppercase;
}
.brc {
    padding: 10px 0;
    margin-bottom: 10px;
    color: #888;
    font-size: 14px;
    font-style: italic;
}
.page-contact h3 {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 24px;
}

.page-contact .wpcf7-text,.page-contact .wpcf7-textarea {
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 15px;
}

.page-contact .wpcf7-textarea {
    height: 150px;
}

.page-contact .wpcf7-submit {
    background-color: #279da6;
    color: #fff;
    border-color: #279da6;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 10px;
}
h3.widget-title {
    color: #666;
    font-size: 20px;
    margin: 0;
    line-height: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    font-weight: 400;
}

.widget.widget-menu a {
    position: relative;
    padding: 10px 0;
    background: url(images/bg-border-v.png) top left repeat-x;
    display: block;
    color: #666;
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 15px;
}

.widget.widget-menu a:before {
    content: '\f178';
    left: 0;
    position: absolute;
    color: #666;
    top: 13px;
    font-family: FontAwesome;
    font-size: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.widget.widget-menu a:hover {
    color: #049905;
}
.blog-item {
    padding: 30px 0;
    border-bottom: 1px dotted #ddd;
    margin: 0;
}

.blog-item h3 a {
    font-size: 24px;
    font-weight: bold;
    color: #004d94;
}
.blog-item h3 a:hover {
    color: #f45600;
}
.blog-item h3 {
    margin: 0;
}

.blog-item p {
    color: #444;
    font-family: 'Tahoma', Arial;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
}

.post-share {
    display: flex;
    align-items: center;
}

.post-share a {
    display: block;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    color: #ccc;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.post-share a:hover {
    border: 1px solid #279da6;
    color: #279da6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.banner-cat img {
    width: 100%;
}
section.archive-tmp-posts {
    padding: 30px 0;
}

h2.archive-title {
    width: 100%;
    font-size: 28px;
    margin: 25px 0 20px 0;
    text-align: center;
    font-weight: 700;
    color: #555;
}

h2.archive-title:after {
    content: "";
    max-width: 170px;
    border-bottom: 2px solid #004d94;
    width: 100%;
    margin: 15px auto 0 auto;
    display: block;
}

.duthyen-list-item {
    overflow: hidden;
    position: relative;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 0 5px 0 #e2e3e4;
    background-color: #fefefe;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.duthuyen-list-text {
    width: 48%;
}

.duthuyen-list-img {
    width: 48%;
    position: relative;
}

.duthuyen-sale {
    position: absolute;
    top: 3%;
    left: 1%;
    padding: 0 10px;
    color: #fff;
    background: #279da6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 25px;
    font-weight: bold;
}

.duthuyen-list-img >a {
    display: block;
    overflow: hidden;
}

.duthuyen-list-img >a img,.sub-slider >a img {
    transition: all .3s;
}

.duthuyen-list-img >a:hover img,
.sub-slider > a:hover img{
    transform: scale(1.1);
}

.viewmap {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    z-index: 1;
    padding: 6px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.viewmap a {
    padding: 0 10px 0;
    text-decoration: underline;
    color: #fff;
    display: inline-block;
}

.viewmap p {
    background-color: #279da6;
    margin: 0;
    font-size: 12px;
    padding: 0 20px 0;
    color: #fff;
    width: auto;
}

.sub-slider {
    display: flex;
    flex-wrap: wrap;
}

.sub-slider a {
    display: block;
    width: 50%;
    overflow: hidden;
}

.duthuyen-list-text h3 a {
    color: #004d94;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 15px;
}

.duthuyen-list-text h3 {
    margin: 0;
}

ul.duthuyen-list-info {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

ul.duthuyen-list-info li {
    color: #279da6;
    font-size: 14px;
}

ul.duthuyen-list-info li:not(:last-child) {
    margin-right: 15px;
}

ul.duthuyen-list-info li i {
    color: #bbb;
    margin-right: 5px;
}

.duthuyen-list-mota ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #444;
}

.duthuyen-list-mota ul li:not(:last-child) {
    margin-bottom: 10px;
}

.duthuyen-list-mota ul li:before {content: "\f08a";display: inline-block;font: normal normal normal 14px / 1 FontAwesome;color: #279da6;font-size: 14px;margin-right: 10px;}

.duthuyen-list-price {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.duthuyen-price-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}

.duthuyen-price-list .duthuyen-price-old {
    text-decoration: line-through;
    color: #999;
    font-weight: 700;
    margin-left: 5px;
    font-size: 16px;
    font-style: italic;
}

.duthuyen-price-list .duthuyen-price-new {
    color: #ff5722;
    font-size: 21px;
    font-weight: bold;
    margin-left: 5px;
}


.duthuyen-list-price>a:nth-child(2) {
    display: inline-block;
    padding: 5px 20px;
    background: #279da6;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
}

.duthuyen-list-price>a:nth-child(3) {
    font-size: 16px;
    text-transform: uppercase;
}

.duthuyen-list-price>a:nth-child(3) span {
    color: #279da6;
    font-weight: 700;
}
.single-heading {
    display: flex;
    align-items: center;
}

.single-title {
    flex: 1;
    margin-right: 20px;
}

.single-heading .duthuyen-list-price>a {
    display: inline-block;
    padding: 5px 20px;
    background: #279da6;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
}

.single-address {
    display: flex;
    align-items: center;
}

.single-address p {
    color: #666;
    font-size: 13px;
    margin: 0;
}

.single-address i {
    margin-right: 7px;
    margin-bottom: 6px;
}
.single-info {
    padding: 10px 0 5px;
    margin: 0 0 10px;
    border-top: 1px dotted #ddd;
}

.single-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.single-info ul li:not(:last-child) {
    margin-right: 10px;
}

.single-info ul li {
    color: #666;
    font-size: 13px;
}

.single-info ul li i {
    margin-right: 5px;
    color: #bbb;
}

.single-info p {
    margin: 0;
    text-align: right;
    font-size: 16px;
}

.single-info p span {
    color: #279da6;
    font-weight: bold;
}
.single-gallery-left {
    position: relative;
    height: 100%;
}

.single-gallery-left a {
    overflow: hidden;
    display: block;
    height: 100%;
}

.single-gallery-left a>img {
    transition: all .3s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-gallery-left a:hover>img {
    transform: scale(1.1);
}

.sgl-sale {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0 10px;
    color: #fff;
    background: #279da6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 25px;
    font-weight: bold;
}

.sgl-label {
    position: absolute;
    bottom: 5px;
    left: 0;
    padding: 0 10px;
    color: #fff;
    background: #279da6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 25px;
    font-size: 13px;
}

.single-gallery-right a {
    overflow: hidden;
    display: block;
    height: 100%;
    position: relative;
}

.single-gallery-right a>img {
    transition: all .3s;
    height: 100%;
    width: 100%;
}

.single-gallery-right a:hover>img {
    transform: scale(1.1);
}

.single-gallery-right .col-12:nth-child(1) img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.single-gallery-right .col-lg-6 img {
    height: 140px;
    object-fit: cover;
}

.single-gallery-right a span {
    text-align: right;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px 5px 10px;
    color: #e9e9e9;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
}
.single-why ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #444;
}

.single-why ul li:not(:last-child) {
    margin-bottom: 10px;
}

.single-why ul li:before {content: "\f08a";display: inline-block;font: normal normal normal 14px / 1 FontAwesome;color: #279da6;font-size: 14px;margin-right: 10px;}
.single-why {
    padding: 30px 0;
}

.single-why h2 {
    margin: 0 0 15px 0;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #555;
    text-shadow: 0 1px 1px #ddd;
}

.single-why h2 i {
    display: inline-block;
    margin-right: 8px;
    color: #279da6;
}
.singular-post-content  {
    font-size: 15px;
}
.single-loaiphong {
    border-top: 1px dotted #ddd;
    background-color: #fefefe;
    padding: 20px 30px 30px 30px;
    box-shadow: 0px 3px 6px #DDD;
}

.single-loaiphong>h2 {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 10px;
}

.single-loaiphong-item:not(:last-child) {
    margin-bottom: 40px;
}

.single-loaiphong-text h3 {
    margin: 0;
}

.single-loaiphong-text h3 a {
    color: #002D51;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.single-loaiphong-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-loaiphong-text ul:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
}

.single-loaiphong-text ul:nth-child(2) li {
    display: inline-block;
    font-size: 11px;
    color: #666;
    background-color: #ddd;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px;
    font-weight: normal;
    line-height: 15px;
}

.single-loaiphong-text ul:nth-child(2) li:not(:last-child) {
    margin-right: 10px;
}

.single-loaiphong-text ul:nth-child(3) li {
    font-size: 13px;
    color: #666;
}

.single-loaiphong-text ul:nth-child(3) li i {
    margin-right: 5px;
    color: #999;
}

.single-loaiphong-gia {
    text-align: right;
    font-size: 16px;
}

.single-loaiphong-gia span {
    color: #ff7200;
    font-size: 19px;
    font-weight: 700;
}

.single-loaiphong-item>a {
    color: #666;
    padding: 0 2px;
    font-size: 13px;
    margin-top: 20px;
    display: block;
}

.single-loaiphong-item>a:hover {
    color: #ff7200;
}
.list-product-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.list-product-gallery a {
    width: 25%;
    padding: 0 5px;
}

.list-product-gallery a:nth-child(1) {
    width: 100%;
    margin-bottom: 15px;
}

.single-loaiphong-modal .modal-dialog {
    max-width: 991px;
    margin: 1.75rem auto;
}

.single-loaiphong-modal h4.modal-title {
    line-height: 35px;
    font-size: 22px;
    font-weight: bold;
    color: #004d94;
    text-align: left;
}

.single-loaiphong-modal h3 {
    color: #004d94;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.single-loaiphong-modal ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.single-loaiphong-modal ul:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
    justify-content: center;
}

.single-loaiphong-modal ul:nth-child(2) li {
    display: inline-block;
    font-size: 11px;
    color: #666;
    background-color: #ddd;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px;
    font-weight: normal;
    line-height: 15px;
}

.single-loaiphong-modal ul:nth-child(2) li:not(:last-child) {
    margin-right: 10px;
}

.single-loaiphong-modalul:nth-child(4) li {
    font-size: 13px;
    color: #666;
}

.single-loaiphong-modal ul:nth-child(4) li i {
    margin-right: 5px;
    color: #999;
}

.single-loaiphong-modal ul li {
    margin-right: 10px;
}

.single-loaiphong-modal h5 {
    color: #004d94;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}

.single-loaiphong-modal p {
    font-size: 14px;
    margin-bottom: 10px;
}
.single-loaiphong-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 17px;
    color: #002D51;
}

.single-loaiphong-bottom ul li:not(:last-child) {
    margin-bottom: 5px;
}

.single-loaiphong-bottom ul span {
    color: #ff0700;
    text-transform: uppercase;
}

.single-loaiphong-bottom ul i {color: #279da6;font-size: 16px;margin-right: 3px;}
.single-loaiphong-bottom a:nth-child(1) {
    margin-top: 5px;
    padding: 8px 18px;
    float: left;
    background: #f1f1f1;
    color: #279da6;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #279da6;
    margin-right: 10px;
    display: inline-block;
}

.single-loaiphong-bottom a:nth-child(2) {
    background: #279da6;
    padding: 6px 35px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.35s;
    display: inline-block;
    padding: 10px 42px;
    margin-top: 5px;
}
div#singular-post-content {
    padding: 50px 0;
}

div#singular-post-content .nav a {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    display: block;
    color: #555;
    border-bottom: 3px solid transparent;
}

div#singular-post-content .nav {
    margin-bottom: 30px;
}

div#singular-post-content .nav a.active,div#singular-post-content .nav a:hover {
    border-bottom: 3px solid #279da6;
    color: #279da6;
}
.form-datngay {
    margin: 0 auto;
    max-width: 576px;
}

div#singular-post-content form {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #DDD;
}

.form-datngay h3 {
    color: #004d94;
    font-size: 23px;
    text-align: center;
}

.form-datngay label {
    line-height: 28px;
    color: #004d94;
    margin-bottom: 0;
}

.form-datngay .wpcf7-text, .form-datngay .wpcf7-textarea,.form-datngay .wpcf7-number {
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-datngay .wpcf7-date {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 5px;
}

.form-datngay .wpcf7-textarea {
    height: 120px;
}

.form-datngay p.notice {
    text-align: center;
    margin-bottom: 15px;
}

.form-datngay p.notice span {
    color: #279da6;
}

.form-datngay .wpcf7-submit {
    background-color: #279da6;
    color: #fff;
    border-color: #279da6;
    width: 240px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 0;
}
.form-datngay .wpcf7dtx-text {
    border: 0;
    font-size: 16px;
    color: #111;
    padding: 0;
    font-weight: 700;
    color: #279da6;
}
.product-related>h3 {
    font-size: 22px;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 10px;
    color: #555;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
}
.single-star {
    margin-bottom: 8px;
    color: orange;
}

.single-title .page-heading {
    margin-bottom: 5px;
}
.clearfix {
    clear: both;
}
.woocommerce-message {
    border-top-color: #279da6;
}

.woocommerce-message::before {
    color: #279da6;
}

.woocommerce-message a {
    background: #279da6 !important;
    color: #fff !important;
}
.woocommerce-ordering select.orderby {
    padding: 5px ;
}
.shopping-cart .shopping-cart-menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -moz-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    -o-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    opacity: 0;
    visibility: hidden;
    max-width: 320px;
}
.heading-cart {
    position: relative;
    font-size: 18px;
    color: #111;
}
.heading-cart a {
    color: #fff;
}
span#cart-total {
    background: #4fc7d0;
    position: absolute;
    top: -6px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
.overlay-cart {
    opacity: 0;
}
.cart-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
.cart-heading h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}
.cart-heading .close-side-cart {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #2d2a2a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    padding-right: 21px;
    cursor: pointer;
}
.cart-heading .close-side-cart:after,.cart-heading .close-side-cart:before {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    right: 0;
}
.cart-heading .close-side-cart:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-heading .close-side-cart:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper p {
    clear: both;
    margin: 0;
    white-space: nowrap;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__empty-message {
    padding-top: 15px;
    padding-bottom: 15px;
    
}
.return-to-shop .button {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
    background-color: #2fa881;
    color: #FFF;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
}
.overlay-cart.opened {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    opacity: 0.6;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.shopping-cart.opened .shopping-cart-menu-wrapper {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.close-side-cart:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-side-cart:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content .uni-scroll {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc(100vh - 215px);
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.shopping-cart .shopping-cart-menu-wrapper ul li {
    position: relative;
    padding: 10px 20px 10px 10px;
    margin: 0;
    border-bottom: 1px solid #ebeef6;
    float: left;
    clear: both;
    width: 100%;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove-item {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 1;
    display: inline-block;
    font-size: 1.5em;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove-item:hover {
    background-color: #ff0000;
    color: #FFF;
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media {
    float: left;
    width: 60px;
    margin-right: 10px;
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-wrap {
    float: left;
    width: calc(100% - 70px);
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-menu-product-wrap a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.shopping-cart .shopping-cart-menu-wrapper .quantity {
    font-size: 13px;
    display: block;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body .woocommerce-Price-amount {
    font-weight: bold;
    color: #f00;
    font-size: 15px;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-footer {
    padding: 0 15px;
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total {
    margin: 10px 0 10px;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: bold;
    color: #ff0000;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a {
    color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    min-height: 0;
    line-height: 1.4;
    position: relative;
    display: block;
    text-align: center;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgba(230,126,34,.8);
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a.checkout {
    background-color: #222222;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media img {
    width: 100% !important;
}
.product-price {
    text-align: center;
    color: #f00;
    font-size: 18px;
    font-weight: 500;
}

.product-price del span,.product-price del {
    color: #8a8a8f;
    font-size: 14px;
}

.product-price del {
    margin-right: 5px;
}
.product-item form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.product-item h3 {text-align: center;margin-top: 10px;}

.product-item form button {
    border-radius: 5px !important;
    display: inline-block !important;
    background-color: #279da6!important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-left: 10px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 14px !important;
    height: 35px;
    font-weight: 500 !important;
}
.khachsan-img img {
    height: 240px;
    object-fit: cover;
}
.product-item img {
    height: 230px;
    object-fit: cover;
}
.sub-slider img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.modal-header {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #8F2624;
    color: #fff;
    padding: 10px 25px;
    display: flex;
    font-size: 20px;
    align-items: center;
}

.modal-header h3 {
    margin: 0;
}

.modal-header h3 i {
    margin-right: 10px;
}

.modal-header button {
    color: #fff !important;
    opacity: 1;
}

.modal-body p {
    font-size: 18px;
}

.modal-body strong {
    display: block;
    margin-bottom: 10px;
    color: #8F2624;
}

.modal-body {
    font-size: 18px;
}

@media(max-width: 991px) {
    .product-item img {
        height: 140px;
        object-fit: cover;
    }
    .header-top {
        display: none;
    }

    .header-bottom {
        padding: 5px 0;
    }
    div#logo img {
        display: block;
        margin: 0 auto;
        height: 30px;
    }

    .heading-cart {
        font-size: 19px;
    }
    span#cart-total {
        width: 17px;
        height: 17px;
        font-size: 9px;
    }
    section.home-search {
        margin: 15px 0;
    }

    .home-search form {
        box-shadow: unset;
        border-radius: 0;
        padding: 0;
    }

    .home-search h3 {
        height: auto;
        line-height: 1.6;
    }

    .search-input-box {
        flex-wrap: wrap;
    }

    .search-input-box button {
        width: 100%;
    }

    section.home-duthuyen .heading h2 {
        font-size: 21px;
    }

    section.home-duthuyen .heading h2:after {
        display: none;
    }

    .price-list {
        width: 100%;
        margin: 0;
        flex: unset;
    }

    .duthuyen-price a {
        margin: 0 auto;
    }

    ul.duthuyen-info li {
        width: 100%;
        margin-left: 0 !important;
    }

    section.home-khachsan .heading h2 {
        font-size: 21px;
    }

    section.home-khachsan .heading h2:after {
        display: none;
    }

    section.home-content h2 {
        margin-bottom: 20px;
        font-size: 21px;
    }

    section.home-content p {
        font-size: 16px;
        padding: 0 10px;
    }

    section.blog-news .heading {
        flex-direction: column;
        margin-bottom: 10px;
    }

    section.blog-news .heading h2 {
        line-height: 1.5;
        font-size: 21px;
        text-align: center;
        margin-bottom: 10px;
    }

    .blog-big-item img {
        height: auto;
    }

    .blog-big-caption, .blog-small-caption {
        position: unset;
        color: #111;
        opacity: 1;
        visibility: visible;
        background: transparent;
        padding: 5px;
    }

    .blog-big-box p, .blog-small-box p {
        text-align: left;
    }

    .blog-small-item img {
        height: auto;
    }

    section.blog-news2 .heading h2 {
        font-size: 21px;
        margin: 0;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 5px;
    }

    section.blog-news2 .heading {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .blog-new-item img {
        height: auto;
    }

    section.home-text .item {flex-direction: column;align-items: center;}

    .ht-right {
        flex: unset;
        margin: 0;
        width: 100%;
        margin-top: 10px;
    }

    .footer-text .help_img {
        width: 100%;
        margin: 0;
        border-radius: 0;
        height: auto;
    }

    .txt-help {
        flex: unset;
        width: 100%;
        margin-top: 10px;
    }

    a.bt-help {
        float: unset;
        display: block;
        text-align: center;
        margin: 0;
    }

    footer#footer {
        overflow: hidden;
    }

    section.home-duthuyen {
        padding: 15px 0;
    }

    section.home-text {
        padding: 15px 0;
    }

    section.home-khachsan {
        padding: 15px 0;
    }

    section.blog-news {
        padding: 15px 0;
    }

    section.blog-news2 {
        padding-bottom: 15px;
    }

    .footer-form {
        padding: 15px 0;
    }
    .brc {
        margin: 0;
    }

    .page-heading {
        font-size: 21px;
        line-height: 1.4;
    }
    .blog-item {
        padding: 10px 0;
    }
    .blog-item h3 a {
        font-size: 16px;
    }
    section.archive-tmp-posts {
        padding: 15px 0;
    }

    h2.archive-title {
        font-size: 21px;
        margin-top: 0;
    }

    .duthyen-list-item {
        padding: 10px;
        margin-bottom: 15px;
    }

    .duthuyen-list-img {
        width: 100%;
    }

    .duthuyen-list-text {
        width: 100%;
        margin-top: 15px;
    }

    .viewmap {
        position: unset;
        background: transparent;
        padding: 0;
        flex-direction: column;
    }
    .viewmap a {
        color: #111;
        margin: 5px 0;
    }
    .viewmap a {
        color: #111;
        margin: 5px 0;
    }

    .duthuyen-list-text h3 a {
        font-size: 21px;
        line-height: 1.4;
    }

    ul.duthuyen-list-info {
        flex-direction: column;
        align-items: flex-start;
    }

    ul.duthuyen-list-info li:not(:last-child) {
        margin-bottom: 5px;
    }

    .duthuyen-list-price {
        align-items: flex-start;
    }
    .single-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-title {
        margin: 0;
        margin-bottom: 10px;
    }

    .single-heading .duthuyen-list-price>a {
        margin-top: 0;
    }

    .single-info ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-info ul li:not(:last-child) {
        margin: 0;
        margin-bottom: 10px;
    }

    .single-info p {
        text-align: left;
    }

    .sgl-label {
        line-height: 1.4;
    }

    .single-gallery-right .col-12:nth-child(1) img {
        height: auto;
    }

    .single-gallery-right .col-lg-6 img {
        height: auto;
    }

    .single-why {
        padding: 15px 0;
    }

    .single-why h2 {
        font-size: 21px;
    }

    .single-loaiphong {
        padding: 10px;
    }

    .single-loaiphong-text ul:nth-child(2) li:not(:last-child) {
        margin: 0;
        margin-bottom: 5px;
    }

    .single-loaiphong-text ul:nth-child(2) {
        flex-direction: column;
        align-items: flex-start;
    }

    table {max-width: 100%;}

    div#singular-post-content {
        overflow: hidden;
        padding: 15px 0;
    }

    .product-related>h3 {
        font-size: 18px;
        padding: 10px 0;
    }
    .sub-slider a {
        width: 100%;
    }

    .woocommerce-message {
        margin-bottom: 0;
    }
    section.home-content img {
        height: auto;
    }
}
@media(max-width: 576px){
    .khachsan-img img,.duthuyen-img img {
        height: 160px;
    }
}
.header-search form {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 10px 20px;
    display: none;
}

.btn-search {
    color: #fff;
    font-size: 19px;
    cursor: pointer;
}

.header-search {
    margin-right: 15px;
}
.header-search form input {
    font-size: 14px;
    border-radius: 0;
    width: 200px;
}

.header-search form button {
    border-radius: 0;
    padding: 0;
    background: #279da6 !important;
    color: #fff !important;
    height: 35px;
    line-height: 35px;
    border: 0 !important;
    padding: 0 10px;
}

.header-search form>div {
    display: flex;
    align-items: center;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
@media(max-width: 1400px) {
    #primary-menu .menu > li > a  {
        font-size: 12px;
    }
    #primary-menu .menu > li {
        padding: 0 5px;
    }
}
@media(max-width: 1200px) {
    .header-bottom .container {
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
    }
}
@media(max-width: 1100px) {
    #primary-menu .menu > li > a {
        font-size: 10px;
    }
}