html, body {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Fahkwang', sans-serif;
    font-size: 20px;
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.align-center {
    text-align: center;
}

ol, ul {
    padding-left: 17px;
}

.only-mobile {
    display: none !important;
}

.only-desktop {
    display: block !important;
}

.only-mobile-575 {
    display: none !important;
}

.only-desktop-575 {
    display: block !important;
}


/* -----------------        Reset Animate CSS      ------------------------- */
:root {
    --animate-delay: 0.3s;
  }


/* -----------------        Hamburger Menu CSS      ------------------------- */
#hamburger {
    display: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
    position: absolute;
    width: 36px;
    height: 36px;
    padding: 17px 19px 16px 0px;
    background: #ededed;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
	cursor: pointer;
    border-radius: 25px;
    height: 2px;
    width: 20px;
    background: #000;
    position: absolute;
    display: inline-block;
    content: '';
}

#hamburger span:before {
	top: -6px;
    left: 0;
}

#hamburger span:after {
	bottom: -6px;
    left: 0;
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	/* easeInOutCubic */
}

#hamburger.active span {
	background-color: transparent;
}

#hamburger.active span:before,
#hamburger.active span:after {
	top: 0;
}

#hamburger.active span:before {
	transform: rotate(45deg);
}

#hamburger.active span:after {
	transform: translateY(-10px) rotate(-45deg);
	top: 10px;
}

/* -----------------        Header      ------------------------- */
#header-wrapper {
    margin-bottom: 35px;
    margin-top: 35px;
}

.logo-header img {
    width: 144px;
    height: auto;
    margin-top: 10px;
}

.menu-line-2 {
    text-align: center;
}

.ngay-khai-truong-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6px;
    margin-top: 0;
}

.ngay-khai-truong span {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: #D2FFCE;
    padding: 3px 20px;
}

.menu-desktop-wrapper {
    margin-top: 42px;
}

.menu-wrapper {
    border-bottom: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.menu .menu-item {
    font-size: 20px;
    font-weight: 400;
    margin: 0 30px;
    padding: 4px 13px;
    border-radius: 20px;
}

.menu .menu-item:hover,
.menu .menu-item:focus {
    background: #FFE8DB;
}

.menu .menu-item.active {
    background: #FFE8DB;
}

#ngay-khai-truong-2  {
    margin-bottom: 35px;
}




/* -----------------        Sticky Header      ------------------------- */
div#header-wrapper.sticky {
    position: fixed;
    left: 0;
    right: 0;
    width: 100% !important;
    top: 0;
    z-index: 900;
    box-shadow: 0 0 3px 0 #ababab;
    background: #fff;
    max-width: 100%;
    margin: 0;
}

div#header-wrapper.sticky .menu-line-2 {
    display: none;
}

div#header-wrapper.sticky .menu-wrapper {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

div#header-wrapper.sticky .logo-header img {
    width: 90px;
}

div#header-wrapper.sticky .menu .menu-item {
    font-size: 17px;
}

div#header-wrapper.sticky .menu-desktop-wrapper {
    margin-top: 18px;
}

.fix-headerr-space {
    height: 0;
    width: 100%;
}

.fix-headerr-space.active {
    height: calc(75px + 285px);
}





/* Top banner */
#top-banner-wrapper {
    padding: 0 60px;
    max-width: 2000px;
    margin: auto;
}

.top-banner img {
    max-width: 100%;
}

.top-banner-text {
    border-radius: 41px;
    border: 1px solid #000;
    background: #FFF;
    padding: 40px 48px 42px;
    max-width: 95%;
    margin: auto;
    margin-top: -80px;
    z-index: 10;
    position: relative;
    text-align: justify;
}





/* Tin tuc & su kien */
#tin-tuc-su-kien {
    margin-top: 36px;
    margin-bottom: 50px;
}

h3.title,
h3.km-title
{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 6px 0;
    margin: 20px 0;
}

.tt-sk-left {
    position: relative;
}

.tt-sk-left-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 182px;
    height: 182px;
}

h3.km-title {
    display: inline-block;
    padding: 10px 0 5px;
    min-width: 600px;
    margin-bottom: 40px;
}

.tt-sk-text {
    position: relative;
}

.ttsk-arrow {
    position: absolute;
    width: 176px;
    height: 112px;
    left: -168px;
    top: 32%;
    transform: translateY(-50%);
}


.qtkt-bnner-map,
.ttsk-text-map {
    position: relative;
}




