Explore the new collection in your nearest boutique
HO CHI MINH
Rex Hotel: 141 Nguyen Hue Strict, District 1.
Menswear:
Phone: (028) 38 230 891 – 0911 778 320
Womenswear:
Phone: (028) 38 232 203 – 0911 770 876
HA NOI:
Trang Tien Plaza: 24 Hai Ba Trung Street, Hoan Kiem District.
Phone: (024) 62 539 169

Đăng ký để nhận voucher ưu đãi cho BST Mùa hè
#popup__main {
display: none;
}
.popup__main {
width: 850px;
max-width: 100%;
}
.popup__container {
display: flex;
position: relative;
border-radius: 15px;
overflow: hidden;
}
.popup__container .col__left {
width: 50%;
position: relative;
overflow: hidden;
}
.popup__container .col__left img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.popup__container .col__right {
width: 50%;
padding: 40px 25px;
background-color: #fff;
}
.popup__container .popup__title {
text-transform: uppercase;
text-align: center;
line-height: 1.4;
font-weight: 500;
font-size: 16px;
}
.popup__container .popup__close {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
cursor: pointer;
}
.popup__container .popup__close:after,
.popup__container .popup__close:before {
content: “”;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 20px;
height: 2px;
background-color: #000;
margin: auto;
transform: rotate(45deg);
}
.popup__container .popup__close:before {
transform: rotate(-45deg);
}
.popup__main .dont_show_again {
display: block;
line-height: 1.4;
margin: 15px 0 0 0;
font-weight: 500;
font-style: italic;
}
.popup__main .dont_show_again input {
display: inline-block;
vertical-align: middle;
margin: -5px 5px 0 0;
}
.fancybox-content {
cursor: unset !important;
background-color: transparent !important;
}
.fancybox-content .fancybox-button {
display: none;
}
.fancybox-bg {
background-color: rgba(0,0,0,.5);
}
.fancybox-content {
padding: 15px !important;
}
.popup__container .popup__close {
z-index: 2;
}
@media screen and (max-width:900px){
.group_top_sms {
display: flex !important;
}
}
@media screen and (max-width:767px){
.popup__container {
display: block;
}
.popup__container .col__left,
.popup__container .col__right {
width: 100%;
}
.popup__container .col__left {
padding-bottom: calc(130/350 * 100%);
}
.popup__container .col__right {
padding: 25px 20px;
}
.popup__container section {
margin-top: 20px !important;
}
.fancybox-content {
padding: 0px !important;
}
}
var $ = jQuery;
function openFancybox(){
setTimeout(function(){
$(‘.open__popup’).trigger(‘click’);
},15000);
}
function dontShow() {
// Set the cookie.
Cookies(‘visited’, ‘yes’, {
expires: 1
});
}
function autoFillContactForm(){
$(‘.custom_form input[name=”wpforms[fields][0]”]’).val(localStorage.getItem(“form_name”));
$(‘.custom_form input[name=”wpforms[fields][1]”]’).val(localStorage.getItem(“form_email”));
$(‘.custom_form input[name=”wpforms[fields][3]”]’).val(localStorage.getItem(“form_phone”));
}
$(document).ready(function(){
$(“.fancybox”).fancybox({
afterClose: function(){
if($(‘#dont_show_again’).is(“:checked”)){
dontShow();
}
}
});
var visited = Cookies(‘visited’);
if (visited == ‘yes’) {
console.log(‘Theres a visited cookie’);
return false;
} else {
openFancybox();
}
});

