@font-face { font-family: 'SVN-GilroyLight'; src: url('../fonts/SVN-GilroyLight.otf'); }
@font-face { font-family: 'SVN-GilroyRegular'; src: url('../fonts/SVN-GilroyRegular.otf'); }
@font-face { font-family: 'SVN-GilroyMedium'; src: url('../fonts/SVN-GilroyMedium.otf'); }
@font-face { font-family: 'SVN-GilroySemiBold'; src: url('../fonts/SVN-GilroySemiBold.otf'); }
@font-face { font-family: 'SVN-GilroyXBold'; src: url('../fonts/SVN-GilroyXBold.ttf'); }
@font-face { font-family: 'Canela-Light'; src: url('../fonts/Canela-Light.ttf'); }
@keyframes spin {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes shake-anim {
  0% { -webkit-transform: rotate(0) scale(1) skew(1deg); 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); }
}
.popup-custom .modal-content { border-radius: 0px; border: 0px; }
.popup-custom .modal-content .modal-body { padding: 10px; }
.popup-custom .close { position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; z-index: 2; color: #888888; cursor: pointer; border: 1px solid #eeeeee; background-color: #ffffff; opacity: 1 !important; }
#popup-quickview .modal-dialog { max-width: 1140px; }
.opacity-0 { opacity: 0; }
@keyframes fadeInUp {
  0% { opacity: 0; transform: translate3d(0, 100px, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes fadeInDown {
  0% { opacity: 0; transform: translate3d(0, -100px, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes scaleLarge {
  0% { opacity: 0; transform: scale(2); }
  100% { opacity: 1; transform: scale(1); }
}

/* Main */
:root { --color-red: #ec2d3f; --color-medium-red: #cc2c32; --color-dark-red: #c31829; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #212529; --color-gray: #6c757d; --background-static: #cbab3d; --background-hover: #eceb1b; --color-static: #000; --color-hover: #ec2d3f; }

/* Toc */
a.mucluc-dropdown-list_button { }
a.mucluc-dropdown-list_button:before { content: "\f03a"; font-family: "FontAwesome"; font-style: normal; font-weight: 400; background: #fff; color: #cbab3d !important; font-size: 20px; width: 35px; height: 35px; display: inline-block; line-height: 38px; text-align: center; border: 1px solid #cbab3d; }
.meta-toc.fiedx { position: fixed; left: 5px; top: 200px; z-index: 111; }
.meta-toc .mucluc-dropdown-list_button { display: none }
.meta-toc.fiedx .mucluc-dropdown-list_button { display: block; }
.meta-toc:not(.fiedx) .box-readmore { display: block !important; }
.box-readmore { padding: 10px; background-color: #ece1d0; width: 100%; margin-top: 2px; border: 1px solid #d4c7b3; font-size: 13px; margin-bottom: 10px; }
.meta-toc.fiedx .box-readmore { width: 350px; display: none; }
.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: 0 0 5px 0; }
.box-readmore ul li a { }
.box-readmore ul li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px; }
.box-readmore ul li a { color: #000 !important; cursor: pointer; font-weight: 500; font-size: 14px; }
.box-readmore ul li li a { font-weight: 400; }
.box-readmore ul li a:hover { color: #767676; }
.hover_xam { position: relative; overflow: hidden; display: block; }
.hover_xam::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: 1; }
.hover_xam::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_xam:hover::before, .hover_xam: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%; }
.hover_circle:hover::before { -webkit-animation: circle .75s; animation: circle .75s; }
.hover_circle::before { position: absolute; top: 50%; left: 50%; z-index: 2; display: block; content: ''; width: 0; height: 0; background: rgba(255, 255, 255, .2); border-radius: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; }
@-webkit-keyframes circle {
  0% { opacity: 1; }
  40% { opacity: 1; }
  100% { width: 200%; height: 200%; opacity: 0; }
}
@keyframes circle {
  0% { opacity: 1; }
  40% { opacity: 1; }
  100% { width: 200%; height: 200%; opacity: 0; }
}
.hover_sang2 { position: relative; overflow: hidden; display: block; }
.hover_sang2:before { position: absolute; top: 0; left: -85%; z-index: 10; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg) }
.hover_sang2:hover:before { transition: 1s; left: 100% }

/* Shine */
.hover_shine { position: relative; overflow: hidden; }
.hover_shine::before { position: absolute; top: 0; left: -75%; 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, 0.3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }
.hover_shine:hover::before { -webkit-animation: shine 0.75s; animation: shine 0.75s; }
@-webkit-keyframes shine {
  100% { left: 125%; }
}
@keyframes shine {
  100% { left: 125%; }
}
.btn-11 { position: relative; display: block; overflow: hidden; z-index: 1; }
.btn-11:hover { color: #fff; }
.btn-11:before { left: -20px; transform: translate(-50%, -50%); }
.btn-11:after { right: -20px; transform: translate(50%, -50%); }
.btn-11:before, .btn-11:after { position: absolute; top: 50%; content: ""; width: 20px; height: 20px; background-color: #503d08; border-radius: 50%; z-index: -1; }
.btn-11:hover:before { -webkit-animation: criss-cross-left 0.8s both; animation: criss-cross-left 0.8s both; -webkit-animation-direction: alternate; animation-direction: alternate; }
.btn-11:hover:after { -webkit-animation: criss-cross-right 0.8s both; animation: criss-cross-right 0.8s both; -webkit-animation-direction: alternate; animation-direction: alternate; }
@-webkit-keyframes criss-cross-left {
  0% { left: -20px; }
  50% { left: 50%; width: 20px; height: 20px; }
  100% { left: 50%; width: 375px; height: 375px; }
}
@keyframes criss-cross-left {
  0% { left: -20px; }
  50% { left: 50%; width: 20px; height: 20px; }
  100% { left: 50%; width: 375px; height: 375px; }
}
@-webkit-keyframes criss-cross-right {
  0% { right: -20px; }
  50% { right: 50%; width: 20px; height: 20px; }
  100% { right: 50%; width: 375px; height: 375px; }
}
@keyframes criss-cross-right {
  0% { right: -20px; }
  50% { right: 50%; width: 20px; height: 20px; }
  100% { right: 50%; width: 375px; height: 375px; }
}

/* loadpage website */
#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999; pointer-events: none; }
div#wrap:before { background: #ffffff radial-gradient(circle, rgb(255 237 170 / 0%) 0, rgb(227 206 116 / 30%) 40%); position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ''; }
#loader-wrapper #wrap { background: #fff; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: block; text-align: center; width: 100%; height: 100%; z-index: 999999; }
#loader-wrapper.show1 #wrap { background: transparent }
#loader-wrapper:after { -webkit-mask: url(../images/mask-01.png); mask: url(../images/mask-01.png); -webkit-mask-size: 2300% 100%; mask-size: 2300% 100%; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(255, 255, 255, 1); z-index: 99999; }
#loader-wrapper.show1::after { -webkit-animation: MaskPlay 1s steps(22) forwards; animation: MaskPlay 1s steps(22) forwards; }
#loader-wrapper.show1 #wrap { opacity: 0; }
.scroll-text { position: fixed; width: 100%; top: 50%; left: 0; display: flex; pointer-events: none; transform-origin: center; mix-blend-mode: overlay; overflow: hidden; z-index: 11; text-align: center; transform: translateY(-50%); }
.scroll-text>span:nth-child(1) { animation: loopText 60s linear -60s infinite; }
.scroll-text>span:nth-child(2) { animation: loopText2 60s linear -30s infinite; }
.scroll-text span { font-size: 8vw; display: block; position: relative; white-space: nowrap; text-transform: uppercase; padding: 0 1vw; opacity: 0.2; color: #c19f00; font-family: 'SVN-GilroySemiBold'; }
@keyframes loopText {
  0% { transform: translateX(-100%) }
  100% { transform: translateX(100%) }
}
@keyframes loopText2 {
  0% { transform: translateX(-200%) }
  100% { transform: translateX(0) }
}
.loading-text ul { margin-top: 1.875rem }
.loading-text ul li { -webkit-animation: anime 1.5s infinite linear; animation: anime 1.5s infinite linear; display: inline-block; font-family: var(--bs-font-monospace); font-size: 1.875rem; letter-spacing: 1px }
.loading-text ul li:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s }
.loading-text ul li:nth-child(2) { -webkit-animation-delay: .1s; animation-delay: .1s }
.loading-text ul li:nth-child(3) { -webkit-animation-delay: .2s; animation-delay: .2s }
.loading-text ul li:nth-child(4) { -webkit-animation-delay: .3s; animation-delay: .3s }
.loading-text ul li:nth-child(5) { -webkit-animation-delay: .4s; animation-delay: .4s }
.loading-text ul li:nth-child(6) { -webkit-animation-delay: .5s; animation-delay: .5s }
.loading-text ul li:nth-child(7) { -webkit-animation-delay: .6s; animation-delay: .6s }
.loader { align-items: center; display: flex; flex-direction: column; height: 100%; justify-content: center; left: 0;  /* padding-bottom: 3.125rem; */ position: fixed; top: 0; width: 100%; z-index: 100001 }

/* name */
@-webkit-keyframes anime {
  0% { color: grey; letter-spacing: 1px; text-shadow: 1px 1px 0 #000; transform: translateY(0) }
  50% { color: #ffc107; letter-spacing: 5px; text-shadow: 5px 10px 1px #000; transform: translateY(-10px) }
  100% { color: grey; letter-spacing: 1px; text-shadow: 1px 1px 0 #000; transform: translateY(0) }
}
@keyframes anime {
  0% { color: grey; letter-spacing: 1px; text-shadow: 1px 1px 0 #000; transform: translateY(0) }
  50% { color: #ffc107; letter-spacing: 5px; text-shadow: 5px 10px 1px #000; transform: translateY(-10px) }
  100% { color: grey; letter-spacing: 1px; text-shadow: 1px 1px 0 #000; transform: translateY(0) }
}

/* end name*/
@-webkit-keyframes MaskPlay {
  from { -webkit-mask-position: 0 0; mask-position: 0 0 }
  to { -webkit-mask-position: 100% 0; mask-position: 100% 0 }
}
@keyframes MaskPlay {
  from { -webkit-mask-position: 0 0; mask-position: 0 0 }
  to { -webkit-mask-position: 100% 0; mask-position: 100% 0 }
}

/*  end loadpage website */
body { font-size: 14px; font-family: 'SVN-GilroyRegular'; color: #503D08; overflow-x: hidden; }
blockquote { font-style: italic; font-family: Georgia, Times, "Times New Roman", serif; padding: 2px 0; border-style: solid; border-color: #ccc; border-width: 0; padding-left: 20px; padding-right: 8px; border-left-width: 5px; }
blockquote p { margin-bottom: 0; }
.footer-copyright a { color: #503D08; }
.row-10 { margin-left: -5px; margin-right: -5px; }
.row-20 { margin-left: -10px; margin-right: -10px; }
.row-30 { margin-left: -15px; margin-right: -15px; }
.row-40 { margin-left: -20px; margin-right: -20px; }
.col-40 { padding-left: 20px; padding-right: 20px; }
.col-30 { padding-left: 15px; padding-right: 15px; }
.col-20 { padding-left: 10px; padding-right: 10px; }
.mg-col-10 { padding-left: 5px; padding-right: 5px; }
.padding-bottom-0 { padding-bottom: 0 !important; }
.padding-top-bottom { padding: 50px 0; }
.pad-top { padding-top: 2.5rem; }
.pad-bottom { padding-bottom: 2.5rem; }
.mg-top { margin-top: 2.5rem; }
.mg-bottom { margin-bottom: 2.5rem; }
.hover_xemthem { transition: 0.4s; }
.hover_xemthem:hover { letter-spacing: 2px; }
img { max-width: 100%; height: auto; vertical-align: top; }
a, input, textarea { outline: none; padding: 0px; }
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-content { max-width: 1300px; margin: auto; width: calc(100% - 30px); }
.fix_head { position: fixed !important; top: 0; width: 100%; z-index: 999 !important; }
.pd-l-10 { padding-left: -10px; }
.pd-r-10 { padding-right: -10px; }
.mg-l-10 { margin-left: -10px; }
.mg-r-10 { margin-right: -10px; }
.mg-b-20 { margin-bottom: 20px; }
.title-detail-main { color: #252525; font-size: 23px; margin-bottom: 1.5rem; font-weight: 500; position: relative; z-index: 2; }

/* General */
.title-main { margin-bottom: 20px; text-align: center; position: relative; z-index: 2; }
.title-main span { text-transform: uppercase; color: #503D08; text-align: center; font-size: 20px; font-style: normal; line-height: normal; letter-spacing: 2px; font-family: 'SVN-GilroyXBold'; }
.title-main-detail { font-size: 50px; font-family: 'Canela-Light'; color: #503D08; text-align: center; margin-bottom: 20px; }
.time-main { margin-bottom: 20px; letter-spacing: 1px; }
.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: rgb(236 225 208); margin-top: 15px; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; font-weight: normal; }
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: -10px; }
.control-owl button { opacity: 1; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 25px; height: 25px; text-align: center; font-size: 20px; margin: 0px; background-color: #B2B2B2; border-radius: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { right: 30px; }
.control-owl button svg { stroke: #fff; width: 25px !important; height: 25px !important; }
.control-owl button.owl-next { right: 0; }
.custom-form-row { margin-right: -10px; margin-left: -10px; }
.custom-form-row > .col, .custom-form-row > [class*="col-"] { padding-right: 10px; padding-left: 10px; }
.text-sm { font-size: 0.875rem !important; }

/* Lazyload */
img.lazy { opacity: 0; }
img:not(.initial) { -webkit-transition: opacity 1s; transition: opacity 1s; }
img.initial, img.loaded, img.error { opacity: 1; }
img:not([src]) { visibility: hidden; }
 
/* head */
.head { position: relative; background:#FDF4E2; top: 0; z-index: 11; }
.head .wrap-content { display: flex; justify-content: space-between; align-items: end; }
a.logo-head { width: 100%; text-align: center; position: relative; }
a.logo-head img { max-height: 150px; }
@keyframes clipPathScale {
  0% { transform: scale(1.5); clip-path: circle(0 at 50% 50%); }
  100% { transform: none; clip-path: circle(150% at 50% 50%); }
}
.head .head-top { border-bottom: solid 1px rgb(203 171 61 / 38%); padding: 5px 0; }
ul.social.social-header li a { padding: 0 8px; }
.lang-head a { text-decoration: none; color: #333; font-size: 15px; font-family: 'SVN-GilroyMedium'; padding: 0 10px; position: relative; }
.lang-head { margin-left: 10px; }
.lang-head a:before { position: absolute; content: ''; top: 3px; bottom: 3px; right: -2px; width: 1px; background: #333; }
.lang-head a:last-child:before { display: none; }
.lang-head a:hover { color: #cbab3d; }
.slogan-head { height: 40px; display: flex; align-items: center; width: 40%; }
.info-head { margin-bottom: 0; color: #B08C10; font-size: 19px; font-family: 'Canela-Light'; }
ul.social.social-header li img { max-height: 20px; }

/* Menu */
.menu-icon.active .menu-icon__line { background: #fff; }
.menu-icon.active .menu-icon__line { background-color: #fff; transform: translateX(-1px) rotate(-45deg); left: 1px; margin-bottom: -6px; }
.menu-icon.active .menu-icon__line-left { transform: translateX(1px) rotate(45deg); left: 0; opacity: 0; }
.menu-icon.active .menu-icon__line-right { transform: translateX(-1px) rotate(45deg); margin-bottom: 0px; }
.menu-icon {
  height: 40px;
  width: 45px;
  position: fixed;
  z-index: 112;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  left: 50px;
  top: 65px;
  padding: 0 5px;
  border-radius: 2px;
}
.menu-icon.active{top:40px}
.menu-icon.active.fix_head .menu-icon__line{
  background: #B08C10;
}
.menu-icon.fix_head{
  background: #eeeff0;
  box-shadow: 1px 1px 5px rgb(80 61 8 / 42%);
  height: 35px;
  top: 20px;
}
.menu-icon__line { height: 3px; width: 100%; display: block; background-color: #cbab3d; margin: 3px 0; transition: transform 0.2s ease, background-color 0.5s ease; position: relative; }
.menu-icon__line-left { left: 0px; }
.menu-icon__line-right { left: 0px; }
.menu_nav { position: fixed; z-index: 11; background: rgb(119 92 0 / 32%); left: -500px; top: 0; bottom: 0; transition: all 1s; opacity: 0; }
.nav__list { }
.nav-active .nav__content { visibility: visible; }
.nav-active .box-search { position: fixed; top: 50px; left: 20px; }
.nav-active .box-search .clicktk { filter: grayscale(1) brightness(2); color: #ccc; }
.nav-active .box-search .clicktk img { filter: invert(1); }
.nav__list-item {/* position: relative; */display: block;transition-delay: 0.8s;opacity: 0;transform: translate(-100%, 0%);transition: opacity 0.2s ease, transform 0.3s ease;width: 200px;}
ul.nav__list {padding: 0 50px;padding-top: 100px;/* position: relative; */width: 600px;text-align: left;z-index: 2;height: 100%;background: #CBAB3D;}
ul.nav__list li a { color: #fff; font-size: 20px; text-decoration: none; padding: 10px 0; display: block; text-transform: capitalize; }
ul.nav__list li a:hover { color: #470a00; }
ul.nav__list li ul {position: absolute;top: 5px;left: 250px;list-style: none;visibility: hidden;opacity: 0;transition: all 0.5s;transform: translateY(100%);padding: 0;width: 250px;height: 300px;overflow-y: scroll;}
ul.nav__list li ul li a { padding: 5px 0; font-size: 16px; }
ul.nav__list li.opened ul { visibility: visible; opacity: 1; transition: all 0.5s; transform: translateY(0%); }
.nav-active { width: 100vw; overflow: hidden; left: 0; opacity: 1; }
.nav-active .nav__list-item { opacity: 1; transform: translateX(0%); transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease; }
.nav-active .nav__list-item:nth-child(0) { transition-delay: 0.5s; }
.nav-active .nav__list-item:nth-child(1) { transition-delay: 0.6s; }
.nav-active .nav__list-item:nth-child(2) { transition-delay: 0.7s; }
.nav-active .nav__list-item:nth-child(3) { transition-delay: 0.8s; }
.nav-active .nav__list-item:nth-child(4) { transition-delay: 0.9s; }
.nav-active .nav__list-item:nth-child(5) { transition-delay: 1s; }
.nav-active .nav__list-item:nth-child(6) { transition-delay: 1.1s; }
.nav-active .nav__list-item:nth-child(7) { transition-delay: 1.2s; }
.nav-active .menu-icon__line { background: #fff }
.nav__list-item.has-submenu.opened .icon-plus-submenu:before{
  transform: rotate(45deg);
  top: calc(50% - 3px);
  width: 10px;
}
.nav__list-item.has-submenu.opened .icon-plus-submenu:after{transform: rotate(45deg);height: 10px;right: 4px;}
/* Search */
.search { width: 25%; background: #ffffff; }
.search p { float: left; width: 35px; height: 35px; line-height: 35px; cursor: pointer; text-align: center; margin: 0px; color: #6c757d; font-size: 16px; }
.search input { width: calc(100% - 35px); height: 35px; float: left; outline: none; padding: 0px; border: 0px; background: transparent; text-indent: 10px; font-size: 12px; }
.search input::-webkit-input-placeholder { color: #313131; }
.search input:-moz-placeholder { color: #313131; }
.search input::-moz-placeholder { color: #313131; }
.search input:-ms-input-placeholder { color: #313131; }

/* Mmenu */
.menu-res { z-index: 100; background: var(--background-static); position: relative; }
@media only screen and (max-width:991px) {
  .menu-res { display: block; }
}
.menu-bar-res { height: 50px; padding: 0px 15px; }
#menu { display: none; }
#hamburger { display: block; width: 30px; height: 23px; position: relative; }
#hamburger:before, #hamburger:after, #hamburger span { background: #ffffff; content: ""; display: block; width: 100%; height: 2px; position: absolute; left: 0px; }
#hamburger:before { top: 0px; }
#hamburger span { top: 10px; }
#hamburger:after { top: 20px; }
#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; }
.search-res .icon-search { width: 40px; height: 40px; cursor: pointer; text-align: center; line-height: 42px; color: #ffffff; font-size: 17px; margin: 0px; }
.search-res .icon-search.active { color: #ec2d3f; background: #ffffff; border-radius: 100%; }
.search-res .search-grid { position: absolute; top: 50px; right: 0px; width: 0px; height: 40px; overflow: hidden; background: #ffffff; border: 1px solid #ec2d3f; z-index: 2; 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: #ec2d3f; 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: #ec2d3f; }
.search-res .search-grid input::-webkit-input-placeholder { color: #313131; }
.search-res .search-grid input:-moz-placeholder { color: #313131; }
.search-res .search-grid input::-moz-placeholder { color: #313131; }
.search-res .search-grid input:-ms-input-placeholder { color: #313131; }

/* Slideshow */
.slideshow { position: relative; }
.slideshow-item { display: block; cursor: pointer; }
.slideshow:hover .control-slideshow { opacity: 1; }
.control-slideshow { opacity: 0; }
.info-slide { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.name-slide { font-size: 30px; text-transform: uppercase; color: #fff; }
.desc-slide { font-size: 15px; color: #fff; width: 500px; margin: 20px 0; }
.views-more-slide { background-color: var(--background-static); width: 120px; height: 40px; color: #fff; font-size: 15px; }
.box-slide.slick-current.slick-active .name-slide { animation: fadeInUp; animation-duration: 1s; animation-delay: 0.5s; animation-fill-mode: forwards; }
.box-slide.slick-current.slick-active .desc-slide { animation: fadeInUp; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; }
.box-slide.slick-current.slick-active .views-more-slide { animation: scaleLarge; animation-duration: 1s; animation-delay: 1.5s; animation-fill-mode: forwards; }
.slide-text .slick-prev, .slide-text .slick-next { width: 40px; height: 50px; border-radius: 5px; background: rgba(0, 0, 0, 0.3); }
.slide-text .slick-prev { left: 5px; }
.slide-text .slick-next { right: 5px; }
.slide-text .slick-prev:before { font-family: "FontAwesome"; font-weight: 400; content: "\f053"; }
.slide-text .slick-next:before { font-family: "FontAwesome"; font-weight: 400; content: "\f054"; }
.slide-text .slick-dots { bottom: 20px; }
.slide-text .slick-dots li { margin: 0; }
.slide-text .slick-dots li button:before { color: #fff; font-size: 15px; }
.wrap-photo-gt { }
.dg-wrapper { width: 845px; height: 685px; max-height: 81.5vw; margin: 15px auto; position: relative; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000px; -moz-perspective: 1000px; -o-perspective: 1000px; -ms-perspective: 1000px; perspective: 1000px; max-width: 100%; }
.dg-wrapper a { display: block; position: absolute; left: 0; top: 0; padding: 0; background: #fff;transition: all 1s; }
.item { position: relative; }
.dg-wrapper a img { display: block; }
div#dg-container { position: relative; }
.dg-wrapper a.dg-transition { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.wrap-about-top { background: #F4EFE7; padding: 40px 0; overflow: hidden; }
.wrap-about-top h2 { font-family: 'Canela-Light'; }
.wrap-photo-gt { margin-bottom: 60px; }
.content-about { line-height: 35px; font-family: 'SVN-GilroyLight'; color: #503D08; }
.wrap-team { padding: 50px 0; }
.item_team { width: calc(100%/4 - 56px); margin: 28px; }
.box-team { margin: -28px; }
.item_team .img { border-radius: 5px; overflow: hidden; margin-bottom: 20px; }
p.name_mem { color: #503D08; font-size: 24px; font-family: 'Canela-Light'; margin-bottom: 5px; }
.desc_mem { color: #503D08; font-family: 'SVN-GilroyMedium'; letter-spacing: 1.4px; }
.title-main-detail1 { color: #503D08; font-size: 36px; font-family: 'Canela-Light'; text-transform: capitalize; margin-bottom: 35px; }
.title-main-detail2 { color: #503D08; font-size: 42px; font-family: 'Canela-Light'; text-transform: capitalize; margin-bottom: 20px; }
.wrap-about { padding: 50px 30px; background: #E4D9C6; overflow: hidden; }
.about_left { padding: 0 50px; }
.about_right { }
.title_about { }
.name_about { color: #503D08; font-size: 80px; font-family: 'Canela-Light'; }
.desc_about { color: #503D08; font-size: 22px; line-height: 35px; margin-bottom: 20px; }
.views { min-width: 218px; height: 48px; flex-shrink: 0; background: #CBAB3D; display: inline-block; text-align: center; line-height: 48px; text-transform: uppercase; color: #fff !important; font-size: 16px; font-family: 'SVN-GilroyXBold'; letter-spacing: 1.6px; padding: 0 20px; }
.wrap-tl { background: #E4CF6B; padding: 50px 0; }
.tl_left { width: 50%; }
.tl_right { width: 50%; padding-left: 65px; padding-right: 120px; }
h2.name_tl { color: #503D08; font-size: 36px; font-family: 'Canela-Light'; margin-bottom: 20px; }
.desc_tl { color: #503D08; font-size: 16px; line-height: 35px; max-height: 595px;overflow-y: auto;}
.ht-right { width: 48%; }
.ht-left { width: 45%; }
.wrap-ht .title-main { text-align: left; }
.wrap-ht { background: #F4EFE7; padding: 50px 0; }
.wrap-project { padding: 50px 0; background: #F4EFE7; }
.pic-project { aspect-ratio: 405/325; display: block; margin-bottom: 25px; position: relative; overflow: hidden; }
.item-project.project2 { margin-bottom: 40px; }
.item-project h3 a { color: #503D08; font-size: 30px; font-family: 'SVN-GilroyRegular'; -webkit-line-clamp: 1; margin-bottom: 15px; }
.item-project:hover h3 a, .item-project:hover p.name_list { color: #CBAB3D; }
p.name_list { color: #503D08; font-size: 15px; font-family: 'SVN-GilroyMedium'; letter-spacing: 1.6px; margin-bottom: 0; }
.btn-view .views { margin-top: 45px; }
.info_project { padding: 0 20px; }
.wrap-photo { background: #E4CF6B; padding: 60px 0 45px 0; }
.title_photo { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
a.logo-photo { width: 80px; }
.info_photo { width: calc(100% - 100px); }
.portfolio-item { margin-bottom: 10px; }
.btn-views1 { margin-top: 20px; }
a.portfolio-more-btn { width: 90px; height: 34px; flex-shrink: 0; display: inline-block; border-radius: 4px; background: #343434; line-height: 34px; color: #fff; text-transform: capitalize; cursor: pointer; margin: 0 5px; }
a.follow img { margin-right: 10px; vertical-align: middle; }
a.follow { text-decoration: none; width: 170px; height: 34px; flex-shrink: 0; border-radius: 4px; background: #408BD1; display: inline-block; line-height: 34px; color: #fff; margin: 0 5px; }

/* Breadcrumb */
.breadCrumbs { position: relative; z-index: 1; margin-bottom: 15px; }
.bg_br { position: absolute; content: ''; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(45deg, #fff, transparent); z-index: 1; pointer-events: none; }
.breadCrumbs .wrap-content { padding: 12px 0; }
.breadCrumbs .wrap-content .breadcrumb { position: relative; z-index: 2; padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 0; }
.breadCrumbs .wrap-content .breadcrumb-item a { c; color: #9C9D9B; B; font-size: 15px; }
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: #503D08; }
.roll { cursor: grab; }
.roll::-webkit-scrollbar { width: 1px; }
.roll::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #ffdb5e; }
.roll::-webkit-scrollbar-thumb { background-color: #ffdb5e; outline: 2.9px solid #ffdb5e; }

/* Album */
.album { cursor: pointer; }
.album .album-image { margin-bottom: 0.75rem; }
.album .album-name { margin-bottom: 0px; text-align: center; }
.album .album-name a { display: block; font-size: 16px; color: #212529; margin-bottom: 0px; }

/* Product */
.wrap-product { margin-bottom: 0; }
.cart-product { margin-bottom: 0px; }
.cart-product span { cursor: pointer; color: #ffffff; text-transform: capitalize; text-align: center; }

/* Product Detail */
.grid-pro-detail { margin-bottom: 3rem; position: relative; z-index: 1; margin-top: 30px; }
.left-pro-detail { position: relative; text-align: center; width: 55%; display: flex; justify-content: space-between; align-items: start; }
.slick_pro2 { width: 110px; }
.slick_pro1 { width: calc(100% - 125px); }
.right-pro-detail { width: 40%; }
.left-pro-detail .MagicZoom { }
.gallery-thumb-pro { position: relative; margin-top: 10px; }
.owl-pro-detail { padding: 0; }
.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: 0; border-radius: 5px; cursor: pointer; margin-bottom: 13px; aspect-ratio: 108/134; }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { }
.thumb-pro-detail img { -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-filter: brightness(100%) !important; filter: brightness(100%) !important; border-bottom: 0px !important; padding-bottom: 0px !important; }
.title-pro-detail { text-transform: capitalize; font-size: 32px; display: block; font-family: 'SVN-GilroyMedium'; color: #503D08; }
.comment-pro-detail { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.social-plugin-pro-detail { margin-bottom: 1rem; margin-top: 10px !important; filter: sepia(1); }
.desc-pro-detail { margin-bottom: 25px; border-top: solid 1px #C6B7A0; padding: 20px 0; line-height: 30px; border-bottom: solid 1px #C6B7A0; }
.title-main1 { font-size: 32px; font-family: 'SVN-GilroyMedium'; margin-bottom: 25px; }
.content-text { margin-bottom: 30px; line-height: 30px; font-size: 16px; }
.attr-pro-detail { list-style: none; padding: 0px; }
.attr-pro-detail li { margin-bottom: 0.5rem; }
.attr-pro-detail li.msp { color: #503D08; font-size: 15px; font-family: 'SVN-GilroyMedium'; letter-spacing: 1.5px; }
.attr-label-pro-detail { margin: 0px 5px 0px 0px; }
.attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.brand-pro-detail { }
.brand-pro-detail a { background: var(--color-red); color: #fff; border-radius: 2px; padding: 2px 5px; }
.price-new-pro-detail { font-size: 23px; color: #503D08; letter-spacing: 2.6px; font-family: 'SVN-GilroyMedium'; }
.price-old-pro-detail { font-weight: 400; color: var(--color-gray); text-decoration: line-through; padding-left: 10px; }
.tags-pro-detail { margin-top: 10px; }
.tags-pro-detail span { color: #9E9477; font-size: 16px; }
.tags-pro-detail a { font-size: 16px; padding-bottom: 0; margin: 0px 3px 3px 0px; display: inline-block; text-decoration: none; color: #503D08; text-transform: capitalize; position: relative; padding-right: 5px; }
.tags-pro-detail a:hover { text-decoration: underline; }
.tags-pro-detail a:before { position: absolute; content: ','; bottom: 0; right: -3px; }
.tags-pro-detail a:last-child:before { display: none; }
.tags-pro-detail a i { font-size: 11px; margin: 5px 5px 0px 0px; }
.tabs-pro-detail { margin-top: 2rem; }
.tabs-pro-detail .nav-tabs .nav-link { border-top-width: 3px; font-size: 15px; color: #333; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; }
.tabs-pro-detail .nav-tabs .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link { border-top-color: #555555; }

/* News */
.wrap-detail {  /* overflow: hidden; */
position: relative; z-index: 1; }
.main-content-da {
  max-height: 330px;
  overflow-y: auto;
}
.banner_tt { height: 500px; position: relative; background-size: cover; background-attachment: fixed; background-position: center; display: flex; flex-flow: column; justify-content: center; align-items: center; z-index: 1; }
.banner_tt .title-main-detail { font-size: 97px; color: #fff; max-width: 750px; line-height: 1.2; margin: auto; }
.banner_tt:after { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, #140b06, transparent); pointer-events: none; z-index: -1; }
.desc_banner { color: #fff; font-size: 26px; font-family: 'Canela-Light'; text-align: center; }
.btn-views-tt { margin-top: 80px; }
.btn-views-tt a { margin: 5px; }
.info_banner { max-width: 1000px; margin: auto; padding: 0 10px; }
.wrap-ser { background: #F4EFE7; padding: 50px 0; }
.item_ser .img { border-radius: 5px; overflow: hidden; aspect-ratio: 420/340; }
.item_ser h3 { margin-bottom: 25px; }
.item_ser h3 a { color: #503D08; font-size: 42px; font-family: 'SVN-GilroyLight'; text-transform: capitalize; line-height: 46px; max-height: 46px; -webkit-line-clamp: 1; }
.item_ser { text-align: center; }
.showUp, .showDown { position: relative; }
.showUp:before, .showDown:before { position: absolute; content: ''; left: 0; right: 0; background: #fff; z-index: 1; height: 100%; transition: all 1.5s; }
.showUp.aos-init.aos-animate:before, .showDown.aos-init.aos-animate:before { height: 0; transition: all 1.5s; }
.showUp:before { top: 0; }
.showDown:before { bottom: 0; }
@keyframes avia-curtain-reveal-btt {
  0% { height: 100% }
  100% { height: 0; }
}
.list-tc h3 { margin: 20px 0; color: #503D08; font-size: 21px; font-family: 'Canela-Light'; }
.list-tc h3 img { vertical-align: middle; margin-right: 15px; }
@keyframes avia_appear {
  0% { transform: scale(.5); opacity: .1; }
  100% { transform: scale(1); opacity: 1; }
}
.pic-news { width: 210px; }
.pic-news img { width: 100%; }
.info-news { width: calc(100% - 210px); padding-left: 20px; }
.name-news { color: #503D08; font-size: 24px; line-height: 30px; text-transform: capitalize; margin-bottom: 15px; }
.name-news.text-split { -webkit-line-clamp: 2; max-height: 60px; }
.name-news:hover { color: var(--background-static); }
.date_news { color: #503D08; font-size: 16px; font-family: 'SVN-GilroyMedium'; margin-bottom: 15px; }
p.views_news { margin-bottom: 0; }
p.views_news { }
p.views_news a { text-decoration: none; margin-right: 10px; padding-right: 10px; color: #503D08; text-transform: uppercase; letter-spacing: 1.4px; font-family: 'SVN-GilroyMedium'; position: relative; }
p.views_news a:last-child:before { display: none; }
p.views_news a:before { position: absolute; content: ''; top: 3px; right: 0; bottom: 3px; width: 1px; background: #503D08; }
p.views_news a:hover { color: var(--background-static); }
.time-news { color: var(--color-gray); margin-bottom: 10px; }
.desc-news { color: #676767; margin-top: 5px; line-height: 22px; }
.news .news-name { margin-bottom: 0.5rem; }
.news .news-name a { color: #333; font-size: 16px; }
.news .news-name a.text-split { -webkit-line-clamp: 2; }
.news .news-name a:hover { color: #ec2d3f; }
.news .news-time { color: #84878a; margin-bottom: 0.25rem; }
.news .news-desc { color: #333333; margin-top: 5px; line-height: 22px; }
.othernews b { margin-bottom: 10px; font-size: 18px; font-family: 'SVN-GilroyMedium'; }
.wrap-product-tt { background: #F4EFE7; padding: 60px 0 50px 0; border-top: solid 1px #e1d5ac; }
.wrap-product-tt1 { padding: 40px 0 50px 0; border-top: solid 1px #e1d5ac; }
.item_list { margin-bottom: 55px; display: flex; justify-content: space-between; align-items: center; position: relative; }
.item_list:before { position: absolute; content: ''; top: -10px; left: 40px; width: 55px; height: 55px; background: #E3D3A3; border-radius: 50%; pointer-events: none; animation: zoom 2s infinite linear; }
@keyframes zoom {
  0% { transform: scale(0.8); }
  50% { transform: scale(1); }
  100% { transform: scale(0.8); }
}
.item_list .img { width: 65px; position: relative; }
.info_list { width: calc(100% - 100px); }
.info_list h2 a { text-decoration: none; color: #503D08; font-size: 22px; font-family: 'SVN-GilroyMedium'; display: block; }
.info_list:hover h2 a { color: #dfc76b; }
.info_list h2 { margin-bottom: 5px; }
.count_pro { color: #503D08; font-size: 15px; }
.wrap-we-can { background: #F4EFE7; }
.bv_left { width: 50%; padding-right: 60px; }
.bv_left h2.name_tl { font-size: 42px; }
.bv_right { width: 50%;margin-bottom: 60px; }
.photo_dv { padding: 1px; }
.photo_dv .img { border: 8px solid #FFF; background: url(<path-to-image>) lightgray 50% / cover no-repeat; }
.news1 { margin-bottom: 30px; }
a.pic-news1 { border-radius: 5px; aspect-ratio: 405/330; }
.wrap-qt { padding: 50px 0; }
.wrap-qt .owl-page-qt { padding-top: 20px; position: relative; }
.item_qt { border: 2px solid #EBEBEB; padding: 20px; transition: all 0.5s; background: #fff; }
.item_qt:hover { border: 2px solid #D6C163; }
.desc_qt { color: #503D08; line-height: 30px; }
p.step { color: #503D08; font-size: 24px; font-family: 'Canela-Light'; margin-bottom: 5px; }
.item_qt h4 { color: #503D08; font-size: 20px; font-family: 'Canela-Light'; }
.wrap-project1 { margin-bottom: 70px; }
.wrap-project-tt { border-top: solid 1px #DDD3B7; background: #F4EFE7; }
.avia-post-nav { position: fixed; height: 110px; top: 50%; background: #aaa; background: rgba(0, 0, 0, .1); color: #fff; margin-top: -55px; padding: 15px; text-decoration: none; z-index: 501; transform: translate3d(0, 0, 0); }
.avia-post-nav:hover { background:; background: rgba(0, 0, 0, .8) }
.avia-post-nav i { position: absolute; top: 50%; height: 22px; line-height: 22px; margin-top: -11px; font-size: 18px; color: #fff; left: 10px; }
.avia-post-nav .entry-image { height: 80px; width: 80px; display: block }
.avia-post-nav .entry-image img {    /* border-radius: 100px; */
display: block }
.avia-post-prev { left: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px }
.avia-post-prev .label { left: 10px }
.avia-post-next { right: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px }
.avia-post-next .label { right: 10px }
.avia-post-next.with-image { text-align: right }
.avia-post-nav .entry-info { display: block; height: 80px; width: 220px; display: table }
.avia-post-next .entry-info { margin: 0 0px 0 20px; }
.avia-post-prev .entry-info { margin: 0 1px 0 20px }
.avia-post-nav .entry-info span { display: table-cell; vertical-align: middle; font-size: 13px; line-height: 1.65em; color: #fff; text-align: left; }
.avia-post-nav .entry-info-wrap { width: 1px; overflow: hidden; display: block; transition: all 0.5s; }
.avia-post-nav:hover .entry-info-wrap { width: 240px; transition: all .5s; }
.list-photo-detail { margin-top: 45px; }
.box-photo-detail { display: flex; justify-content: center; flex-wrap: wrap; align-items: start; }
.box-photo-detail:nth-child(2) { background: #fff; padding-bottom: 50px; margin-top: 50px; justify-content: center; }
.item_photo_detail { text-align: center; margin-top: 50px !important; }
.item_photo_detail .img { display: inline-block; position: relative; }
.box-photo-detail .item_photo_detail:nth-child(1) { width: 100%; }
.box-photo-detail .item_photo_detail:nth-child(2), .box-photo-detail .item_photo_detail:nth-child(3) { width: calc(50% - 40px); margin: 0 20px; }
.box-photo-detail .item_photo_detail:nth-child(2) { text-align: right; }
.box-photo-detail .item_photo_detail:nth-child(3) { text-align: left; }
.item-project.project1 { background: #F4EFE7; margin-bottom: 40px; }
.item-project.project1 .pic-project { margin-bottom: 10px; }
.item-project.project1 .info_project { padding: 0 15px 15px 15px; }
.item-project.project1 h3 a { font-size: 24px; }
.item-project.project1 .name_list { font-size: 14px; }
.cats-owl.list-hot a { font-size: 15px; color: #9C9D9B; display: inline-block; position: relative; margin-right: 20px; padding: 10px 0; padding-right: 20px; cursor: pointer; font-family: 'SVN-GilroyMedium'; }
.cats-owl.list-hot a:after { position: absolute; content: ''; top: 14px; right: -5px; height: 15px; width: 1px; background: #BDBBB8; transform: rotate(20deg); }
.cats-owl.list-hot a.active:after { background: #503D08; }
.cats-owl.list-hot a:last-child:after { display: none; }
.cats-owl.list-hot a:hover, .cats-owl.list-hot a.active { color: #503D08; }
.wrap-bv2 { background: #E4D9C6 url(../images/layerbv.png) repeat-x left bottom 5px; padding: 50px 0 135px 0; }
.wrap-bv2 h4.title-main-detail1 { font-size: 42px; margin-bottom: 20px; }
.desc_bv2 { color: #503D08; font-size: 18px; font-family: 'SVN-GilroyMedium'; text-align: center; line-height: 35px; margin-bottom: 40px; }
.item_ques span.icon-plus-submenu, .has-submenu span.icon-plus-submenu { width: 25px; height: 25px; cursor: pointer; position: absolute; left: 5px; 8px; top: 10px; margin: auto; border: 1px solid transparent; z-index: 5; }
.nav__list-item.has-submenu span.icon-plus-submenu{
  right:0;
  left: auto;
}
.icon-plus-submenu:after, .icon-plus-submenu:before { background: #fff; content: ''; display: block; position: absolute; margin-right: 4px; top: 50%; right: 0; -moz-transition: all .25s linear; -o-transition: all .25s linear; -webkit-transition: all .25s linear; transition: all .25s linear; }
.icon-plus-submenu:before { width: 12px; height: 2px; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.icon-plus-submenu:after { width: 2px; height: 12px; right: 5px; transform-origin: center; -moz-transform: translateY(-50%) scale(1, 1); -ms-transform: translateY(-50%) scale(1, 1); -webkit-transform: translateY(-50%) scale(1, 1); transform: translateY(-50%) scale(1, 1); }
.item_ques .icon-plus-submenu:hover { }
.has-submenu.opened .icon-plus-submenu:after { -moz-transform: translateY(-50%) scale(1, 0); -ms-transform: translateY(-50%) scale(1, 0); -webkit-transform: translateY(-50%) scale(1, 0); transform: translateY(-50%) scale(1, 0); }
.bg_color { background-color: #f4efe7; }
.bgContact { background-image: url(../images/layerbv.png); background-repeat: repeat-x; background-position: left bottom 5px; padding-bottom: 120px; }
.wrap-question { padding: 50px 0; }
.item_ques h5 { background: #CBAB3D; margin-bottom: 0; position: relative; color: #fff; font-size: 16px; font-family: 'SVN-GilroyMedium'; padding: 10px 35px; line-height: 25px; cursor: pointer; }
.item_ques { border: 1px solid #EBEBEB; background: #F8F8F8; }
.item_ques.opened { margin-bottom: 5px; }
.desc_ques { color: #503D08; font-size: 14px; line-height: 30px; padding: 20px 35px; display: none; }
.owl-page-review { position: relative; }
.owl-page-review .control-review.control-owl { top: 50%; }
.owl-page-review .control-owl button.owl-prev { left: -30px; }
.owl-page-review .control-owl button.owl-next { right: -30px; }
.owl-page-review .control-owl button { background: none; }
.owl-page-review .control-owl button svg { stroke: #D1D1CF; }
.item_review .img { width: 70px; border-radius: 50%; margin: auto; top: -35px; position: relative; margin-bottom: -25px; }
.item_review .img img { width: 100%; height: 100%; border-radius: 50%; }
.item_review .img:before { position: absolute; content: ''; bottom: 0; right: 0; background: url(../images/icongg.png) no-repeat; width: 26px; height: 26px; }
.item_review { text-align: center; background: #F4F4F4; position: relative; padding: 0 20px; margin-top: 35px; padding-bottom: 10px; border-radius: 10px; }
span.show_more { color: #7A7A7A; font-size: 13px; line-height: 28px; display: block; cursor: pointer; }
.item_review:hover span.show_more { color: #cbab3d; }
.wrap-review { background: #F4EFE7; padding: 70px 0; }
.item_review h6 { font-size: 15px; font-family: 'SVN-GilroySemiBold'; }
.item_review .date { color: #7A7A7A; font-size: 11px; margin-bottom: 5px; }
.desc_review { color: #545454; font-size: 13px; line-height: 28px; font-family: 'SVN-GilroyMedium'; -webkit-line-clamp: 4 !important; }
.item_review.active .desc_review { -webkit-line-clamp: initial !important; transition: all 0.5s; }

/*News orther*/
.right { position: sticky; top: 150px; z-index: 11; }
.news-other { margin-bottom: 15px; }
.pic-news-other { width: 40%; }
.info-news-other { width: 60%; padding-left: 10px; }
.name-news-other { color: #503d08; font-size: 15px; line-height: normal; font-family: 'SVN-GilroyMedium'; }
.name-news-other:hover { color: var(--background-static); }
.name-news-other.text-split { }

/* Contact */
.form-floating.form-floating-cus>input, .form-floating-cus>select { height: 54px; border: none; }
.form-floating.form-floating-cus>textarea { height: 225px; border-bottom: none; }
.form-floating.form-floating-cus>label { padding: 15px 25px; color: #b9b9b9; letter-spacing: 1.6px; text-transform: uppercase; }
.contact-article { max-width: 740px; margin: auto; margin-bottom: 0; text-align: center; }
.contact-text { margin-bottom: 50px; }
.contact-input { position: relative; margin-bottom: 15px; }
.btn-send { width: 145px; height: 45px; text-transform: uppercase; font-family: 'SVN-GilroyXBold'; letter-spacing: 1.6px; border-radius: 0; }
.contact-input input, .contact-input textarea { border-radius: 0; border-top: none; border-left: none; border-right: none; }
.contact-input input:focus, .contact-input textarea:focus { box-shadow: none; outline: none; }
.contact-input textarea { resize: none; height: 150px; }
.contact-input .custom-file-label::after { content: attr(title); }
.contact-map { position: relative; height: 500px; filter: saturate(0.5); }
.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); }
.form-newsletter { height: 45px; display: flex; }
.newsletter-input { position: relative; height: 100%; width: calc(100% - 60px); }
.newsletter-input input { border-radius: 0px; height: 100%; width: 100%; }
.newsletter-button { width: 60px; }
.newsletter-button input[type="submit"] { border: 0px; color: #fff; text-transform: uppercase; height: 100%; border-radius: 0; background: var(--background-static); width: 100%; }
.box-album { display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; }
.item_album { width: calc(100%/3 - 20px); margin: 10px; text-align: center; }
.item_album .img { margin-bottom: 15px; border-radius: 10px; overflow: hidden; aspect-ratio: 365/250; }
.item_album:hover h3 a { opacity: 1; transform: scale(1); }
.item_album h3 { }
.item_album h3 a { font-size: 20px; line-height: 1; color: #000; transition: transform 250ms linear, opacity 250ms ease; }

/* Footer */
.footer-article { background-color: #CBAB3D; color: #fff; padding: 60px 0 90px 0; font-size: 16px; font-family: 'SVN-GilroyMedium'; line-height: 30px; }
.footer-title { text-transform: uppercase; font-size: 16px; margin-bottom: 20px; font-family: 'SVN-GilroyXBold'; letter-spacing: 1.6px; }
.name-company { text-transform: uppercase; font-size: 14px; margin-bottom: 1rem; font-weight: 700; }
.footer-ul { list-style: none; padding: 0px; margin: 0px; }
.footer-ul li { margin-bottom: 10px; }
.footer-ul li:last-child { margin-bottom: 0px; }
.footer-ul li a { color: #212529; }
.footer-ul li a:hover { text-decoration: none; color: #ec2d3f; }
ul.social.social-footer li a { display: block; text-decoration: none; color: #fff; font-size: 16px; font-family: 'SVN-GilroyMedium'; }
ul.social.social-footer li a:hover { color: #ffda58; }
ul.social.social-footer li { display: block; width: 100%; margin-bottom: 5px; }
ul.social.social-footer { margin-bottom: 0; }
a.logo-ft { display: block; width: 100%; margin-top: 50px; }
.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 { color: #503D08; background-color: #F4EFE7; font-size: 13px; }
.footer-powered .wrap-content { padding-top: 15px; padding-bottom: 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: 500px; }
#footer-map iframe { position: absolute !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; }

/* Like Share */
.social-plugin { margin-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; filter: sepia(1); }
.social-plugin .at-share-btn { margin-bottom: 0px !important; }
.social-plugin .zalo-share-button { margin-left: 3px; }

/* Paging */
ul.pagination { justify-content: start !important; }
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: 12px; min-width: 35px; height: 35px; border-radius: 50px; line-height: 35px; text-align: center; padding-top: 0; padding-bottom: 0; }
.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: #cdcdcd; border-color: #cdcdcd; }

/* Paging Ajax */
.pagination-ajax { text-align: center; }
.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: #CBAB3D; background-color: #CBAB3D; }
.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; }

/*Go top*/
.progress-wrap { position: fixed; bottom: 70px; right: 20px; height: 50px; width: 50px; cursor: pointer; display: block; border-radius: 50px; z-index: 100; opacity: 0; visibility: hidden; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); -webkit-transition: all 400ms linear; -o-transition: all 400ms linear; transition: all 400ms linear; }
.progress-wrap.active-progress { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
.progress-wrap::after { position: absolute; font-family: 'Font Awesome 6 Pro'; content: '\f077'; text-align: center; line-height: 50px; font-size: 16px; font-weight: 900; color: #f6d04b; left: 0; top: 0; height: 50px; width: 50px; cursor: pointer; display: block; z-index: 1; -webkit-transition: all 400ms linear; -o-transition: all 400ms linear; transition: all 400ms linear; }
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path { stroke: #f6d04b; stroke-width: 4; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 400ms linear; -o-transition: all 400ms linear; transition: all 400ms linear; }

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

/* Transition All */
.transition, .control-owl button, .carousel-comment-media .carousel-control a span, .menu ul li a.has-child:after, .menu ul li ul, .menu ul li:hover > ul, .scale-img img, .scale-img:hover > img, .btn-frame .kenit-alo-circle-fill, .support-online .kenit-alo-circle-fill { -webkit-transition: 0.3s all; transition: 0.3s all; }

/* Scale IMG */
.scale-img { overflow: hidden; display: block; }
.scale-img img { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
.scale-img:hover > img { -webkit-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; }

/* Button Frame */
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 10; cursor: pointer; }
.btn-frame i { width: 50px; height: 50px; border-radius: 50%; background: #1182fc; position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.btn-frame i img { vertical-align: middle; width: 70%; }
.btn-frame .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.btn-frame .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; border-radius: 100%; border: 2px solid rgba(7, 41, 103, 0.8); opacity: 0.1; border-color: #1182fc; opacity: 0.5; }
.btn-frame .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }
.btn-frame .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.btn-frame .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; border-radius: 100%; border: 2px solid transparent; background-color: rgba(7, 41, 103, 0.35); opacity: 0.4; }
.btn-frame .pulse { -webkit-animation-name: pulse; animation-name: pulse; }

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

/* Phone */
.btn-phone { bottom: 230px; }
.btn_animation--style { display: flex; justify-content: center; text-decoration: none; border-radius: 10px; position: relative; overflow: hidden; transition: all 0.3s ease-in-out; z-index: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; --tw-shadow: 0px 1px 6px #66cdee; --tw-shadow-colored: 0px 1px 6px var(--tw-shadow-color); width: 3rem; height: 3rem; z-index: 111; }
.btn_animation--style:hover { transition: all 0.3s ease-in-out; z-index: 1; margin: auto 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; padding-left: 0.5rem; padding-right: 0.5rem; width: 100%; }
.btn_animation--style:before { content: ""; position: absolute; margin: 0 auto; inset: 0; width: 100%; background-image: linear-gradient(180deg, rgb(165 165 165), rgb(17 130 252)); height: 60px; animation: rotate360 4s linear infinite; transition: all 0.2s linear; z-index: 0; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; pointer-events: none; -webkit-animation: rotate360 4s linear infinite }
.btn_animation--style:after { content: ""; position: absolute; background: #fff; inset: 4px; border-radius: 4px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px }
.btn_animation--style span { position: relative; z-index: 2; color: #122257; opacity: 0; font-size: 1rem; line-height: 1.5rem; white-space: pre; width: 0; }
.btn_animation--style i { display: block; max-width: 30px; }

/*.btn_animation--style:hover{color:#fff;background:#fff}.btn_animation--style:hover:after{background:var(--background-static)}.btn_animation--style:hover span{color:#fff;opacity:1;width:auto;margin-right:5px}*/
@keyframes rotate360 {
  from { transform: rotate(0deg) }
  to { transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg) }
}
.menu-contacts-left { position: fixed; bottom: 215px; right: 20px; display: flex; align-items: flex-end; gap: 1rem; flex-direction: column; z-index: 11; }
.btn_animation--style a { text-decoration: none; color: #000; display: flex; flex-direction: row-reverse; align-items: center; justify-content: center; position: relative; z-index: 1; }
.btn_animation--style a i { font-size: 20px; color: #1182fc; }

/* Messenger */
.js-facebook-messenger-top-header { background: #487dfc; color: #fff; height: 35px; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 5px 5px 0 0; }
.js-facebook-messenger-container.closed { display: none !important; }
.js-facebook-messenger-tooltip { bottom: 97px; right: 97px; color: #404040; background: #fff; }
.js-facebook-messenger-tooltip.closed { display: none !important; }
.js-facebook-messenger-box, .js-facebook-messenger-button { z-index: 999; }
.js-facebook-messenger-tooltip { z-index: 999; 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); -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; z-index: 1000000000000000019884624838656; }
.js-facebook-messenger-close-tooltip { width: 10px; height: 10px; display: inline-block; cursor: pointer; margin-left: 10px; }
.js-facebook-messenger-box { z-index: 999; }
.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-button, .js-facebook-messenger-tooltip { z-index: 999; }
.js-facebook-messenger-box { display: block; position: fixed; cursor: pointer; bottom: 150px; right: 17px; width: 50px; height: 50px; text-align: center; background: #1182fc; border-radius: 10px; overflow: hidden; z-index: 99; -webkit-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 { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
.js-facebook-messenger-box svg#fb-msng-icon { width: 32px; height: 33px; position: absolute; top: 9px; left: 9px; opacity: 1; overflow: hidden; -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }
.js-facebook-messenger-box.rotate svg#close-icon { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.js-facebook-messenger-box svg#close-icon { opacity: 0; width: 19px; height: 20px; position: absolute; top: 16px; left: 16px; -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }
.js-facebook-messenger-container, .js-facebook-messenger-container-button { z-index: 1000; }
.js-facebook-messenger-container { width: 250px; position: fixed; opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); bottom: 110px; right: 90px; border-radius: 10px; pointer-events: none; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16); 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; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: transform 160ms ease-in-out, opacity 160ms ease-in-out; transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }
.js-facebook-messenger-top-head { width: 220px; color: #ffffff; background: #1182fc; display: block; position: relative; width: 220px; background: #1182fc; 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-head { color: #ffffff; background: #1182fc; width: 220px; }
.js-facebook-messenger-tooltip { color: #404040; background: #fff; }
.js-facebook-messenger-container.open { -webkit-transform: translateY(0px); 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 { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
.js-facebook-messenger-box.open svg#close-icon { opacity: 1; }
 
/* Toolbar */
@keyframes tada {
  0% { transform: scaleX(1); }
  10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% { transform: scale3d(1.3, 1.3, 1.3) rotate(3deg); }
  40%, 60%, 80% { transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg); }
  to { transform: scaleX(1); }
}
.toolbar { background: var(--background-static); width: 100%; padding: 3vw; bottom: 0px; position: fixed; z-index: 500; height: auto; left: 0px; max-height: 65px; }
.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: 20px; width: 20px; animation: tada 1.2s infinite; }
.toolbar ul li a span { color: #fff; font-size: 10px; }
  
/* Phone Switch */
.widget-mobile { position: fixed; left: 50%; -webkit-transform: translateX(-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%; position: relative !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.wcircle-icon:before { position: absolute; content: ""; width: 60px; height: 60px; background: rgba(18, 130, 252, 0.5); border: 1px solid #ffffff; border-radius: 50%; left: -5px; top: -5px; -webkit-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, 0.5); border-radius: 50%; left: -15px; top: -15px; -webkit-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: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: 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 { font-size: 25px; color: #ffffff; position: relative; z-index: 9999; }
.wcircle-icon i { font-size: 25px; color: #ffffff; position: relative; z-index: 9999; }
.shake-anim { -webkit-animation: shake-anim 1s infinite ease-in-out; animation: shake-anim 1s infinite ease-in-out; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.wrap-newsnb { }
.wrap-newsnb .wrap-content { position: relative; }
.item-newsnb { }
.pic-newsnb { }
.info-newsnb { }
a.name-newsnb { color: #000; font-size: 14px; margin: 0 0 10px 0; line-height: normal; }
a.name-newsnb.text-split { -webkit-line-clamp: 2; }
a.name-newsnb:hover { color: var(--color-dark-red); }
.desc-newsnb { color: #333; }
.video-main { position: relative; height: 400px; }
.video-main iframe { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
.listvideos { width: 100%; height: 40px; padding: 0px 10px; border: 1px solid #ccc; color: var(--color-black); margin-top: 10px; cursor: pointer; }
.item-video1 img { max-height: 292px; }
.item-video2 img { height: 102px; }
.pic-video { position: relative; cursor: pointer; }
.pic-video:before { content: ""; position: absolute; width: 50px; height: 35px; top: calc(50% - 50px / 2); left: calc(50% - 35px / 2); z-index: 1; background: url(../images/play.png) no-repeat center center; cursor: pointer; background-size: cover; }
.pic-video img { width: 100%; }
.pic-video-2 { position: relative; cursor: pointer; }
.pic-video-2:before { content: ""; position: absolute; width: 50px; height: 35px; top: calc(50% - 50px / 2); left: calc(50% - 35px / 2); z-index: 1; background: url(../images/play.png) no-repeat center center; cursor: pointer; background-size: cover; }
.pic-video-2 img { width: 100%; }
.name-video { font-size: 16px; color: var(--color-black); margin-bottom: 0px; }
.owl-video { margin-top: 10px; }
.newshome-intro .name-newshome { margin: 10px 0; }
.newshome-intro .view-newshome { margin-top: 10px; }
.newshome-scroll { width: 50%; overflow: hidden; max-height: 406px; }
.news-slick { display: flex; margin-bottom: 20px; }
.news-slick h3 { margin: 0; }
.news-slick h3 a.name-newshome { margin-bottom: 10px; }
.news-slick .img { width: 150px; }
.news-slick .info { width: calc(100% - 150px); padding-left: 15px; }
.flex_ttnb { display: flex; flex-flow: row wrap; justify-content: space-between; }
.newshome-intro { width: calc(50% - 20px); }
.pic-newshome-normal { float: left; width: 34%; margin-right: 3%; margin-bottom: 0px; }
.pic-newshome-normal img { width: 100%; }
.info-newshome-normal { float: left; width: calc(100% - 37%); }
.name-newshome { color: var(--color-black); font-size: 14px; line-height: normal; }
.name-newshome.text-split { -webkit-line-clamp: 2; }
.name-newshome.text-split a { color: #000; }
.time-newshome { color: var(--color-gray); margin-bottom: 10px; }
.desc-newshome { color: var(--color-black); margin-bottom: 0px; text-align: justify; }
.desc-home-cl.text-split { -webkit-line-clamp: 2; }
.view-newshome { width: 140px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; color: #000; }
.view-newshome:hover { color: #000; }
.box-product { position: relative; margin-bottom: 35px; }
.pic-product { background: #ffffff; position: relative; margin-bottom: 25px; aspect-ratio: 405 / 325; }
.pic-product img { width: 100%; }
.product-tool { opacity: 0; visibility: hidden; position: absolute; width: 100%; left: 0px; bottom: 0px; z-index: 1; }
.product-tool a { cursor: pointer; width: 50%; padding: 10px; text-align: center; color: #ffffff; background-color: rgb(0 0 0 / 0.6); }
.product-tool a:hover { background-color: rgb(0 0 0 / 0.8); }
.product-tool a svg { margin-right: 5px; }
.product-tool a span { text-transform: capitalize; font-size: 12px; font-weight: 300; }
.box-product:hover .product-tool { opacity: 1; visibility: visible; }
.name-product { font-size: 24px; color: #503D08; margin-bottom: 20px; text-transform: capitalize; }
.name-product:hover { }
.name-product.text-split { -webkit-line-clamp: 2; }
.price-product { margin-bottom: 0; }
.price-product span { }
.price-new { font-size: 16px; color: #503D08; font-family: 'SVN-GilroyMedium'; letter-spacing: 1.6px; }
.price-old { padding-left: 10px; color: var(--color-gray); text-decoration: line-through; }
.price-per { position: absolute; top: 15px; right: 15px; color: #ffffff; background: var(--color-red); font-size: 11px; border-radius: 2px; width: 45px; height: 25px; text-align: center; line-height: 25px; }
.cart-product { margin-bottom: 0px; }
.cart-product span { cursor: pointer; width: calc(50% - 3px); color: #ffffff; text-transform: capitalize; text-align: center; padding: 7px 5px; border-radius: 3px; }
.cart-add { background-color: var(--color-red); }
.cart-add:hover { background-color: var(--color-dark-red); }
.cart-buy { background-color: var(--color-green); }
.cart-buy:hover { background-color: var(--color-dark-green); }
.dm-noibat { max-width: 1000px; position: relative; margin: auto; margin-bottom: 40px; }
.dm-noibat a { cursor: pointer; color: #333; transition: 0.4s; text-transform: capitalize; font-weight: 400; font-size: 16px; text-align: center; position: relative; display: block; background: #f7f7f7; border-radius: 5px; border: 1px solid #eaeaea; height: 100%; padding: 10px; }
.dm-noibat a:hover, .dm-noibat a.active { background: var(--background-static); color: #fff; }
.cats-bar { width: 50px; padding-top: 3px; position: relative; }
.cats-bar-icon { width: 30px; cursor: pointer; }
.cats-bar-icon span { display: block; width: 100%; height: 2px; background: #505050; transition: all 0.3s; position: relative; }
.cats-bar-icon span + span { margin-top: 5px; }
.cats-bar-icon.active span:nth-child(1) { animation: ease 0.7s top forwards; }
.cats-bar-icon.not-active span:nth-child(1) { animation: ease 0.7s top-2 forwards; }
.cats-bar-icon.active span:nth-child(2) { animation: ease 0.7s scaled forwards; }
.cats-bar-icon.not-active span:nth-child(2) { animation: ease 0.7s scaled-2 forwards; }
.cats-bar-icon.active span:nth-child(3) { animation: ease 0.7s bottom forwards; }
.cats-bar-icon.not-active span:nth-child(3) { animation: ease 0.7s bottom-2 forwards; }
@keyframes top {
  0% { top: 0; transform: rotate(0); }
  50% { top: 6px; transform: rotate(0); }
  100% { top: 6px; transform: rotate(45deg); }
}
@keyframes top-2 {
  0% { top: 6px; transform: rotate(45deg); }
  50% { top: 6px; transform: rotate(0deg); }
  100% { top: 0; transform: rotate(0deg); }
}
@keyframes bottom {
  0% { bottom: 0; transform: rotate(0); }
  50% { bottom: 8px; transform: rotate(0); }
  100% { bottom: 8px; transform: rotate(135deg); }
}
@keyframes bottom-2 {
  0% { bottom: 8px; transform: rotate(135deg); }
  50% { bottom: 8px; transform: rotate(0); }
  100% { bottom: 0; transform: rotate(0); }
}
@keyframes scaled {
  50% { transform: scale(0); }
  100% { transform: scale(0); }
}
@keyframes scaled-2 {
  0% { transform: scale(0); }
  50% { transform: scale(0); }
  100% { transform: scale(1); }
}
.cats-owl.list-hot { margin-bottom: 20px; }
.footer-news:nth-child(4) { width: 300px; }
.footer-news:nth-child(3) { width: 15%; }
.footer-news:nth-child(2) { width: 35%; }
.footer-news:nth-child(1) { width: 35%; }
@-webkit-keyframes rotating {
  from { -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotating {
  from { -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
} 
.btn_sp { }
.btn_sp a { color: #000; text-transform: uppercase; background: #e6e6e6; width: 100px; display: flex; align-items: center; justify-content: center; height: 40px; }
.btn_sp a:hover { color: #f00; }
.d-title-choose-list { margin-bottom: 20px; border: 1px solid #ddd; padding: 5px; }
.d-title-choose-cat { }
 
@media (max-width:1200px) {
  .name_about { font-size: 60px; }
  .item-project h3 a { font-size: 25px; }
  .info_project { padding: 0; }
}
@media (max-width:1024px) {
  .wrap-content { }
  .contact-input { margin-bottom: 15px; }
  .flex-cus, .row-video, .row-20 { margin-left: -5px; margin-right: -5px; }
  .mg-cus, .mg-video, .col-20 { padding-left: 5px; padding-right: 5px; }
  .content-text img { height: auto !important; }
  .padding-top-bottom { padding: 2rem 0; }
  .pad-top { padding-top: 2rem; }
  .pad-bottom { padding-bottom: 2rem; }
  .mg-top { margin-top: 2rem; }
  .mg-bottom { margin-bottom: 2rem; }
  .title-detail-main { font-size: 20px; }
  .cart-fixed { bottom: 220px; }
  .btn-frame { display: none; }
  .cart-pro-detail { width: 100%; margin-top: 10px; }
  .pad-bottom { padding-bottom: 2rem !important; }
  .pad-top { padding-top: 2rem !important; }
  .padding-top-bottom { padding: 2rem 0 !important; }
  .menu { display: none; }
  .menu-res { display: block; }
  .product-tool { opacity: 1; visibility: visible; position: initial; }
  .product-tool a span { display: none; }
}
@media (max-width:992px) {
  .othernews { position: initial; }
  .footer-title:after { width: 100%; }
  #fanpage-facebook { width: 300px; overflow: hidden; margin: auto; }
  .footer-news:nth-child(4) { width: 100%; }
  .footer-news:nth-child(3) { width: 100%; margin-bottom: 20px; }
  .footer-news:nth-child(2) { width: 100%; margin: 20px 0; }
  .footer-news:nth-child(1) { width: 100%; }
  .time-news { display: none; }
  .copyright, .statistic { width: 100%; text-align: center; }
  .footer-ul li { width: calc(100% / 2 - 5px); }
  .footer-ul { display: flex; flex-flow: row wrap; justify-content: space-between; }
}
@media (max-width:768px) {
  .banner_tt .title-main-detail { font-size: 60px; }
  .desc_banner { font-size: 20px; }
  .item_ser h3 a { font-size: 30px }
  .bv_left { width: 100%; margin-bottom: 20px; padding-right: 0; }
  .bv_right { width: 100%; }
  .box-team { margin: -10px; }
  .item_team { width: calc(100% / 3 - 20px); margin: 10px; }
  .title-main-detail { font-size: 40px; }
  .about_left, .tl_left, .ht-left { width: 100%; margin-bottom: 20px; padding: 0; }
  .about_right, .tl_right, .ht-right { width: 100%; }
  .wrap-tl { padding-top: 0; }
  .tl_right { padding: 0 30px; }
  .ht-left { padding: 0 20px; }
  .item-video1 img { height: 250px; }
  .right-intro { width: 100%; }
  .left-intro { width: 100%; margin-bottom: 20px; padding-right: 0; }
  .left-pro-detail, .right-pro-detail { width: 100%; margin: 0px; }
  .left-pro-detail, .top-contact .article-contact { margin-bottom: 30px; }
  .pic-news { width: 40%; }
  .info-news { width: 60%; padding-left: 10px; }
  .name-news { font-size: 15px; }
  .desc-news.text-split { -webkit-line-clamp: 2; }
  .title-main-detail2, .bv_left h2.name_tl { font-size: 35px; }
  .item-project.project1 h3 a { font-size: 20px; }
  .name-product { font-size: 20px; }
  .pic-product { margin-bottom: 15px; }
  .banner_tt { height: 400px }
  .name_about { font-size: 50px; }
  .owl-page-review .control-owl button.owl-prev { left: 0; }
  .owl-page-review .control-owl button.owl-next { right: 0; }
  a.logo-ft { margin-top: 30px; }
  .footer-article { padding: 50px 0; }
}
@media (max-width:576px) {
  .menu-icon{left: 20px;}
  ul.social.social-header { display: none !important; }
  .banner_tt { height: 350px }
  .name-product { font-size: 18px; margin-bottom: 10px; }
  .info_list { width: calc(100% - 90px); }
  .name_about { font-size: 45px; }
  .desc_about { font-size: 18px; }
  .item-project h3 a { font-size: 18px; margin-bottom: 10px; }
  p.name_list { font-size: 14px; }
  .price-new { font-size: 15px; letter-spacing: 1px; }
  .item_list { margin-bottom: 35px; }
  .info_list h2 a { font-size: 15px }
  .count_pro { font-size: 14px; }
  .btn-views-tt { margin-top: 30px }
  .banner_tt .title-main-detail { font-size: 40px; }
  .row-40 { margin-left: -10px; margin-right: -10px; }
  .col-40 { padding-left: 10px; padding-right: 10px; }
  .title-main-detail2, .bv_left h2.name_tl { font-size: 30px; }
  .item-project.project1 h3 a { font-size: 18px; margin-bottom: 10px; }
  .item_team { width: calc(100% / 2 - 20px); margin: 10px; }
  ul.nav__list { padding: 0 25px; width:100%;padding-top: 100px;}
  .nav__list-item{width: 150px;}
  ul.nav__list li ul{left: 160px;width:200px}
  a.logo-head img { max-height: 80px; }
  .views { font-size: 14px; height: 45px; line-height: 45px; }
  .menu-icon { left: 25px; top: 50px; }
  .toast-cus { left: 5px; width: calc(100% - 10px); }
  .box-readmore { width: calc(100% - 5px); }
  .newshome-scroll { width: 100%; }
  .newshome-intro { width: 100%; margin-bottom: 20px; }
  .top-contact .form-contact .button-contact .file-contact span b { max-width: 105px; }
  .cart-pro-detail { flex-wrap: wrap; }
  .cart-pro-detail a { width: 100%; text-align: center; margin: 0px !important; }
  .cart-pro-detail a:first-child { margin-bottom: 5px !important; }
}
@media (max-width:480px) {
  ul.nav__list li a{font-size: 16px;}
  .item_list { flex-wrap: wrap; justify-content: center; }
  .item_list .img { margin-bottom: 10px; }
  .info_list { width: 100%; text-align: center; }
}