/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.sub-order{
	background-color:#69d774!important;
	border-radius:5px!important;
}
/*spin*/
.body-pt {
	position: fixed;
    z-index: 9999;
    top: 0;
  width: 100vw;
  height: 100vh;
  background: #29292921;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 80px;
  display: flex;
  flex-wrap: wrap;
  animation: spinning 1s linear 0s infinite;
}

.petal {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 4px;
  animation: scaling 1.5s linear infinite;
}

#p1 {
  background: #1435c3; /* yellow */
  border-bottom-right-radius: 0;
  transform-origin: bottom right;
}

#p2 {
  background: #5fe7ff; /* pink */
  border-bottom-left-radius: 0;
  transform-origin: bottom left;
  animation-delay: 0.5s;
}

#p3 {
  background: #2e3a6a; /* blue */
  border-top-right-radius: 0;
  transform-origin: top right;
  animation-delay: 1.5s;
}

#p4 {
  background: #6bc530; /* red */
  border-top-left-radius: 0;
  transform-origin: top left;
  animation-delay: 1s;
}
.load-more-pt:hover{
	color:#fff
}
@keyframes spinning {
  100% { transform: rotate(360deg) }
}

@keyframes scaling {
  50% { transform: scale(1.2) }
}
/*spin*/
/*Ks custom*/
.nav-pagination>li>.current, .nav-pagination>li>span:hover, .nav-pagination>li>a:hover,body .nav-pagination>li>a{
	border-radius:50px;
	border:unset;
	line-height: 2.25em;
	background-color: #CBD5E0!important;
}
body .nav-pagination>li>.current{
	background-color: #00B6F3!important; 
	color:#fff!important;
}
.paginate_links>*, .nav-pagination>li>span, .nav-pagination>li>a {
    margin: 0 0.4em;
    display: inline-block;
    font-size: 1.1em;
    height: 2.25em;
    line-height: 2.25em;
    text-align: center;
    width: auto;
    min-width: 2.25em;
    padding: 0 7px;
    font-weight: bolder;
    border-radius: 50px;
    border: unset;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	background-color: #CBD5E0!important;
}
.paginate_links>*:hover, .page-numbers.current {
    color: #fff!important;
    background-color: #00B6F3!important;
    border-color: unset!important
}
.text_search{
	padding-left:15px;
	padding-right:15px;
}
.danhmuc_search,.hangks_search,.loaiks_search{
	min-width:200px;
	padding-left:15px;
	border-left: 1px solid #E2E8F0;
	border-radius:0;
	padding-right:15px;
}
.search-custom select,.search-custom input,.search-custom input:focus{
	box-shadow:unset;
	-webkit-box-shadow:unset; 
	border: unset;
	margin-bottom:0;
}
.search-custom label{
	font-size:12px; 
	font-weight:300;
}
.btn_submit_icon{
	width: 100px;
    height: 56px;
    box-shadow: none;
    border-radius: 8px;
    background-color: #FF3366;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #fff;
    justify-content: center;
}
.tax-product_cat #main,.search-results #main{
	background: rgb(244, 248, 250);
}
.tax-product_cat .page-title-inner,.search-results .page-title-inner{
	padding-bottom:20px;
}
.main_loc{
	background:#fff;
	padding:5px;
}
.tax-product_cat .product-small.col .col-inner,.search-results .product-small.col .col-inner{
	padding:10px;
	background:#fff;
}
.custom_href{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.search-custom{
	margin-top:30px;
	width: 100%;
    display: flex;
    padding: 15px 10px 10px;
    background: white;
    align-items: center;
    border-radius: 8px;
    justify-content: space-between;
	border: 1px solid rgb(203 213 224 / 21%);
    box-shadow: rgb(26 32 44 / 5%) 0px 10px 10px;
}
.chose_pt{
	display:flex; 
	align-items: center;
	margin-bottom:5px;
}
.checkbox.active-loc:before{
	content: "\f14a";
	font-weight: 900;
	color: #00b6f3;
}
.term-description{
	padding:15px!important; 
	background:#fff;
}
.term-description p{
	margin-bottom:5px;
}
.title_loc{
	font-size: 16px;
    font-weight: 600;
	margin-bottom:5px;
}
.chose_pt{
	cursor:pointer;
}
.order_by_custom{
	display:flex;
	margin-bottom:10px;
	border-bottom: solid 1px #E2E8F0;
}
.item_order.active-loc{
	border-radius:0;
	color: #00B6F3;
    border-bottom: solid 1px #00B6F3;
	font-weight:600
}
.item_order{
	cursor: pointer;
    margin-right: 35px;
	padding-bottom:5px;
}
.hang_loc{
	padding: 10px;
	border-bottom: 1px solid #EDF2F7;
}
.checkbox:before{
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	margin-right:10px;
}
/*price*/
[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 45px 0 10px 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 14px;
  background-color: #1ABC9C;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 28px;
  width: 28px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}
.show_price{
	display:inline-flex;
}
.flex-sasd{
	position: absolute;
    top: -35px;
	font-size:14px;
}
[slider] > div > [sign] {
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index:3;
  color: #000;
  width: 100%;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
}
[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}
/*price*/
.price_slider_amount{
	display:flex;
	flex-wrap:wrap;
}
.price_slider_amount .button{
	order:3
}
.price_slider_amount .price_label{
	order:2;
	margin-bottom:10px;
}
.label_custom{
	    display: flex;
    align-items: center;
}
.label_custom>*{
	margin-right:10px;
	font-size:12px;
	color: #ffffff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 4px;
}
.label_1{
	background-color: rgb(255, 188, 57);
}
.label_2{
	background-color: rgb(133, 71, 236);
}
.label_3{
	background-color: rgb(229, 62, 62);
}
.box-text-products .dd_ks a{ 
	display:none;
}
.add_pt_ks .phong_info_item_1{
	color: #48BB78;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.add_pt_ks *{
	font-size:14px;
}
.box-text-products .xem_dg{
	display:none;
}
.note_member,.note_member a{
	color: #00B6F3;
    width: fit-content;
    padding: 4px 6px;
    background: #E5F8FE;
    border-radius: 4px;
    margin-bottom: 6px;
    font-size: 12px!important;
}
.note_member a{
	color:#000
}
.product-page-price.price-on-sale{
	display: flex;
    align-items: flex-end;
    flex-direction: column;
	margin: 0;
}
.product-page-price.price-on-sale del,.price del{
	color: #1a202c;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
}
.product-page-price.price-on-sale del bdi,.price del bdi{
	color:#000;
}
.product-page-price.price-on-sale ins{
	font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.product-title.product_title{
	margin-bottom:5px;
}
.loai_hinh{
	color: #FF3366;
    border: 1px solid #FF3366;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 14px;
    margin-left: 6px;
    white-space: nowrap;
    border-radius: 4px;
}
.review-custom{
	display: flex;
    margin-top: 5px;
    align-items: center;
	margin-bottom:5px;
}
.icon-review{
	color: #FF3366;
    display: flex;
    padding: 0 3px;
    font-weight: 600;
    margin-right: 5px;
    border-radius: 4px;
    background-color: rgba(255, 51, 102, 0.1);
	align-items: center;
}
.icon-review img{
	margin-right:5px;
}
.review-custom>*{
	margin-right:7px;
}
.thong_main.thongtinphong{
	padding:0
}
.datphong-pt a{ 
	color:#fff;
}
body.archive .has-equal-box-heights .box-image{
	padding-top: 25%;
}
.archive .box-vertical .box-text{
	vertical-align: top;
	padding-top: 0;
}
body .active_show{
	pointer-events: unset;
	opacity:1;
}
.hide{
	display:none!important;
}
.note_chonsophong{
	color: #FF3366;
    background: #FFE7F3;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding: 8px 0px 7px;
    text-align: center;
}
.note_chonsophong span{
	margin:auto;
}
.col-thongtin-active{
	opacity:.5;
	pointer-events: none;
}
.flex-width>input{
	width:70px;
}
.flex-width>label{
	margin-right:10px;
}
.flex-width{
	align-items: baseline;
	display:flex;
}
.pt-block.bay_pt{
	display:block
}
.flex-none.bay_pt{
	justify-content: normal;
}
.flex-space{
	display:inline-flex!important;
	width:100%;
	justify-content:space-between;
	align-items: baseline;
}
.flex-space a{
	color:red;
}
.flex{
	display:flex;
}
.field_hide{
	display:none;
}
.field_show{
	display:block;
}
.col_inner_chitiet{
	display:flex;
}
.col_chitiet_left{
	width: 60%;
    padding: 10px;
    background: #EDF2F7;
    border-radius: 8px 0px 0px 8px;
}
.col_chitiet_right{
	width: 40%;
    padding: 10px;
    position: relative;
    background: #FFFFFF;
    border-radius: 0 8px 8px 0;
}
.tien_nghi_phong_item{
	flex-wrap:wrap;
	display:flex;
	overflow: auto;
    max-height: 380px;
}
.datphong-pt a:hover{
	color:#fff;
}
.title_chitiet .phong_thongso_item>*{
	margin-right:5px;
}
.title_chitiet .datphong-pt{
	text-align: center;
    cursor: pointer;
    color: rgb(253, 253, 253);
    border: none;
    height: 44px;
    margin: 0px;
    padding: 6px 8px;
    font-size: 16px;
    min-height: 20px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: none;
    background-color: rgb(255, 51, 102);
}
.tien_nghi_phong_item>*{
	display: flex;
    width: 50%;
    align-items: center;
    margin-bottom: 5px;
	font-size:13px;
}
.tien_nghi_phong {
    margin-top: 15px;
    border-top: 1px solid #EDF2F7;
    padding-top: 15px;
}
.tien_nghi_phong_item .ten_tienich{
	display: flex;
    font-size: 14px;
    min-height: 40px;
    align-items: center;
    line-height: 16px;
    margin-left: 12px;
}
.main_gallery{
	overflow-x: auto;
    flex-flow: unset;
    display: -webkit-box;
}
.main_thumbnail{
	margin-bottom:10px;
}
.main_thumbnail img{
	width:100%;
}
.main_gallery>*{
	width:20%;
	margin-right:10px;
	border-radius:0
}
.img_tienich img{
	width: 24px;
    height: 24px;
}
.main_item_tiennghi::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.item_tienich>*{
	margin-right:5px;
}
.main_item_tiennghi::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.main_item_tiennghi::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

.main_item_tiennghi{
	height: 530px;
    margin: 0 -24px;
    padding: 0 24px;
    overflow: auto;
}
.ten_tienich_wrap{
	display: flex;
    flex-wrap: wrap;
}
.ten_tienich_wrap>*{
	display: flex;
    width: 33%;
    align-items: center;
    margin-bottom: 16px;
}
.title_tienich{
	line-height: 19px;
    font-size: 16px;
    margin: 8px 0px 16px;
	font-weight:600;
}
.main_title{
	margin: 0 0 24px;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    justify-content: space-between;
}
.thongso{
	display:flex;
	align-items:center;
}
.row_hoanthanh{
	margin-top:30px;
}
.thongso>*{
	display:block;
	font-size:14px;
	margin-right:3px;
}
.box_thongtin2{
	width:30%;
}
.total_hoanthanh{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.jss6{
	width: 17px;
    height: 17px;
    transform: rotate(-45deg);
    background: #f6f6f7;
    margin-top: -9px;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.MuiBox-root{
	display: flex;
    justify-content: space-around;
}
.text_total{
	flex-grow: 0;
    max-width: 80%;
    flex-basis: 80%;
}
.price_total{
	flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
}
.thongtin2_hoanthanh{
	display: flex;
    border-bottom: 1px solid #EDF2F7;
    justify-content: space-between;
	margin-bottom:15px;
}
.box_thongtin1{
	width: 70%;
}
.box_thongtin1,.box_thongtin2{
	margin-bottom:15px;
}
.row_hoanthanh{
	justify-content:center;
}
.title_tour{
	font-weight:600;
	color:#000;
	font-size:20px;
}
.ngay_phong{
	display: flex;
    align-items: center;
    border-bottom: 1px solid #EDF2F7;
	padding-bottom:15px;
	margin-bottom:15px;
}
.ngay_phong>*{
	margin-right:30px;
}
.note_pt{
	display: flex;
    padding: 12px 16px;
    flex-direction: column;
    margin: 12px -16px;
    background-color: rgba(237, 137, 54, 0.1);
    color: rgb(237, 137, 54);
    line-height: 22px;
}
.img_hoanthanh{
	width:65px;
	margin-bottom:10px;
}
.back_btn{
	margin-top:30px;
}
.back_btn span{
	color: rgb(255, 255, 255);
    width: fit-content;
    border: 1px solid rgb(255, 18, 132);
    height: 40px;
    margin: 0px;
    padding: 12px 50px;
    font-size: 14px;
    min-height: 20px;
    font-weight: normal;
    border-radius: 8px;
    text-transform: none;
    background-color: rgb(255, 51, 102);
}
.col_hoanthanh>.col-inner.form_hoanthanh{
	width: 100%;
    position: relative;
    background: white;
    border-top: solid 4px #48BB78;
    border-radius: 8px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding:30px;
}
.text-14{
	font-size:14px;
}
.ma_hoanthanh span{
	color: rgb(72, 187, 120);
    border: 1px solid rgb(72, 187, 120);
    padding: 2px 4px;
    line-height: 17px;
    border-radius: 4px;
	font-size:12px;
}
.bold{
	font-weight:600
}
.field-custom{
	text-align:right;
}
.sub-order{
	margin-right:0!important;
}
.title_phong_acc{
	font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xac_nhan{
	color: #FF3366;
    background: #FFE7F3;
    font-weight: 400;
    line-height: 20px;
	display: flex;
    align-items: center;
	padding: 8px 0px 7px;
}
.xac_nhan svg{
	margin: 0 10px 0 14px;
    stroke: #FF1284;
}
.col-inner>*,.custom-page .phong_info_1>*{
	margin-bottom:10px;
}
.img_phong_abc img{
	width: 432px;
    height: 114px;
    position: relative;
    object-fit: cover;
    border-radius: 8px;
}
.content-area.custom-page{
	color: #1A202C;
    width: 100%;
    background: #EDF2F7;
}
.custom-page .col-inner{
	padding:24px;
	width: 100%;
    background: white;
    margin-top: 12px;
    border-radius: 8px;
}
.muacung .accordion-inner{
	padding: 0.6em;
} 
.form_thongtin.form_hd{
	display:none;
}
.muacung .accordion-inner label{
	font-weight:300
}
.form_thongtin.form_hd.show_pt{
	display:flex;
}
.muacung .active>.toggle {
    transform: unset;
    -webkit-transform: unset;
}
.muacung .active .toggle i:before {
    content: "\f460";
}
.muacung .toggle i {
    font-size: 14px;
    font-family: dashicons!important;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
}
.table_phong_1.last_table{
	align-items: baseline;
}
.note_pt_c{
	font-size:14px;
}
.muacung .accordion-item{
	margin-bottom:10px;
	background: #f7fafc;
}
.note{
	color: #ED8936;
    padding: 12px;
    font-size: 14px;
    background: rgba(237, 137, 54, 0.1);
    line-height: 22px;
    border-radius: 8px;
    margin-bottom: 0px;
}
.muacung .accordion-title{
	padding: 0.6em;
	background:#f7fafc;
	border-top:unset;
}
.note_checkout{
	padding: 10px;
    background: #f5e2e7;
    color: #121091;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 15px;
}
.item_tour{
	display: flex;
    justify-content: space-between;
}
.thong_tinkhac * {
    font-size: 14px;
    margin: 5px;
    background: #32bea6;
    padding: 3px 5px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
.thong_tinkhac{
	display:flex;
	flex-wrap:wrap;
}
.item_tour *{
	font-size:14px;
}
.thongtin3_hoanthanh{
    border-bottom: 1px solid #EDF2F7;
    margin-bottom: 15px;
	padding-bottom:15px;
}
.clgt{
	margin-left:3px;
}
.muacung.accordion .toggle{
	left: unset;
	right:0
}
.bay_pt.hide-pt{
	display:none;
}
.muacung .toggle i:before {
    content: "\f543";
    padding: 5px;
    border-radius: 100%;
    color: #fff;
    background: #0bbf19;
}
.bay_pt{
	display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
}
.ngay_bay{
	display: inline-block;
    width: 49%;
}
.accordion.muacung{
	margin:0;
	max-width:100%;
}
.lua_chon_maybay{
	display:flex;
	flex-wrap:wrap;
}
.lua_chon_maybay img{
	border-radius:3px;
}
.lua_chon_maybay>*{
	margin-right:5px;
}
.rdio { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.rdio + img {
  cursor: pointer;
}

/* CHECKED STYLES */
.rdio:checked + img {
  outline: 1px solid #f00;
}
.checkbox_pt{
	display:inline-block;
	cursor:pointer;
}
.form_thongtin_main{
	margin-bottom: 15px;
    width: 100%;
}
.form_thongtin{
	display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}
.form_thongtin_main.half_row{
	width:45%;
}
body .input_text_pt:focus{
	-webkit-box-shadow: 0px 1px 0px #ccc;
    box-shadow: 0px 1px 0px #ccc;
}
body .input_text_pt{
	-webkit-box-shadow: 0px 1px 0px #ccc;
    box-shadow: 0px 1px 0px #ccc;
	font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 6px 0 7px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
}
.rq{
	color:red;
}
.thongtinkh{
	display:none;
}
.show_pt.thongtinkh{
	display:block;
}
.checkne .check_pt.fa-square:before{
	content: "\f14a";
}
.label-pt{
    position: relative;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 4px;
}
.songay{
	display: flex;
    height: 38.91px;
    align-items: center;
	justify-content: center;
}
.thongtinphong .img_phong{
	width: 112px;
    height: 112px;
    margin-right: 16px;
}
.ngay_nhan input,.ngay_tra input{
	margin-bottom: 0;
}
.ngay_nhan,.ngay_tra{
	margin-right:10px;
	width: 40%;
}
.img_phong img{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.date_phong{
	display: flex;
}
.rating_phong{
	display: flex;
    align-items: center;
}
.title_phong{
	font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 10px;
}
.last_table .gia_phong .woocommerce-Price-amount bdi{
	font-size:18px;
}
.thongtinphong{
	width: 100%;
    display: flex;
    padding: 24px;
    background: white;
    margin-top: 12px;
    border-radius: 8px;
}
.last_table small{
	font-weight: 300;
    width: 100%;
}
.table_phong_1{
	display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-end;
	margin-bottom:8px;
	border-bottom: 1px solid #EDF2F7;
    justify-content: space-between;
	padding-bottom:8px;
}
.table_phong_1.last_table{
	border-bottom:unset;
}
.dv_phong{
	width: -webkit-fill-available;
	font-size:14px;
}
.giam_sau .dv_phong{
	color:#FF3366
}
.giam_sau .gia_phong .woocommerce-Price-amount bdi,.giam_sau .gia_phong{
	color:#FF3366
}
.gia_phong .woocommerce-Price-amount bdi{
	color: #4A5568;
    position: relative;
    font-size: 13px;
    margin-top: 4px;
    font-weight: 600;
    line-height: 24px; 
}
.gia_phong{
	text-align:right;
}
.gia_phong .save{
	color:#fff;
	margin-right:5px;
}
.final-price{
	position:relative;
}
.finalhover:hover+.final-table,.final-table:hover{
	top: 14px;
    color: #1a202c;
    border: 1px solid #E2E8F0;
    height: fit-content;
    display: flex;
    position: absolute;
    min-width: 361px;
    background: #fff;
    box-shadow: 0px 8px 8px rgb(0 0 0 / 10%);
    overflow-y: auto;
    border-radius: 8px;
    flex-direction: column;
	z-index:999;
}
.final-table{
	right: -70px;
    width: 267pxpx;
    bottom: -111px;
    display: none;
    padding: 12px;
    z-index: 2;
    position: relative;
}
.phong_info_3>*{
	margin-bottom:5px;
}
.finalhover{
	cursor:pointer;
	color:#00B6F3
}
.product-container .datphong-pt>a{
	align-items: center;
    display: flex;
    color: rgb(253, 253, 253);
    width: 156px;
    border: none;
    height: 44px;
    margin: 0px;
    padding: 6px 8px;
    font-size: 16px;
    min-height: 20px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: none;
    background-color: rgb(255, 51, 102);
    justify-content: center;
    color: #fff;
}
.phong_info_1{
    width: 50%;
}
.phong_info_3{
    width: 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.price-pt .woocommerce-Price-amount bdi{
    color: #4A5568;
    position: relative;
    font-size: 20px;
    margin-top: 4px;
    font-weight: 600;
    line-height: 24px;
}
.price-pt del span.amount{
    margin-right:0;
}
.save{
    color: #ffffff;
    padding: 2px 4px;
    position: relative;
    background: #FF3366;
    font-weight: 600;
    border-radius: 3px 3px 0px 3px;
    margin-bottom:5px;
}
.price-pt{
    display:flex;
    align-items: flex-end;
    flex-direction: column;
}
.phong_cover{
    gap: 2px;
    height: 202px;
    display: grid;
    overflow: hidden;
    border-radius: 8px;
    background-color: #F4F8FA;
    grid-template-areas:
        "a a a"
        "a a a"
        "a a a"
        "b b b";
}
.phong_title{
    color: #ffffff;
    height: 32px;
    margin: -1px -1px 0;
    display: flex;
    padding: 8px 12px;
    font-size: 16px;
    background: linear-gradient(90deg, #00B6F3 0%, #007FF3 100%);
    align-items: center;
    font-weight: 600;
    line-height: 19px;
    border-radius: 8px 8px 0px 0px;
}
.room_1{
    background: url(/wp-content/uploads/2022/02/iconsub.png);
}
.room-pt{
    margin: auto;
    display: block;
    content: '';
    height: 16px;
    width: 16px;
    background-size: cover;
}
.phong_info_2{
    width: 20%;
    display: flex;
    padding: 0 24px;
    align-items: center;
    border-left: 1px solid #EDF2F7;
    border-right: 1px solid #EDF2F7;
    flex-direction: column;
}
.phong_info_sub{
    display: flex;
    padding: 24px 8px 24px 0;
}
.phong_thongso_item>span:first-child{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.phong_thongso_item{
    display: flex;
    align-items: center;
    padding-right: 24px;
}
.phong_thongso{
    color: #4A5568;
    display: flex;
    align-items: center;
}
.phong_name{
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}
.phong_ks{
    border: 1px solid #EDF2F7;
    font-size: 14px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%);
    font-weight: normal;
    line-height: 17px;
    border-radius: 8px;
    margin-bottom: 16px;
    background-color: #ffffff;
}
.dv_phong .code-pt{
	border: 1px solid;
    border-radius: 0;
    padding: 3px;
}
.magiamgia>*{
	margin-right:3px;
}
.dv_phong{
	line-height:24px;
}
.code-pt{
	color: #00B6F3;
    font-size: 14px;
    word-break: break-all;
    align-items: center;
    font-weight: 600;
    line-height: 16px;
}
.magiamgia .save{
	margin-right:0!important;
	margin-bottom: 0;
	background: #00B6F3;
}
.magiamgia{
	font-weight: 400;
    display: flex;
    font-size: 14px;
    align-items: center;
    line-height: 16px;
}
.price-giamgia{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7px 12px;
	border: 1px dashed #E2E8F0;
    display: flex;
    border-radius: 8px;
    justify-content: space-between;
}
.new-price{
	width: 100%;
    font-size: 20px;
    margin-top: 3px;
    text-align: right;
    word-break: break-word;
    font-weight: 600;
    line-height: 23px;
}
.phong_ks_info{
    top: 170px;
    padding: 24px 0 16px;
    z-index: 1;
    transition: all .4s;
    border-bottom: 1px solid #E2E8F0;
    background-color: #ffffff;
}
.phong_cover_main{
    width: 100%;
    display: flex;
    padding: 0 24px;
}
.phong_info{
    width: calc(100% - 202px);
    padding: 0 0 0 16px;
}
.phong_cover{
    background:#fff;
    width: 202px;
    height: fit-content;
    z-index: 2;
    position: relative;
    top: 0px;
    padding-top: 24px;
}
.first-cover{
    grid-area: a;
}
.full-col{
    padding:0;
    background: #f7fafc;
}
.title_Chonphong{
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
}
.product-chonphong{
    padding-bottom:0;
}
.warp_chonphong{
    padding: 15px 0;
    margin: 0 auto;
    display: flex;
    max-width: 1180px;
    background: #F7FAFC;
    align-items: center;
    justify-content: space-between;
}
.title_note{
    color: #48BB78;
    display: flex;
    background: #EDF8F1;
    align-items: center;
    border-radius: 8px;
}
.noidung-nx{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0px 16px 21px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-info_title a{
    color: #00B6F3;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.title-nx{
    text-transform: inherit;
    font-weight:600;
    line-height: 16px;
}
.ks_danhgiabar{
    display: flex;
    margin-top: 24px;
    flex-direction: column;
}
.ks_danhgiand{
    width: 100%;
    position: relative;
    background: #F7FAFC;
    margin-top: 13px;
    margin-left: 25px;
    border-radius: 8px;
}
.product-info_main_2{
    display:flex;
}
.title-nx{
    margin: 16px 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bar_item{
    color: #1a202c;
    display: flex;
    font-size: 14px;
    margin-top: 10px;
    align-items: center;
}
.bar_label{
    width: 70px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 9px;
}
.bar_main{
    width: 128px;
    height: 6px;
    border-radius: 100px;
    background-color: #E2E8F0;
}
.bar_active{
    height: 6px;
    border-radius: 100px;
    background-color: #00B6F3;
}
.bar_point{
    color: #00B6F3;
    width: 21px;
    font-size: 14px;
    text-align: right;
    line-height: 17px;
    margin-left: 10px;
}
.bar_bar{
    width: 128px;
    overflow: hidden;
    position: relative;
}
.title-ks{
    color: #1a202c;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
}
.product-container a{
    color: #00B6F3;
}
.product-info_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.att_item{
    width: 20%;
    text-align: center;
    display: flex;
    min-height: 56px;
    align-items: center;
    flex-direction: column;
}
.att_item.last-att span{
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    min-width: 100%;
}
.att_item.last-att a{
	display: block;
    height: 100%;
	width:56px; 
	background:#00b6f3;
	border-radius:50px; 
	color:#fff;
}
.chose-ks a{
    display:block;
    margin-left: 16px;
}
.btn-chose-ks{
    margin-bottom:0;
    color: rgb(253, 253, 253);
    width: 156px;
    border: none;
    height: 44px;
    margin: 0px;
    padding: 6px 8px;
    font-size: 16px;
    min-height: 20px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: none;
    background-color: rgb(255, 51, 102);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.last-att{
    color: #00B6F3;
    cursor: pointer;
    height: 56px;
    display: flex;
    font-size: 14px;
    align-items: center;
    font-weight: 600;
    justify-content: space-around;
}
.product-info_main{
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    width: 100%;
}
.att_item span{
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    min-width: 114px;
    margin-top: 12px;
    min-height: 50px;
    text-align: center;
    font-weight: 400;
    line-height: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.att_item img{
    width: 24px;
    height: 24px;
}
.product-info_right_container{
    margin-left: 28px;
}
.flex-50{
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
}
.warp-box-flex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.product-ks{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.product-img_main{
    grid-area: a;
}
.img_custom_ks img{
    cursor: pointer;
    height: 100%;
    position: relative;
}
.img_custom_ks>div{
    position: relative;
}
.sub_over_ks{
    top: 0;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    position: absolute;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    font-weight: 600;
    line-height: 21px;
    justify-content: center;
    cursor: pointer;
}
.product-ks_right{
    display: flex;
    align-items: flex-end;
}
.product-img .img_custom_ks{
    gap: 4px;
    height: 420px;
    display: grid;
    overflow: hidden;
    margin-top: 24px;
    border-radius: 8px;
    background-color: #F4F8FA;
    grid-template-areas:
        "a a b b"
        "a a b b";
}
/*Ks custom*/
.link i,.link svg{
	margin-right:10px;
}
.um-cover{
	height:100px!important
}
.cont_titulo {
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    color: #fff;
}
.cont_icon_menu {
    position: relative;
    float: right;
    margin-right: 20px;
    top: 14px;
}
.cont_icon_menu > img {
    width: 32px;
    z-index: 2;
    position: relative;
}
.cont_circle_1 {
  position: absolute;
top:-16px;
  left: -16px;
  width: 64px;
  height: 64px;
background-color: #fff;
opacity: 0.3;
  z-index: 0;
border-radius:50% ;
animation: animation_circle_1 3s infinite;
    animation-direction: alternate;
transform: scale(0);
}
.cont_circle_2 {
  position: absolute;
top:-46px;
  left: -46px;
  width: 128px;
  height: 128px;
background-color: #fff;
opacity: 0.2;
  z-index: 0;
border-radius:50% ;
animation: animation_circle_1 3s infinite;
    animation-direction: alternate;
animation-delay: 0.5s;
transform: scale(0);
}
.cont_circle_3 {
  position: absolute;
top:-80px;
  left: -80px;
  width: 192px;
  height: 192px;
background-color: #fff;
opacity: 0.1;
  z-index: 0;
border-radius:50% ;
animation: animation_circle_1 3s infinite;
    animation-direction: alternate;
animation-delay: 1s;
transform: scale(0);
}
.cont_circle_4 {
  position: absolute;
top:-115px;
  left: -116px;
  width: 256px;
  height: 256px;
background-color: #fff;
opacity: 0.1;
  z-index: 0;
border-radius:50% ;
animation: animation_circle_1 3s infinite;
    animation-direction: alternate;
animation-delay: 1.5s;
transform: scale(0);
}
.cont_titulo h4{
	color:#fff;
	font-weight:bold;
}
@-webkit-keyframes animation_circle_1 {
  from { transform: scale(0);   }
  to { transform: scale(1); }
}
@-o-keyframes animation_circle_1 {
  from { transform: scale(0); }
  to { transform: scale(1); }
}
@-moz-keyframes animation_circle_1 {
  from { transform: scale(0); }
  to { transform: scale(1); }
}
@keyframes animation_circle_1 {
  from { transform: scale(0); }
  to { transform: scale(1); }
}
.cont_menu {
	display:flex;
    margin: auto;
    max-width: 360px;
}
.cont_titulo_menu {
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: #4F7DF5;
    box-shadow: 0px 7px 30px -12px rgb(0 0 0 / 50%);
    margin-top: 20px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-container{
	position:relative;
	padding:15px;
	background: #2d2c41;
}
.accordion {
	list-style:none;
  width: 100%;
  max-width: 365px;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion li{
	list-style:none;
	margin-left:0!important;
}
.submenu{
	margin-left:0!important;
	margin-top:0!important;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #444359;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #4b4a5e; }
.submenu li a{
	color:#Fff;
}
.submenu li {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu li:hover {
  background: #b63b4d;
  color: #FFF;
}
.product-img_main{
	display:none;
}
.product-img_main.pc{
	display:block
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.um-cover {
		height: 25px!important;
	}
	.img_custom_ks>*{
		display:none;
	}
	.product-img_main.mb{
		display:block!important;
	}
/* 	.img_custom_ks .product-img_main{
		display:block!important;
	} */
	.product-img .img_custom_ks{
		height:unset; 
		display:block;
	}
	.product-ks_left,.product-ks_right{
		width:100%;
	}
	.product-ks{
		display:block;
	}
	.product-ks_right{
		display:block;
		margin-top:15px;
	}
	.chose-ks a{
		display: flex;
    	justify-content: end;
	}
	.warp-box-flex>*{
		flex-grow: 0;
		max-width: 100%;
		flex-basis: 100%;
		margin-bottom:15px;
	}
	.att_item{
		margin-right:10px;
		width: 25%;
	}
	.product-info_main{
		overflow-x: auto;
		flex-flow: unset;
		display: -webkit-box;
	}
	.last-att{
		margin-left:unset;
		width: 56px;
	}
	.product-info_main_2>*{
		width:100%;
		margin-left:unset;
		margin-bottom:15px;
	}
	.product-info_right_container{
		margin-left:0
	}
	.product-info_main_2{
		flex-wrap:wrap;
	}
	.bar_item{
		justify-content: center;
	}
	.product-info{
		padding-bottom:0;
	}
	.warp_chonphong>*{
		width:100%;
		margin-bottom:15px;
	}
	.warp_chonphong{
		flex-wrap:wrap;
	}
	.phong_cover_main{
		flex-wrap:wrap;
	}
	.phong_cover_main>*{
		width:100%;
	}
	.phong_info{
		padding-left:0
	}
	.phong_info_sub{
		flex-wrap:wrap;
		padding-right:0!important;
	}
	.phong_info_sub>*{
		width:100%;
	}
	.phong_info_1,.phong_info_2{
		width:50%!important;
	}
	.phong_info_3{
		margin-top:10px!important;
	}
	.final-price{
		display:none;
	}
	.date_phong{
		flex-wrap:wrap;
	}
	.date_phong>*{
		width:100%;
		margin-bottom:10px;
	}
	.thongtinphong{
		flex-wrap:wrap;
	}
	.thongtinphong>*{
		width:100%;
		margin-bottom:10px;
	}
	.title_day{
		margin-bottom:5px;
	}
	.phong_thongso{
		justify-content:space-between;
	}
	.phong_thongso_item{
		padding-right:0
	}
	.custom-page .phong_info_1{
		width:100%!important;
	}
	.songay{
		justify-content: normal;
	}
	.ngay_phong{
		justify-content: space-between;
	}
	.thongtin2_hoanthanh{
		flex-wrap:wrap;
	}
	.thongtin2_hoanthanh>*{
		width:100%;
	}
	.total_hoanthanh>*{
		flex-grow: 0;
		max-width: 100%;
		flex-basis: 100%;
		text-align:right;
	}
	.col_hoanthanh>.col-inner.form_hoanthanh{
		padding-bottom:10px;
	}
	.col_inner_chitiet>*{
		width:100%;
	}
	.col_inner_chitiet{
		flex-wrap:wrap;
	}
	.tour_add .flex-space{
		flex-wrap:wrap;
	}
	.tour_add .flex-space>div{
		width:100%;
	}
	.order_by_custom{
		overflow-x: auto;
		flex-flow: unset;
		display: -webkit-box;
	}
	body.archive .has-equal-box-heights .box-image{
		padding-top:50%;
	}
	.search-custom{
		flex-wrap:wrap;
		padding: 10px;
	}
	.search-custom>*{
		min-width:49%;
		width:49%;
		padding: 0 5px;
	}
	.btn_submit{
		width:100%!important;
	}
	.search-custom label{
		text-align:center;
	}
	.btn_submit_icon{
		width:100%;
	}
	.hangks_search{
		border-left:unset;
	}
	.note_checkout+.col-thongtin-active{
		position: fixed;
		bottom: 10px;
		z-index: 9999;
		width: 100%;
		right: 0;
	}
	.table_phong_1.last_table{
		position: fixed;
		bottom: 0;
		z-index: 999999;
		background: #Ffff;
		width: 100%;
		right: 0;
		padding: 10px;
	}
	.thong_main.thongtinphong,.info_phong{
		margin-bottom:0
	}
	.product-img_main a{
		display: block;
		width: 100%;
		padding: 120px;
		background-size: cover!important;
		background-repeat: no-repeat!important;
	}
	.product-img_main.pc{
		display:none;
	}
	
}

/*************** THEM CSS CHO GIAO DIEN VIP CARD  ***************/
.vip-card {
  background: #e3f2fd;
  border-left: 6px solid #2196f3;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  margin: 30px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.vip-card h2 {
  margin-bottom: 10px;
  color: #1565c0;
}
.vip-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vip-card ul li {
  padding: 6px 0;
  border-bottom: 1px dashed #ccc;
}

/*************** GIUP CHUYEN HUONG UU TIEN SAU KHI USER LOGIN VAO MY ACCOUNT  ***************/
add_filter('um_login_redirect_url', function($url, $user_id) {
    return wc_get_page_permalink('myaccount'); // hoặc: site_url('/my-account/')
}, PHP_INT_MAX, 2);

.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.shop_table th, .shop_table td {
    border: 1px solid #ddd;
    padding: 8px;
}
.shop_table th {
    background-color: #f7f7f7;
    text-align: left;
}

/* Ẩn menu bên trái (cột navigation trái) */
.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none !important;
}

/* Ẩn đoạn mô tả "Từ bảng điều khiển tài khoản..." */
.woocommerce-account .woocommerce-MyAccount-content > p {
    display: none !important;
}

/* Ẩn các nút lớn dưới phần nội dung */
.woocommerce-account .woocommerce-MyAccount-content .u-columns {
    display: none !important;
}

/* Làm nổi bật phần "Xin chào [username]" */
.woocommerce-account .woocommerce-MyAccount-content {
    border: 2px solid #28a745;
    padding: 15px;
    border-radius: 10px;
    background-color: #eaffea;
}

/* Tô xanh dòng chữ "Xin chào user" */
.woocommerce-account .woocommerce-MyAccount-content strong,
.woocommerce-account .woocommerce-MyAccount-content a[href*="customer-logout"] {
    color: #1b8c3a !important;
    font-weight: bold;
}

// Tạo shortcode đăng xuất nhẹ nhàng
function shortcode_dang_xuat_user() {
    if ( is_user_logged_in() ) {
        $logout_url = wp_logout_url( home_url() ); // URL sau khi đăng xuất
        return '<a href="' . esc_url( $logout_url ) . '" class="custom-logout-link">Đăng xuất</a>';
    } else {
        return '';
    }
}
add_shortcode('dang_xuat_user', 'shortcode_dang_xuat_user');

// Thêm CSS cho nút đăng xuất
add_action('wp_head', function() {
    echo '<style>
        .custom-logout-link {
            display: inline-block;
            padding: 8px 16px;
            background-color: #f2f2f2;
            color: #333;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
        }
        .custom-logout-link:hover {
            background-color: #e6e6e6;
            border-color: #ccc;
            color: #000;
        }
    </style>';
});

/* Cố định kích thước ảnh item shop AAG */
.aag-token-shop .aag-shop-item img {
  width: 100px;       /* độ rộng cố định */
  height: 100px;      /* độ cao cố định */
  object-fit: cover;  /* giữ tỉ lệ, cắt dập vừa khung */
  display: block;
  margin: 0 auto 10px;/* căn giữa và khoảng cách bên dưới */
}

