/*!
 * Theme Name: HD
 * Theme URI:       	https://webhd.vn
 * Author: WEBHD team
 * Author URI: https://webhd.vn
 * Description: WEBHD Wordpress Theme.
 * Requires PHP: 5.3
 * Version: 2.0
 * License:         	GNU General Public License v2 or later
 * License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: hd
 */
:root {
    --cl-main: #126ff1;
    --cl-sub: #15b0f8;
}
.hidden-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -10000em;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #f47447;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.title-post a {
    color: #303030;
}
body {
    font-family: "Poppins", sans-serif;
}
header.header-container {
    padding: 0;
    width: 100%;
    z-index: 99;
    /* position: fixed; */
    /* top: 0; */
}
.header .logo {
    display: block;
    margin: auto;
    text-decoration: none !important;
    text-align: center;
}
.header-right {
    float: left;
    text-align: right;
}
.header-right-center {
    float: right;
    padding-top: 9px;
    clear: right;
}
.header-container .welcome-msg {
    float: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #707070;
}
.header-right-bottom {
    float: right;
    position: relative;
    width: 100%;
    padding-top: 5px;
}
.header .quick-access {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
.header-content {
    float: right;
}
.header-content .cms-data {
    background: url(img/get-in-tuch.png) no-repeat scroll left center transparent;
    display: inline-block;
    height: 18px;
    padding-left: 30px;
}
.header-content .cms-data .call {
    color: #1f2022;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.header-content .cms-data .call-num {
    color: #ff9c00;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.headertopleft {
    float: left;
    margin-top: 10px;
    text-align: left;
}
.shipping-cms {
    background: url(img/viman.png) no-repeat scroll left center transparent;
    display: inline-block;
    height: 26px;
    padding-left: 75px;
}
.shipping-text .text1 {
    color: #25aef5;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.shipping-text .text2 {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.header .quick-access form input {
    border: 1px solid #fff;
    float: left;
    padding: 12px 55px 10px 10px;
    height: 35px;
    text-indent: 10px;
    font-size: 13px;
    width: 100%;
    outline: none;
}
.header .quick-access form button {
    position: absolute;
    right: 0;
    top: -2px;
    height: 38px;
    color: #fff;
    border: none;
    width: 40px;
    background: #cf1204;
    font-size: 15px;
}
.header .quick-access form {
    width: 100%;
    float: left;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    z-index: 2;
    position: relative;
}
@media (max-width: 39.9875rem) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
h3.title {
    background-color: #1f2022;
    margin: 0;
    padding: 0 0 0 20px;
    border: 0;
}
.title {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 9px;
    text-transform: none;
    float: left;
    display: block;
    width: 100%;
}
.title span {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 10px 15px 15px;
    display: block;
}
.box-menu-slider .title i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    padding: 19px;
    background: #ff9c00;
    color: #fff;
}
.menu-header-ct ul {
    padding: 0;
}
.menu-header-ct li {
    display: block;
}
span.screen-reader-text {
    display: none;
}
button.dropdown-toggle {
    display: none;
}
.menu-header-ct ul > li {
    font-size: 16px;
    text-transform: uppercase;
    position: static;
    margin: 0 12px;
}
ul,
ol {
    margin: auto;
    padding: 0;
}
a {
    transition: all 0.5s;
    color: #000;
}
a:hover,
a:focus {
    color: #fe1d07;
    text-decoration: none;
}
.menu-header-ct ul ul.sub-menu ul.sub-menu {
    left: 102%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.menu-header-ct ul ul.sub-menu li:hover ul {
    visibility: visible;
    opacity: 1;
}
.padding-top-15 {
    padding-top: 15px;
}
.no-padding {
    padding: 0;
}
.menu-pr-cat {
    list-style: none;
    padding: 0;
    background: #fff;
}
.menu-pr-cat li {
    list-style: none;
    padding: 15px;
    position: relative;
    transition: all 0.5s;
}
.menu-pr-cat ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 90%;
    z-index: 9;
    background: #fff;
    top: 0;
    transition: all 0.5s;
}
.menu-pr-cat > li {
    text-transform: uppercase;
    font-weight: 700;
}
.menu-pr-cat > li:after {
    content: "";
    width: 100%;
    position: relative;
    bottom: -13px;
    left: 0;
    height: 1px;
    margin: auto;
    background: #f4f4f4 !important;
    display: block;
}
.menu-pr-cat > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    left: 101%;
}
.menu-pr-cat ul {
    padding: 0;
    width: 150px;
}
.menu-pr-cat ul.sub-menu:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
.menu-pr-cat ul.sub-menu li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    left: 101%;
}
.slider-banner .owl-nav button {
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 0 !important;
    width: 60px;
    height: 60px;
    color: #fff !important;
    opacity: 1;
    position: absolute;
    top: 45%;
    border-radius: 5px !important;
    opacity: 1;
    transition: all 0.6s;
}
.slider-banner .owl-nav button.owl-next {
    left: unset;
    right: 0;
}
.slider-banner .owl-nav button.owl-prev {
    left: 0;
}
.banner-slider-item img {
    width: 100%;
}
.banner-ad .banner-slider-item:not(:last-child) {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.banner-slider-gr {
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
}
.title-wg {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    margin: auto;
    color: #000;
}
.title-category img {
    padding-right: 4px;
}
.links-category li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
}
.links-category ul {
    padding: 0;
}
.links-category {
    text-align: right;
    float: right;
    padding-right: 30px;
    padding-top: 15px;
}
.links-category li:last-child {
    border: none;
    padding-right: 0;
}
.list_sp_homepage_cat .title {
    margin: 0;
    border-bottom: 1px solid #0000000d;
    padding: 0;
}
.list_sp_homepage_cat button {
    position: absolute;
    width: auto;
    height: auto;
    top: 40%;
    left: 0;
    background: #fff;
    color: #999;
    font-family: -webkit-body !important;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 5px 5px 0 !important;
    margin: auto !important;
}
.owl-carousel {
    display: block;
    float: left;
}
button {
    outline: none;
}
button:hover {
    opacity: 1 !important;
}
.title-product-wg {
    position: relative;
    padding: 10px 0;
    float: left;
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px;
}
.title-product-wg:hover {
    color: #0790d7;
}
.pro-price {
    color: #e10c00;
    padding: 5px 10px 10px;
    display: block;
    overflow: hidden;
}
del.pdComparePrice {
    font-weight: 700;
}
.pro-price span {
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
}
ins span {
    font-weight: 400 !important;
    font-size: 13px !important;
    text-decoration: line-through;
    color: #000;
}
.sp_by_dm {
    padding: 0;
}
span.header-left {
    text-align: left;
}
.lienket-ul {
    padding: 0;
}
.lienket-ul img {
    width: 100% !important;
}
.home_wg_ct {
    float: left;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 0;
}
.list_sp_homepage_cat {
    padding-bottom: 15px;
}
.list-doitac {
    padding: 15px 0;
}
.box-hover img {
    width: 100%;
    transition: all 0.5s;
}
.slider-banner .owl-nav button span {
    font-size: 60px;
    position: absolute;
    top: -20px;
    left: 35%;
    font-family: -webkit-body;
}
.owl-carousel:hover button {
    opacity: 1;
}
.banner-slider-item-dots {
    padding: 4px;
    float: left;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    width: auto;
    max-width: 16.6666666666666%;
    border: 1px solid #00000014;
    margin-bottom: 5px;
    border-radius: 4px;
    border-bottom-width: 4px;
    display: block;
}
.gallery-slider-ct-dots {
    float: left;
    background: #fff;
    display: block;
    margin: 0 !important;
    position: absolute;
    overflow: hidden;
}
.owl-theme .owl-nav {
    margin: auto;
}
.banner-slider-item-dots.active {
    border-bottom-color: #fecf59;
}
.menu-header-ct ul li a {
    color: white;
    padding: 0;
    position: relative;
}
.list_sp_homepage_cat button span {
    font-size: 45px;
    padding: 10px;
}
.list_sp_homepage_cat button.owl-next {
    right: 0 !important;
    left: auto;
}
.list_sp_homepage_cat button:hover {
    background: #fff !important;
    color: #000 !important;
}
.content-list-sp-wg {
    position: relative;
    float: left;
    width: 100%;
}
.content_pr_sp .product-img img {
    width: 180px;
    margin: auto;
    height: 180px;
}
.spmm-wg {
    border: 1px solid #ff4d00;
    margin-top: 30px;
    width: 100%;
    display: block;
    padding-bottom: 40px;
}
.title-wg span {
    color: #000;
}
.spmm-wg .title-wg span {
    text-align: center;
    background: url(img/gsct.png) no-repeat center center;
    width: auto;
    display: inline-block;
    margin: auto;
    background-size: 100% auto;
    top: -42px;
    position: absolute;
    left: 35%;
    padding: 30px 60px;
    color: #fff;
    font-size: 20px;
}
.spmm-wg .title-wg {
    text-align: center;
}
.product-wrapper {
    display: block;
    float: left;
    width: 100%;
    margin: auto;
}
.spmm-wg .product-wrapper {
    margin-top: 15px;
}
.links-category li a {
    color: #288ad6;
    font-size: 14px;
}
.links-category li a:hover {
    text-decoration: underline;
}
.promo.noimage {
    padding: 0 10px;
    color: #000;
    white-space: normal;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: left;
    margin: auto;
    height: 35px;
}
.promo.noimage p {
    font-size: 12px;
    margin: auto;
}
.sp_by_dm a {
    display: block;
    overflow: hidden;
    background: #fff;
    position: relative;
    float: left;
    width: 100%;
}
.product-title {
    display: block;
    line-height: 1.3em;
    font-size: 14px;
    color: #000;
    margin: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-title span {
    padding: 0;
}
.sp_by_dm a:hover .product-title {
    color: #288ad6;
}
label.discount {
    background-image: linear-gradient(-90deg, #ec1f1f 0%, #ff9c00 100%);
    border-radius: 10px;
    padding: 1px 7px;
    padding-left: 0;
    padding-right: 10px;
    display: inline-block;
    position: absolute;
    top: 187px;
    left: 10px;
    font-size: 11px;
    color: #fff;
}
label.discount:before {
    content: " ";
    display: inline-block;
    background: url(img/sale.png);
    background-size: 50% 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f13500;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.list-pr-featured-wg {
    float: left;
    width: 100%;
    margin: auto;
}
.sp_by_fm_ft img {
    width: auto;
}
.list-pr-featured-wg .item {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.list-pr-featured-wg .item:last-child {
    border-right: none;
}
.owl-carousel .owl-item img {
    /* width:auto */
}
.pro-price > span,
.pro-price del,
.pro-price ins {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.blogs_home_slide button {
    position: absolute;
    right: 0;
    top: -45px;
    background: #00000078 !important;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    opacity: 1 !important;
}
.blogs_home_slide button span {
    font-size: 15px;
    color: #fff;
    padding: 0;
}
.blogs_home_slide button.owl-next {
    right: 10px;
}
.blogs_home_slide button.owl-prev {
    right: 42px;
}
.blogs_home_slide button:hover {
    background: #000 !important;
}
.blogs_home_slide {
    padding: 0 10px;
}
.blogs_home_slide_wg .container {
    background: #fff;
}
h3.title-post-wg {
    font-size: 14px;
    padding: 10px 0 !important;
    height: 70px !important;
    -webkit-line-clamp: 3 !important;
    float: left !important;
    margin-bottom: 10px !important;
    width: 100%;
}
.time-box {
    position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #0000009e;
}
.event-thumb > a {
    position: relative;
    overflow: hidden;
    float: left;
}
.event-thumb > a:hover img {
    transition: all 0.3s;
    transform: scale(1.2);
}
.slider-item {
    position: relative;
}
.slider-item:hover h3 {
    color: #428bca;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5 !important;
}
.kh-item {
    text-align: center;
    margin: auto;
    padding-top: 10px;
}
.kh-item img {
    margin: auto;
    border-radius: 100%;
    height: 90px;
}
.blogs_home_slide_wg {
    padding-bottom: 15px;
}
.spmm-wg .title {
    border: none !important;
}
.kh-item h4 {
    font-size: 15px;
    font-weight: 700;
}
.kh-item p {
    font-size: 14px;
}
.kh-item .note_kh p {
    font-size: 13px;
}
.nhanxetkhachhang_wg_ct {
    box-shadow: 0 5px 10px #0000003b;
    border-radius: 4px;
}
.owl-dots {
    margin: auto !important;
}
h2.footer_wg-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    margin: 0 0 25px;
    position: relative;
    float: left;
    width: 100%;
    color: white;
}
.footer_wg_ct ul {
    padding: 0;
    list-style: none;
}
.footer_wg_ct li a {
    line-height: 20px;
    transition: all 0.3s;
    position: relative;
}
.footer_wg_ct li a:hover {
    text-decoration: underline;
}
footer#colophon {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 0;
    font-size: 14px;
    /* color: #8a99b3; */
    color: #ffffff;
    z-index: 2;
}
footer .site-info {
    padding: 15px 0;
    text-align: center;
    background: #061e66eb;
    font-size: 12px;
    padding-left: 15px;
    color: white;
}
footer .site-info a {
    color: #fff;
}
footer .site-ct {
    padding: 60px 0;
    /* background: #051956; */
    background: linear-gradient(to bottom, var(--cl-main), var(--cl-sub));
    position: relative;
}
.no-padding-right {
    padding: 0 0 0 10px;
}
.menu-header-ct ul ul.sub-menu li a {
    padding: 0;
    border: none;
    color: #fff !important;
    text-overflow: clip;
}
.menu-header-ct ul li:hover,
.menu-header-ct ul > li.current-menu-item {
    color: #f47447;
}
.menu-header-ct ul li:hover > a {
}
.nhanxetkhachhang_wg_dt {
    padding-bottom: 15px;
}
.nhanxetkhachhang_wg_gr {
    padding-bottom: 15px;
}
div#product_homepage_wg-4 {
    display: none;
}
div#product_homepage_wg_ft-2 {
    display: none;
}
.kh-item {
    padding: 15px;
}
.open_menu_mb {
    color: #fff;
    font-size: 15px;
    width: auto;
    float: left;
    position: absolute;
    right: 10px;
    margin-top: 0;
    padding: 8px 3px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 40px;
}
div#wprmenu_bar {
    right: 15px;
    width: 50px;
    padding: 10px;
    left: auto !important;
    top: 20px;
    background-color: var(--cl-main);
}
html {
    padding: 0 !important;
}
#mg-wprm-wrap.cbp-spmenu-left,
#mg-wprm-wrap.cbp-spmenu-right {
    top: 0 !important;
}
img {
    max-width: 100%;
    height: auto;
}
.header .quick-access form button i {
    transform: rotate(90deg);
}
.cart-header-ct {
    color: #fff;
}
.cart-gr {
    padding: 15px 0;
    text-align: right;
    font-size: 11px;
}
.slider-banner-title {
    background: #fff;
    border-bottom: 1px solid #0000001f;
}
.group_navbtn {
    background: #1f7f5c;
    float: left;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.menu-cat-gr {
    position: relative;
    background: #fff;
    cursor: pointer;
}
.group_navbtn i {
    text-align: left;
    float: left;
    font-size: 20px;
    padding-right: 15px;
}
span.holine {
    padding: 15px;
    float: left;
    width: 100%;
    text-align: right;
}
.menu-cat-gr ul {
    list-style: none;
    padding: 0;
}
.menu-cat-gr li img {
    width: 30px;
    height: auto;
}
.menu-cat-gr ul > li {
    display: block;
    background-color: transparent !important;
    padding: 8px 20px;
    font-size: 13px;
    color: #222;
    text-transform: capitalize;
    font-weight: 400;
    font-family: Helvetica Neue, Helvetica, Arial;
    border-bottom: 1px solid #0000000f;
}
.menu-cat-gr ul > li a {
    color: #222;
}
.menu-cat-gr ul > li:hover a {
    color: #1f7f5c;
}
.menu-header-ct ul li.mega_menu {
    position: static;
}
.menu-header-ct ul li.mega_menu > ul {
    left: -50% !important;
    width: 200% !important;
    background-image: url(https://thegioiinan.com/static/images/1.jpg);
    background-size: 100% 100%;
    z-index: -9;
    display: none;
}
.menu-header-ct ul li.mega_menu > ul > li.title_menu {
    display: table-cell;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.menu-header-ct ul li.mega_menu > ul > li.title_menu > ul {
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    position: relative;
    box-shadow: none;
    background: none;
}
.menu-header-ct ul li.mega_menu > ul > li.title_menu > ul > li:hover > ul {
    position: relative;
    visibility: visible;
    opacity: 1;
}
.menu-header-ct ul li.mega_menu > ul > li.title_menu > ul ul {
    position: absolute;
    left: 0;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
}
.menu-header-ct ul li.mega_menu > ul > li.title_menu > ul ul li:first-child {
    padding-bottom: 0;
}
.menu-header-ct ul li.mega_menu > ul li {
    border-bottom: 1px solid #00000012;
    padding-left: 0;
    padding-right: 0;
}
h4.ft-tt {
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 15px;
    color: #fff;
    letter-spacing: -1px;
}
.footer_wg_ct ul li {
    line-height: 30px;
}
.footer_wg_ct ul li i {
    font-size: 16px;
    padding-right: 4px;
}
.breadcrumb {
    margin: auto;
    background: none;
    padding: 0 !important;
    color: #fff;
    text-transform: uppercase; /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
}
.breadcrumb li {
    color: #000 !important;
}
h1.entry-title {
    font-size: 20px;
    margin: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    color: #333;
}
.date-feature1 {
    display: none;
}
.group_share {
    display: -webkit-box;
    margin: 15px 0;
}
.post-details .entry-summary {
    font-weight: 400;
    background: #a6171b33;
    padding: 15px;
    color: #595959;
    font-size: 15px;
    box-shadow: 4px 4px 2px #00000042;
    margin-bottom: 15px;
}
.slider-banner-title.fixed {
    position: fixed;
    z-index: 999999;
    top: 0;
}
.woocommerce div.product div.summary {
    border: none;
}
.woocommerce div.product div.summary p.pro-price {
    padding: 0;
}
.woocommerce div.product div.summary p.pro-price span {
    font-size: 18px;
}
.woocommerce .quantity .qty {
    height: 30px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #cf1204;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #a81409;
}
h2,
.h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
}
.post-archive-details {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0000001a;
}
.post-archive-details:last-child {
    margin: auto;
    border: none;
}
.ex_post_ar {
    display: block;
    font-size: 14px;
}
.post-title-ar {
    font-weight: 700;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.post-title-ar:hover a {
    text-decoration: underline;
}
.img-post-ar {
    padding-left: 0;
}
.img-post-ar img {
    max-height: 120px;
    width: auto;
    display: inline-block;
}
.img-post-ar a.post-thumbnail {
    text-align: center;
}
.pagination h2.screen-reader-text {
    display: none;
}
.nav-links {
    float: left;
    width: 100%;
    margin: auto;
}
.nav-links span,
.nav-links a {
    font-size: 15px;
    padding: 0 5px;
}
.nav-links a:hover {
    text-decoration: underline;
}
span.page-numbers.current {
    color: #b90909;
    font-weight: 700;
}
header.entry-header {
    margin: 0 0 15px;
}
.banner-ad .banner-slider-item img {
    height: 162px;
}
span.holine i {
    transform: rotate(90deg);
}
.cart-gr a {
    color: #fff;
}
.woocommerce-message::before {
    color: #cf1204;
}
.woocommerce-message {
    border-color: #cf1204;
}
div#sidebar-content {
    padding: 0 0 0 45px;
}
h2.widget-title {
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    border-radius: 4px;
    margin: 15px 0;
    text-align: left;
}
.recent-blog-list-wg h6 {
    margin: auto;
    padding: 0 0 0 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recent-blog-list-wg {
    float: left;
    width: 100%;
    padding: 0 10px 10px;
}
.recent-blog-list-wg small {
    display: none;
}
.recent-blog-list-wg h6 a {
    font-size: 13px;
}
.sidebar_wg_ct {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.recent-blog-list-wg p {
    margin: auto;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 35px;
    border: 1px solid #00000038;
    padding: 10px;
}
.woocommerce form .form-row textarea {
    height: 100px;
}
h3,
.h3 {
    font-size: 37px;
    font-weight: 700;
}
.woocommerce-info {
    border-color: #a81409;
}
.woocommerce-info::before {
    color: #a81409;
}
body:not(.home) div#primary + body:not(.page) div#primary {
    padding-left: 15px;
}
div#content {
    float: left;
    width: 100%;
    margin: auto;
}
.list-doitac .container {
    padding: 0;
}
.scroll-top-link {
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 999;
    width: 40px;
    height: 40px;
}
#back-top i {
    cursor: pointer;
    background: #fe1d07;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
    opacity: 0.7;
    z-index: 8;
    border-radius: 5px;
    width: 100%;
}
h2.widget-title i {
    padding-right: 5px;
}
body:not(.home) .slider-banner .container > div,
.slider-banner.hide-div .container > div {
    display: none;
}
.menu-cat-gr-ct {
    position: fixed;
    z-index: 9;
    width: 19.7%;
    box-shadow: 0 0 4px #0000002e;
    transition: all 0.6s ease;
    top: auto;
    display: block !important;
}
body.fixed .menu-cat-gr-ct {
    top: 7%;
}
.header .logo img {
    width: auto;
    max-height: 100px;
    margin-bottom: 0;
    display: block;
}
.dichvu-item .banner-slider-item {
    padding: 10px 5px;
}
.banner-slider-item .title {
    position: absolute;
    z-index: 9;
    top: 60px;
    text-align: left;
    left: 60px;
    font-size: 30px;
    font-weight: 400;
}
.box-hover {
    position: relative;
    overflow: hidden;
}
.dichvu-item .banner-slider-item:hover img {
    transition: all 0.6s;
    transform: scale(1.1);
}
#consulting-support {
    padding: 2.5rem 3.125rem;
    background: #f5f5f5;
}
.o-footer-top .a-heading-h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    color: #fe1d07;
    text-transform: capitalize;
}
.o-footer-top .a-heading-h2 a {
    display: block;
    color: #fe1d07;
}
.o-footer-top .a-heading-h2 b {
    font-weight: 400;
}
.m-service-contact div.a-heading-h2:after {
    content: "";
    background: #fe1d07;
    width: 2px;
    height: 50%;
    -webkit-transform: skew(-0deg);
    transform: skew(-0deg);
    margin-left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 5px;
    right: 50px;
}
.o-footer-top b {
    display: block;
    padding-bottom: 0.5rem;
    font-weight: 400;
    font-size: 22px;
}
.a-heading-h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
}
.sp_by_dm a:hover img {
    transition: all 0.3s;
    transform: scale(1.2);
}
.page-header {
    margin: auto;
    padding: 0 15px;
    border: none;
}
.page-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 15px 0;
}
.pdTabInfo {
    background: #fafafa;
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
}
.pdTabInfo:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66.66667%;
    height: 100%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    background-color: #f5f5f5;
    clear: both;
    z-index: 1;
}
.pdTabInfo-details {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    z-index: 2;
}
.banner-slider-item img {
    margin: auto;
    width: 100%;
    height: 100%;
}
.sidebar_wg_ct li {
    list-style: none;
    border-bottom: 1px solid #0000001c;
    line-height: 35px;
}
.sidebar_wg_ct ul {
    padding: 0;
}
.sidebar_wg_ct li:last-child {
    border-bottom: none;
}
.breadcrumb > li + li:before {
    color: #fe1d07;
}
.sp_by_dm h5 {
    min-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.entry-content {
    margin-bottom: auto;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: inherit;
}
div#mg-wprm-wrap {
    background-color: #0a5c9a;
    width: 100% !important;
    max-width: 100% !important;
}
.menu-header-ct ul > li:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    width: 0;
    background: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div#primary {
    float: left;
    margin: 0 0 30px 0;
    padding: 0 30px 0 0;
}
img.logo_footer {
    margin: 0 auto 30px;
    display: -webkit-box;
    max-height: 30px;
    filter: brightness(100);
}
h2.footer_wg-title:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    top: 30px;
    left: 0;
    display: none;
}
.d-flex {
    display: flex;
    position: relative;
}
div#content-page {
    width: 100%;
    float: right;
    z-index: 0;
}
.box-ttuc-ct {
    float: left;
    width: 100%;
    box-shadow: 4px 4px 10px #12000024;
    position: relative;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.box-ttuc-id {
    margin-bottom: 0;
    padding: 0 5px;
}
.img-ttuc-id {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.box-nd-tin {
    padding: 15px;
    background: #fff;
}
h3.title-post {
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    margin: 0;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
p.date-tintuc {
    color: #000000b8;
    font-size: 12px;
    margin: 10px 0;
}
.headerPopup {
    width: 75%;
    margin: 0 auto;
}
.headerPopup iframe {
    width: 100%;
    margin: 0 auto;
}
div#wg_banner_slider-2 {
    padding: 0;
}
.thongtin_wg .title_brand.heading,
.list-doitac .title_brand.heading {
    text-transform: uppercase;
    text-align: center;
}
.title_brand.heading h2 {
    font-size: 25px;
}
span.text_gradient {
    padding-bottom: 5px;
    text-transform: capitalize;
    color: #000;
    display: block;
    font-size: 30px;
}
.view_more {
    border: 2px solid #00000099;
    padding: 6px 10px;
    float: right;
    text-align: center;
    margin: auto;
}
.view_more:hover {
    color: #fff;
    background: #cf0d00;
    border: 2px solid #cf0d00;
}
.tt_content {
    line-height: 25px;
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.view_more i {
    padding-left: 10px;
}
.main-heading-sect {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}
.main-heading-sect:before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #297cbc;
    position: absolute;
    top: 43%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
}
.main-heading-sect h2 {
    background-color: #fff;
    font-size: 24px;
    display: inline-block;
    padding: 9px 50px;
    background-color: #fff;
}
.main-heading-sect h2 span {
    background-color: #297cbc;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 11px 80px;
}
.main-heading-sect h2 span:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    border-right: 19px solid #297cbc;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
}
.main-heading-sect h2 span:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    border-left: 19px solid #297cbc;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
}
.img-ttuc-id img {
    height: auto;
}
.list-tin-id .box-nd-tin {
    padding: 15px;
}
.uppercase {
    text-transform: uppercase !important;
}
.title-post.uppercase {
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 28px;
}
.eclip-2 {
    color: #000000b3;
    float: left;
    width: 100%;
    text-align: justify;
    height: 80px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
}
div#wg_gallery_video-2 {
    /* background: url(img/bg_video.jpg) no-repeat; */
    padding: 40px 0;
    background-color: #fff;
    /* background-size: cover; */
}
.gallery_video {
    padding: 0;
    float: left;
    width: 100%;
}
.gallery_video > div.content-wg-ct {
    padding: 0;
    border-radius: 0;
}
.gallery_video .title_brand.heading {
    text-align: center;
    color: #000;
    /* color: #fff; */
}
.button_video {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.button_video span,
.button_video i {
    text-align: center;
    margin: auto;
    display: block;
    float: left;
    width: 100%;
}
.button_video i {
    font-size: 40px;
    color: #fff;
}
.title_small {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin: 15px 0;
    color: #297cbc;
    text-transform: uppercase;
}
.list-doitac .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
}
.list-doitac .owl-nav button {
    background: #15121226 !important;
    width: 30px;
    height: 30px;
}
.list-doitac .owl-nav button:hover {
    background: #fe1d07 !important;
}
.shop-main-list.sp_by_dm .title-post {
    padding-top: 15px;
    float: left;
    width: 100%;
}
.group_share iframe {
    float: left;
    width: 100% !important;
    margin: auto;
}
.breadcrumb-nav img {
    width: 100%;
    height: auto;
}
.breadcrumb-nav {
    position: relative;
}
.breadcrumb-nav-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumb-custom {
    margin-bottom: 30px;
    position: relative;
}
.breadcrumb .titleNew {
    font-size: 40px;
    text-shadow: 4px -4px 2px #00000014;
    color: #fff;
    margin: 0; /* padding: 25px; */
    text-align: left;
    text-transform: none;
}
form.search-form {
    float: left;
    width: 60%;
    position: relative;
    margin: auto;
}
form.search-form input {
    width: 75%;
    padding: 0 10px;
    height: 40px;
    background: #ffffff;
    outline: none;
    border: 1px solid #ebebeb;
    border-radius: 8px;
}
form.search-form button {
    position: relative;
    right: 0;
    height: 40px;
    background: #a6171b;
    border: none;
    color: white;
    width: 40px;
}
.social-icons a {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    color: #fff;
    line-height: 35px;
}
.social-icons a i {
}
.social-icons {
    float: right;
    text-align: right;
}
nav.navigation.pagination {
    float: left;
    width: 100%;
    text-align: center;
}
.list-doitac img {
    border: 1px solid #00000070;
}
.gallery_video .owl-theme .owl-nav {
    display: none;
}
.list-doitac .owl-dots {
    display: none;
}
.img-item-gr .img-item {
    text-align: center;
    background-color: #ffe8e9;
    border-radius: 50%;
    height: 130px;
    line-height: 130px;
    margin: 0 auto;
    width: 130px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: auto;
    display: inline-block;
}
.img-item-gr:last-child {
    position: relative;
}
.gallery_img {
    padding-bottom: 10px;
    display: flex;
    grid-column-gap: 10px;
    justify-content: center;
    align-items: start;
    float: left;
    width: 100%;
}
.kc-container {
    max-width: 100% !important;
}
.kc-google-maps {
    height: auto !important;
    margin-bottom: 15px;
}
.frm_lienhe input,
.frm_lienhe textarea {
    width: 100%;
    border: 1px solid #0000003b;
    padding: 0 10px;
    line-height: 35px;
    margin-bottom: 15px;
    outline: none !important;
}
.frm_lienhe textarea {
    height: 120px;
}
.frm_lienhe input[type="submit"] {
    width: auto;
    background: #fe1d07;
    color: #fff;
    border: none;
    padding: 10px 20px;
    line-height: initial;
    font-size: 15px;
}
.frm_lienhe br {
    display: none;
}
.frm_lienhe input[type="submit"]:hover {
    background: #fe1d07;
}
.frm_lienhe > h2 {
    text-transform: uppercase;
    margin-top: 15px;
}
.thongtin_dc {
    box-shadow: 0 0 10px #00000036;
    padding: 10px;
}
.thongtin_dc ul {
    line-height: 25px;
    list-style: none;
}
div.wpcf7-response-output {
    margin: auto;
    border: none;
    font-weight: 400;
    padding: 10px 0;
    float: left;
    width: 100%;
}
#mg-wprm-wrap li.current-menu-item > a {
    background: #064b80;
}
#wprmenu_bar.active {
    top: 3px;
    right: 5px !important;
}
div#content-page > .main {
    float: left;
    width: 100%;
    margin: auto;
}
ul#menu-main-menu ul.sub-menu {
    padding-top: 0;
    margin: 0;
    min-width: 1000px;
    visibility: collapse;
    opacity: 0;
    position: absolute;
    top: 57px;
    left: 30px;
    background: #0a5c9a;
    z-index: 99;
    right: 0;
}
/* .menu-header-ct ul ul.sub-menu li:before {
    padding-right: 7px;
    left: 0;
    color: #fff;
    font-size: 10px;
    font-family: "simple-line-icons";
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    speak: none;
    font-weight: 400;
    content: "\e606";
} */
footer#colophon ul.sub-menu {
    display: none;
}
ul#menu-main-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
.white.text {
    position: absolute;
    bottom: 40px;
    left: 0;
    color: #fff;
    padding: 15px;
    width: 75%;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.white.text h1 {
    font-size: 15px;
    font-weight: lighter;
    line-height: 120%;
    text-transform: none;
    margin-bottom: 0;
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-font-smoothing: antialiased;
    line-height: 120%;
    color: #fff !important;
}
.line.medium {
    width: 125px;
    height: 3px;
    margin: 5px 0;
    border-top: 1px solid #fff;
    position: relative;
    display: block;
}
.white.text p {
    font-size: 14px;
    line-height: 110%;
    margin: 0;
    padding: 0;
}
section#images-ld .kc_single_image img {
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
}
.box-ttuc-cat .img-ttuc-id {
    padding: 0;
}
.video-item .title_small {
    margin-bottom: 0;
}
.footer_wg_ct li a:after {
    width: 3px;
    height: 3px;
    display: inline-block;
    color: transparent;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center; /* content: '/f106'; */
    font-size: 7px;
    position: absolute;
    left: 0;
    top: 12px;
}
.footer_wg_ct li a {
    padding-left: 0;
    color: #ffffff;
    /* color: #8a99b3; */
}
.thongtin_wg {
    padding: 15px 0 0;
}
.text_gradient_cs {
    text-transform: none;
    font-size: 16px;
    color: rgb(119, 119, 119);
}
.mask-img {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
}
.img-item-gr-sm {
    position: relative;
    float: left;
    width: 100%;
    background: white;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
}
.mask-img-ct {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: bottom;
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(29, 41, 62, 1) 100%);
    color: #000;
    padding-bottom: 30px;
}
h4.mask-img-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
h5.mask-img-desc {
    font-size: 15px;
    font-style: normal;
    text-transform: none;
    color: #000;
    font-weight: normal;
    line-height: 20px;
}
.img-item-gr-sm:hover .img-item {
    background: #ff5a5f;
}
.video-item .box-hover img {
    width: 100%;
}
.button_video i:before {
    background: #fe1d07;
    padding: 15px 20px;
    border-radius: 100%;
}
.color_white {
    color: #fff !important;
}
.large_text {
    font-size: 50px;
}
.gallery_video-item {
    padding-top: 30px;
}
.title_brand.heading {
    text-align: center;
}
.dichvu_wg {
    padding: 30px 0;
    float: left;
    width: 100%;
}
.duan-list-post {
    float: left;
    width: 100%;
}
.section_hotline {
    height: 500px;
    background-attachment: fixed;
    position: relative;
}
.nhanxet_content {
    text-align: center;
}
.testimonial-text {
    margin: 26px 0 15px 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.65em;
}
f + h5,
.h5 {
    font-family: Playfair Display;
    font-style: italic;
}
h5 {
    font-style: italic;
    font-size: 20px;
}
h4,
.h4 {
    font-size: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0;
    color: #484848;
    font-weight: 600;
}
.testimonials-author-name {
    color: #fff;
    display: inline-block;
}
.testimonials-author-job {
    color: #fff;
}
.owl-dot.active span {
    background: whitesmoke !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}
