@charset "UTF-8";
@font-face { font-family: 'San Francisco Display'; src: url('../fonts/SanFranciscoDisplay-Regular/SanFranciscoDisplay-Regular.eot'); src: local('☺'), url('../fonts/SanFranciscoDisplay-Regular/SanFranciscoDisplay-Regular.woff') format('woff'), url('../fonts/SanFranciscoDisplay-Regular/SanFranciscoDisplay-Regular.ttf') format('truetype'), url('../fonts/SanFranciscoDisplay-Regular/SanFranciscoDisplay-Regular.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'San Francisco Display 2'; src: url('../fonts/SanFranciscoDisplay-Medium/SanFranciscoDisplay-Medium.eot'); src: local('☺'), url('../fonts/SanFranciscoDisplay-Medium/SanFranciscoDisplay-Medium.woff') format('woff'), url('../fonts/SanFranciscoDisplay-Medium/SanFranciscoDisplay-Medium.ttf') format('truetype'), url('../fonts/SanFranciscoDisplay-Medium/SanFranciscoDisplay-Medium.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'SVN-Hollie Script Pro'; src: url('../fonts/SVN-HollieScriptPro/SVN-HollieScriptPro.eot'); src: local('☺'), url('../fonts/SVN-HollieScriptPro/SVN-HollieScriptPro.woff') format('woff'), url('../fonts/SVN-HollieScriptPro/SVN-HollieScriptPro.ttf') format('truetype'), url('../fonts/SVN-HollieScriptPro/SVN-HollieScriptPro.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'MTD Colatin'; src: url('../fonts/MTD/MTD.eot'); src: local('☺'), url('../fonts/MTD/MTD.woff') format('woff'), url('../fonts/MTD/MTD.ttf') format('truetype'), url('../fonts/MTD/MTD.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'UTM Penumbra'; src: url('../fonts/UTMPenumbraBold/UTMPenumbraBold.eot'); src: local('☺'), url('../fonts/UTMPenumbraBold/UTMPenumbraBold.woff') format('woff'), url('../fonts/UTMPenumbraBold/UTMPenumbraBold.ttf') format('truetype'), url('../fonts/UTMPenumbraBold/UTMPenumbraBold.svg') format('svg'); font-weight: normal; font-style: normal; }

/* Main */
:root { --main-color: #EBBC32; --second-color: #fec018; --hover-color: #f49037; --color-red: #ec2d3f; --color-medium-red: #cc2c32; --color-dark-red: #c31829; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #212529; --color-gray: #6c757d; }
body { font-size: 14px; font-family: 'Roboto', sans-serif; background-color: #000; color: #fff; }
body.body-gift { background: url(../images/bg-body.jpg) no-repeat center top; background-size: cover; position: relative; }
img { max-width: 100%; height: auto; vertical-align: top }
a, input, textarea { outline: none; padding: 0px; }
a:hover { text-decoration: none; }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.w-clear:after { display: block; content: ""; clear: both; }
.hidden { display: none; }
.clear { clear: both; }
.none { display: none; }
.hidden-seoh { visibility: hidden; height: 0px; margin: 0px; overflow: hidden; }
.wrap-main, .wrap-content { max-width: 1230px; margin: 0px auto; padding: 0px 15px; margin-bottom: 0; }
.wrap-home { max-width: 100%; padding: 0px; }
.wrap-content { margin: auto; }
.content-ck img { height: auto !important; }
.menufix { position: fixed !important; top: 0; background: #000; padding: 10px 0; z-index: 999; width: 100%; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
.wrap-page { margin: 40px auto; }
.wrap-container { margin-bottom: 60px; }
.jconfirm-content, .jconfirm-title-c { color: #333; }

/* glowing */
.glowing { -webkit-animation: glowing 1500ms infinite; -moz-animation: glowing 1500ms infinite; -o-animation: glowing 1500ms infinite; animation: glowing 1500ms infinite; }
@-webkit-keyframes glowing {
    0% { background-color: #ebbc32; -webkit-box-shadow: 0 0 3px #ebbc32; }
    50% { background-color: #ebbc32; -webkit-box-shadow: 0 0 40px #ebbc32; }
    100% { background-color: #ebbc32; -webkit-box-shadow: 0 0 3px #ebbc32; }
}
@-moz-keyframes glowing {
    0% { background-color: #ebbc32; -moz-box-shadow: 0 0 3px #ebbc32; }
    50% { background-color: #ebbc32; -moz-box-shadow: 0 0 40px #ebbc32; }
    100% { background-color: #ebbc32; -moz-box-shadow: 0 0 3px #ebbc32; }
}
@-o-keyframes glowing {
    0% { background-color: #ebbc32; box-shadow: 0 0 3px #ebbc32; }
    50% { background-color: #ebbc32; box-shadow: 0 0 40px #ebbc32; }
    100% { background-color: #ebbc32; box-shadow: 0 0 3px #ebbc32; }
}
@keyframes glowing {
    0% { background-color: #ebbc32; box-shadow: 0 0 3px #ebbc32; }
    50% { background-color: #ebbc32; box-shadow: 0 0 40px #ebbc32; }
    100% { background-color: #ebbc32; box-shadow: 0 0 3px #ebbc32; }
}

/* glowing2 */
.glowing2 { -webkit-animation: glowing2 1500ms infinite; -moz-animation: glowing2 1500ms infinite; -o-animation: glowing2 1500ms infinite; animation: glowing2 1500ms infinite; }
@-webkit-keyframes glowing2 {
    0% { background-color: #000; -webkit-box-shadow: 0 0 3px #ccc; }
    50% { background-color: #000; -webkit-box-shadow: 0 0 40px #ccc; }
    100% { background-color: #000; -webkit-box-shadow: 0 0 3px #ccc; }
}
@-moz-keyframes glowing2 {
    0% { background-color: #000; -moz-box-shadow: 0 0 3px #ccc; }
    50% { background-color: #000; -moz-box-shadow: 0 0 40px #000; }
    100% { background-color: #000; -moz-box-shadow: 0 0 3px #ccc; }
}
@-o-keyframes glowing2 {
    0% { background-color: #000; box-shadow: 0 0 3px #ccc; }
    50% { background-color: #000; box-shadow: 0 0 40px #ccc; }
    100% { background-color: #000; box-shadow: 0 0 3px #ccc; }
}
@keyframes glowing2 {
    0% { background-color: #000; box-shadow: 0 0 3px #ccc; }
    50% { background-color: #000; box-shadow: 0 0 40px #ccc; }
    100% { background-color: #000; box-shadow: 0 0 3px #ccc; }
}

/* effect */
.effect-1 { position: relative; overflow: hidden; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; }
.effect-1:after { position: absolute; top: 0; left: -66%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); }
.effect-1:hover:after { -webkit-animation: shine .75s; */ animation: shine .75s; }
@-webkit-keyframes shine {
    100% { left: 125%; }
}
@keyframes shine {
    100% { left: 125%; }
}
.effect-2 { display: flex; justify-content: center; align-items: center; position: relative;    /* width: 100%; */    /* height: 100%; */

    /* left: 0; */

    /* top: 0; */

    /* right: 0; */

    /* bottom: 0; */
text-align: center; }
.effect-2:before, .effect-2:after { box-sizing: inherit; content: ''; position: absolute; z-index: 9; width: calc(100% - 20px); height: calc(100% - 20px); left: 10px; top: 10px; transform-origin: center; }
.effect-2:before { border-top: 1px solid var(--main-color); border-bottom: 1px solid var(--main-color); transform: scale3d(0, 1, 1); }
.effect-2:after { border-left: 1px solid var(--main-color); border-right: 1px solid var(--main-color); transform: scale3d(1, 0, 1); }
.effect-2:hover { background: rgba(0, 0, 0, 0.45); }
.effect-2:hover:before, .effect-2:hover:after { transform: scale3d(1, 1, 1); transition: transform 0.5s; }
.effect-2 > img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; }
.effect-2:hover > img { opacity: 0.8; }
.effect-3 > img { transform: translateY(0px); animation: float 6s ease-in-out infinite; }
@keyframes float {
    0% { box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); transform: translatey(0px); }
    50% { box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); transform: translatey(-20px); }
    100% { box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); transform: translatey(0px); }
}
.effect-4 { overflow: hidden; position: relative; }
.effect-4:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; pointer-events: none; }
.effect-4:after { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; pointer-events: none; }
.effect-4:hover:before { right: 50%; left: 50%; width: 0; background: rgba(255, 255, 255, 0.5); }
.effect-4:hover:after { height: 0; top: 50%; bottom: 50%; background: rgba(255, 255, 255, 0.5); }
.hover-img { position: relative; overflow: hidden; display: block; }
.hover-img:before { content: ""; background: rgba(255, 255, 255, .5); bottom: 0; left: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 3; }
.hover-img:after { content: ""; background: rgba(255, 255, 255, .5); top: 0; right: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2; }
.hover-img:hover:before, .hover-img:hover:after { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition-duration: 1.3s; -moz-transition-duration: 1.3s; -ms-transition-duration: 1.3s; -o-transition-duration: 1.3s; transition-duration: 1.3s; -khtml-opacity: 0; -o-opacity: 0; -ms-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; height: 100%; width: 100%; }

/*Rotate IMG*/
.rotate-img { -webkit-transition: 0.8s ease-out; -moz-transition: 0.8s ease-out; -o-transition: 0.8s ease-out; transition: 0.8s ease-out; }
.rotate-img:hover img { transform: scaleY(180); -webkit-transition: 0.8s ease-out; -moz-transition: 0.8s ease-out; -o-transition: 0.8s ease-out; transition: 0.8s ease-out; transform: rotateY(360deg);    /*transform: rotateX(360deg);transform: rotateZ(360deg);*/ }

/* Content CK */
.content-ck { line-height: 2em; }
.content-ck * { max-width: 100% !important; }
.content-ck img { max-width: 100% !important; height: auto !important; }
.content-ck iframe { max-width: 100% !important; }
.content-ck table { margin: 0px auto; }
.content-ck ul, .content-ck ol { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; }
.content-ck p { margin-bottom: 0px; }

/* Toc */

/*.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; }
.box-readmore li ul>li { margin: 0; margin-bottom: 8px }
.box-readmore li ul>li:before { content: counters(item, ".") " " }
.box-readmore ul { list-style-type: none; counter-reset: item; margin-bottom: 0px; padding-left: 0px !important; margin-top: 8px; }
.box-readmore ul li { display: table; counter-increment: item; margin-bottom: 5px }
.box-readmore ul li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px }
.box-readmore ul li a { color: #333333; cursor: pointer; font-weight: 600; }
.box-readmore ul li a:hover { color: #767676; }*/

/* General */
.title-main { position: relative; margin-bottom: 20px; text-align: center; }
.title-main span { text-shadow: 0px 0px 10px #EEB92E; font-family: UTM Penumbra; font-size: 45px; font-style: normal; font-weight: 700; line-height: 27px;    /* 60% */ text-transform: uppercase; }
.time-main { margin-bottom: 0.75rem; color: #000; }
.time-main i { vertical-align: top; margin: 3px 7px 0px 0px; }
.time-main span { vertical-align: top; display: inline-block; }
.share { padding: 17px 15px 10px 15px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; }
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 45px/2); }
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 45px; height: 45px; text-align: center; display: flex; align-items: center; justify-content: center; font-size: 25px; margin: 0px; background-color: #000000; border-radius: 3px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { left: 20px; }
.control-owl button.owl-next { right: 20px; }
.form-control, .form-control-plaintext:not(textarea), .custom-select { height: calc(1em + 1.25rem + 8px); }
.text-sm { font-size: .875rem !important; }

/* Lazyload */
img.lazy { opacity: 0; }
img:not(.initial) { transition: opacity 1s; }
img.initial, img.loaded, img.error { opacity: 1; }
img:not([src]) { visibility: hidden; }

/* Header */
.info-header { margin-bottom: 0px; }
.info-header i { vertical-align: top; margin: 3px 5px 0px 0px; font-size: 16px; }
.social-header li { margin-right: 10px !important; }
.header-bottom .wrap-content { padding: 0 15px; display: flex; justify-content: space-between; align-items: center; }
.num-category { font-size: 15px; font-family: 'Roboto Condensed'; font-weight: 700; width: 25px; height: 25px; display: inline-flex; justify-content: center; align-items: center; background: var(--bg); border-radius: 50%; color: #fff; }
.user-header a { color: #ffffff; padding-right: 9px; margin-right: 7px; position: relative; display: inline-block; vertical-align: top; text-decoration: none; }
.user-header a:after { content: ""; position: absolute; width: 1px; height: 8px; background-color: #ffffff; top: calc(50% - 7px/2); right: 0px; opacity: 0.7; }
.user-header a:last-child { padding-right: 0px; margin-right: 0px; }
.user-header a:last-child:after { display: none; }

/* Menu */
.menu>ul { display: flex; justify-content: end; align-items: center; padding: 0; margin: 0; }
.menu ul { padding: 0px;    /* margin: auto; */ list-style: none; }
.menu ul li { position: relative; z-index: 10; }
.menu ul li.circle-gif { margin: 0 5px; margin-right: 10px; border-radius: 50px; }
.menu ul li.circle-gif a { background: #000; color: #ebbc32 !important; border-radius: 50px; font-size: 15px; padding: 7px 20px; border: 2px solid var(--main-color); cursor: pointer; }
.menu ul li.line { width: 11px; height: 11px; margin: 0; background: url(../images/icon-menu.png); }
.menu ul li a { display: block; position: relative; color: #fff; white-space: nowrap; transition: all .6s; text-transform: uppercase; padding: 10px 25px; border-radius: 100px; text-align: center; font-family: San Francisco Display; font-size: 16px; }
.menu ul li.btn-nb a { color: #fff; }
.menu ul li.btn-nb a:after { display: none; }
.menu ul li a.has-child { padding-right: 16px; margin-right: 8px; }
.menu ul li a.has-child:after { content: ''; position: absolute; bottom: calc(50% - 4px/2); right: 5px; width: 5px; height: 5px; border: 1px solid #fafafa; border-top: 0px; border-left: 0px; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.menu ul li a.active, .menu ul li:hover a { color: #EEB92E; border-radius: 100px; background: var(--trng, #FFF); box-shadow: 0px 0px 10px 0px #EEB92E; }
.menu ul li ul li a { border: none; }
.menu ul li ul li:hover ul li a { color: #000; }
.menu ul li ul li:hover ul li:hover a { color: var(--main-color); }
.menu ul li ul { position: absolute; min-width: 250px; background-color: #fff; border-radius: 0.25rem; -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%); box-shadow: 1px 1px 15px rgb(0 0 0 / 15%); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all .5s; z-index: 100; margin-left: 0; top: -2px; }
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all .7s; top: 45px; }
.menu ul li ul li { border-bottom: 1px solid #0000001a; position: relative; z-index: 999; }
.menu ul li ul li a { text-align: left; color: #fff; }
.menu ul li ul li:last-child > a { border-bottom: 0px; }
.menu ul li ul li a.has-child { margin-right: 0px; }
.menu ul li ul li a.has-child:after { border-color: #fff; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.menu ul li ul li a.active, .menu ul li ul li:hover a { border-radius: 0; border: none; color: #fdb502; }
.menu ul li ul li a.active:before, .menu ul li ul li:hover > a:before { display: none; }
.menu ul li ul li:hover > a.has-child:after, .menu ul li ul li a.active.has-child:after { border-color: #fdb501; }
.menu ul li:hover ul li a { color: #000; line-height: 40px; padding: 5px 15px; border-radius: 0; }
.menu ul li ul li ul { top: 10px !important; left: 100%; margin-top: -10px; }
.menu ul li ul li:last-child { border-bottom: none; }
.menu ul li ul li:hover a { color: #ebbc32; }
.scrollToPos_i { cursor: pointer; }

/* Search */
.search { width: 220px; display: flex; align-items: center; overflow: hidden; border-radius: 25px; background: #EDEDED; }
.search p { float: left; width: 50px; height: 40px; line-height: 40px; cursor: pointer; text-align: center; margin: 0px; color: var(--main-color); font-size: 16px; background-repeat: no-repeat; border-radius: 10px; }
.search input { width: calc(100% - 50px); height: 40px; float: left; outline: none; padding: 0px; border: 0px; background: transparent; font-size: 12px; padding-left: 15px; line-height: 45px; }
.search input::-webkit-input-placeholder { color: #989797; font-size: 13px; line-height: 45px; }
.search input:-moz-placeholder { color: #989797; }
.search input::-moz-placeholder { color: #989797; }
.search input:-ms-input-placeholder { color: #989797; }

/* Mmenu */
.menu-res { display: none; z-index: 10; line-height: normal; position: relative; top: 0; left: 0; width: 100%; z-index: 999; background: var(--main-color); }
.menu-bar-res { height: 55px; padding: 0px 15px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; justify-content: space-between; }
#menu { display: none; }
#hamburger { display: block; width: 25px; height: 23px; position: relative; }
#hamburger:before, #hamburger:after, #hamburger span { background: #fff; content: ''; display: block; width: 100%; height: 2px; position: absolute; left: 0px; }
#hamburger:before { top: 4px; }
#hamburger span { top: 10px; }
#hamburger:after { top: 16px; }
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity; }
.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after { top: 10px; }
.mm-wrapper_opening #hamburger span { left: -50px; opacity: 0; }
.mm-wrapper_opening #hamburger:before { transform: rotate(45deg); }
.mm-wrapper_opening #hamburger:after { transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }

/* Search Responsive */
.search-res { position: relative; width: 25px; }
.search-res .icon-search { width: 20px; height: 23px; cursor: pointer; text-align: center; line-height: 20px; color: #fff; font-size: 17px; margin: 0px; border-radius: 50px; }
.search-res .icon-search.active { }
.search-res .search-grid { position: absolute; top: 50px; right: 0px; width: 0px; height: 40px; overflow: hidden; background: #ffffff; border: 1px solid #000; z-index: 30; opacity: 0; border-radius: 25px; line-height: normal; }
.search-res .search-grid p { float: left; width: 35px; height: 38px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: #000; line-height: 40px; text-align: center; }
.search-res .search-grid input { width: calc(100% - 35px); float: right; line-height: 38px; outline: none; border: none; color: #000; }
.search-res .search-grid input::-webkit-input-placeholder { color: #ccc; }
.search-res .search-grid input:-moz-placeholder { color: #ccc; }
.search-res .search-grid input::-moz-placeholder { color: #ccc; }
.search-res .search-grid input:-ms-input-placeholder { color: #ccc; }

/* Slideshow */
.slideshow { position: relative; }
.slideshow-item { display: block; cursor: pointer; position: relative; }
.slideshow:hover .control-slideshow { opacity: 1; }
.control-slideshow { opacity: 0; }
.slide-arrows { transform: translateY(-40%); position: absolute; top: 40%; left: -60px; z-index: 1; border: none; background: none; cursor: pointer; }
.slide-arrows.ic-rights { left: unset; right: -60px; }
.slide-arrow { position: absolute; top: 50%; left: -30px; z-index: 1; border: none; background: none; cursor: pointer; }
.slide-arrow:focus { outline: none; }
.slide-img { width: 100%; object-fit: cover; }
.slide-arrow.ic-right { left: unset; right: -20px; }
.slide-shadow { position: absolute; width: 100%; top: 50%; left: 0%;    /* pointer-events: none; */ z-index: 10; transform: translateY(-50%); }
.slide-shadow .wrap-content { overflow: hidden; }
.slide-name { text-transform: uppercase; }
.slide-name:hover { color: var(--main-color) }
.slide-desc p { color: #fff; text-shadow: 3px 1px 8px rgba(0, 0, 0, 0.5); font-size: 42px; font-weight: 700; }
.slide-btn a { display: inline-block; width: 270px; line-height: 45px; text-align: center; color: #fff; font-weight: 600; text-transform: uppercase; border-radius: 10px; margin-top: 40px; }
.slide-btn a:first-child { margin-right: 20px; }
.slide-btn a:last-child { color: #fff; background: transparent; border: 2px solid #fff; font-weight: 700; font-size: 21px; }

/* Partner */
.wrap-partner { padding: 0px 15px; }
.wrap-partner .wrap-content { position: relative; }
.partner { display: block; margin: 0px auto; }

/* Breadcrumb */
.breadCrumbs { background-color: #eee; }
.breadCrumbs .wrap-content { padding: 0.75rem 15px; }
.breadCrumbs .wrap-content .breadcrumb { padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 0; }
.breadCrumbs .wrap-content .breadcrumb-item a { color: var(--color-black); }
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: var(--color-gray); }

/* Intro */
.wrap-intro { min-height: 320px; position: relative; top: 50px; }
.news-intro:before { content: ''; position: absolute; width: 1px; height: calc(100% - 50px); top: 10px; left: 90px; background-color: #CACACA; }
.news-scroll:before, .news-scroll:after { content: ''; position: absolute; width: 10px; height: 10px; left: 85px; border-radius: 100%; background-color: #CACACA; }
.news-scroll:before { top: 10px; }
.news-scroll:after { bottom: 40px; }
.news-control { left: 85px; font-size: 13px; opacity: 0.5; z-index: 1; cursor: pointer; }
.news-control:hover { opacity: 1; color: var(--color-main); }
.news-control#up { top: -10px; }
.news-control#down { bottom: 20px; }
.news-shadow { padding-bottom: 30px; }
.news-shadow-time { font-size: 13px; width: 75px; margin-right: 45px; }
.news-shadow-time:after { content: ''; position: absolute; width: 20px; height: 20px; top: calc(50% - 20px/2); right: -26px; background-repeat: no-repeat; background-position: center; background-image: url(../images/pattern-news.png); }
.news-shadow-article { width: calc(100% - 120px); padding: 14px 15px; border-radius: 10px; background-color: #ffffff; border: 1px solid #cecabb; }
.news-shadow-article:before { content: ''; position: absolute; top: calc(50% - 26px/2); left: -13px; z-index: 0; border-top: 13px solid transparent; border-right: 13px solid #cecabb; border-bottom: 13px solid transparent; }
.news-shadow-article:after { content: ''; position: absolute; top: calc(50% - 24px/2); left: -11px; z-index: 1; border-top: 12px solid transparent; border-right: 11px solid #ffffff; border-bottom: 12px solid transparent; }
.news-shadow-image { margin-right: 10px; width: 90px; }
.news-shadow-info { width: calc(100% - 100px); }
.news-shadow-name { height: 36px; font-size: 15px; font-weight: 700; }
.news-shadow-name a { color: #222222; }
.news-shadow-name a:hover { color: var(--color-main); }
.news-shadow-desc { height: 38px; font-size: 13px; }
.news-shadow-name a.text-split, .news-shadow-desc.text-split { -webkit-line-clamp: 2; }

/* Video */
.video { cursor: pointer; }

/* Album */
.album { cursor: pointer; margin-bottom: 1rem; }
.album-image { margin-bottom: 10px; }
.album-name { margin-bottom: 0px; text-align: center; }
.album-name a { display: block; font-size: 16px; color: var(--color-black); margin-bottom: 0px; }

/* Brand */
.wrap-brand { margin-bottom: 50px; padding: 0px 15px; }
.wrap-brand .wrap-content { position: relative; }
.brand { display: block; border: 1px solid #eee; max-width: 160px; margin: 0px auto; }

/* Product */
.grid-products { display: grid; grid-gap: 24px; grid-template-columns: repeat(4, 1fr); margin-bottom: 25px; }
.grid-page { display: grid; grid-gap: 20px; grid-template-columns: repeat(5, 1fr); margin-bottom: 20px; }
.product { }
{ position: relative; display: block; background: #ffca10; border: 2px solid #ffca10; }
.pic-product { display: block; margin-bottom: 0; text-align: center; }
.pic-product img { width: 100%; border-radius: 3px; }
.name-product { margin-bottom: 5px; line-height: 20px; margin-top: 20px; }
.name-product a { color: #5b5d60; font-weight: 400; text-align: center; height: 40px; font-family: 'Marcellus', serif; font-size: 20px; margin-bottom: 6px; }
.name-product a:hover { color: var(--color-second); }
.name-product .text-split { -webkit-line-clamp: 1; }
.price-product { margin-bottom: 0px; font-size: 14px; margin-bottom: 0; display: flex; align-items: center; justify-content: center; gap: 10px; }
.price-product span span { color: #000; font-weight: 300; }
.price-new { margin-bottom: 0; color: var(--main-color); font-family: Be Vietnam Pro; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; }
.price-old { text-decoration: line-through; margin-left: 5px; color: #A0A0A0; font-size: 12px; }
.price-per { color: #ffffff; font-size: 12px; text-align: center; line-height: 22px; background: var(--main-color); display: inline-block; width: 33px; border-radius: 3px; position: absolute; top: 10px; right: 10px; }
.product .cart-product { margin-bottom: 0px; }
.product .cart-product span { cursor: pointer; width: 49%; float: left; color: #ffffff; text-transform: capitalize; text-align: center; padding: 7px 5px; border-radius: 3px; }
.product .cart-add { margin-right: 2%; background-color: var(--color-red); }
.product .cart-add:hover { background-color: var(--color-dark-red); }
.product .cart-buy { background-color: var(--color-green); }
.product .cart-buy:hover { background-color: var(--color-dark-green); }
.name-product a:hover { color: var(--main-color); }
.items-product { position: relative; }

/* Product Detail */
.grid-pro-detail { margin-bottom: 3rem; }
.left-pro-detail { position: relative; text-align: center; }
.left-pro-detail .MagicZoom { border: 1px solid #eee; padding: 7px; border-radius: 5px; background-color: #ffffff; }
.gallery-thumb-pro { position: relative; margin-top: 10px; }
.owl-pro-detail { padding: 0px 30px; }
.control-pro-detail button { background-color: transparent; color: #222222; opacity: 1; width: 25px; font-size: 23px; }
.control-pro-detail button:hover { opacity: 0.7; }
.control-pro-detail button.owl-prev { left: 0px; }
.control-pro-detail button.owl-next { right: 0px; }
.thumb-pro-detail { display: block !important; border: 1px solid #eee; padding: 5px; border-radius: 3px; cursor: pointer; background-color: #ffffff; }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: #cecfd2; }
.thumb-pro-detail img { box-shadow: none !important; filter: brightness(100%) !important; border-bottom: 0px !important; padding-bottom: 0px !important; }
.title-pro-detail { text-transform: capitalize; font-size: 20px; display: block; font-weight: 700; }
.comment-pro-detail { display: flex; align-items: center; justify-content: flex-start; }
.social-plugin-pro-detail { margin-bottom: 1rem; margin-top: 0px !important; }
.desc-pro-detail { margin-bottom: 1rem; }
.attr-pro-detail { list-style: none; padding: 0px; }
.attr-pro-detail li { margin-bottom: 0.5rem; }
.attr-label-pro-detail { margin: 0px 5px 0px 0px; }
.attr-label-pro-detail.d-block { display: block; margin: 0px 0px 5px 0px; }
.attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: var(--color-red); }
.price-old-pro-detail { font-weight: 500; color: var(--color-gray); text-decoration: line-through; padding-left: 10px; }
.color-pro-detail { cursor: pointer; display: inline-block; vertical-align: top; position: relative; width: 35px; height: 30px; margin: 0px 0px 3px 0px; border: 1px solid transparent; background-repeat: no-repeat; background-size: contain; background-position: center center; }
.size-pro-detail { cursor: pointer; border: 1px solid #ccc; padding: 3px 10px 4px 10px; display: inline-block; position: relative; }
.size-pro-detail.active, .color-pro-detail.active { border-color: #e5101d; color: #e5101d; }
.size-pro-detail.active:after, .color-pro-detail.active:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 13px; height: 13px; background-repeat: no-repeat; background-image: url(../images/check-cart.png); }
.color-pro-detail input[type=radio], .size-pro-detail input[type=radio] { display: none; }
.quantity-pro-detail { width: 100%; max-width: 110px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; }
.quantity-pro-detail span { line-height: 25px; padding: 0px; width: 30px; height: 30px; color: #5f5f5f; cursor: pointer; font-size: 22px; border: 1px solid #cccccc; }
.quantity-pro-detail span.quantity-plus-pro-detail { border-left: 0px; }
.quantity-pro-detail span.quantity-minus-pro-detail { border-right: 0px; }
.quantity-pro-detail input { height: 30px; border: 1px solid #cccccc; width: calc(100% - 60px); text-align: center; font-size: 14px; padding: 5px; }
.cart-pro-detail { margin-bottom: 1rem; }
.cart-pro-detail a { font-size: 14px; text-transform: uppercase; transition: all .3s; cursor: pointer; }
.tags-pro-detail a { float: left; font-size: 13px; padding-bottom: 0.375rem; margin: 0px 5px 5px 0px; }
.tags-pro-detail a i { font-size: 11px; margin: 5px 5px 0px 0px; }
.tabs-pro-detail { margin-top: 2rem; border-radius: 5px; }
.tabs-pro-detail .nav-tabs .nav-link { border-top-width: 3px; font-size: 13px; }
.tabs-pro-detail .nav-tabs .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link { }
.cart-pro-detail a { color: #000; font-weight: 500; display: inline-block; background: var(--main-color); line-height: 40px; width: 48%; text-align: center; border-radius: 5px; }
.cart-pro-detail { display: flex; justify-content: space-between; flex-wrap: wrap; }
.cart-pro-detail a:hover { background: #cc0001; color: #fff; }

/* News */
.news { margin-bottom: 2rem; }
.news-name { margin-bottom: 0; }
.news-name a { color: #000; font-weight: 600; font-size: 20px; text-transform: uppercase; margin-bottom: 12px; position: relative; }
.news-name a.text-split { -webkit-line-clamp: 2; }
.news-name a:hover { color: #e03119; }
.news-time { color: #000; margin: 5px 0; display: block; font-size: 12px; margin-bottom: 15px; }
.news-desc { color: #444444; margin-top: 5px; font-size: 15px; line-height: 25px; }
.othernews b { margin-bottom: 10px; }
.list-news-other { padding-left: 17px; list-style: square; }
.list-news-other li { margin-bottom: 2px; }
.list-news-other li a { text-transform: none; color: #fff; }
.list-news-other li a:hover { color: var(--color-red); }
.news-info { margin: 20px 0; }

/* Contact */
.contact-article { margin-bottom: 3rem; }
.contact-input { position: relative; margin-bottom: 15px; }
.contact-input textarea { resize: none; height: 150px; }
.contact-input .custom-file-label::after { content: attr(title); }
.contact-map { position: relative; height: 500px; }
.contact-map iframe { position: absolute; top: 0px; left: 0px; width: 100% !important; height: 100% !important; }

/* Newsletter */
.newsletter-slogan { margin-bottom: 0.5rem; color: var(--color-gray); }
.newsletter-input .text-sm { height: 60px !important; border: none; padding: 10px 20px; color: #fff; width: 100%; background: var(--nn, #191919); box-shadow: 0px 0px 10px 0px #EEB92E, 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
.newsletter-button { }
.newsletter-button input[type=submit] { text-transform: uppercase; padding: 0; border: none; color: #000; font-size: 15px; font-weight: 700; width: 100%; height: 60px; background: #fff; display: block; margin: 0 auto; box-shadow: 0px 0px 10px 0px #EEB92E; }

/* Footer */
.footer-article { color: #fff; position: relative; padding: 70px 0; padding-bottom: 40px; }
.footer-article .wrap-content { color: #fff; }
.footer-title { position: relative; margin-bottom: 10px; font-size: 15px; font-style: normal; font-weight: 700; line-height: 24px;    /* 160% */ text-transform: uppercase; }
.footer-ul { margin: 0px; padding-left: 20px; color: #fff; }
.footer-ul li { margin-bottom: 10px; position: relative; }
.footer-ul li:last-child { margin-bottom: 0px; }
.footer-ul li a { color: #fff; font-size: 15px; }
.footer-ul li a:hover { text-decoration: none; color: #004aad; }
.footer-tags { background: #eee; }
.footer-tags .wrap-content { padding: 30px 15px; }
.footer-tags-lists { list-style: none; padding: 0px; margin: 0px; }
.footer-tags-lists li { float: left; }
.footer-tags-lists li a { padding-bottom: 0.375rem; }
.footer-powered { font-size: 14px; line-height: 30px; color: #fff; border-top: 1px solid var(--main-color); border-bottom: 1px solid var(--main-color); }
.footer-powered .wrap-content { padding: 10px 15px; }
.footer-statistic { text-align: right; }
.footer-statistic span { padding-right: 10px; }
.footer-statistic span:last-child { padding-right: 0px; }
#footer-map { position: relative; height: 295px; }
#footer-map iframe { position: absolute !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; }

/* Like Share */
.social-plugin { display: flex; justify-content: flex-start; margin-top: 10px; }
.social-plugin .at-share-btn { margin-bottom: 0px !important; }
.social-plugin .zalo-share-button { margin-left: 3px; }

/* Paging */
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: .875rem; }
.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: #555555; border-color: #555555; }

/* Paging Ajax */
.pagination-ajax { text-align: center; margin-top: 20px; }
.pagination-ajax a { display: inline-block; vertical-align: top; margin: 0px 3px 3px 3px; width: 35px; height: 35px; line-height: 33px; color: #666 !important; border: 1px solid #e6e6e6; font-size: 13px; cursor: pointer; text-decoration: none !important; background-color: #ffffff; }
.pagination-ajax a.current, .pagination-ajax a:hover { color: #ffffff !important; border-color: #333; background-color: #333; }
.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next { text-indent: -9999px; position: relative; background-color: #ffffff !important; }
.pagination-ajax a.first:before, .pagination-ajax a.last:before, .pagination-ajax a.prev:before, .pagination-ajax a.next:before { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; background-color: transparent; background-repeat: no-repeat; background-position: center; }
.pagination-ajax a.first:before { background-image: url(../images/page-first.png); }
.pagination-ajax a.last:before { background-image: url(../images/page-last.png); }
.pagination-ajax a.prev:before { background-image: url(../images/page-prev.png); }
.pagination-ajax a.next:before { background-image: url(../images/page-next.png); }

/* Popup */
#popup .modal-body { padding: 0px; }

/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; }

/* Hidden Check Grammar Coccoc */
coccocgrammar { display: none; }

/* Scroll Top */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }

/* Text Hide */
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.text-split-1 { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 1; }
.text-split-2 { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }

/* Transition All */
.transition { -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; }

/* Scale IMG */
.scale-img { overflow: hidden; display: block; }
.scale-img img { -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); -o-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); }
.scale-img:hover > img { -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; -moz-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

/* Blink */
.blink { -webkit-animation-name: blink; -webkit-animation-duration: 1s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: blink; -moz-animation-duration: 1s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; animation-name: blink; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }
@-moz-keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/* Button Frame */
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 10; cursor: pointer; }
.btn-frame i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; width: 50px; height: 50px; border-radius: 50%; background: var(--main-color); position: relative; z-index: 1; }
.btn-frame i img { vertical-align: middle; width: 70%; }
.btn-frame .animated.infinite { animation-iteration-count: infinite; }
.btn-frame .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(7, 41, 103, 0.8); opacity: .1; border-color: var(--main-color); opacity: .5; }
.btn-frame .zoomIn { animation-name: zoomIn; }
.btn-frame .animated { animation-duration: 1s; animation-fill-mode: both; }
.btn-frame .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; 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 .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: #ebbc3259; opacity: .4; }
.btn-frame .pulse { animation-name: pulse; }

/* Zalo */
.btn-zalo { bottom: 315px; }

/* Phone */
.btn-phone { bottom: 230px; }

/* Messenger */
.js-facebook-messenger-container.closed, .js-facebook-messenger-tooltip.closed { display: none !important }
.js-facebook-messenger-tooltip { bottom: 97px; right: 97px }
.js-facebook-messenger-tooltip { color: #404040; background: #fff }
.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999 }
.js-facebook-messenger-tooltip { display: none; position: fixed; text-align: center; border-radius: 10px; overflow: hidden; font-size: 12px; line-height: 1; padding: 10px; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; z-index: 1.0E+30 }
.js-facebook-messenger-close-tooltip { width: 10px; height: 10px; display: inline-block; cursor: pointer; margin-left: 10px }
.js-facebook-messenger-box.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand }
.js-facebook-messenger-box.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999 }
.js-facebook-messenger-box { display: block; position: fixed; cursor: pointer; bottom: 150px; right: 17px; width: 56px; height: 56px; text-align: center; background: var(--main-color); border-radius: 100%; overflow: hidden; z-index: 99; -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3) }
.js-facebook-messenger-box.rotate svg#fb-msng-icon { transform: rotate(0deg) }
.js-facebook-messenger-box svg#fb-msng-icon { width: 32px; height: 33px; position: absolute; top: 13px; left: 12px; opacity: 1; overflow: hidden; -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; }
.js-facebook-messenger-box.rotate svg#close-icon { transform: rotate(-45deg) }
.js-facebook-messenger-box svg#close-icon { opacity: 0; width: 19px; height: 20px; position: absolute; top: 19px; left: 19px; -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; }
.js-facebook-messenger-container, .js-facebook-messenger-container-button { z-index: 1000 }
.js-facebook-messenger-container { position: fixed; opacity: 0; transform: translateY(50px); bottom: 110px; right: 90px; border-radius: 10px; pointer-events: none; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16); -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out; -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out; -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out; transition: transform 160ms ease-in-out, opacity 160ms ease-in-out }
.js-facebook-messenger-top-header { width: 220px }
.js-facebook-messenger-top-header { color: #ffffff; background: var(--main-color) }
.js-facebook-messenger-top-header { display: block; position: relative; width: 220px; background: var(--main-color); color: #ffffff; text-align: center; line-height: 1; padding: 10px; font-size: 14px; border-top-left-radius: 10px; border-top-right-radius: 10px }
.js-facebook-messenger-container iframe, .js-facebook-messenger-container-button iframe { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px }
.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999 }
.js-facebook-messenger-container, .js-facebook-messenger-container-button { z-index: 1000 }
.js-facebook-messenger-top-header { color: #ffffff; background: var(--main-color) }
.js-facebook-messenger-top-header { width: 220px }
.js-facebook-messenger-tooltip { color: #404040; background: #fff }
.js-facebook-messenger-container.open { transform: translateY(0px); opacity: 1; pointer-events: all }
.js-facebook-messenger-tooltip { bottom: 97px; right: 97px }
.js-facebook-messenger-box.open svg#fb-msng-icon { opacity: 0 }
.js-facebook-messenger-box.rotate.open svg#close-icon { transform: rotate(0deg) }
.js-facebook-messenger-box.open svg#close-icon { opacity: 1 }

/* Cart Fix */
.cart-fixed { position: fixed; right: 20px; bottom: 390px; z-index: 10; background: #e03119; width: 50px; height: 50px; text-align: center; color: #fff !important; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.cart-fixed i { font-size: 20px; }
.cart-fixed span { position: absolute; top: 0px; right: -5px; color: #ffffff; width: 25px; height: 25px; background: #fdc539; text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; }

/* Toolbar */
.toolbar { background: var(--main-color); width: 100%; padding: 3vw; bottom: 0px; position: fixed; z-index: 500; height: auto; left: 0px; }
.toolbar ul { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 0px; margin: 0px; }
.toolbar ul li { text-align: center; width: 25%; }
.toolbar ul li a { display: block; width: 100%; cursor: pointer; }
.toolbar ul li a img { height: 6vw; width: auto; }
.toolbar ul li a span { font-weight: 400; color: #ffffff; font-size: 3.5vw; display: none; }

/* Fixbar */
.fixbar { bottom: 0; display: block; background: #f0eff4; border-top: 1px solid #ddd; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: fixed; margin: 0; z-index: 500; -webkit-backface-visibility: hidden; backface-visibility: hidden; height: 50px; }
.fixbar ul { margin: 0px; padding: 0px; list-style: none; }
.fixbar ul li { display: inline-block; margin: 0 auto 10px; text-align: center; width: 25%; float: left; }
.fixbar .icon-cart-mobile, .fixbar .icon-cart-new, .fixbar .icon-home-new, .fixbar .icon-hotdeal-new { width: 20px; height: 20px; display: block; margin: 8px auto 0; }
.fixbar .icon-cart-mobile { background: url(../images/cart-mobile.png) no-repeat; }
.cart-total-header-mobile { font-size: 10px; position: absolute; background: red; color: #fff !important; border-radius: 50%; height: 15px; width: 15px; line-height: 15px; top: 5px; margin-left: 5px; }
.fixbar ul li a { font-size: 11px; text-decoration: none; color: #333; }
.fixbar ul li a i { font-size: 20px; }

/* Plugbar */
.plugbar { position: fixed; bottom: 0; left: 0; border-top: 1px solid #eae6e6; width: 100%; right: 0; max-width: 767px; margin: 0 auto; background: #ffffff; padding: 9px 10px 10px 7px; z-index: 10; }
.plugbar ul { list-style: none; padding: 0; margin: 0px; display: -webkit-flex; display: -moz-flex; display: flex; justify-content: space-between; align-items: center; }
.plugbar ul li { width: 20%; float: left; }
.plugbar ul li a { display: block; color: #696969; font-size: 12px; text-align: center; position: relative; }
.plugbar ul li a i { font-size: 20px; color: #696969; }
.plugbar ul li a span { position: absolute; width: 50px; height: 50px; top: -40px; left: calc(50% - 50px/2); font-size: 14px; display: block; border: 1px solid rgba(234, 230, 230, 0.5); border-radius: 100%; }

/* Combo Phone */
.support-online { position: fixed; z-index: 999; left: 10px; bottom: 0px; }
.support-online a { position: relative; margin: 20px 10px; text-align: left; width: 40px; height: 40px; }
.support-online i { width: 40px; height: 40px; background: #43a1f3; color: #ffffff; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; }
.support-online a span { border-radius: 2px; text-align: center; background: rgb(103, 182, 52); padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; transition: all 0.2s ease-in-out 0s; -moz-animation: headerAnimation 0.7s 1; -webkit-animation: headerAnimation 0.7s 1; -o-animation: headerAnimation 0.7s 1; animation: headerAnimation 0.7s 1; }
.support-online a:hover span { display: block; }
.support-online a { display: block; }
.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent rgb(103, 182, 52) transparent transparent; position: absolute; left: -10px; top: 10px; }
.support-online .kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; 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 .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(0, 175, 242, 0.5); opacity: .75; right: -10px; }
.support-online .kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; 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: .1; border-color: #0089B9; opacity: .5; }
.support-online .support-online .btn-support { cursor: pointer; }
.support-online .mes i { background: orange; }
.support-online .sms i { background: red; }
.support-online .call-now i { background: green; }

/* Phone Switch */
.widget-mobile { position: fixed; left: 50%; transform: translateX(-50%); bottom: 10px; z-index: 9999999; }
#my-phone-circle { position: relative; width: 50px !important; height: 50px !important; }
.wcircle-open .wcircle-icon i:before { content: '\f00d'; }
.wcircle-icon { background: #1282fc; border-radius: 50%; display: flex !important; display: -ms-flex !important; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative !important; }
.wcircle-icon:before { position: absolute; content: ''; width: 60px; height: 60px; background: rgba(18, 130, 252, .5); border: 1px solid #ffffff; border-radius: 50%; left: -5px; top: -5px; -webkit-animation: pulse 1s infinite ease-in-out; -moz-animation: pulse 1s infinite ease-in-out; -ms-animation: pulse 1s infinite ease-in-out; -o-animation: pulse 1s infinite ease-in-out; animation: pulse 1s infinite ease-in-out; }
.wcircle-icon:after { position: absolute; content: ''; width: 80px; height: 80px; background: rgba(18, 130, 252, .5); border-radius: 50%; left: -15px; top: -15px; -webkit-animation: zoomIn 2s infinite ease-in-out; -moz-animation: zoomIn 2s infinite ease-in-out; -ms-animation: zoomIn 2s infinite ease-in-out; -o-animation: zoomIn 2s infinite ease-in-out; animation: zoomIn 2s infinite ease-in-out; }
.wcircle-menu { position: absolute !important; left: 0; top: 0; display: none; }
.wcircle-menu-item { width: 50px; height: 50px; background: #1282fc; border-radius: 50%; display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.wcircle-menu-item img { width: 50px; height: 50px; display: block; border-radius: 50%; }
.wcircle-menu-item i, .wcircle-icon i { font-size: 25px; color: #ffffff; position: relative; z-index: 9999; }
.shake-anim { -webkit-animation: shake-anim 1s infinite ease-in-out; -moz-animation: shake-anim 1s infinite ease-in-out; -ms-animation: shake-anim 1s infinite ease-in-out; -o-animation: shake-anim 1s infinite ease-in-out; animation: shake-anim 1s infinite ease-in-out; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50% }
@-moz-keyframes shake-anim {
    0% { transform: rotate(0) scale(1) skew(1deg) }
    10%, 30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg) }
    20%, 40% { -moz-transform: rotate(25deg) scale(1) skew(1deg) }
    100%, 50% { -moz-transform: rotate(0) scale(1) skew(1deg) }
}
@-webkit-keyframes shake-anim {
    0%, 100%, 50% { -webkit-transform: rotate(0) scale(1) skew(1deg) }
    10%, 30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg) }
    20%, 40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg) }
}
@-o-keyframes shake-anim {
    0%, 100%, 50% { -o-transform: rotate(0) scale(1) skew(1deg) }
    10%, 30% { -o-transform: rotate(-25deg) scale(1) skew(1deg) }
    20%, 40% { -o-transform: rotate(25deg) scale(1) skew(1deg) }
}

/* All Page */
.flex { display: flex !important; justify-content: space-between; flex-wrap: wrap; }
.none-sl { display: none; }
.toolbar i { color: #fff; font-size: 6vw; }
.slick-products { display: none; margin: 0 -13px; }
.slick-products .slick-slide { margin: 0 13px !important; }

/* Footer */
.footer-news:nth-child(1) { width: 20%; }
.footer-news:nth-child(2) { width: 38%; }
.footer-news:nth-child(3) { width: 17%; }
.footer-news:nth-child(4) { width: 20%; }

/* Header */
.header { background: #000; padding: 10px 0; }
.menu .d-flex { width: 930px; }
.search-header .search-res .icon-search { width: 40px; height: 40px; text-align: center; line-height: 40px; background: #fff; color: #EBBC32; }
.in4-slide { position: absolute; top: 50%; left: 50%; color: #fff; transform: translate(-50%, -50%); text-align: center; width: 100%; }
.sub-slide { font-family: SVN-Hollie Script Pro; font-size: 70px; line-height: 30px; }
.name-slide { text-shadow: 0px 0px 20px #EEB92E; font-family: UTM Penumbra; font-size: 80px; font-style: normal; font-weight: 700;    /* 33.75% */ text-transform: uppercase; }
.desc-slide { font-family: San Francisco Display; font-size: 20px; }
.xemthem a { border-radius: 10px 0px 10px 10px; background: var(--trng, #FFF); box-shadow: 0px 0px 15px 0px #EEB92E; text-align: center; font-family: San Francisco Display; font-size: 15px; display: inline-block; width: 161px; line-height: 47px; position: relative; color: #EBBC32; text-transform: uppercase; margin-top: 15px; }
.xemthem a:after { content: ''; position: absolute; width: 96%; height: 92%; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 10px 0px 10px 10px; border: 1px solid var(--nhn, #EBBC32); pointer-events: none; }
.title-main p { color: var(--nhn, #EBBC32); text-shadow: 0px 0px 10px #F8B300; font-family: SVN-Hollie Script Pro; font-size: 46px; }

/* Service */
.items-service { display: flex; justify-content: space-between; align-items: center; }
.in4-service { width: 49%; }
.img-service { width: 48%; box-shadow: 0px 0px 10px 0px #EEB92E; }
.slick-service { display: none; margin: 0 -10px; }
.slick-service .slick-slide { margin: 0 10px; }
.slick-service .slick-track { margin: 10px 0; }
.name-service a { color: var(--nhn, #EBBC32); text-align: right; font-family: UTM Penumbra; font-size: 22px; }
.name-service a:hover { text-shadow: 0px 0px 10px #EEB92E; }
.seemore { text-align: right; font-style: italic; margin-top: 10px; }
.seemore a { color: #fff; text-decoration: underline; }
.seemore a:hover { color: var(--main-color); }
.contact-ser a { border-radius: 500px 0px 0px 500px; background: var(--trng, #FFF); box-shadow: 0px 0px 10px 0px #EEB92E; color: #000; text-transform: uppercase; display: inline-block; width: 139px; line-height: 41px; text-align: center; margin-left: auto; }
.contact-ser a:hover { background: var(--main-color); }
.contact-ser { text-align: right; margin-top: 14px; }
.booking-home { width: 45%; box-shadow: 0px 0px 15px 0px #EEB92E; border-radius: 50px 0px; padding: 60px; }
.service-home { padding-top: 40px; }
.newsletter-input { margin-bottom: 20px; }
#content-newsletter { height: 145px !important; }
.newsletter-button input[type=submit]:hover { background: var(--main-color); }

/* Feedback */
.feedback-home { width: 48%; }
.img-feedback img { border-radius: 100px; box-shadow: 0px 0px 7px 0px #F8B300; position: relative; }
.img-feedback { position: relative; display: inline-block; }
.img-feedback:after { content: ''; position: absolute; top: 50%; left: 50%; width: calc(100% + 10px); height: calc(100% + 10px); border: 2px solid var(--main-color); border-radius: 100px; transform: translate(-50%, -50%); box-shadow: 0px 0px 7px 0px #F8B300; }
.img-feedback:before { content: ''; position: absolute; top: 50%; left: 50%; width: calc(100% - 10px); height: calc(100% - 10px); border: 1px solid #fff; border-radius: 100px; transform: translate(-50%, -50%); z-index: 20; }
.slick-feedback { display: none; margin: 0 -30px; }
.slick-feedback .slick-slide { margin: 0 30px; }
.slick-feedback .slick-track { margin: 10px 0; }
.items-feedback { text-align: center; }
.desc-feedback { background: url(../images/icon1.png) no-repeat center top; padding-top: 75px; margin-top: 20px; }
.name-feedback { background: url(../images/name.png) no-repeat center; line-height: 63px; width: 163px; margin: 0 auto; text-align: center; color: var(--main-color); font-family: MTD Colatin; font-size: 24px; background-position-x: 22px; }
.slick-feedback .slick-prev, .slick-feedback .slick-next { width: 62px; height: 60px; }
.slick-feedback .slick-prev:before, .slick-feedback .slick-next:before { content: ''; position: absolute; width: 100%; height: 100%; background: url(../images/arrow.png) center; top: 0; left: 0; }
.slick-feedback .slick-prev { left: 0; top: 40%; }
.slick-feedback .slick-next { top: 35%; }
.img-1.img-none { position: absolute; top: 0; left: 2%; }
.booking-and-feedback { position: relative; }
.img-2.img-none { position: absolute; top: 0; right: 0; }
.img-3.img-none { position: absolute; bottom: 0; right: 0; }
.img-4.img-none { position: absolute; bottom: 0; left: 45%; }

/* Album */
.grid-album { display: flex; justify-content: space-between; flex-wrap: wrap; }
.album-left { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); grid-column-gap: 20px; grid-row-gap: 20px; width: 56.7%; }
.desc-album { grid-area: 1 / 1 / 2 / 3; }
.album-right { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); grid-column-gap: 20px; grid-row-gap: 20px; width: calc(45% - 40px); }
.album-image-3 { grid-area: 2 / 1 / 3 / 3; }
.desc-album:after { background: url(../images/img5.png) no-repeat; position: absolute; content: ''; width: 141px; height: 153px; bottom: -13%; right: 7%; }
.desc-album { position: relative; }
.img-album { box-shadow: 0px 0px 17px 0px #F8B300; }

/* News */
.news-home .wrap-content { max-width: 1040px; }
.news-infor { width: 48%; padding-left: 45px; }
.news-img { width: 48%; }
p.name-news a { font-size: 20px; color: #fff; -webkit-line-clamp: 2; }
p.name-news a:hover { color: var(--main-color); }
.desc-news.text-split-2 { font-size: 15px; -webkit-line-clamp: 6; }
.news-infor .xemthem a { background: var(--main-color); color: #fff; }
.news-infor .xemthem a:after { border-color: #fff; }
.news-item { align-items: center; position: relative; }
.news-item.news-detail.flex .desc-news.text-split-2 { -webkit-line-clamp: 3; }
.news-detail.news-item:after { display: none; }
.news-item:after { content: ''; position: absolute; border: 10px solid #fff; width: 90%; height: 70%; top: 50%; left: 0; transform: translateY(-50%); pointer-events: none; box-shadow: 0px 0px 17px 0px #F8B300; }
.news-home { position: relative; }
.news-home:after { content: ''; position: absolute; width: 310px; height: 310px; background: url(../images/img6.png); top: 0; left: 0; pointer-events: none; }

/* Footer */
.hotline-footer { background: url(../images/ft1.png); }
.address-footer { background: url(../images/ft2.png); }
.email-footer { background: url(../images/ft3.png); }
.footer { background: url(../images/bg-ft.jpg) no-repeat; background-size: 100% 100; }
.items-ft p { margin-bottom: 5px; text-transform: uppercase; font-weight: 700; font-size: 15px; }
.items-ft { margin-bottom: 40px; padding: 9px 10px 8px 90px; background-repeat: no-repeat; background-position: center left; min-height: 65px; }
.footer-content { margin-top: 75px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.left-footer { width: 30%; }
.right-footer { width: 70%; }

/* gift */
.logo-gift { display: table; margin: 0 auto; text-align: center; }
.frm_quay { margin-top: 110px; text-align: center; position: relative; z-index: 100; }
.frm_quay .btn_quay a { background: #000 !important; color: #ebbc32; border-radius: 50px; font-size: 34px; padding: 10px 20px; border: 2px solid var(--main-color); width: 300px; display: table; margin: 0 auto; cursor: pointer; transition: 0.3s all; }
.frm_quay .btn_quay a:hover { transition: all 0.4s; background: var(--main-color) !important; color: #000; }
.frm_quay .share_btn { color: #fff; font-size: 15px; font-family: 'font3'; margin-top: 15px; }
.frm_quay .share_btn > span.like_fb { position: relative; top: 8px; display: inline-block; margin-right: 5px; }
.frm_quay .share_btn > span.like_fb button { height: 29px; }
.frm_quay .share_btn > span.share_fb { display: inline-block; background: #1877f2; padding: 3px 7px 4px; border-radius: 3px; cursor: pointer; margin-right: 5px; margin-left: 5px; }
.the_wheel .bg_outline { position: absolute; top: calc(50% - 334px); width: 770px; height: 750px; z-index: 0; background: url(
    ../images/box-circle.png) no-repeat center center; background-size: 100% 100%; left: calc(50% - 377px); }
#thele img { width: 100%; height: auto; }
.modal-dialog .modal-content { width: 100%; padding: 0px; }
.txt_luotquay { text-align: center; color: #fff; font-size: 18px; margin-top: 15px; }
.txt_luotquay span { color: #f9ca03; }
.txt_luotquay a { color: #f9ca03; text-decoration: underline; font-size: 15px; }
.modal, .lobibox-backdrop { z-index: 5001; }
.lobibox { z-index: 5002; }
#popup-winResult .modal-dialog { max-width: 600px; }
#popup-winResult .modal-footer { justify-content: center; border-top: none; padding-top: 0px; }
#popup-winResult .modal-content { font-size: 15px; }
.nofi_giaithuong { text-align: center; }
.nofi_giaithuong .r1 { font-size: 18px; margin-bottom: 10px; color: #c30101; font-weight: bold; }
.nofi_giaithuong .r2 { font-size: 16px; margin-bottom: 10px; color: #333; max-width: 350px; margin: 0 auto; margin: 10px auto; }
.nofi_giaithuong .r2 span { text-transform: uppercase; color: #028619; }
.nofi_giaithuong .r3 { font-size: 14px; color: #666; }
.nofi_giaithuong .r4 { color: #333; margin-top: 5px; }
#popup-his .modal-dialog { max-width: 800px; }
#popup-his h6 { color: #c30101; font-weight: bold; font-size: 18px; }
table.tbl_his_quay { width: 100%; }
table.tbl_his_quay thead { background: #c30101; color: #fff; }
table.tbl_his_quay thead th { padding: 7px 10px; font-size: 15px; border: 1px solid #f2f2f2; }
table.tbl_his_quay td { border: 1px solid #ccc; padding: 7px 5px; }
table.tbl_his_quay td.his_code { font-weight: bold; }
.lobibox-notify-wrapper.bottom { bottom: 40px; }
.other_login { text-align: center; margin-top: 20px; padding-top: 20px; border-top: 1px solid #f2f2f2; }
.fb { background-color: #3B5998; color: white; }
.fb i { margin-right: 5px; font-size: 16px; }
.fb:hover { color: #fff; opacity: 0.9; }
#popup-info .modal-dialog { max-width: 550px; }
#popup-info .modal-title, #popup-dialog { color: #000; }
#popup-info .box-newsletter-input { display: flex; flex-wrap: wrap; justify-content: space-between; }
#popup-info .box-newsletter-input .newsletter-input { width: 49%; }
#popup-info .newsletter-input { width: 100%; margin-bottom: 10px; }
#popup-info .newsletter-input:nth-child(3) { width: 100%; }
#popup-info .newsletter-button { width: 100%; text-align: center; }
#popup-info .newsletter-button .btn-submit-info, #popup-info .newsletter-button input[type=submit] { box-shadow: none; background: #000; width: 100px; height: 40px; color: #fff; text-transform: uppercase; font-size: 17px; line-height: initial; }
#popup-info .newsletter-input .text-sm { height: 40px !important; background-color: #fff; box-shadow: unset; border: 1px solid #ccc; padding: 10px; color: #333; }
#popup-info .newsletter-button .btn-submit-info:hover, #popup-info .newsletter-button input[type=submit]:hover { background: var(--main-color); color: #000; }
#popup-dialog .content p { font-size: 16px; margin-bottom: 10px; }
#popup-dialog .content p.note { color: #999; font-size: 14px; }
#popup-dialog .content p.note span { color: #f00; }
#popup-dialog .more { display: block; width: 100%; background: var(--main-color); color: #000; text-transform: uppercase; font-weight: 700; font-size: 14px; padding: 10px 16px; border-radius: 5px; transition: 0.2s all; text-align: center; }
#popup-dialog .more.disabled {  pointer-events: none; background: #999; }
#popup-dialog .more:hover { background: #000; color: #fff; }
.pyro > .before, .pyro > .after { position: absolute; width: 5px; height: 5px; border-radius: 50%; box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c; -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }
.pyro > .after { -moz-animation-delay: 1.25s, 1.25s, 1.25s; -webkit-animation-delay: 1.25s, 1.25s, 1.25s; -o-animation-delay: 1.25s, 1.25s, 1.25s; -ms-animation-delay: 1.25s, 1.25s, 1.25s; animation-delay: 1.25s, 1.25s, 1.25s; -moz-animation-duration: 1.25s, 1.25s, 6.25s; -webkit-animation-duration: 1.25s, 1.25s, 6.25s; -o-animation-duration: 1.25s, 1.25s, 6.25s; -ms-animation-duration: 1.25s, 1.25s, 6.25s; animation-duration: 1.25s, 1.25s, 6.25s; }
@-webkit-keyframes bang {
    from { box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; }
}
@-moz-keyframes bang {
    from { box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; }
}
@-o-keyframes bang {
    from { box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; }
}
@-ms-keyframes bang {
    from { box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; }
}
@keyframes bang {
    from { box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; }
}
@-webkit-keyframes gravity {
    to { transform: translateY(200px); -moz-transform: translateY(200px); -webkit-transform: translateY(200px); -o-transform: translateY(200px); -ms-transform: translateY(200px); opacity: 0; }
}
@-moz-keyframes gravity {
    to { transform: translateY(200px); -moz-transform: translateY(200px); -webkit-transform: translateY(200px); -o-transform: translateY(200px); -ms-transform: translateY(200px); opacity: 0; }
}
@-o-keyframes gravity {
    to { transform: translateY(200px); -moz-transform: translateY(200px); -webkit-transform: translateY(200px); -o-transform: translateY(200px); -ms-transform: translateY(200px); opacity: 0; }
}
@-ms-keyframes gravity {
    to { transform: translateY(200px); -moz-transform: translateY(200px); -webkit-transform: translateY(200px); -o-transform: translateY(200px); -ms-transform: translateY(200px); opacity: 0; }
}
@keyframes gravity {
    to { transform: translateY(200px); -moz-transform: translateY(200px); -webkit-transform: translateY(200px); -o-transform: translateY(200px); -ms-transform: translateY(200px); opacity: 0; }
}
@-webkit-keyframes position {
    0%, 19.9% { margin-top: 10%; margin-left: 40%; }
    20%, 39.9% { margin-top: 40%; margin-left: 30%; }
    40%, 59.9% { margin-top: 20%; margin-left: 70%; }
    60%, 79.9% { margin-top: 30%; margin-left: 20%; }
    80%, 99.9% { margin-top: 30%; margin-left: 80%; }
}
@-moz-keyframes position {
    0%, 19.9% { margin-top: 10%; margin-left: 40%; }
    20%, 39.9% { margin-top: 40%; margin-left: 30%; }
    40%, 59.9% { margin-top: 20%; margin-left: 70%; }
    60%, 79.9% { margin-top: 30%; margin-left: 20%; }
    80%, 99.9% { margin-top: 30%; margin-left: 80%; }
}
@-o-keyframes position {
    0%, 19.9% { margin-top: 10%; margin-left: 40%; }
    20%, 39.9% { margin-top: 40%; margin-left: 30%; }
    40%, 59.9% { margin-top: 20%; margin-left: 70%; }
    60%, 79.9% { margin-top: 30%; margin-left: 20%; }
    80%, 99.9% { margin-top: 30%; margin-left: 80%; }
}
@-ms-keyframes position {
    0%, 19.9% { margin-top: 10%; margin-left: 40%; }
    20%, 39.9% { margin-top: 40%; margin-left: 30%; }
    40%, 59.9% { margin-top: 20%; margin-left: 70%; }
    60%, 79.9% { margin-top: 30%; margin-left: 20%; }
    80%, 99.9% { margin-top: 30%; margin-left: 80%; }
}
@keyframes position {
    0%, 19.9% { margin-top: 10%; margin-left: 40%; }
    20%, 39.9% { margin-top: 40%; margin-left: 30%; }
    40%, 59.9% { margin-top: 20%; margin-left: 70%; }
    60%, 79.9% { margin-top: 30%; margin-left: 20%; }
    80%, 99.9% { margin-top: 30%; margin-left: 80%; }
}
#snow { background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/807677/snow1.png'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/807677/snow2.png'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/807677/snow3.png'); height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; animation: snow 10s linear infinite; }
@keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px; }
    50% { background-position: 500px 500px, 100px 200px, -100px 150px; }
    100% { background-position: 500px 1000px, 200px 400px, -100px 300px; }
}
@keyframes draw {
    to { stroke-dashoffset: 0; }
}
@keyframes star-morph {
    0% { opacity: .4 }
    33% { opacity: .6 }
    66% { opacity: 1 }
}
@keyframes color-morph {
    0% { fill: #EFF119 }
    33% { fill: #C30E0E }
    66% { fill: #168BAF }
}

/* Responsive */
@media(max-width:1200px) {
    .control-owl button.owl-next { right: 10px !important; }
    .control-owl button.owl-prev { left: 10px !important; }
    .menu-res { display: block; padding: 0; }
    .header-bottom .wrap-content { justify-content: center !important; }
    .mmenu, .widget-mobile { display: block; }
    .search-header, .cart-header, .hotline-header, .btn-frame, .header-top { display: none !important; }
    .menu { position: relative !important; display: none; }
    .logo-header { margin-top: 0; }
    .header { margin-bottom: 0; }
    .header-bottom.menufix { position: relative !important; }
}
@media(max-width:1001px) {
    .img-none { display: none; }
    .album-left, .booking-home { width: 100%; margin-bottom: 35px; }
    .booking-home { padding: 20px; }
    .album-right, .feedback-home { width: 100%; }
    .circle-gif { padding: 8px 20px; border-radius: 50px; border: 2px solid var(--main-color); font-size: 14px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
    .circle-gif a { display: block; color: #fff; }
}
@media(max-width:990px) {
    .grid-page, .grid-products { grid-template-columns: repeat(3, 1fr) }
    .intro-left { width: 100%; max-width: 605px; margin: auto; margin-bottom: 25px; }
    .intro-right { width: 100%; max-width: 605px; margin: auto; }
    .news-item:after { display: none; }
    .news-infor { padding-left: 0; }
    .left-footer { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
    .right-footer { width: 100%; }
    .body-gift { overflow-x: hidden; min-height: 100vh; }
}
@media(max-width:768px) {
    .desc-album:after { display: none; }
    .name-slide { font-size: 50px; }
    .sub-slide { font-size: 40px; }
    .logo-gift img { max-width: 50%; }
    #popup-winResult .modal-dialog { max-width: 90%; }
}
@media(max-width:600px) {
    .footer-news { width: 100% !important; }
    h2.footer-name, .intro-sub, .intro-name, .title-letter, .title-studyroute, intro-name, .title-main span { font-size: 20px; }
    .title-main p { font-size: 30px; margin-bottom: 0; }
    .footer_section, .spin_wheel_section { zoom: 75%; }
    .the_wheel .bg_outline { }
}
@media(max-width:576px) {
    .row-res { margin: 0 -5px; }
    .row-res .col-6 { padding: 0 5px; }
    .slick-products { display: none; margin: 0 -5px; }
    .slick-products .slick-slide { margin: 0 5px !important; }
    .name-slide { font-size: 20px; }
    .sub-slide { font-size: 20px; }
    .desc-slide { font-size: 12px; }
    .xemthem a { width: 120px; line-height: 33px; font-size: 12px; }
    .items-ft { width: 100%; }
}
@media(max-width:495px) {
    .footer_section, .spin_wheel_section { zoom: 60%; }
    .frm_quay .btn_quay a { width: 100%; font-size: 30px; }
}
@media(max-width:425px) {
    .footer_section, .spin_wheel_section { zoom: 50%; }
}
@media(max-width:320px) {
    .grid-page, .grid-products { grid-template-columns: repeat(1, 1fr) }
    .footer_section, .spin_wheel_section { zoom: 40%; }
    .frm_quay .btn_quay a { font-size: 28px; }
}
.boxsp { display: flex; margin-bottom: 10px; }
.boxsp p:nth-child(1) { width: 46px; height: 46px; overflow: hidden; }
.boxsp p:nth-child(2) { width: calc(100% - 56px); margin-left: 10px; display: flex; font-size: 14px; color: #fff; }
.flex { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex }
.flexnowidth { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex }
.flex_odd_even { flex-direction: row-reverse }
.flexwrap { flex-wrap: wrap; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap }
.justifylex { justify-content: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify }
.bottomflex { -webkit-box-align: end; -webkit-flex-align: end; -ms-flex-align: end; -webkit-align-items: end; align-items: end }
.topflex { -webkit-box-align: start; -webkit-flex-align: start; -ms-flex-align: start; -webkit-align-items: start; align-items: start }
.rightflex { justify-content: flex-end; -webkit-box-pack: right; -webkit-justify-content: flex-end; -ms-flex-pack: right }
.leftflex { justify-content: flex-start; -webkit-box-pack: left; -webkit-justify-content: flex-start; -ms-flex-pack: left }
.centerflex { justify-content: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center }
.topbottomflex { -webkit-box-align: center; -webkit-flex-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center }