/* Uu dai, qua tang */
#qua-tang-khai-trung {
    margin-bottom: 45px;
}




/* Grab Khuyen mai */
#grab-khuyen-mai {
    margin-bottom: 50px;
}



/* Khuyen mai */
#khuyen-mai {
    margin-bottom: 80px;
}




/* Ua dai thanh vien ls point */
#uu-dai-thanh-vien-ls-point {
    margin-bottom: 80px;
}


.img-iphone img {
    max-width: 384px;
    padding-left: 80px;
}

.tai-app-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.app-img {
    max-width: 382px;
}

.ud-text {
    display: flex;
    margin-bottom: 50px;
    margin-top: 40px;
}

.ud-txt-col1 {
    width: 340px;
    padding-right: 30px;
}

.tai-app-wrapper {
    position: relative;
}

.lotte-cicle {
    position: absolute;
    right: -115px;
    top: 0;
}

.lotte-cicle img {
    max-width: 230px;
}

.tai-app-map {
    position: relative;
}


/* Ung dung ls point */
#ung-dung-ls-point {
    margin-bottom: 80px;
}



/* Footer */
#footer-wrapper {
    background: #000;
    padding: 60px 0;
    color: #fff;
}

.footer {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 25px 0 10px;
}

#footer-wrapper a {
    color: #fff;
}

#footer-wrapper a:hover,
#footer-wrapper a:focus {
    text-decoration: underline;
}

.footer-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.footer-dia-chi,
.footer-open-time,
.footer-email,
.footer-phone a {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 13px;
    padding-left: 43px;

    height: 30px;
    line-height: 19px;
    display: flex;
    place-items: center;
}

.footer-dia-chi {
    background: url("../images/ico-marker.png") 0 0 no-repeat;
    background-size: auto 30px;

}

.footer-open-time {
    background: url("../images/ico-clock.png") 5px 5px no-repeat;
    background-size: auto 22px;
}

.footer-email {
    background: url("../images/ico-mail.png") 3px 3px no-repeat;
    background-size: auto 25px;
}

.footer-phone {
    background: url(../images/ico-phone.png) 1px 1px no-repeat;
    background-size: auto 26px;
}

.footer-title2 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
}

.footer-social {
    text-align: center;
}

.ico-social
{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    padding: 8px;
    background-repeat: no-repeat;
}

.ico-facebook {
    background-image: url('../images/ico-facebook.png');
}

.ico-insta {
    background-image: url('../images/ico-insta.png');
}

.ico-tiktok {
    background-image: url('../images/ico-tiktok.png');
}

.ico-zalo {
    background-image: url('../images/ico-zalo.png');
}

.ico-android {
    background-image: url('../images/ico-android.png');
}

.ico-apple {
    background-image: url('../images/ico-apple.png');
}



#topcontrol {
    position: fixed;
    bottom: 5px;
    opacity: 0;
    cursor: pointer;
    background: #fff url(../images/ve-dau-trang.png) 0 0 no-repeat;
    background-size: 49px;
    color: #FFF;
    width: 49px;
    height: 49px;
    right: 10px;
    text-align: center;
    z-index: 1040;
    transition: all 0.3s ease-out;
    border-radius: 8px;
    line-height: 49px;
}

#topcontrol.active {
    opacity: 1;
}




/* ------------ Mobile menu ------------- */
html.panel-opened body>* {
    z-index: 0;
}

.panel-overlay {
    opacity: 0;
}

.page-wrapper {
    transition: left .3s;
    position: relative;
    left: 0;
    overflow: hidden;
}

html.panel-opened .page-wrapper
{
    left: 260px;
    right: auto;
}

html.panel-opened  .panel-overlay {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8999;
    min-height: 100vh;
    opacity: 0.35;
    transition: opacity 0.2s;
}

#side-nav-panel.panel-left {
    left: 0;
    right: auto;
    transform: translateX(-260px);
}

#side-nav-panel {
    position: fixed;
    height: 100%;
    width: 260px;
    padding-top: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9001;
    background-color: #E9E9E9;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-260px);
    transition: transform 0.3s;
}

html.panel-opened #side-nav-panel {
    transform: translateX(0);
}

ul#menu-mobile-menu {
    list-style: none;
    padding-right: 17px;
}
 
ul#menu-mobile-menu li a {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    display: block;
    border-radius: 16.055px;
    background: transparent;
    padding: 7px 12px;
}

ul#menu-mobile-menu li a:hover,
ul#menu-mobile-menu li a:focus {
    background: #FFE8DB;
}