.widget_nhanxetkhachhang {
    padding: 0 0 30px 0;
    float: left;
    width: 100%;
    margin: auto;
    background-image: url(img/2.jpg);
    background-size: auto;
    background-repeat: no-repeat;
}
header.header-container.fixed {
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    z-index: 9;
    position: fixed;
}
ul#menu-main-menu {
    display: flex;
    align-items: end;
}
.social-icons a:hover i {
    transition: all 0.2s;
    transform: rotatez(15deg);
}
.price_duan {
    font-size: 16px;
    font-weight: 700;
    color: #fe1d07;
}
.tours-standard-item-bottom-content {
    color: black;
    margin: 5px 0;
    float: left;
    width: 100%;
    padding: 0;
}
.tours-standard-item-bottom-item {
    display: block;
}
aside#secondary {
    float: right;
    background: url(img/booking_bg.jpg);
    background-size: contain;
}
.page-inner {
    margin-bottom: 30px;
}
.form-input input,
.form-input textarea {
    float: left;
    width: 100%;
    height: 35px;
    border: 1px solid #0000001a;
    padding: 10px;
    font-size: 13px;
    box-shadow: 0 0 10px #00000026;
}
.form-input {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.form-input textarea {
    height: 100px;
}
.form_datve input.wpcf7-submit {
    background: #fe1d07;
    width: 100%;
    float: left;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 16px;
    position: relative;
}
.form_datve input.wpcf7-submit:hover {
    background: #000;
}
.box-ttuc-ct .box-hover:hover img {
    transform: scale(1.2);
}
figure.gallery-item {
    float: left;
    display: inline-block;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
    padding: 4px;
}
ul.list-infor-company li a {
    padding: 0;
}
ul.list-infor-company li a:after {
    display: none;
}
span.wpcf7-not-valid-tip {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.none-bg {
    background: none;
    color: inherit;
}
.kc-container {
    padding: 0 !important;
}
/* .banner-slider-gr:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 5 14 / 25%);
    z-index: 2;
    opacity: 0.6;
} */
/* .menu-header-ct ul.sub-menu > li:hover:after {
    transition: all 0.3s;
    height: 2px;
    background: white;
    width: 100%;
} */
.header.header-details {
    position: relative;
}
.list-items a {
    color: white;
}

.list-items ul {
    padding: 0;
    margin: auto;
    list-style: none;
    display: inline-flex;
}

.list-items ul li {
    margin-right: 30px;
    line-height: 35px;
}

a.ticket-hotline i {
    transform: rotate(90deg);
}

.list-items {
    font-size: 13px;
}
.custom-center-body {
    position: absolute;
    right: 10%;
    width: 500px;
    max-width: 100%;
    background: #ffffffd1;
    top: 20%;
    bottom: 20%;
    padding: 30px;
    box-shadow: 0 0 10px #0000002b;
}

.custom-center {
}

.title-parallax {
    margin: auto;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    font-weight: bold;
}

.content-parallax {
    font-size: 15px;
    padding: 20px 0 0;
    text-align: justify;
}

.custom-center-body a {
    float: right;
    display: block;
    margin-top: 15px;
}

.custom-center-body a span {
    background: #a6171b;
    padding: 10px;
    color: white;
}
.group-post-s1 .box-nd-tin {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000078;
    color: white;
}

.group-post-s1 .box-nd-tin a,
.group-post-s1 .box-nd-tin p,
.group-post-s1 .box-nd-tin h3 {
    color: white !important;
}

.group-post-s2 {
    position: relative;
}

.padding-5 {
    padding: 5px;
}

.box-ttuc-id:hover .img-post-bg {
    transition: all ease 0.6s;
    transform: scale3d(1.2, 1.2, 1.2);
}

.img-post-bg {
    position: relative;
}
.p-absolute {
    position: absolute;
}

.price-gr-wg {
    display: block;
}

.price-gr-wg .price_duan {
    font-weight: bold;
    margin: 0;
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
}

.thongtin_wg.duan-list-post h3.title-post {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.footer_wg_ct:first-child {
    width: 40%;
}

.footer_wg_ct {
    width: 15%;
}
.mask-img-ct a {
    border: 1px solid white;
    padding: 10px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--cl-main);
    color: white;
}

.mask-img-ct a:hover {
    background: #e10d13;
    color: white;
}

.duan-list-post .owl-nav button.owl-next {
    right: -25px;
    left: unset;
}

.duan-list-post .owl-nav button {
    position: absolute;
    top: 35%;
    left: -25px;
}

.duan-list-post .owl-nav button span {
    font-size: 40px;
    color: black;
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background: white;
    line-height: 30px;
    border-radius: 100%;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: initial;
}
.form-search-gr {
    position: absolute;
    z-index: 2;
    display: flex;
    top: 0;
    right: 10%;
    left: 10%;
    bottom: 0;
    align-items: center;
    z-index: 3;
}
.bg-timkiem {
    position: relative;
    text-align: center;
    color: white;
}

.bg-timkiem h3 {
    background: none;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 700;
    color: var(--cl-main);
}

.list-gallery-tour {
    display: flex;
    flex-wrap: wrap;
}

.img-gallery-tour {
    width: 33.3%;
    overflow: hidden;
    position: relative;
    padding: 5px;
}

.ex-tour .entry-summary {
    border: none;
    color: black;
    background: #a6171b33;
    padding: 15px;
    font-size: inherit;
    box-shadow: 4px 4px 2px #00000042;
}

table.list-thuoctinh-tbl {
    display: block;
    float: left;
    width: 100%;
    background: #a6171b33;
    padding: 10px;
    box-shadow: 4px 4px 2px #00000042;
}

table.list-thuoctinh-tbl td,
table.list-thuoctinh-tbl th {
    width: 20%;
    float: left;
}

table.list-thuoctinh-tbl td,
table.list-thuoctinh-tbl th {
    padding: 5px 0;
}
.list-info-tour {
    display: flex;
    flex-wrap: wrap;
}

.list-info-tour .tours-standard-item-bottom-item {
    padding: 5px;
    width: 50%;
}

.tour-duration-holder {
    font-weight: 600;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price-gr-wg .tour-duration-holder span {
    font-weight: normal;
    color: #e10d13;
}
table.list-thuoctinh-tbl th {
    border-bottom: 1px solid black;
}
.mua-online-btn {
    background: #fe1d07;
    color: white;
    padding: 5px 10px;
    display: inline-block;
    float: left;
    cursor: pointer;
    font-weight: normal;
}

table.list-thuoctinh-tbl tbody,
table.list-thuoctinh-tbl tr,
table.list-thuoctinh-tbl thead {
    float: left;
    width: 100%;
}

table.list-thuoctinh-tbl th:last-child span {
    opacity: 0;
}

.tab-tour .tab-content > .tab-pane {
    padding-top: 15px;
}
aside#secondary form.search-form {
    width: 100%;
}
.img-gallery-tour:hover img {
    transition: all ease 300ms;
    transform: scale(1.2);
}

.img-gallery-tour a {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.mua-online-btn:hover {
    background: #cd1414;
}
.duan-list-post .owl-nav button:hover span {
    background: #fe1d07;
    color: white;
}
.tour-info-label.phuongtien {
    float: right;
}

.phuongtien i {
    padding: 0 5px;
}
.item-diadiem {
    display: none;
    z-index: 2;
    bottom: 0;
    left: 0;
    line-height: 20px;
    padding: 8px 10px;
    /* background: rgb(60 212 2 / 69%); */
    background: var(--cl-main);
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}
.duan-post-wg .ribbon {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    z-index: 2;
}

.duan-post-wg .ribbon .rib {
    background: var(--cl-main);
    font-weight: normal;
    padding: 8px 10px;
    color: #ffffff;
    position: relative;
    text-transform: none;
    border-color: var(--cl-main);
    font-size: 14px;
}

.duan-post-wg .ribbon .rib:before {
    content: "";
    width: 0;
    bottom: 0;
    border-top: solid 10px;
    border-left: solid 10px transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    display: none;
}

.gallery-slider-ct1 .owl-stage-outer {
    margin-left: -15px;
    padding-left: 15px;
}
aside#secondary form.search-form .bg-timkiem {
    padding: 0;
}

aside#secondary form.search-form .bg-timkiem h3.title {
    display: none;
}
header.header-container.site-header.fixed .menu-header-ct ul li {
    border-color: #ff00003d;
}
.testimonial-author img {
    border-radius: 100%;
    display: inline-block;
    margin: auto;
}
.slider-gr {
    z-index: 2;
}
.list-post-wg .box-ttuc-id {
    margin: 0;
}
.list-post-wg .box-ttuc-ct {
    margin-bottom: 30px;
}
.footer_wg_ct:last-child {
    width: 30%;
}

.dktt_ft form input[type="email"] {
    float: left;
    width: 100%;
    height: 40px;
    padding: 15px;
    margin: auto;
}
.dktt_ft form input[type="submit"] {
    position: absolute;
    width: auto;
    right: 0;
    bottom: 0;
    top: 0;
    width: 60px !important;
    background: #fe1d07;
    border: none;
    color: white;
    height: 40px;
}
.dktt_ft .kc_column {
    padding: 0;
}

.form-ip {
    position: relative;
}

.dktt_ft form {
    margin-top: 15px;
}
.box-ttuc-ct:hover {
    box-shadow: 4px 4px 10px #12000057;
}
.testimonial-text h3.testimonial-title {
    font-size: 25px;
    color: white;
}

.testimonial-author > img {
    border: 10px solid rgba(255, 255, 255, 0.1);
}
.img-item-gr-2 {
    grid-template-columns: 30% 70%;
}
.breadcrumb-custom:before {
    background-color: rgb(29 41 62 / 74%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.bg-timkiem > span {
    font-size: 16px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    font-weight: bold;
}
.bg-timkiem select {
    color: #4f4f4f;
}
.gr-search {
    display: inline-flex;
    float: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-radius: 8px;
    padding: 30px 20px;
    color: black;
    position: relative;
}
span.show_advbtn {
    padding: 0 10px;
    cursor: pointer;
}

.gr-search:before {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    bottom: -10px;
    content: "";
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1;
}
.gr-search-ad {
    margin-top: 25px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    justify-content: normal;
}

.gr-search-ad:before {
    background-color: #ffffff;
    content: "";
    height: 87px;
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: 20%;
    top: -17px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
    bottom: unset;
}

.gr-search-ad select {
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
}
.content-mid-home,
.content-bottom-home {
    float: left;
    width: 100%;
    background: #f7f7f7;
}
.home_wg_title {
    background: var(--cl-main);
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    margin: auto;
    text-align: center;
    font-weight: bold;
}

.right-content {
    margin-top: 30px;
    padding-top: 15px;
}

.home_wg_ct ul {
    list-style-position: inside;
    list-style: none;
}

.right-content > div {
    margin-bottom: 15px !important;
    -moz-box-shadow: 4px 4px 10px #12000024;
    -webkit-box-shadow: 4px 4px 10px #12000024;
    box-shadow: 4px 4px 10px #12000024;
    background: white;
}

.right-content > div > div {
    padding: 15px;
}
.home_wg_ct .attachment-full.size-full {
    width: 100%;
}
.ex-tintuc {
    height: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.ex-tintuc p {
    margin: auto;
}
.box-nd-tin.box-button-tin {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-nd-tin.box-button-tin > a {
    margin: 0 5px;
    padding: 10px 15px;
    background: #ff5a5f;
    color: white;
}

.box-nd-tin.box-button-tin > a:hover {
    background: #e10d13;
}

.box-nd-tin.box-button-tin > a > i {
    padding-right: 5px;
}
.gallery_img .img-item-gr {
    padding: 15px;
}

.img-item-gr-sm:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}
.img-item-gr-sm:hover .img-item img {
    filter: brightness(100);
}
a.cat-link {
    display: inline-block;
    text-align: center;
    z-index: 1;
}
a.cat-link span {
    padding: 10px 15px;
    background: var(--cl-main);
    color: white;
    white-space: nowrap;
}

a.cat-link:hover span {
    background: #e10d13;
}
.home_wg_ct ul > li {
    line-height: 25px;
    border-bottom: 1px solid #00000014;
    padding: 5px 0;
}
div#google_translate_element {
    text-align: center;
}
.duan-list-post .title_brand.heading {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.box-nd-tin h3.title-post {
    min-height: 56px;
}
section#dknbt {
    max-width: 100%;
    left: unset;
}
.support-online {
    position: fixed;
    z-index: 99999;
    right: 9px;
    bottom: 90px;
    width: 50px;
}
.support-online a {
    position: relative;
    margin: 17px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}
.support-online i {
    width: 25px;
    height: 25px;
    background: #c91508;
    color: #fff;
    border-radius: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 1.8;
    position: relative;
    z-index: 999;
}
.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #c91508;
    padding: 9px;
    display: block;
    width: 130px;
    margin-left: 0;
    position: absolute;
    color: #fff;
    z-index: 999;
    top: 0;
    right: 65px;
    transition: all 0.2s ease-in-out 0;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
    font-size: 13px;
    letter-spacing: 1px;
}
.support-online a:hover span {
    display: block;
}
.support-online a {
    display: inline-block;
}
.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #c91508 transparent transparent;
    position: absolute;
    right: -10px;
    top: 10px;
    transform: rotate(180deg);
}
.alo-circle-fill {
    width: 50px;
    height: 50px;
    top: -12px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #c91508;
    opacity: 0.75;
    right: 3px;
}
.alo-circle {
    width: 40px;
    height: 40px;
    top: -7px;
    right: 8px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: #c91508;
    opacity: 0.5;
}
.support-online .btn-support {
    cursor: pointer;
}
.support-online-zalo {
    bottom: 150px;
}
.support-online-zalo .alo-circle {
    border-color: #038fe66e !important;
}
.support-online-zalo .alo-circle-fill {
    background-color: #038fe66e !important;
}
.support-online-fb {
    bottom: 210px;
}
.support-online-fb i {
    background: #4267b2;
}
.support-online-fb .alo-circle {
    border-color: #4267b2 !important;
}
.support-online-fb .alo-circle-fill {
    background-color: #038fe66e !important;
}
.support-online img {
    width: 25px;
    height: 25px;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 15px;
    top: unset;
}
.modal-content {
    float: left;
    width: 100%;
    margin: auto;
    padding-bottom: 15px;
}
.col-left70 {
    width: 100%;
    float: left;
}

.col-right30 {
    width: 825px;
    overflow-y: scroll;
    display: block;
    height: 110px;
    position: relative;
    margin: 10px 0px;
    float: left;
}

.banner-slider-item-dots img {
    object-fit: cover;
    height: 90px;
    width: 100%;
}

.banner-slider-item img {
    object-fit: cover;
    height: 540px;
}
.testimonial-author img {
    border-radius: 50% !important;
    max-width: 170px;
    height: 170px;
    object-fit: cover;
}
.entry-content img {
    max-width: 100%;
}

.entry-content {
    position: relative;
    width: 100%;
    float: left;
}
.entry-content figure {
    max-width: 100%;
}

table {
}

tr {
    border: 1px solid black;
}

td {
    border: 1px solid black;
}

tbody span {
    padding: 10px;
}

.entry-content span {
    color: black;
}

.pagination1 {
    list-style: none;
    text-align: center;
    border: 0;
    padding: 5px 0;
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination1 .current {
    font-weight: 500;
    color: #fff;
    background: linear-gradient(135deg, #ff4e42 0%, #ff7442 100%);
    box-shadow: 3px 1px 12px rgba(255, 78, 66, 0.2);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 16px;
}
.pagination1 li.current {
    display: inline-flex;
}
.pagination1 li:not(:last-child) {
    margin-right: 8px;
}
.pagination1 a,
.pagination1 button {
    transition: color 0s, background 0.5s;
    font-weight: 500;
    color: #1f1e1e;
    border: 1px solid #e6e6e6;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
}
.pagination1 a:hover,
.pagination1 button:hover {
    background: linear-gradient(135deg, #ff4e42 0%, #ff7442 100%);
    box-shadow: 3px 1px 12px rgba(255, 78, 66, 0.2);
    color: #fff;
    border: none;
}
.pagination1 a:hover svg,
.pagination1 button:hover svg {
    fill: #fff;
}
.pagination1 a i {
    font-weight: 400;
    font-size: 14px;
}
.pagination1 a svg {
    fill: #1f1e1e;
    width: 9px;
    position: absolute;
}
.pagination1 a svg:hover {
    fill: #fff;
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.property-desc-wrapper {
    margin-bottom: 45px;
}
.property-desc-wrapper .hide_show {
    position: relative;
    margin: auto;
    display: inline-block;
    padding-top: 28px;
    margin-top: 30px;
    color: #666666;
    left: 50%;
    transform: translateX(-50%);
}
.property-desc-wrapper .hide_show::before {
    background: url(img/arrow_up.png) top center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: scaleY(-1) translateX(-50%);
    transition: 0.3s all ease-in-out;
}
.property-desc-wrapper .hide_show.active::before {
    transform: scaleY(1) translateX(-50%);
}
.property-desc {
    max-width: 1140px;
    margin: 40px auto 0 auto;
    overflow: hidden;
    position: relative;
    transition: 0.5s all ease-in-out;
}
.property-desc::after {
    content: "";
    display: block;
    height: 79px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    bottom: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    position: absolute;
    pointer-events: none;
}
.property-desc.active::after {
    background: none;
}
.property-desc h1 {
    font-size: 37px;
}
.property-desc h2 {
    font-size: 36px;
}
.property-desc h3 {
    font-size: 30px;
}
.property-desc h4 {
    font-size: 24px;
}
.property-desc h5 {
    font-size: 20px;
}
.property-desc h6 {
    font-size: 17px;
}
.property-desc * {
    max-width: 100%;
    /*color: #333;*/
}
.property-desc img {
    display: block;
    max-width: 900px;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.property-desc figure {
}
.property-desc figure figcaption {
    text-align: center;
}
.support-online-whatsapp {
    bottom: 270px;
}
.support-online-whatsapp .alo-circle {
    border-color: #11950a !important;
}
.support-online-whatsapp .alo-circle-fill {
    background-color: rgba(17, 149, 10, 0.13) !important;
}

div#content p {
    color: black;
}
.entry-content li {
    color: black;
}
.entry-content figure {
    color: black;
}

.menu-header-ct .primary-menu {
	display: flex;
	align-items: center;
}
.menu-header-ct .primary-menu>li {
    position: relative;
}
.menu-header-ct .primary-menu>li>a {
	display: block;
}
.menu-header-ct .primary-menu .sub-menu {
	display: none;
	transition: 0.3s;
}
.entry-content * {
    max-width: 100%;
}