@charset "UTF-8";
@font-face { font-family: "UTM Impact"; src: url("../fonts/UTM-Impact.woff"); font-display: block; }
@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: #3fa07e; --background-hover: #eceb1b; --color-static: #000; --color-hover: #ec2d3f; }

/* Toc */

/*a.mucluc-dropdown-list_button { }
a.mucluc-dropdown-list_button:before { content: "03a"; font-family: "FontAwesome"; font-style: normal; font-weight: 400; background: #fff; color: #006ACB !important; font-size: 20px; width: 35px; height: 35px; display: inline-block; line-height: 38px; text-align: center; border: 1px solid #ddd; }
.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: #f5f5f5; width: 100%; margin-top: 2px; border: 1px solid #dddddd; 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; }*/

/* loadpage website */
#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999; pointer-events: none; }
#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; }
.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; min-width: 1366px; overflow-x: auto; font-family: 'Mulish', sans-serif; font-weight: 400; }
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: #fff; }
.row-10 { margin-left: -5px; margin-right: -5px; }
.row-20 { margin-left: -10px; margin-right: -10px; }
.row-30 { margin-left: -15px; margin-right: -15px; }
.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-top-bottom { padding: 2.5rem 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, video { 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: 1200px; 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; }

/* General */
.title-main { margin-bottom: 1.5rem; text-align: center; }
.title-main span { text-transform: uppercase; color: var(--pri, #09069A); font-family: UTM Impact; font-size: 40px; font-style: normal; font-weight: 400; line-height: normal; }
.time-main { margin-bottom: 0.75rem; color: #999999; }
.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; font-size: 25px; margin: 0px; background-color: #000000; border-radius: 3px; 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 { left: 20px; }
.control-owl button.owl-next { right: 20px; }
.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; }

/* User */

/* Cart */

/* Comment */

/* head */
.head { background-color: #ffffff; }
.head .head-top { color: #ffffff; background-color: #09069a; color: #FFF; font-family: Mulish; font-size: 15px; font-style: normal; font-weight: 500; line-height: normal; }
.head .head-top .wrap-content { }
.slogan-head { height: 40px; display: flex; align-items: center; width: 40%; }
.info-head { margin-bottom: 0; }
.info-head i { vertical-align: top; margin: 3px 5px 0px 0px; font-size: 16px; }
.gg-dich { position: relative; }
.gg-dich > span { padding: 5px 10px; display: block; padding-right: 35px; position: relative; cursor: pointer; }
.gg-dich > span:before { content: ''; position: absolute; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #fff; right: 10px; top: calc(50% - 5px/2); }
div#google_language_translator { opacity: 0; position: absolute; top: 0; }

/* Menu */
.menu { position: relative; z-index: 10; padding: 5px 0; background: #fff; box-shadow: 0px 0px 1px #ccc; }
.menu ul { width: 100%; padding: 0px; margin: auto; list-style: none; }
.menu ul.menu-main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: calc(100% - 155px - 80px); }
.menu ul li { position: relative; z-index: 1; }
.menu ul li.menu-line { width: 1px; height: 15px; background-color: rgba(0, 0, 0, 0.1); }
.menu ul li a { display: block; position: relative; padding: 15px; text-decoration: none; color: #000; font-family: Mulish; font-size: 15px; font-style: normal; font-weight: 500; line-height: normal; text-transform: uppercase; }
.menu ul li a:hover, .menu ul li a.active { color: #09069a; }
.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; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.menu ul li ul { position: absolute; min-width: 250px; background-color: #fafafa; border-radius: 0.25rem; -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); box-shadow: 1px 1px 15px rgba(0, 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; }
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); transform-origin: 0 0 0; -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; }
.menu ul li ul li { padding-left: 0.75rem; padding-right: 0.75rem; }
.menu ul li ul li a { font-size: 14px; color: #313131; border-bottom: 1px solid #ececec; padding: 10px 0px 9px 0px; text-transform: capitalize; }
.menu ul li ul li a.has-child { margin-right: 0px; }
.menu ul li ul li a.has-child:after { border-color: #313131; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.menu ul li ul li a.active { color: #ec2d3f; }
.menu ul li ul li a.active.has-child:after { border-color: #ec2d3f; }
.menu ul li ul li:last-child > a { border-bottom: 0px; }
.menu ul li ul li:hover > a { color: #ec2d3f; }
.menu ul li ul li:hover > a.has-child:after { border-color: #ec2d3f; }
.menu ul li ul li ul { top: 0; left: 100%; margin-top: 0px; }

/* Search */
#search { position: relative; margin-left: 15px; }
#search a { color: #000; padding: 0; font-size: 17px; }
#search a img { max-width: none; }
#search input[type='text'] { transition: .4s; right: 0; position: absolute; top: calc(100% + 10px); }
.hien { width: 300px; opacity: 1; padding: 0 15px; border: 1px; border-radius: 5px; height: 40px; background: #FFF; outline: 0; margin-top: 10px; color: #666; box-shadow: 0 0 10px rgba(0, 0, 0, .5); }
.an { width: 0px; opacity: 0; padding: 0; border: 0px; height: 40px; }
.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: #09069a; position: relative; display: none; background: #fff; box-shadow: 0px 0px 2px #ccc; }
.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; background: #000; }
#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; color: #000; }
.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; width: 100%; max-width: 510px; right: calc((100vw - 1200px)/2); bottom: 40px; }
.info-slide > div { position: relative; padding: 30px 20px; }
.info-slide > div > div { z-index: 1; }
.info-slide > div:after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0 0 0 / 50%); border-radius: 5px; transform: scaleX(0); transition: transform .5s ease-in-out 0s; transform-origin: right; }
.box-slide.slick-slide.slick-current.slick-active .info-slide > div:after { transition: transform .5s ease-in-out .7s; transform: none; }
.name-slide { color: var(--pri, #09069A); font-family: Mulish; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff; position: relative; padding-bottom: 10px; margin-bottom: 20px; }
.name-slide:after { content: ''; position: absolute; width: 118px; height: 1px; background: #fff; bottom: 0; left: 0; }
.name-slide span { color: var(--pri, #09069A); font-family: UTM Impact; font-size: 40px; font-style: normal; font-weight: 400; line-height: normal; text-transform: uppercase; display: block; text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff; }
.desc-slide { margin: 0 0 10px 0; color: #FFF; font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 400; line-height: 23px; /* 164.286% */ }
.views-more-slide { color: #FFF; font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; }
.views-more-slide img { margin-left: 15px; }
.box-slide.slick-current.slick-active .name-slide { animation: fadeInUp; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; }
.box-slide.slick-current.slick-active .desc-slide { animation: fadeInUp; animation-duration: 1s; animation-delay: 1.5s; animation-fill-mode: forwards; }
.box-slide.slick-current.slick-active .views-more-slide { animation: scaleLarge; animation-duration: 1s; animation-delay: 2s; 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; }

/* Partner */
.wrap-partner { padding: 20px 0; }
.wrap-partner .wrap-content { position: relative; }
.box-partner { border-radius: 10px; background: rgba(245, 245, 245, 0.96); padding: 13px; text-align: center; }
.box-partner:hover a { background: #09069a; transition: all .4s; }
.box-partner p { color: #333; text-align: center; font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; }
.box-partner h3 { color: #000; text-align: center; font-family: Mulish; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom: 5px; }
.box-partner a { background: #fff; border-radius: 10px; overflow: hidden; padding: 60px 30px; margin-bottom: 17px; }

/* Breadcrumb */
.breadCrumbs { background-color: #eee; }
.breadCrumbs .wrap-content { padding: 0.75rem 0; }
.breadCrumbs .wrap-content .breadcrumb { padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 0; }
.breadCrumbs .wrap-content .breadcrumb-item a { color: #212529; }
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: #6c757d; }

/* Video */
.video { cursor: pointer; margin-bottom: 1rem; }
.video .video-image { position: relative; margin-bottom: 0.75rem; }
.video .video-image:before { content: ""; position: absolute; width: 50px; height: 35px; top: calc(50% - 50px / 2); left: calc(50% - 35px / 2); z-index: 1; background-repeat: no-repeat; background-image: url(../images/play.png); }
.video .video-name { text-align: center; font-size: 16px; color: #212529; margin-bottom: 0px; }

/* Album */

/* Brand */

/* Product */

/* Product Detail */

/* News */
.pic-news { width: 210px; }
.pic-news img { width: 100%; }
.info-news { width: calc(100% - 210px); padding-left: 20px; }
.name-news { color: #252525; font-size: 17px; line-height: normal; font-weight: 600; }
.name-news.text-split { -webkit-line-clamp: 2; }
.name-news:hover { color: var(--background-static); }
.time-news { color: var(--color-gray); margin-bottom: 10px; }
.desc-news { color: #676767; margin: 5px 0; 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: 15px; }

/*News orther*/
.othernews { position: sticky; top: 101px; 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: #252525; font-size: 14px; line-height: normal; font-weight: 600; }
.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: 45px; }
.form-floating.form-floating-cus>textarea { height: 100px; }
.form-floating.form-floating-cus>label { padding: 10px 10px; color: var(--color-gray); }
.contact-article { margin-bottom: 3rem; }
.contact-input { position: relative; margin-bottom: 20px; }
.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; }
.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 { }
.newsletter-input { position: relative; height: 45px; width: 100%; margin-bottom: 10px; }
.newsletter-input input, .newsletter-input textarea { border-radius: 0px; height: 100%; width: 100%; resize: none; }
.newsletter-input input::placeholder, .newsletter-input textarea::placeholder { }
.newsletter-input input:focus, .newsletter-input textarea:focus { box-shadow: none; }
.newsletter-button { width: 100px; height: 45px; }
.newsletter-button input[type="submit"] { border: 0px; color: #fff; text-transform: uppercase; height: 100%; border-radius: 0; background: #09069a; width: 100%; }
.noidung { height: 100px; }

/* Footer */
.footer-article { background: url('../images/bgft.png') no-repeat; background-size: cover; padding: 20px 0; color: #fff; }
.footer-title { text-transform: uppercase; margin-bottom: 1rem; color: #FFF; font-family: Mulish; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; position: relative; padding-bottom: 10px; }
p.desc-company { margin: 10px 0; color: #FFF; text-align: center; font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 400; line-height: 25px; /* 178.571% */ }
p.footer-title:after { content: ''; position: absolute; width: 31px; height: 1px; background: #fff; bottom: 0; left: 0; }
.footer-news1:nth-child(1) { }
.footer-news1:nth-child(2) { }
.footer-news1:nth-child(3) { }
.footer-news1 { margin: 0 15px; display: flex; align-items: center; }
.footer-news1 p { margin-bottom: 0; color: #FFF; font-family: Mulish; font-size: 15px; font-style: normal; font-weight: 400; line-height: 25px; /* 166.667% */ }
.footer-news1 p span { color: #FFF; font-family: Mulish; font-size: 20px; font-style: normal; font-weight: 700; line-height: 25px; display: block; }
.icon-ft { border-radius: 10px; background: #FFF; width: 68px; height: 68px; display: flex; justify-content: center; align-items: center; margin-right: 15px; }
.icon-ft i { color: #09069a; font-size: 30px; }
.name-company { text-transform: uppercase; font-size: 14px; margin-bottom: 1rem; font-weight: 700; }
.footer-news:nth-child(4) { width: 300px; }
.footer-news:nth-child(3) { width: 15%; }
.footer-news:nth-child(2) { width: 15%; }
.footer-news:nth-child(1) { width: 30%; text-align: center; }
.footer-ul { padding: 0px; margin: 0px; padding-left: 20px; }
.footer-ul li { margin-bottom: 10px; }
.footer-ul li:last-child { margin-bottom: 0px; }
.footer-ul li a { color: #fff; }
.footer-ul li a:hover { text-decoration: none; color: #ec2d3f; }
.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: #ffffff; background-color: #09069a; }
.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; }
.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: 0.875rem; }
.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: #555555; border-color: #555555; }

/* 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: #ec2d3f; background-color: #ec2d3f; }
.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; }

/* 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: #09069a; 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: #09069a; 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; }

/* 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: 56px; height: 56px; text-align: center; background: #09069a; border-radius: 100%; 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: 13px; left: 12px; 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: 19px; left: 19px; -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; }

/* Cart Fix */

/* 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: #09069a; width: 100%; padding: 2vw; 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; }

/* gioi thieu */
.gioi-thieu { }
.gt-r, .gt-l { width: 48.3333333333%; }
.title-gt { }
.title-gt > span { color: #000; font-family: Mulish; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; display: block; }
.title-gt > h2 { color: var(--pri, #09069A); font-family: UTM Impact; font-size: 40px; font-style: normal; font-weight: 400; line-height: normal; }
.title-gt > div { color: #333; font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 400; line-height: 30px; text-transform: lowercase; -webkit-line-clamp: 6; margin-bottom: 2rem; }
.title-gt > a { background: var(--pri, #09069A); color: #FFF; text-align: justify; font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; display: inline-block; padding: 10px 20px; }

/* tieu chi */
.container-tc { display: flex; justify-content: space-between; flex-wrap: wrap; }
.box-tc { width: calc(100%/2 - 20px); margin-bottom: 20px; }
.img-tc img { transition: all .5s; }
.box-tc h3 { color: #000; font-family: Mulish; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom: 5px; margin-top: 10px; text-transform: uppercase; }
.box-tc p { color: #333; font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 400; line-height: 23px; /* 164.286% */ -webkit-line-clamp: 2; }
.box-tc:hover .img-tc img { transition: all .5s; transform: rotateY(360deg); }

/* dich vu */
.dich-vu { background: url('../images/bgdv.png') no-repeat; background-size: cover; padding-top: 20px; }
.container-dv { display: flex; flex-wrap: wrap; margin: 0 -20px; }
.box-dv { width: calc(100%/3 - 40px); margin: 0 20px 40px 20px; padding: 0px 20px; color: #000; transition: all .3s; }
.box-dv:hover .info-dv h3 a { color: #fff; }
.box-dv:hover { background: #09069a; color: #fff; transition: all .3s; }
.box-dv .info-dv { }
.info-dv p {    /* color: #333; */
text-align: center; font-family: Mulish; font-size: 13px; font-style: normal; font-weight: 400; line-height: 20px; /* 153.846% */ -webkit-line-clamp: 7; }
.info-dv h3 a { color: #000; text-align: center; font-family: Mulish; font-size: 15px; font-style: normal; font-weight: 700; line-height: 25px; /* 166.667% */ text-align: center; display: block; margin-bottom: 0px; text-transform: uppercase; }
.box-dv .img-dv { text-align: center; margin-bottom: 10px; }
.img-dv a { display: inline-block; /*background: url('../images/cssdv.png') no-repeat; background-repeat: round; padding: 24px 32px;*/ }
.img-dv a img { transition: all .5s; }
.box-dv:hover .img-dv a img { transition: all .5s; transform: rotateY(360deg); }
.box-dv:first-child { display: flex; align-items: center; color: #fff; background: #09069a; }
.title-dv { }
.title-dv p { color: #FFF; font-family: Mulish; font-size: 14px; font-style: italic; font-weight: 400; line-height: 23px; /* 164.286% */ -webkit-line-clamp: 4; }
.title-dv h2 { color: #FFF; font-family: UTM Impact; font-size: 32px; font-style: normal; font-weight: 400; line-height: normal; letter-spacing: 3.2px; margin-bottom: 10px; background: url('../images/css1.png') no-repeat bottom left; background-size: 100px; padding-bottom: 20px; text-transform: uppercase; }
.title-dv h2 span { color: #FFF; font-family: Mulish; font-size: 17px; font-style: normal; font-weight: 700; line-height: normal; text-transform: capitalize; display: block; }

/* tai sao chon */
.tai-sao-chon { padding: 20px 0; background: #080671 url('../images/bgts.png') no-repeat; background-size: cover; }
.ts-left { width: 35.25%; }
.ts-right { width: calc(100% - 35.25% - 30px); }
.title-ts { color: #fff; text-align: center; background: url('../images/css1.png') no-repeat bottom; padding-bottom: 20px; margin-bottom: 20px; }
.title-ts span { color: #FFF; font-family: Mulish; font-size: 22px; font-style: normal; font-weight: 700; line-height: normal; text-transform: capitalize; display: block; }
.title-ts h2 { color: #FFF; text-align: center; font-family: UTM Impact; font-size: 35px; font-style: normal; font-weight: 400; line-height: normal; }
.container-ts { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.box-ts { width: 50%; padding: 19px; color: #fff; text-align: center; border: 1px solid #fff; }
.box-ts:nth-child(1) { border-top: 0; border-left: 0; }
.box-ts:nth-child(2) { border-width: 0 0 1px 1px; }
.box-ts:nth-child(3) { border-width: 1px 1px 0 0; }
.box-ts:nth-child(4) { border-width: 1px 0 0 1px; }
.box-ts h3 { color: #FFF; text-align: center; font-family: Mulish; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; margin-bottom: 5px; }
.box-ts p { color: #FFF; text-align: center; font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 400; line-height: 23px; /* 164.286% */ }
.img-ts img { transition: all .5s; }
.box-ts:hover .img-ts img { transition: all .5s; transform: rotateY(360deg); }

/* cam nhan */
.cam-nhan { }
.cn-left { width: 65.6666666667%; padding: 40px; background: url('../images/bg1.png') no-repeat; background-size: cover; border-radius: 10px; }
.cn-right { width: calc(100% - 65.6666666667% - 37px); background: url('../images/bg2.png') no-repeat; background-size: cover; border-radius: 10px; overflow: hidden; }
.title-cn { margin-bottom: 1.5rem; }
.title-cn h2 { color: var(--pri, #09069A); font-family: UTM Impact; font-size: 35px; font-style: normal; font-weight: 400; line-height: normal; background: url('../images/css2.png') no-repeat left; padding: 2px 0; padding-left: 90px; margin-bottom: 0; }
p.slogan-cn { color: #333; font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 400; line-height: 25px; /* 178.571% */ -webkit-line-clamp: 4; margin-bottom: 20px; }
.box-cn { text-align: center; }
.img-cn { margin-bottom: 10px; display: flex; justify-content: center; }
.img-cn img { border-radius: 50%; }
.box-cn h3 { color: #000; font-family: Mulish; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; margin-bottom: 0px; }
.box-cn span { color: #333; text-align: center; font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px; /* 142.857% */ }
.slider-nav .box-cn { margin-bottom: 10px; }
.slider-nav .slick-dots li button:before { display: none; }
.slider-nav .slick-dots li { background: #fff; border-radius: 50%; width: 10px; height: 10px; margin: 0 2px; }
.slider-nav .slick-dots li.slick-active { background: #09069a; }
.slider-for .box-cn > div { padding: 30px 60px; padding-bottom: 10px; }
.slider-for .box-cn p { background: #d8d8d8; padding: 20px; -webkit-line-clamp: 4; color: #333; text-align: center; font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 400; line-height: 25px; /* 178.571% */ }
.slider-for .box-cn { display: flex; flex-direction: column; }

/* dang ky map */
.wrap-dk-map { background: url('../images/bg3.png') no-repeat; background-size: cover; padding: 20px 0; }
.hotline-index { color: #FFF; font-family: Mulish; font-size: 25px; font-style: normal; font-weight: 400; line-height: normal; background: url('../images/csss.png') no-repeat left; padding-left: 40px; }
.hotline-index span { color: #FFF; font-family: Mulish; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; }
.button-dk { color: var(--pri, #09069A); font-family: Mulish; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; border-radius: 10px; background: #FFF; padding: 15px; }
.d-chinhanh { }
.flex-chinhanh { width: 31.6666666667%; background: #fff; }
.d-bando { width: calc(100% - 31.6666666667% - 30px); }
.flex-chinhanh > div { max-height: 578px; overflow-y: auto; }
.flex-chinhanh > div::-webkit-scrollbar { width: 5px; background-color: transparent; }
.box-map { margin: 10px; color: #000; background: #FFF; box-shadow: -2px -2px 2px 0px rgba(0, 0, 0, 0.15), 2px 2px 2px 0px rgba(0, 0, 0, 0.15); padding: 10px; transition: all .5s; cursor: pointer; }
.box-map.active, .box-map:hover { color: #fff; background: #09069a; box-shadow: none; transition: all .5s; }
.box-bando { display: none; height: 100%; }
.box-bando iframe { width: 100%; height: 100%; }
.box-bando.active { display: block; }
.box-map h3 { font-family: Mulish; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom: 5px; }
.box-map p { font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 400; line-height: 22px; }
.box-map p i { font-size: 15px; }

/* tin tuc */
.blog-list { padding: 20px 0; }
.list-hot a { border-radius: 49px; background: #FFF; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); padding: 10px 15px; margin: 0 5px; color: var(--pri, #09069A); font-family: Mulish; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; cursor: pointer; }
.list-hot a.active, .list-hot a:hover { background: #09069a; color: #fff; box-shadow: none; }
.item-newsnb { border-radius: 20px 20px 10px 10px; overflow: hidden; background: #f5f5f5; }
.info-newsnb { padding: 15px; padding-top: 0; }
p.time-newshome { margin-bottom: 0; color: #555454; font-family: Mulish; font-size: 14px; font-style: italic; font-weight: 400; line-height: 30px; /* 214.286% */ }
.name-newsnb { color: #000; font-family: Mulish; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal; -webkit-line-clamp: 2; text-transform: uppercase; margin: 5px 0; margin-top: 0; }
.desc-newsnb { color: #333; text-align: justify; font-family: Mulish; font-size: 14px; font-style: normal; font-weight: 400; line-height: 25px; /* 178.571% */ margin-bottom: 0; }
.box-tt-list { }
.box-tt-list a { background: #ccc; border-radius: 30px; color: #000; FONT-WEIGHT: 700; font-size: 18px; padding: 10px 22px; display: inline-block; }
.box-tt-list a.active, .box-tt-list a:hover { color: #fff; background: #09069a; }
.info-tt { background: #f0f0f0; padding: 20px; }
.news1 { background: #f0f0f0; }
.btn-wechat { bottom: 400px; }
.btn-wechat i { color: #fff; font-size: 30px; }
.img-wechat { position: fixed; bottom: 460px; right: 70px; display: none;}