@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); }
}
#viewdv_b233_view_1{display: none !important}

/* 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; --main-color: #004F9F; --color-hover: #eceb1b; --color-static: #000; --color-hover: #ec2d3f; --menu-border: rgb(255 255 255 / 20%); --menu-color: #fff; }

/* effect */
.effect { display: block; overflow: hidden; }
.effect img { transition: 0.7s; width: 100%; }
.effect:hover img {-webkit-transform: scale(1.2, 1.2);-moz-transform: scale(1.2, 1.2);-o-transform: scale(1.2, 1.2);-ms-transform: scale(1.2, 1.2);transform: scale(1.2, 1.2);}

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

/* Toc */
.content-ck { line-height: 2em; }
.content-ck * { max-width: 100% !important; }
.content-ck img { max-width: 100% !important; height: auto !important; }
.content-ck iframe { max-width: 100% !important; }
.content-ck table { margin: 0px auto; }
.content-ck ul, .content-ck ol { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; }
.content-ck p { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; }
a.mucluc-dropdown-list_button { }
a.mucluc-dropdown-list_button:before { content: "\f03a"; font-family: "Font Awesome 6 Pro"; 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; }
.fb-page, .fb-page span, .fb-page span iframe[style] { max-width: 100% !important; }


/* 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;font-family: 'Roboto', sans-serif;position: relative;}
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{margin-left: -15px;margin-right: -15px}
.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 { max-width: 100%; height: auto; vertical-align: top; }
a { text-decoration: initial; }
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);position: relative;z-index: 1;}
.wrap-content1 {max-width: 1300px;margin: auto;width: calc(100% - 30px);position: relative;z-index: 1;}
.wrap-content2 {margin: 30px auto;width: calc(100% - 60px);position: relative;z-index: 1;}
.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: 20px;text-align: center;position: relative;}
.title-main > span { color: var(--main-color); font-family: 'Libre Franklin', sans-serif; font-size: 35px; font-weight: 700; text-transform: uppercase; }
.title-main p { color: #009FE3; font-size: 17px; margin-bottom: 0; }

.title-main1 {margin-bottom: 20px;text-align: center;position: relative;}
.title-main1 > span { color: var(--main-color); font-family: 'Libre Franklin', sans-serif; font-size: 45px; font-weight: 900; text-transform: uppercase; }






.title-orther {margin-bottom: 30px;text-align: left;border-bottom: 1px solid #D9D9D9;padding-bottom: 5px}
.title-orther span { color: #363636; font-size: 25px; font-weight: 300; letter-spacing: 1.25px;text-transform:uppercase; }

.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; }
.a2a_kit .a2a_svg { width: 30px; height: 30px; line-height: 30px; }
.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;}



/* head */
.header{position: relative;width: 100%;z-index: 999;}
.header.fix {z-index: 99;-webkit-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);-moz-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);position: fixed;top: 0;left: 0;width: 100%;-webkit-animation: fadeInDown 1.3s ease backwards;-moz-animation: fadeInDown 1.3s ease backwards;-o-animation: fadeInDown 1.3s ease backwards;-ms-animation: fadeInDown 1.3s ease backwards;background: #fff;}
.header.fix .header_top {display: none !important}
.header_right{width: 50%;}
.header_top{border-bottom: 1px solid #EDEDED;margin-bottom: 5px;padding: 0 0 10px;list-style: none;position: relative;z-index: 9;}
.header_top li{font-size: 14px;position: relative;list-style: none;}
.header_top li a{display: flex;align-items: center;justify-content: space-between;color: #757575;text-transform: uppercase;}
.header_top li a img{margin-right: 5px}
.header_top li a:hover{color: var(--main-color);}
.header_top li ul {position: absolute;min-width: 250px;background-color: #fff;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;padding: 0;z-index: 9;}
.header_top 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; }
.header_top li ul li a {font-size: 15px;border-bottom: 1px solid #b4b7b53d;padding: 10px 20px;text-transform: capitalize;line-height: 20px;display: block;position: relative;font-size: 14px;color: #0F0F0F;text-transform: uppercase;text-decoration: none;font-weight: 500;}
.header_top li ul li a.has-child { margin-right: 0px; }
.header_top li ul li a.has-child:after {border-color: #000;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.header_top li ul li a.active { color: rgb(214, 165, 37); }
.header_top li ul li a.active.has-child:after { border-color: var(--main-color); }
.header_top li ul li:last-child > a { border-bottom: 0px; }
.header_top li ul li:hover > a.has-child:after { border-color: var(--main-color); }
.header_top li ul li ul {top: 0;right: 100%;margin-top: 0px;}
.btn-lang{background: var(--main-color) url('../images/lang.png') no-repeat left 4px center;line-height: 30px;width: 61px;border-radius: 500px;padding-left: 30px !important;color: #fff !important;}

.right-head {display: none;}
.logo-head img{height: 110px;transition: all 1s}
.header.fix .logo-head img{max-height: 60px;transition: all 1s}
.header.fix .header_top{padding-bottom: 5px;}

/* Menu */
.menu {position: relative;z-index: 8;line-height: 40px;width: 100%;}
.menu ul {padding: 0px;margin: 0;list-style: none;}
.menu ul li { position: relative; z-index: 1; }
.menu ul li a {display: block;position: relative;font-size: 15px;color: #0F0F0F;padding: 0 5px;text-transform: uppercase;text-decoration: none;font-weight: 600;}
.menu ul li a:hover, .menu ul li a.active {color: var(--main-color);position: relative;}
.menu ul li ul {position: absolute;min-width: 250px;background-color: #fff;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 a {font-size: 15px;border-bottom: 1px solid #b4b7b53d;padding: 10px 20px;text-transform: capitalize;line-height: 20px;}
.menu ul li ul li a.has-child { margin-right: 0px; }
.menu ul li ul li a.has-child:after {border-color: #000;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.menu ul li ul li a.active { color: rgb(214, 165, 37); }
.menu ul li ul li a.active.has-child:after { border-color: var(--main-color); }
.menu ul li ul li:last-child > a { border-bottom: 0px; }
.menu ul li ul li:hover > a.has-child:after { border-color: var(--main-color); }
.menu ul li ul li ul { top: 0; left: 100%; margin-top: 0px; }
.menu ul li:nth-child(4) ul li ul {right: 100%;left: unset;}
.menu ul li:nth-child(5) ul li ul {right: 100%;left: unset;}


/* Mmenu */
.menu-res { z-index: 100; background: var(--main-color); position: relative; display: none; }
.menu-bar-res { height: 50px; padding: 0px 15px; }
.menu_rp_top{flex-wrap: wrap;padding: 10px}
.menu_rp_top a { display: inline-block !important; border-radius: 5px; border: 1px solid var(--main-color); line-height: 25px !important; padding: 0 10px !important; margin: 2px; flex: unset !important; }

/* #menu { display: none; } */
#menu > span{background: var(--main-color);padding:5px 10px;font-size: 20px;position: absolute;right: 0;top: 0;color: #fff}
#hamburger {display: none;width: 30px;height: 23px;position: relative;margin-right: 10px;z-index: 99999;}
#hamburger:before, #hamburger:after, #hamburger span { background: var(--main-color); 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; }
.menu-mobile-opened #hamburger:before, .menu-mobile-opened #hamburger:after { top: 10px; }
.menu-mobile-opened #hamburger span { left: -50px; opacity: 0; }
.menu-mobile-opened #hamburger:before { transform: rotate(45deg); }
.menu-mobile-opened #hamburger:after { transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }

/* Search Responsive */
.search-res {position: relative;}
.search-res .icon-search {width: 30px;height: 30px;cursor: pointer;text-align: center;line-height: 30px;color: #fff;font-size: 15px;margin: 0px;background: #009FE3;border-radius: 50%;}
.search-res .search-grid {position: absolute;top: 35px;right: 0px;width: 0px;height: 40px;overflow: hidden;background: #ffffff;border: 1px solid var(--main-color);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: var(--main-color);line-height: 40px;text-align: center;}
.search-res .search-grid input {width: calc(100% - 35px);float: right;line-height: 38px;outline: none;border: none;color: #000;}
.search-res .search-grid input::-webkit-input-placeholder { color: #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(--main-color); 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: "Font Awesome 6 Pro"; font-weight: 400; content: "\f053"; }
.slide-text .slick-next:before { font-family: "Font Awesome 6 Pro"; 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; }


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


/* Product */
.row10 { margin-left: -10px; margin-right: -10px; }
.col_product { padding-left: 10px; padding-right: 10px; margin-bottom: 30px; }

.item_product {position: relative;display: block;border: solid 2px #D1E8FF}
.info_product {padding: 15px ;}
.info_product h3 { margin-bottom: 0; font-weight: 700; }
.info_product h3 a {overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;color: var(--main-color);font-size: 24px;line-height: 30px;}
.item_product:hover .info_product h3 a { color: var(--main-color); }
.info_product > span{color: #000; font-size: 14px; line-height: 20px; text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; clear: both; overflow: hidden; height: 60px;margin-bottom: 5px}
.more_product { text-align: center; display: block; width: 100% }
.more_product span { border: solid 1px #004F9F; border-radius: 5px; padding: 5px 10px; font-size: 12px; margin: 0 auto; display: inline-block; color: #000}
.more_product span:hover{color: #fff;background: var(--main-color);}
/*  */
.item_product_list { position: relative; display: block; background: #fff; padding-bottom: 220px;overflow: hidden;}
.info_product_list {padding: 30px 15px;text-align: center;background: linear-gradient(0deg, #004F9F 0%, #009FE3 57.27%);height: 220px;bottom: 0;transition: all 1s;position: absolute;left: 0;width: 100%;border-right: 1px solid #019ADE}
.item_product_list:hover .info_product_list { height: 100%; transition: all 1s }
.info_product_list img { margin: 0 auto }
.info_product_list h3 { margin: 15px 0 30px; font-weight: 400; transition: all 1s}
.item_product_list:hover .info_product_list h3{margin-bottom: 10px;transition: all 1s}
.info_product_list h3 a {overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;color: #FFF;text-align: center;font-size: 22px;line-height: 30px;font-family: 'Libre Franklin', sans-serif;font-weight: 600;text-transform: uppercase;}
.item_product_list:hover .info_product_list h3 a { color: #fff; }
.info_product_list span { color: #fff; font-size: 14px; line-height: 20px; text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; clear: both; overflow: hidden; height: 60px }
.more_product_list { width: 160px; line-height: 45px; background: #fff; border-radius: 0 15px 0 15px; overflow: hidden; color: var(--main-color); text-align: center; font-family: 'Libre Franklin', sans-serif; font-size: 14px; font-weight: 600; text-transform: uppercase; display: inline-block; margin-top: 60px }
.more_product_list:hover { color: var(--main-color) }



/* Product Detail */
.grid-pro-detail { margin-bottom: 3rem; }
.left-pro-detail {position: relative;text-align: center;width: 50%;}
.right-pro-detail {width: calc(50% - 20px);}
.left-pro-detail .MagicZoom { border: 1px solid #eee; padding: 7px; border-radius: 5px; background-color: #ffffff; }
.gallery-thumb-pro { position: relative; margin-top: 10px; }
.owl-pro-detail { padding: 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: 5px; border-radius: 3px; cursor: pointer; background-color: #ffffff; }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: #cecfd2; }
.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: 22px;display: block;font-weight: 700;}
.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: 0px !important; }
.desc-pro-detail {margin-bottom: 1rem;color: #fff;font-family: 'PlayfairDisplay';}
.attr-pro-detail {list-style: none;padding: 0px;margin-bottom: 0;}
.attr-pro-detail li {margin-bottom: 0.5rem;}
.attr-label-pro-detail {margin: 0px 5px 0px 0px;font-weight: 500;font-size: 15px;}
.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-weight: 700;font-size: 20px;color: var(--main-color);font-family: 'Baloo 2', sans-serif;}
.price-new-pro-detail a{ color:var(--main-color); font-size: 17px}
.price-old-pro-detail { font-weight: 400; color: var(--color-gray); text-decoration: line-through; padding-left: 10px; }
.color-pro-detail { cursor: pointer; vertical-align: top; position: relative; width: 48px; height: 32px; margin: 0 8px 5px 0; background-repeat: no-repeat; background-size: contain; background-position: center center; border: 1px solid #dadada; transition: 0.3s; border-radius: 2px; }
.size-pro-detail { cursor: pointer; display: flex; align-items: center; justify-content: center; height: 32px; width: 48px; position: relative; margin: 0 8px 0 0; border: 1px solid #dadada; border-radius: 2px; font-size: 12px; transition: 0.3s; }
.size-pro-detail.active, .color-pro-detail.active { border-color: var(--color-dark-red); }
.size-pro-detail.active:after, .color-pro-detail.active:after { content: ""; position: absolute; bottom: 0px; right: 0px; width: 13px; height: 13px; background-repeat: no-repeat; background-image: url(../images/check-cart.png); }
.color-pro-detail input[type="radio"], .size-pro-detail input[type="radio"] { display: none; }
.quantity-pro-detail { width: 150px; display: flex; align-items: center; justify-content: space-between; text-align: center; height: 45px; border-radius: 30px; overflow: hidden; border: 1px solid #dfdfdf; }
.quantity-pro-detail span { line-height: 25px; padding: 0px; width: 45px; height: 100%; color: #000; cursor: pointer; font-size: 22px; display: flex; align-items: center; justify-content: center; font-weight: 500; }
.quantity-pro-detail span.quantity-plus-pro-detail { border-left: 0px; }
.quantity-pro-detail span.quantity-minus-pro-detail { border-right: 0px; }
.quantity-pro-detail input { height: 100%; border: none; width: calc(100% - 90px); text-align: center; font-size: 15px; }
.cart-pro-detail { max-width: 400px; }
.cart-pro-detail a { text-align: center; color: #fff; text-transform: uppercase; cursor: pointer; width: calc(100% / 2 - 5px); height: 45px; border-radius: 5px; }
.cart-pro-detail a.addnow { background: #fff; color: var(--color-red); }
.cart-pro-detail a.addnow:hover { color: #fff; background: var(--color-red); }
.cart-pro-detail a.buynow { background-color: #333; }
.cart-pro-detail a.buynow:hover { background-color: var(--color-dark-red); color: #fff; }
.cart-pro-detail a i { vertical-align: top; margin-right: 8px; font-size: 24px; position: relative; top: -2px; }
.tags-pro-detail a { float: left; font-size: 13px; padding-bottom: 0.375rem; margin: 0px 5px 5px 0px; }
.tags-pro-detail a i { font-size: 11px; margin: 5px 5px 0px 0px; }
.tabs-pro-detail { margin-top: 1rem; }
.tabs-pro-detail .nav-tabs .nav-link {font-size: 15px;color: #000;font-weight: 500;text-transform: capitalize;border: none;background: #cccccc96;}
.tabs-pro-detail .nav-tabs .nav-link:hover, .tabs-pro-detail .nav-tabs .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link { background: var(--main-color); color: #fff; border: none; }
#tabsProDetail { border: none }
#tabsProDetailContent { padding: 15px; background: #fff; border: 1px solid #ccc; }
.a2a_kit .a2a_svg,.zb-btn-blue--30x30 {width: 20px;height: 20px;line-height: 20px;}

/* Comment */
.comment-page{margin-top: 20px}
.comment-title,.card-header { font-size: 18px; text-transform: uppercase;}
.comment-count{font-style: italic;}
.comment-show { display: block !important; }
.comment-point { font-size: 47px; color: #fe302e; }
.comment-star { font-size: 0; position: relative; display: inline-block; vertical-align: top; margin-bottom: 0.5rem; }
.comment-star span { display: block; position: absolute; top: 0; left: 0px; bottom: 0; z-index: 1; overflow: hidden; text-align: left; white-space: nowrap; }
.comment-star i { display: inline-block; margin: 0.1rem; color: #b8b8b8; text-rendering: auto; font-size: 20px; }
.comment-star i:nth-child(1) { margin-left: 0; }
.comment-star span i { color: #ffc120; }
.comment-progress { width: 100%; margin-bottom: 0.375rem; 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; }
.comment-progress:last-child { margin-bottom: 0px; }
.comment-progress .progress { height: 12px; margin-right: 10px; margin-left: 5px; width: calc(100% - 90px); border-radius: 10px; }
.comment-progress .progress-bar#has-rate { background-color: #23b445; }
.comment-progress .progress-num { font-size: 15px; width: 25px; text-align: center; color: #787878; }
.comment-progress .progress-total { font-weight: 600; text-align: left; color: #787878; width: 50px; }
.comment-write { display: none; }
.review-rating-star { font-size: 0; }
.review-rating-star-icon .fa { font-weight: 400; font-style: normal; display: inline-block; margin: 0.1rem; font-size: 21px; cursor: pointer; color: #f0c808; }
.review-rating-star-icon .fa.star-empty { color: #dedddc; }
.review-rating-star-icon .fa.star-not-empty { color: #f0c808; font-weight: 900;}
.review-rating-star-icon .fa:nth-child(1) { margin-left: 0; }
.review-fileuploader { padding: 20px 15px; text-align: center; background-color: #ffffff; cursor: pointer; border: 2px dashed #c2cdda; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.review-fileuploader .review-fileuploader-text { color: #90a0bc; }
.review-file-uploader .fileuploader { padding: 0px; margin: 0px; background: transparent; }
.review-file-uploader .fileuploader-items .fileuploader-items-list { margin: 1rem -5px 0 -5px; }
.review-file-uploader .fileuploader-items .fileuploader-items-list:after { display: block; content: ""; clear: both; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item { padding: 0px; width: calc(100% / 7 - 10px); float: left; margin: 0 5px 5px 5px; border-bottom: 0px; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .columns { display: block; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail { width: auto; height: auto; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail .fileuploader-item-image { height: auto; padding: 50% 0; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail .fileuploader-item-image img { position: absolute; top: 0px; left: 0px; max-width: 100%; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transform: none; transform: none; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-title { padding: 0px; margin-top: 0.5rem; text-align: center; display: none; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-actions { margin: 0px; position: absolute; top: 0px; right: -5px; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-infos input { border: 1px solid #dddddd; border-radius: 0.25rem; }
.review-poster-video-avatar { 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; }
.review-poster-video-avatar .avatar-detail { width: 95px; height: 95px; 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; }
.review-poster-video-avatar .avatar-detail img { max-width: 95px; max-height: 95px; }
#review-content { height: 100px; }
.carousel-comment-media .carousel-control a { opacity: 1; width: 45px; height: 45px; top: calc(50% - 45px / 2); bottom: inherit; }
.carousel-comment-media .carousel-control a span { display: block; cursor: pointer; color: #222222; width: 45px; height: 45px; padding: 5px; text-align: center; background-color: #ffffff; -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12); border-radius: 100%; 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; }
.carousel-comment-media .carousel-control a.carousel-control-prev { left: 20px; }
.carousel-comment-media .carousel-control a.carousel-control-prev span { padding-right: 9px; }
.carousel-comment-media .carousel-control a.carousel-control-next { right: 20px; }
.carousel-comment-media .carousel-control a.carousel-control-next span { padding-left: 8px; }
.carousel-comment-media .carousel-indicators { position: static; margin: 0 0 1rem 0; }
.carousel-comment-media .carousel-indicators li { width: auto; max-width: 60px; height: auto; text-indent: inherit; -webkit-box-flex: 0; -ms-flex: none; flex: none; margin: 0px 0px 3px 0px; border: 2px solid transparent; opacity: 1; cursor: -webkit-zoom-in; cursor: zoom-in; }
.carousel-comment-media .carousel-indicators li.active { border-color: #ffc120; cursor: -webkit-zoom-out; cursor: zoom-out; -webkit-transform: scale(1.05); transform: scale(1.05); }
.carousel-comment-media .carousel-inner { max-width: 550px; -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12); margin: auto; }
.carousel-comment-media .carousel-inner .carousel-lists .carousel-comment-media-item-video #file-video { max-width: 100%; width: 100%; height: 500px; vertical-align: top; display: inline-block; background-color: #000000; }
#form-reply { display: none; }
.comment-item { margin-bottom: 3rem; }
.comment-item-poster { width: 200px; margin-right: 30px; text-align: center; }
.comment-item-letter { border-radius: 50%; background-color: #d3d2d3; color: #919090; width: 65px; height: 65px; text-transform: uppercase; display: inline-block; vertical-align: top; line-height: 67px; font-size: 18px; font-weight: 700; margin-bottom: 0.5rem; }
.comment-item-name { margin-bottom: 0.25rem; text-transform: capitalize; }
.comment-item-posttime { font-size: 12px; color: #999999; }
.comment-item-information { width: calc(100% - 230px); }
.comment-item-star { float: left; margin-right: 10px; }
.comment-item-star i { font-size: 17px; }
.comment-item-title { font-size: 15px; font-weight: 500; }
.comment-replies { position: relative; background: #f8f9fa; border: 1px solid #dfdfdf; padding: 1.75rem 1.5rem; }
.comment-replies:after { content: ""; position: absolute; }
.comment-replies:before { content: ""; position: absolute; z-index: 1; top: -13px; left: 10px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 13px solid #f8f9fa; }
.comment-replies:after { top: -14px; left: 9px; border-left: 11px solid transparent; border-right: 11px solid transparent; border-bottom: 14px solid #dfdfdf; }
.comment-replies-item { margin-bottom: 1.5rem; 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; }
.comment-replies-item:last-child { margin-bottom: 0px; }
.comment-replies-letter { width: 45px; height: 45px; margin-right: 10px; line-height: 45px; padding-left: 1px; font-size: 14px; border-radius: 50%; background-color: #e5e3e5; color: #919090; text-transform: uppercase; display: inline-block; vertical-align: top; font-weight: 500; text-align: center; margin-top: 0.125rem; }
.comment-replies-letter.admin { position: relative; background-color: #189eff; text-indent: 9999px; overflow: hidden; }
.comment-replies-letter.admin:before { content: "QTV"; text-indent: 0px; color: #ffffff; font-weight: 500; text-transform: uppercase; font-size: 13px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.comment-replies-info { width: calc(100% - 55px); }
.comment-replies-name { font-weight: 500; margin-bottom: 0.125rem; }
.comment-replies [class*="btn-load-more-"] { border: 0px; outline: none; padding: 0px; background: transparent; }
.comment-media-play { z-index: 1; position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); }
.comment-media-play svg { -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3); border-radius: 50%; background-color: rgba(255, 255, 255, 0.15); }
.comment-media-play svg .comment-media-play-stroke-dotted { opacity: 0; stroke-dasharray: 4, 5; stroke-width: 1px; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: spin 4s infinite linear; animation: spin 4s infinite linear; -webkit-transition: opacity 1s ease, stroke-width 1s ease; transition: opacity 1s ease, stroke-width 1s ease; }
.comment-media-play svg .comment-media-play-stroke-solid { stroke-dashoffset: 0; stroke-dasharray: 300; stroke-width: 4px; -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease; transition: stroke-dashoffset 1s ease, opacity 1s ease; }
.comment-media-play svg .comment-media-play-icon { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: -webkit-transform 200ms ease-out; transition: -webkit-transform 200ms ease-out; transition: transform 200ms ease-out; transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }
.comment-media-play:hover svg .comment-media-play-stroke-dotted { stroke-width: 4px; opacity: 1; }
.comment-media-play:hover svg .comment-media-play-stroke-solid { opacity: 0; stroke-dashoffset: 300; }
.comment-media-play:hover svg .comment-media-play-icon { -webkit-transform: scale(1.05); transform: scale(1.05); }
.btn-comment { background: var(--main-color); color: #fff }
.btn-comment:hover { background: #04396e; color: #fff; }
#form-comment label{font-weight: 700}

/*News orther*/
.othernews { position: sticky; top: 60px; z-index: 11; }
.news-other { margin-bottom: 15px; }
.othernews b { margin-bottom: 10px; font-size: 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(--main-color); }
.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; }
.contact-map iframe { position: relative; width: 100% !important; height: 500px !important; display: block }
.contact-text {/* color: #fff; */}


/* Footer */
.footer {padding: 50px 0 0;position: relative;overflow-x: hidden;background: url('../images/bg_ft.jpg') no-repeat right center;background-size: cover;}
.title_ft {color: #fff;font-family: 'Libre Franklin', sans-serif;font-size: 15px;font-weight: 600;position: relative;margin-bottom: 20px;text-transform: uppercase;}
.footer-info {color: #fff;font-size: 14px;}
.footer-ul {list-style: none;padding: 0px;margin: 0; list-style: inside circle;color: #fff}
.footer-ul li {position: relative;}
.footer-ul li:last-child { margin-bottom: 0px;}
.footer-ul li a {color: #fff;font-size: 14px;line-height: 25px;}
.footer-ul li a:hover {text-decoration: underline}
.maps_ft iframe { width: 100% !important; height: 500px; display: block; }
.social li a{display: block;transition: all 1s}
.social li:hover a{transition: all 1s;transform: rotate(360deg);}
.footer-powered{color: #fff;font-size: 14px;line-height: 20px;padding: 15px 0;text-align-last: center;text-transform: capitalize;border-top: solid 1px #fff6;margin-top: 50px;}
.footer-powered span,.footer-powered a{color: #fff;font-weight: 600;}

/*  */
.sub_left { position: sticky; top: 100px; }
.title_left_cate { line-height: 50px; color: #000; font-family: 'Libre Franklin', sans-serif; font-weight: 700; font-size: 22px; text-transform: uppercase; }
.menu_left { padding: 0; margin: 0;}
.menu_left ul { padding: 0; margin: 0; }
.menu_left li { font-size: 15px; line-height: 20px; text-transform: uppercase; list-style: none; padding: 8px 0; cursor: pointer; font-weight: 500; }
.menu_left li a { color: #1F1F1F; }
.menu_left li.active a,.menu_left li a.active, .menu_left li a:hover, .menu_left li:hover { color: var(--main-color); }
.menu_left li ul li { font-weight: 400; text-transform: capitalize; list-style: inside; color: #9E9E9E }
.menu_left li ul li a { color: #9E9E9E }
.dcjq-icon { z-index: 9; background: #E5F7FF; padding: 5px; border-radius: 3px; overflow: hidden; }
.menu_left li a.active span.dcjq-icon { background: var(--main-color); color: #fff }

#accordion > li > a{cursor: pointer;display: flex !important;justify-content: space-between;align-items: center;font-size: 18px}
.dcjq-parent-li i{display: none;font-size: 12px;}
#accordion > li.dcjq-parent-li > a > span > .fa-plus{display: block}
#accordion > li.dcjq-parent-li > a.active > span > .fa-minus{display: block}
#accordion > li.dcjq-parent-li > a.active > span > .fa-plus{display: none}




/* 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 { transform: scale(0.65);top: -5px; }

/* Paging */
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: 0.875rem; text-transform:capitalize; }
.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: var(--main-color); 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: var(--main-color); 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: var(--main-color); 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: var(--main-color); display: block; position: relative; width: 220px; background: var(--main-color); color: #ffffff; text-align: center; line-height: 1; padding: 10px; font-size: 14px; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.js-facebook-messenger-container iframe, .js-facebook-messenger-container-button iframe { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999; }
.js-facebook-messenger-container, .js-facebook-messenger-container-button { z-index: 1000; }
.js-facebook-messenger-top-head { color: #ffffff; background: var(--main-color); 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 */
.cart-fixed { position: fixed; right: 20px; bottom: 390px; z-index: 10; background: #4b4f56; width: 50px; height: 50px; text-align: center; color: #fff !important; border-radius: 100%; 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; }
.cart-fixed i { font-size: 20px; }
.cart-fixed span { position: absolute; top: 0px; right: -5px; color: #ffffff; width: 25px; height: 25px; background: #ec2d3f; text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; z-index: 9 }

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

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

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

/* Phone Switch */
.widget-mobile { position: fixed; left: 50%; -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-content { position: relative; }

/* abouthome */
.abouthome { padding: 50px 0;position: relative;background: url('../images/bg_about.jpg') no-repeat center bottom;background-size: cover;}
.about_left {position: relative;width: calc(40% - 20px);position: relative;z-index: 1}
.about_right {position: relative;width: calc(60% - 20px);}
.title_about{margin-bottom: 20px;}
.title_about span { color: #004F9F; font-size: 20px; text-transform: capitalize; }
.title_about h3 { color: #009FE3; font-family: 'Libre Franklin', sans-serif; font-size: 33px; font-weight: 700; text-transform: uppercase; padding-top: 5px}
.des_about { color: #1F1F1F; font-size: 14px; line-height: 25px; }
.more_about {border-radius: 5px;background: var(--main-color);line-height: 45px;color: #fff;text-transform: uppercase;display: inline-block;position: relative;width: 130px;text-align: center;font-weight: 600;font-size: 14px;font-family: 'Libre Franklin', sans-serif;margin-top: 20px;}
.more_about:hover { transition: all ease 0.5s; color: #fff; background-color: #7FD9FF; }
.slick_about_right,.slick_about_left{display: none}
.slick_about_right{min-height: 460px;max-width: 700px;margin: 0 auto}
.slick_about_right .slick-current.slick-active a { transform: scale(1.3, 1.3); margin: 60px 0; transition: 0.5s; z-index: 1; border: 5px solid #fff; border-radius: 5px; overflow: hidden; -webkit-box-shadow: 0px 0px 5px 0px rgba(232, 232, 232, 1); -moz-box-shadow: 0px 0px 5px 0px rgba(232, 232, 232, 1); box-shadow: 0px 0px 5px 0px rgba(232, 232, 232, 1); background: #fff;}
.slick_about_right .slick-current.slick-active a img { transform: scale(1.3, 1.3); }
.slick_about_right .col-12:not(.slick-current.slick-active) a{margin-top: 50px}

/*  */
.box_video{position: relative;z-index: 0;padding: 20px 0}
.item_video { position: relative; cursor: pointer;max-width: 1000px;margin: 0 auto}
.play {display: inline-block;position: absolute;top: 50%;left: 50%;width: 80px;height: 80px;text-align: center;line-height: 80px;border-radius: 100%;font-size: 30px;margin: -40px 0 0 -40px;color: #fff;z-index: 99;background: #f00;cursor: pointer;}
.play:hover { color: #f00; background: #fff; }
.waves-block .waves { position: absolute; width: 150px; height: 150px; background: rgba(255, 255, 255, 0.3); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; border-radius: 100%; -webkit-animation: waves 3s ease-in-out infinite; animation: waves 3s ease-in-out infinite; left: 50%; margin-left: -75px; top: 50%; margin-top: -75px; z-index: 9; }
.waves-block .wave-1 { -webkit-animation-delay: 0s; animation-delay: 0s; }
.waves-block .wave-2 { -webkit-animation-delay: 1s; animation-delay: 1s; }
.waves-block .wave-3 { -webkit-animation-delay: 2s; animation-delay: 2s; }
@-webkit-keyframes waves {
	0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
	50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
	100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}
@keyframes waves {
	0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
	50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
	100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}

/*  */
.producthome{padding: 30px 0;position: relative;max-width: 1366px;margin: 0 auto}
.slick_product{display: none;}
.slick_product .col_product{padding-left: 0;padding-right: 0}



/* additives */
.additives { background: #F3F9FF; padding: 70px 0 40px}
.box_producthome { overflow: hidden; }
.box_producthome_rp{display: none}
.slick_additives { display: none; margin-left: -12px; margin-right: -12px; }
.col_additives {padding: 0 10px;margin-bottom: 30px}
.item_additives { border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 10px #DCECFD; background: var(--main-color); text-align: center;}
.img_additives img, .img_additives a { border-radius: 10px 10px 0 0; overflow: hidden; }
.item_additives h3 {padding: 0 15px;margin-bottom: 0;font-family: 'Libre Franklin', sans-serif;font-size: 23px;font-weight: 600;}
.item_additives h3 a { color: #fff; line-height: 55px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical;}
.item_additives:hover h3 a { color: #fff; }


/* bulletin */
.bulletin { padding: 40px 0; }
.title_bulletin { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px;}
.title_bulletin h3 { color: var(--main-color); font-family: 'Libre Franklin', sans-serif; font-size: 35px; font-weight: 700; text-transform: uppercase; margin-bottom: 0; }
.box_cat { padding: 0; margin: 0; white-space: nowrap; overflow-x: overlay; display: block; font-size: 18px; width: calc(100% - 200px); padding-bottom: 2px; text-align: right; }
.box_cat::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.box_cat::-webkit-scrollbar { height: 3px; background-color: #F5F5F5; }
.box_cat::-webkit-scrollbar-thumb { background-color: #000000; }
.box_cat span { display: inline-block; cursor: pointer; padding: 0 15px; color: #757575; font-size: 17px; position: relative; }
.box_cat span::before { position: absolute; content: ""; background: #1F1F1F; width: 1px; height: 11px; left: 0; top: calc(50% - 6px); }
.box_cat span:first-child::before { display: none }
.box_cat span:hover, .box_cat span.active { color: var(--main-color); }
.box_news_home { position: absolute; width: 100%; top: 0; left: 0;}
.content-tabs { opacity: 0; visibility: hidden; position: relative }
.content-tabs.active { opacity: 1; visibility: visible; position: relative }
.content-tabs.active .box_news_home { position: relative }

/*  */
.bulletin_left {width: calc(35% - 20px);border: 1px solid #EEE;padding: 8px 8px 10px;}
p.date_bulletin{margin: 10px 0 4px;}
p.date_bulletin span{color: #757575;font-size: 14px;}
p.date_bulletin span:first-child{margin-right: 10px}
p.date_bulletin span i{color: #009FE3;margin-right: 5px;}
.info_bulletin_left h3{margin: 0;font-size: 15px;font-weight: 500;text-transform: capitalize;}
.info_bulletin_left h3 a{color: #0F0F0F;line-height: 25px;overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical;}
.info_bulletin_left:hover h3 a{color: var(--main-color);}
.info_bulletin_left > span { color: #757575; font-size: 14px; line-height: 25px; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; clear: both; overflow: hidden; height: 50px; }
.bulletin_right { width: 65%; display: flex; flex-wrap: wrap; align-items: start; justify-content: space-between; }
.item_bulletin{width: calc(50% - 8px);border: 1px solid #EEE;padding: 9px;display: flex;align-items: center;justify-content: space-between;}
.item_bulletin:nth-child(1),.item_bulletin:nth-child(2){margin-bottom: 20px;}
.img_bulletin{width: 150px;}
.info_bulletin{width: calc(100% - 160px);}
.info_bulletin h3{margin: 0 0 5px;font-size: 15px;font-weight: 500;text-transform: capitalize;}
.info_bulletin h3 a{color: #0F0F0F;line-height: 22px;overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;}
.info_bulletin:hover h3 a{color: var(--main-color);}
.info_bulletin > span { color: #757575; font-size: 12px; line-height: 20px; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; clear: both; overflow: hidden; height: 50px; }


/* center */
.center {padding: 50px 0 20px;position: relative;}
.slick_center { display: none; margin-left: -15px; margin-right: -15px; }
.slick_center .col-12 { padding-left: 15px; padding-right: 15px; }
.item_center { border: 1px solid #CFD9E3; background: #F5F5F5; border-radius: 15px 0 15px 0; overflow: hidden; padding: 2px;margin: 1px}
.img_center a, .img_center img { border-radius: 15px 0 0 0; overflow: hidden; }
.list_news {background: #009FE3;padding: 0 30px;line-height: 50px;color: #FFF !important;font-size: 17px;font-family: 'Libre Franklin', sans-serif;font-weight: 700;text-transform: uppercase;display: inline-block;border-radius: 0 0 15px 0 !important;margin-top: -25px;position: relative;}
.info_center { padding: 15px 20px; }
.info_center h3 { margin: 0 0 5px; font-size: 15px; font-weight: 600; text-transform: capitalize; }
.info_center h3 a { color: #0F0F0F; line-height: 25px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; height: 50px }
.info_center:hover h3 a { color: var(--main-color); }
.info_center span { color: #1F1F1F; font-size: 14px; line-height: 25px; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; clear: both; overflow: hidden; height: 50px; }
.date_center { display: flex; justify-content: space-between; align-items: center; line-height: 55px; border-top: 1px solid #CFD9E3; padding: 0 20px; }
.date_center span { color: #757575; font-weight: 600; font-size: 14px; }
.date_center span i { color: #004F9F; margin-right: 5px; }
.more_center{background: url('../images/more.png') no-repeat center;width: 30px;height: 12px;}
.slick-dots{bottom: -40px;}
.slick-dots li, .slick-dots li button { width: 12px; height: 12px; border-radius: 50%; overflow: hidden; background: #ccc }
.slick-dots li.slick-active button, .slick-dots li button:hover, .slick-dots li button:focus { background: var(--main-color); }
.slick-dots li button:before { display: none }

/* partnerhome */
.partnerhome{padding: 30px 0 50px}
.slick_partner{margin-left: -10px;margin-right: -10px;display: none}
.item_partner{padding: 0 10px;}
.item_partner a{border-radius: 8px;border: 1px solid #DCDCDC;}
.item_partner a img{border-radius: 8px;}


/* overview */
.overview { display: flex; align-items: start; justify-content: space-between; flex-wrap: wrap;}
.overview_left{width: 280px;position: sticky;top: 100px;}
.title_overview { line-height: 50px; color: #000; font-family: 'Libre Franklin', sans-serif; font-weight: 700; font-size: 22px; text-transform: uppercase; }
.box_overview_left{padding: 0;margin: 0;}
.box_overview_left li { font-size: 17px; line-height: 20px; text-transform: uppercase; list-style: none; padding: 15px 0; cursor: pointer;background: url('../images/icon_li.png') no-repeat right center;}
.box_overview_left li a{color: #1F1F1F;}
.box_overview_left li.active a,.box_overview_left li:hover a{ color:var(--main-color); }
.box_overview_left li.active,.box_overview_left li:hover{background: url('../images/icon_li1.png') no-repeat right center;}
.overview_right{width: calc(100% - 300px);}

/* certified */
.certified{padding: 30px 0}
.slick_certified{display: none;margin-left: -15px;margin-right: -15px}
.slick_certified .col-12{padding-left: 15px;padding-right: 15px}
.item_certified{cursor: pointer;}
.item_certified span { margin-top: 15px; color: #000; text-align: center; font-size: 15px; font-weight: 600; text-transform: uppercase; display: block}

/* staff */
.staff { background: #F3F9FF; padding: 40px 30px; }
.box_staff { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
.item_staff { display: flex; align-items: center; justify-content: space-between; max-width: 725px; width: 100%; margin: 20px 0; }
.img_staff { width: 265px;display: flex;align-items: center;justify-content: center;}
.info_staff { width: calc(100% - 290px); }
.item_staff.flex-row-reverse { margin-left: calc(100% - 725px); }
.item_staff.flex-row-reverse .img_staff{padding-right: 20px;padding-left: 5px}
.img_staff { padding-left: 20px; border-radius: 50%; overflow: hidden; background: #009FE3; width: 265px; height: 265px; padding-right: 5px; }
.img_staff span, .img_staff img { border-radius: 50% }
.info_staff h3 { color: #0F0F0F; font-size: 17px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px}
.info_staff h3 span {font-weight: 400;font-size: 17px;color: #757575;text-transform: none;}
.info_staff > span { color: #525252; font-size: 14px; line-height: 25px; }

/* infra */
.infra{padding: 20px 0 50px;}
.slick_infra{display: none;margin-left: -20px;margin-right: -20px;}
.slick_infra .col-12{padding-left: 20px;padding-right: 20px}

/* vision */
.vision { background: url("../images/bg_vision.jpg") no-repeat center; background-size: cover; padding: 40px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.vision_left{width: 350px;padding: 20px;background: url('../images/img_vision.png') no-repeat center;}
.vision_left img{border-radius: 50%;overflow: hidden;}
.img_vision{background-color: #0EB7FF;padding: 10px;border-radius: 50%;overflow: hidden;}
.img_vision span{border-radius: 50%}
.vision_right{width: calc(100% - 400px);}
.title_vision{text-align: center;margin-bottom: 15px;}
.title_vision span {color: #FFF;font-family: 'Libre Franklin', sans-serif;font-size: 35px;font-weight: 700;text-transform: uppercase;border-bottom: 1px solid #fff;}
.info_vision { color: #fff; font-size: 15px; line-height: 25px; text-align: center;background: url('../images/icon_vision.png') no-repeat left top;padding-left: 40px;padding-top: 10px}

.vision_photo { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin-top: 30px; padding-top: 30px; position: relative; }
.vision_photo::before { position: absolute; content: ""; width: 200px; height: 1px; background: #fff; top: 0; left: calc(50% - 100px); }
.vision_photo a{margin: 0 5px}

/*  */
.img_core_top { position: relative; }
.img_core_top span { position: absolute; top: 30px; left: 50%; transform: translateX(-50%); color: #FFF; text-align: center; font-family: 'Libre Franklin', sans-serif; font-size: 35px; font-weight: 700; text-transform: uppercase; }
.core { margin: -35px 0 50px; }
.slick_core { display: none; margin-left: -15px; margin-right: -15px; }
.item_core { padding: 0 15px; text-align: center; }
.img_core { width: 70px; height: 70px; background: #009FE3; border-radius: 50%; overflow: hidden; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; }
.img_core img { width: auto !important; }
.info_core h3 { color: #0F0F0F; font-family: 'Libre Franklin', sans-serif; font-size: 17px; font-weight: 700; line-height: 18px; text-transform: uppercase; margin: 0 0 15px }
.info_core p { color: #1F1F1F; font-size: 14px; font-weight: 500; line-height: 22px; text-align: left; margin-bottom: 10px }
.info_core span { color: #757575; font-size: 14px; line-height: 22px; text-align: left; display: block; }


/* history */
.history {padding: 40px 0;margin: 0 auto;}
/*.item_history {max-width: calc(50% + 200px);display: flex;align-items: center;justify-content: space-between;margin-bottom: 32px;position: relative;z-index: 9;}
.item_history:nth-child(2n) {margin-left: calc(50% - 200px);}
.name_history {width: 80px;height: 80px;text-align: center;line-height: 80px;text-overflow: ellipsis;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;clear: both;color: #FFF;font-size: 18px;font-weight: 700;border-radius: 50%;z-index: 9;position: relative;}
.item_history1 .name_history{ background: linear-gradient(180deg, #56B9F0 0%, #2557C4 100%); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
.item_history2 .name_history{ background: linear-gradient(195deg, #A137A8 7.24%, #531082 91.99%); box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25); }
.item_history3 .name_history{ background: linear-gradient(180deg, #FF2982 0%, #F01168 100%); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
.item_history4 .name_history{ background: linear-gradient(186deg, #FCBD04 11.79%, #FE7D01 94.67%); box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25); }
.item_history5 .name_history{ background: linear-gradient(160deg, #84CE21 9.28%, #4DA024 92.35%); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
.item_history6 .name_history{ background: linear-gradient(195deg, #A137A8 7.24%, #531082 91.99%); box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25); }
.item_history7 .name_history{ background: linear-gradient(180deg, #56B9F0 0%, #2557C4 100%); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
.item_history8 .name_history{ background: linear-gradient(180deg, #FF2982 0%, #F01168 100%); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.img_history{width: 200px;padding: 4px;}
.item_history:nth-child(2n +1 ) .img_history{margin-left: -50px;clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);}
.item_history:nth-child(2n +1 ) .img_history span{clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);}
.item_history:nth-child(2n) .img_history{margin-right: -50px; clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 50%, 10% 0);}
.item_history:nth-child(2n ) .img_history span{clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 50%, 10% 0)}
.des_history {width: calc(50% + 185px);border-radius: 150px;background: #FFF;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);height: 115px;text-align: center;position: relative;}
.des_history::before{position: absolute;content: "";width: 45px;height: 36px;background: #fff;top: calc(50% - 17px);}
.item_history:nth-child(2n +1 ) .des_history::before{left: calc(100% - 15px);clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 0 0);}
.item_history:nth-child(2n ) .des_history::before{right: calc(100% - 15px);clip-path: polygon(100% 0, 100% 100%, 25% 100%, 0 50%, 25% 0);}

.des_history span{height: 75px;display: block;overflow: overlay;}
.des_history p { margin-bottom: 0 }
.item_history:nth-child(2n + 1) .des_history{margin-right: -110px;padding: 20px 140px 20px 50px}
.item_history:nth-child(2n) .des_history{ margin-left: -110px;padding: 20px 50px 20px 140px}
.des_history span::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.des_history span::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; }
.des_history span::-webkit-scrollbar-thumb { background-color: #000000; }
.item_history1 .img_history{ background: linear-gradient(180deg, #56B9F0 0%, #2557C4 100%); }
.item_history2 .img_history{ background: linear-gradient(195deg, #A137A8 7.24%, #531082 91.99%); }
.item_history3 .img_history{ background: linear-gradient(180deg, #FF2982 0%, #F01168 100%); }
.item_history4 .img_history{ background: linear-gradient(186deg, #FCBD04 11.79%, #FE7D01 94.67%); }
.item_history5 .img_history{ background: linear-gradient(160deg, #84CE21 9.28%, #4DA024 92.35%); }
.item_history6 .img_history{ background: linear-gradient(195deg, #A137A8 7.24%, #531082 91.99%); }
.item_history7 .img_history{ background: linear-gradient(180deg, #56B9F0 0%, #2557C4 100%); }
.item_history8 .img_history{ background: linear-gradient(180deg, #FF2982 0%, #F01168 100%); }

.name_history::before{position: absolute;content: "";width: 77px;height: 99px;bottom: 30px;}
.item_history1 .name_history::before{background: url('../images/history1.png') no-repeat center;right: -35px;}
.item_history2 .name_history::before{background: url('../images/history2.png') no-repeat center; left: -35px}
.item_history3 .name_history::before{background: url('../images/history3.png') no-repeat center;right: -35px;}
.item_history4 .name_history::before{background: url('../images/history4.png') no-repeat center;left: -35px}
.item_history5 .name_history::before{background: url('../images/history5.png') no-repeat center;right: -35px;}
.item_history6 .name_history::before{background: url('../images/history2.png') no-repeat center; left: -35px}
.item_history7 .name_history::before{background: url('../images/history1.png') no-repeat center;right: -35px;}
.item_history8 .name_history::before{background: url('../images/history6.png') no-repeat center;left: -35px;}*/

.w-mocthoigian { max-width: 600px; margin: auto; padding: 0px; position: relative; }
.w-mocthoigian::after { position: absolute; content: ''; width: 2px; height: 100%; top: 5px; bottom: 0px; background-color: #004F9F; left: 50%; transform: translateX(-50%); }
.w-mocthoigian::before { position: absolute; content: ''; width: 0; top: 0px; left: 50%; transform: translateX(-50%); height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 10px solid #004F9F; }
.mocthoigian-items { margin-bottom: 1rem; }
.w-mocthoigian .mocthoigian-items:nth-child(2n) { flex-flow: row-reverse; }
.mocthoigian-image { width: 46%; }
.mocthoigian-image span { max-width: 200px; display: inline-block !important; }
.mocthoigian-info { width: 46%; position: relative; }
.w-mocthoigian .mocthoigian-items:nth-child(2n) .mocthoigian-info { text-align: right; }
.w-mocthoigian .mocthoigian-items:nth-child(2n+1) .mocthoigian-image { text-align: right; }
.mocthoigian-info::after { position: absolute; content: ''; width: 10px; height: 10px; background-color: #004F9F; border-radius: 50%; top: 30px; }
.mocthoigian-info::before { position: absolute; content: ''; width: 15px; height: 1px; border-top: dashed 1px #ccc; top: 35px; }
.w-mocthoigian .mocthoigian-items:nth-child(2n+1) .mocthoigian-info::before { left: -7%; }
.w-mocthoigian .mocthoigian-items:nth-child(2n) .mocthoigian-info::before { right: -7%; }
.w-mocthoigian .mocthoigian-items:nth-child(2n+1) .mocthoigian-info::after { left: -10.3%; }
.w-mocthoigian .mocthoigian-items:nth-child(2n) .mocthoigian-info::after { right: -10.5%; }
.w-mocthoigian .news-name { font-size: 24px !important; color: #004F9F !important; margin-top: 1.25rem; }

/*  */
.scroll-nav-pro-detail {position: -webkit-sticky;position: sticky;top: 60px;background: #fff;z-index: 9;}
.scroll-nav-pro-detail.fixed_top{z-index: 99;-webkit-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);-moz-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);position: fixed;top: 80px;left: 0;width: 100%;background: #fff;}
.scroll-nav-pro-detail.fixed_top .nav-pro-detail{margin-bottom: 0}
.nav-pro-detail { display: flex; justify-content: space-between; align-items: center; list-style: none; padding: 0px; overflow-x: auto; position: relative; -moz-box-shadow: 0 1px 4px #d7d7d7; border-bottom: 1px solid #e5e5e5; }
.nav-pro-detail li.active{border-bottom: 2px solid var(--main-color);}
.nav-pro-detail li.active a{color: var(--main-color)}
.nav-pro-detail li{border-bottom: 2px solid transparent;padding: 0 5px}
.nav-pro-detail li a {width: max-content;color: #000;padding: 10px 0;display: block;font-weight: 500;font-size: 18px;text-transform: uppercase;}
.title_detail { font-weight: 700; font-size: 15px; color: #000 ;display: inline-block;margin: 10px 0;text-transform: uppercase;}

#nav_detail_top { position: fixed; width: 100%; opacity: 0; z-index: 0; padding: 10px 0; background: #fff; top: 0; }
#nav_detail_top.fixed_top { opacity: 1; z-index: 11; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#nav_detail_top .txt_brand_name_nav { font-weight: 700; font-size: 14px; color: #326e51; }
.info_sp_nav { display: flex; align-items: center; justify-content: space-between; }
.thumb_sp_nav { width: 60px; float: left; margin: 0 10px 0 0; border: 1px solid #eee; }
.block_info_sp_nav{width: calc(100% - 75px);}
.block_info_sp_nav .title_nav { font-weight: 700; font-size: 14px; margin-bottom: 5px; }
.block_price_nave { font-size: 14px; color: #ff6501; display: inline-block; }

/*  */
.modal-body .toolbar { display: block; position: relative; }
.toolbar { width: 100%; bottom: 0px; position: fixed; z-index: 500; left: 0px; display: none; -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); }
.toolbar.is-active .list-phone { display: block; -webkit-animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards; animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards; }
.toolbar .list-phone { position: absolute; bottom: 100%; left: 30px; opacity: 0; transform: scale(0); transform-origin: 50% 100%; display: none; }
.toolbar .list-phone a { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; background: #fff; max-width: 240px; padding: 10px 20px; margin: 10px 0; border-radius: 50px; padding-right: 30px; }
.toolbar .list-phone svg { max-width: 30px; max-height: 30px; }
.toolbar .list-phone span { display: block; width: calc(100% - 40px); color: #333; font-weight: 700; }
.toolbar .phone { position: relative; width: 50px; height: 50px; z-index: 99; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; margin: 0 0px -25px 30px; transition: transform .2s ease-in-out; }
.toolbar .phone a { color: #333; display: block; position: relative; }
.toolbar .phone a:before, .toolbar .phone a:after { position: absolute; content: ''; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(135deg); width: 30px; height: 3px; border-radius: 2rem; background-color: var(--main-color); opacity: 0; transition: opacity .2s ease-in-out; }
.toolbar .phone a:after { transform: translate(-50%, -50%) rotate(45deg); }
.toolbar .phone svg { max-width: 27px; max-height: 27px; display: block; position: relative; fill: var(--main-color); }
.toolbar.is-active .phone { transform: rotate(-180deg); }
.toolbar.is-active .phone svg { opacity: 0; }
.toolbar.is-active .phone a:before, .toolbar.is-active .phone a:after { opacity: 1; }
.toolbar ul {list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    --size: 33px;
    -webkit-mask: radial-gradient(var(--size) at 55px 0px, #0000 99%, #fff 101%) 100%;
    background:var(--main-color);
    padding: 10px 0;
    padding-left: 100px;
    border-radius: 10px 10px 0px 0px;}

.toolbar ul li { text-align: center; width: 25%; line-height: 1; }
.toolbar ul li a { display: block; width: 100%; font-size: 27px; color: #ffff; }
.toolbar ul li .icon { position: relative; margin: 0 auto; text-align: center; }
.toolbar ul li a span { display: none; font-weight: 400; font-size: 11px; margin-top: 5px; color: #333; text-transform: capitalize; }
.toolbar ul li a img, .toolbar ul li svg {max-height: 30px;fill: #fff;width: 100%;}
.toolbar .phone svg { animation: tada 1.2s infinite; fill: var(--main-color); }
.tada { animation: tada 1.2s infinite; }
.lang-toolbar { display: flex; justify-content: center; align-items: center; }
.toolbar ul li.lang-toolbar a { display: inline-block; width: unset; margin: 0px 2px; font-size: unset; }
.toolbar ul li.lang-toolbar a img { height: 10% !important; }
.ex6 path { fill: transparent; stroke: #fff; stroke-width: 0.5; stroke-dasharray: 1500; stroke-dashoffset: 1500; -webkit-animation: dash 5s ease forwards; animation: dash 5s ease forwards; }
@-webkit-keyframes dash {
	to { fill: #fff; stroke-dashoffset: 0; }
}
@keyframes dash {
	to { fill: #fff; stroke-dashoffset: 0; }
}
@keyframes tada {
	0% { transform: scaleX(1) }
	10%, 20% { transform: scale3d(.9, .9, .9) rotate(-3deg) }
	30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
	40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
	to { transform: scaleX(1) }
}
@keyframes quickShow {
	0% { opacity: 0; transform: scale(0); }
	100% { opacity: 1; transform: scale(1); }
}
@media(max-width:1001px) {
	.toolbar { display: block; }
	.scrollToTop, #messages-facebook { display: none !important; }	
	.footer{margin-bottom: 40px}
}
