/*Hiá»‡u á»©ng menu*/
.centery, .centery-after:after, .centery-before:before { -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } 

.ease-in-200 { -webkit-transition: all 500ms ease-in; -moz-transition: all 500ms ease-in; -ms-transition: all 500ms ease-in; -o-transition: all 500ms ease-in; transition: all 500ms ease-in; } 

@-webkit-keyframes slideInDown1 { 
 0% { -webkit-transform: translate3d(0,-30px,0); transform: translate3d(0,-30px,0); visibility: visible } 

 100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0) } 
 }

@keyframes slideInDown1 { 
 0% { -webkit-transform: translate3d(0,-30px,0); transform: translate3d(0,-30px,0); visibility: visible } 

 100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0) } 
 }

.slideInDown1 { -webkit-animation-name: slideInDown1; animation-name: slideInDown1 } 

/**/
.fixed { position: fixed !important; left: 0; right: 0; top: 0; z-index: 999; animation: slideInDown1 1s 0s; } 

/*Hieu ung*/
.hvr-float-shadow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-property: transform; transition-property: transform } 

.hvr-float-shadow:before { pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,transparent 80%); background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,transparent 80%); -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-property: transform,opacity; transition-property: transform,opacity } 

.hvr-float-shadow:active,.hvr-float-shadow:focus,.hvr-float-shadow:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px) } 

.hvr-float-shadow:active:before,.hvr-float-shadow:focus:before,.hvr-float-shadow:hover:before { opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px) } 

/*Hieu ung*/
.hvr-sweep-to-top { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: .3s; transition-duration: .3s } 

.hvr-sweep-to-top:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2caee2; border-radius: 50px; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out } 

.hvr-sweep-to-top:active,.hvr-sweep-to-top:focus,.hvr-sweep-to-top:hover { color: #fff } 

.hvr-sweep-to-top:active:before,.hvr-sweep-to-top:focus:before,.hvr-sweep-to-top:hover:before { -webkit-transform: scaleY(1); transform: scaleY(1) } 

.hvr-sweep-to-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: .3s; transition-duration: .3s } 

.hvr-sweep-to-right:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; clip-path: polygon(10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 20%); background: #1F3CAA; border-radius: 0px; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out } 

.hvr-sweep-to-right:active,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:hover { color: #fff } 

.hvr-sweep-to-right:active:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1) } 

.hover_sang2 { position: relative; overflow: hidden; } 

.hover_sang2:before { position: absolute; top: 0; left: -85%; z-index: 10; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); } 

.hover_sang2:hover:before { transition: 1s; left: 100%; } 

.hover_sang { display: block; position: relative; overflow: hidden; } 

.hover_sang:hover:before { left: 0; top: 0; } 

.hover_sang:before { left: -100%; top: -100%; } 

.hover_sang:after { bottom: -100%; right: -100%; } 

.hover_sang:before, .hover_sang:after { display: block; } 

.hover_sang:before, .hover_sang:after { background: rgba(255,255,255,0.3) none repeat scroll 0 0; content: ""; height: 100%; position: absolute; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; width: 100%; z-index: 8; } 

.hover_sang: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); } 

.hover_sang img { transition: 0.7s; } 

.hover_sang:hover:after { right: 0; bottom: 0; } 

/*Xoay*/
.dichvu__item:hover .dichvu__img { transform: rotateY(360deg); transition: all 0.6s linear; } 

/*Phone anima*/
.animate__animated.animate__infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } 

.animate__tada { -webkit-animation-name: tada; animation-name: tada; } 

.animate__animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-duration: var(--animate-duration); animation-duration: var(--animate-duration); -webkit-animation-fill-mode: both; animation-fill-mode: both; } 

/*Nháº¥p nhÃ¡y*/
.blink_me { -webkit-animation-name: blinker; -webkit-animation-duration: 1s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: blinker; -moz-animation-duration: 1s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; animation-name: blinker; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; } 

@-moz-keyframes blinker { 
 0% { opacity: 1.0; } 

 50% { opacity: 0.0; } 

 100% { opacity: 1.0; } 
 }

@-webkit-keyframes blinker { 
 0% { opacity: 1.0; } 

 50% { opacity: 0.0; } 

 100% { opacity: 1.0; } 
 }

@keyframes blinker { 
 0% { opacity: 1.0; } 

 50% { opacity: 0.0; } 

 100% { opacity: 1.0; } 
 }

/**/
.hdanhmucdropsjs { position: relative; width: 270px; z-index: 19; background-color: #ff9907; } 

.hdanhmucdropsjs ul { padding: 0; margin: 0; list-style: none; text-align: left; background-color: #ff9907; } 

.hdanhmucdropsjs ul > li { padding: 0 0% 0% 8%; } 

.hdanhmucdropsjs ul > li.line { border-bottom: solid 1px #ffb852; width: 100%; margin: 0 auto; } 

.hdanhmucdropsjs .nicescl { position: absolute; box-sizing: border-box; width: 100%; left: 0; top: 0% } 

.hdanhmucdropsjs ul.content { overflow: auto; font-size: 14px; } 

.hdanhmucdropsjs li a { display: inline-flex; align-items: center; width: 100%; position: relative; padding: 12px 0px; font-size: 14px; color: #1a1a1a; text-transform: capitalize; } 

/* .hdanhmucdropsjs li a img { margin-right: 10px; } */
.hdanhmucdropsjs ul ul { -webkit-transform: scaleX(0); transform: scaleX(0); width: 100%; display: none; position: absolute; left: calc(100% - 7px); left: -moz-calc(100% - 7px); left: -webkit-calc(100% - 7px); z-index: 9999; } 

.hdanhmucdropsjs ul ul li { position: relative; border-bottom: dashed 1px #ffb852; } 

.hdanhmucdropsjs ul > li:hover > ul { display: block; -webkit-animation: scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both; animation: scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both } 

.hdanhmucdropsjs ul > li:last-child { border-bottom: none } 

.hdanhmucdropsjs ul ul ul { left: 100%; top: 0!important } 

.hdanhmucdropsjs i.right { position: absolute; right: 13px; font-size: 16px; } 

.hdanhmucdropsjs i.left { font-size: 6px; margin-right: 10px; } 

.hdanhmucdropsjs li:hover > a { color: #fbbc00; } 

.hdanhmucdropsjs .fa-angle-right:before { font-size: 15px; } 

@-webkit-keyframes scale-up-hor-left { 
 0% { -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 0; transform-origin: 0 0 } 

 100% { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: 0 0; transform-origin: 0 0 } 
 }

/* width */
.hdanhmucdrops ::-webkit-scrollbar, .hdanhmucdropsjs ::-webkit-scrollbar { width: 1px; } 

/* Track */
.hdanhmucdrops ::-webkit-scrollbar-track, .hdanhmucdropsjs ::-webkit-scrollbar-track { background: #e80c0c; } 

/* Handle */
.hdanhmucdrops ::-webkit-scrollbar-thumb, .hdanhmucdropsjs ::-webkit-scrollbar-thumb { background: #e80c0c; } 

/* Handle on hover */
.hdanhmucdrops ::-webkit-scrollbar-thumb:hover, .hdanhmucdropsjs ::-webkit-scrollbar-thumb:hover { background: #ccc; } 

/* Filter */
.main-item:not(:last-child) { margin-bottom: 20px; } 

.main-item-title { text-transform: uppercase; margin-bottom: 10px; font-size: 15px; font-family: 'RobotoRegular'; } 

ul.content-item-title { list-style: none; margin: 0px; padding: 0px; font-size: 15px; display: flex; justify-content: space-between; flex-wrap: wrap; } 

ul.content-item-title li { margin-bottom: 8px; width: calc(56% - 25px); } 

ul.content-item-title input, ul.content-item-title label { vertical-align: middle; } 

ul.content-item-title label { /* padding-left: 10px; */
 margin: 0; } 

.item-mucgia { cursor: pointer; display: inline-block; padding: 5px 10px; margin: 4px; background-color: #eee; border-radius: 50px; } 

.item-mucgia:hover, .item-mucgia.active { background-color: #e8f6ff; } 

.range-left, .range-right { width: 80px; height: 30px; border: 1px solid #adadad; text-align: center; } 

.range-span { width: 20px; text-align: center; display: inline-block; } 

.submit-filter-pro { display: inline-block; width: 80px; height: 35px; border: 1px solid #0d5cb6; color: #0d5cb6; border-radius: 5px; background-color: transparent; margin-top: 10px; } 

select[name="sltsize"] { width: 100%; height: 40px; background: #fff; border: 1px solid #efefef; } 

.pro-r { padding: 20px; background: #f2f2f2 } 

.itemcs { display: flex !important; } 

.itemcs p.zoom_hinh { width: 60px } 

.itemcs .contentcs { width: calc(100% - 60px); padding-left: 10px; text-align: left; } 

.hide { display: none } 

.box-timkiem { text-align: center; margin: 20px 0px; } 

.bttimkiem { display: inline-block; background: #000; padding: 10px 20px; color: #fff; text-transform: uppercase; cursor: pointer; } 

ul.sltsize { list-style: none; display: inline-block; padding: 0px; margin: 0px; } 

ul.sltsize li { display: inline-block; background: #fff; border: 1px solid #000; color: #000; padding: 3px 10px; border-radius: 5px; margin: 0px 3px 5px 0px; cursor: pointer; } 

ul.sltsize li.active,ul.sltsize li:hover { background: #000; color: #fff } 

#search { padding: 20px 25px; background-color: #eeeeee; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-bottom: 1px solid #a0d25f; } 

.timkiem { font-size: 17px; color: #222222; font-family: 'NunitoSans'; display: inline-block; padding: 10px 37px; background-color: #eeeeee; border-top-left-radius: 10px; border-top-right-radius: 10px; } 

.item_search { width: 25%; border: 1px solid #d9d9d9; border-radius: 10px; overflow: hidden; } 

.control-search { height: 48px; border: none; padding-left: 10px; width: 100%; } 

.control-search option { border: none; } 

.box_search { justify-content: space-between; } 

.item_search:focus { border: none; } 

.timkiemnhan { padding: 50px 0px; } 

select.control-search { border: 0px; outline: 0px; } 

.dt { font-family: 'NunitoSans_bold'!important; } 

.product_mota { font-size: 14px; color: #494949; font-family: 'NunitoSans_regular'; } 

.dientich.flex { margin-top: 10px; margin-bottom: 5px; } 

.container1 { position: relative; width: 100%; height: 20px; } 

input[type="range"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; outline: none; position: absolute; margin: auto; top: 0; bottom: 0; background-color: transparent; pointer-events: none; } 

.slider-track { width: 100%; height: 2px; position: absolute; margin: auto; top: 0; bottom: 0; border-radius: 5px; } 

input[type="range"]::-webkit-slider-runnable-track { -webkit-appearance: none; height: 5px; } 

input[type="range"]::-moz-range-track { -moz-appearance: none; height: 5px; } 

input[type="range"]::-ms-track { appearance: none; height: 5px; } 

input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; height: 1em; width: 1em; background-color: #000; cursor: pointer; margin-top: -5px; pointer-events: auto; border-radius: 50%; } 

input[type="range"]::-moz-range-thumb { -webkit-appearance: none; height: 1em; width: 1em; cursor: pointer; border-radius: 50%; background-color: #000; pointer-events: auto; border: none; } 

input[type="range"]::-ms-thumb { appearance: none; height: 1em; width: 1em; cursor: pointer; border-radius: 50%; background-color: #000; pointer-events: auto; } 

input[type="range"]:active::-webkit-slider-thumb { background-color: #ffffff; border: 1px solid #000; } 

.values { width: 32%; position: relative; margin: auto; text-align: center; font-weight: 500; font-size: 15px; color: #000; } 

.wrapper { max-width: 520px; width: 100%; } 

.kung_range { margin-top: 10px; } 

.kung_range .p { margin-bottom: 10px; font-size: 14px; color: #222222; font-family: 'NunitoSans_bold'; } 

.flex2 { display: flex; } 

.flex2 .begin { padding-right: 10px; } 

.flex2 .end { padding-left: 10px; } 

.footer-ul li a:before { content: '\25CF'; color: #000; margin-right: 10px; font-size: 10px; } 

.collapsible { font-size: 15px; color: #222; font-weight: 700; text-transform: uppercase; padding: 0; display: block; cursor: pointer; margin-bottom: 0; width: 100%; } 

.collapsible p:after { width: 0; height: 0; border-top: 5px solid #000; border-bottom: 0 solid transparent; border-left: 5px solid transparent; content: ""; display: inline-block; margin-left: 5px; border-right: 5px solid transparent; align-self: center; } 

.filter-options { position: relative; } 

.filter-options-content { box-sizing: border-box; box-shadow: 0 10px 15px #828282; border: solid 1px #ddd; background: #fff; width: 100%; padding: 30px; left: 0; text-align: center; position: absolute; z-index: 99; left: 0px; right: 0px; } 

.filter-options { margin: 20px 0px; } 

.filter-options-content { display: none; } 

.noidung li { list-style: none; } 

.noidung li { width: 100%; text-align: left; } 

.noidung input[type=checkbox] { margin-right: 5px; position: relative; top: 2px; } 

.sys-search { display: none; position: absolute; top: calc( 100% + 50px ); right: 0px; background-color: #fff; z-index: 9999; box-shadow: 0px 0px 5px #ccc; } 

.auto_tk .wrap { max-height: 500px; padding: 10px; width: max-content; background: #fff; overflow-y: scroll; border-radius: 5px; } 

.auto_tk .wrap label { font-size: 13px; color: #000; margin-bottom: 0; padding-bottom: 10px; } 

.pros_item { display: flex; flex-direction: row; flex-wrap: nowrap; align-content: flex-start; justify-content: flex-start; align-items: center; width: 100%; border-bottom: 1px solid #3333331f; margin-bottom: 5px; padding-bottom: 5px; max-width: 400px; } 

.pros_img { flex-shrink: 0; margin-right: 8px; } 

.pros_img img { width: 100%; } 

.pros_txt { flex: 1; } 

.pros__title { font-size: 14px; color: #000; transition: all 0.2s linear; line-height: 1.3; margin-bottom: 3px; } 

.pros__title:hover { color: red; transition: all 0.2s linear; } 

span.pros__price_new { font-weight: bold; color: #000; margin-right: 5px; } 

span.pros__price_old { font-size: 13px; color: #000; } 

.pros__price_old i { font-style: normal; margin-right: 5px; text-decoration: line-through; opacity: 0.8; } 

.pros__title:hover { color: red; transition: all 0.3s; } 

/* Href hover */
.this_hover { overflow: hidden; position: relative; display: inline-block; margin: 0; } 

.this_hover::before, .this_hover::after { content: ''; position: absolute; width: 100%; left: 0; } 

.this_hover::before { background-color: #049E25; height: 2px; bottom: 0; transform-origin: 100% 50%; transform: scaleX(0); transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1); } 

.this_hover::after { content: attr(data-replace); height: 100%; top: 0; transform-origin: 100% 50%; transform: translate3d(200%, 0, 0); transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1); color: #049E25; } 

.this_hover:hover::before { transform-origin: 0% 50%; transform: scaleX(1); } 

.this_hover:hover::after { transform: translate3d(0, 0, 0); } 

.this_hover span { display: inline-block; transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1); } 

.this_hover:hover span { transform: translate3d(-200%, 0, 0); } 

/* Toc */
.wrap-toc { display: inline-block; background: #dbedf9; border: 1px solid #c7e4f4; padding: 10px; position: relative; min-width: 165px; box-shadow: 0 1px 1px rgb(0 0 0 / 5%); border-radius: 7px; width: 100%; margin-bottom: 20px; } 

a.mucluc-dropdown-list_button { font-size: 20px; font-weight: bold; text-transform: uppercase; margin-bottom: 0px; color: #000; } 

a.mucluc-dropdown-list_button:hover { text-decoration: none; } 

a.mucluc-dropdown-list_button.add { position: absolute; right: 0; } 

a.mucluc-dropdown-list_button:before { content: "\f03a"; font-family: "Font Awesome 5 Free"; font-weight: 900; background: #fff; color: #000 !important; font-size: 20px; width: 50px; height: 45px; display: inline-block; line-height: 38px; text-align: center; border: 1px solid #ddd; } 

.meta-toc { position: fixed; right: 15px; top: 190px; z-index: 111; display: none; } 

.box-readmore { padding: 10px; width: 350px; margin-top: 2px; border: 0; display: none; font-size: 13px; } 

.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:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px; } 

.box-readmore ul li a { color: #000 !important; cursor: pointer; font-weight: 600; } 

.box-readmore ul li a:hover { color: #767676; } 

.btn_animation--style{display:flex;justify-content:center;text-decoration:none;border-radius:10px;position:relative;overflow:hidden;transition:all 0.3s ease-in-out;z-index:1;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out}
.btn_animation--style:hover{transition:all 0.3s ease-in-out;z-index:1;margin:auto 0;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out}
.btn_animation--style:before{content:"";position:absolute;margin:0 auto;inset:0;width:100%;background-image:linear-gradient(180deg,rgb(0,183,255),rgb(255,48,255));height:60px;animation:rotate360 4s linear infinite;transition:all 0.2s linear;z-index:0;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;pointer-events:none;-webkit-animation:rotate360 4s linear infinite}
.btn_animation--style:after{content:"";position:absolute;background:#fff;inset:4px;border-radius:4px;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}
.btn_animation--style span{position:relative;z-index:2;color:#122257}
.btn_animation--style:hover{color:#fff;background:#fff}
.btn_animation--style:hover:after{background:#031249}
.btn_animation--style:hover span{color:#fff}@keyframes rotate360{from{transform:rotate(0deg)}to{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg)}}
#ftwp-postcontent blockquote{background:#fff!important;padding:5px 10px 5px 40px!important;margin:20px 0;position:relative;text-align:justify;border-right:2px solid transparent;-moz-box-shadow:2px 2px 15px #ccc;-webkit-box-shadow:2px 2px 15px #ccc;box-shadow:2px 2px 15px #ccc}
#ftwp-postcontent blockquote::before{content:"\201C";font-family:Georgia,serif;font-size:60px;font-weight:700;color:#122257;position:absolute;left:10px;top:20px}
#ftwp-postcontent blockquote p{background:#fff!important}

/* Icon hover text */
.item_tieuchi { position: absolute; top: 50%; left: 50%; z-index: 5; margin-left: -62px; margin-top: -62px; width: 120px; height: 120px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%; cursor: pointer; background: url("../images/tron1.png")no-repeat; background-size: 100% 100%; } 
.item_tieuchi:nth-child(1) { transform: rotate(0deg) translate(0px, -217.5px) rotate(0deg); } 
.item_tieuchi:nth-child(2) { transform: rotate(64deg) translate(0px, -241.5px) rotate(-65deg); } 
.item_tieuchi:nth-child(3) { transform: rotate(120deg) translate(0px, -245.5px) rotate(-120deg); } 
.item_tieuchi:nth-child(4) { transform: rotate(180deg) translate(0px, -217.5px) rotate(-180deg); } 
.item_tieuchi:nth-child(5) { transform: rotate(245deg) translate(0px, -245.5px) rotate(-246deg); } 
.item_tieuchi:nth-child(6) { transform: rotate(297deg) translate(0px, -245.5px) rotate(-297deg); } 
.pic-tieuchi:hover { transform: rotate(360deg); transition: 1s; } 
.container_tieuchi { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 100%; height: 100%; -webkit-border-radius: 50%; border-radius: 50%; z-index: 5; } 
.item_tieuchi:before { content: ''; position: absolute; top: -4px; /* left: -4px; */z-index: -2; width: -webkit-calc(100% + 8px); width: calc(100% + 8px); height: -webkit-calc(100% + 8px); height: calc(100% + 8px); background: none; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all .3s; transition: all .3s; } 
.item_tieuchi:after { content: ''; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all .3s; transition: all .3s; } 
.around_tc:after { content: ''; position: absolute; z-index: 1; top: 5%; left: 7%; width: 85%; height: 90%; background: url("../images/tron.png")no-repeat; background-size: 100% 100%; /* -webkit-border-radius: 50%; */ } 
.around_tc { position: relative; width: 100%; max-width: 570px; margin-left: auto; margin-right: auto; height: 520px; } 
p.pic-tieuchi { margin-bottom: 0; } 
.bottom_qt { position: absolute; top: 50%; left: 50%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center; width: 55%; height: 60%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } 
.info_bottom_qt:before { position: absolute; content: ''; background: var(--maincolor); width: 60px; height: 3px; left: 40%; bottom: 50%; } 
.info_bottom_qt { position: relative; } 

.owl-item.active:nth-child(2n) .opinion { margin-top: 48px; padding-bottom: 0 } 
.owl_opinion .opinion { padding-bottom: 48px } 
.chatbox { position: absolute; top: 15%; } 
.flex-space-center { display: flex; justify-content: center; flex-wrap: wrap } 
.owl_opinion .box_opinion { margin: auto; margin-top: 22px; width: 265px; height: 265px; position: relative } 
.owl_opinion .desc_opinion { max-width: 170px; width: 100% } 
.owl_opinion .img_opinion { border-radius: 50%; overflow: hidden } 
.owl_opinion .name_opinion { text-transform: uppercase; padding-left: 10px } 
.owl_opinion .circle:nth-child(1) { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: spin1 6s linear infinite; animation: spin1 6s linear infinite } 
.owl_opinion .circle:nth-child(2) { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: spin2 6s linear infinite; animation: spin2 6s linear infinite } 
.owl_opinion .circle:nth-child(3) { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: spin3 6s linear infinite; animation: spin3 6s linear infinite } 
.owl_opinion .circle { border: 2px solid #111; position: absolute; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease; border-radius: 72% 92% 100% 78% } 
.owl_opinion .desc_opinion { -webkit-line-clamp: 4 } 
@-webkit-keyframes spin1 { 
 0% { -webkit-transform: rotate(0); transform: rotate(0) } 

 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } 
 }

@keyframes spin1 { 
 0% { -webkit-transform: rotate(0); transform: rotate(0) } 

 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } 
 }

@-webkit-keyframes spin2 { 
 0% { -webkit-transform: rotate(72deg); transform: rotate(72deg) } 

 100% { -webkit-transform: rotate(-288deg); transform: rotate(-288deg) } 
 }

@keyframes spin2 { 
 0% { -webkit-transform: rotate(72deg); transform: rotate(72deg) } 

 100% { -webkit-transform: rotate(-288deg); transform: rotate(-288deg) } 
 }

@-webkit-keyframes spin3 { 
 0% { -webkit-transform: rotate(-144deg); transform: rotate(-144deg) } 

 100% { -webkit-transform: rotate(216deg); transform: rotate(216deg) } 
 }

@keyframes spin3 { 
 0% { -webkit-transform: rotate(-144deg); transform: rotate(-144deg) } 

 100% { -webkit-transform: rotate(216deg); transform: rotate(216deg) } 
 }

/* Menu click */
.menuMain { display: block}
.menuMain .menuBtn { font-size: 0; letter-spacing: 0; float: left; width: 30px; height: 35px; cursor: pointer; margin-right: 20px; position: relative}
.menuMain .menuBtn:after { content: ""; position: absolute; top: 0; bottom: 0; width: 100%; height: 16px; margin: auto; border: none; border-top: solid 2px #fff; border-bottom: solid 2px #fff}
.menuMain .menuBtn:before { content: ""; position: absolute; top: 0; bottom: 0; width: 100%; height: 2px; margin: auto; background: #fff}
.menuMain .menuBtn:hover:after { border-color: #E5CC5F}
.menuMain .menuBtn:hover:before { background-color: #E5CC5F}
.menuLeftMain { position: fixed; top: 0; left: -360px; bottom: 0; width: 360px; z-index: 1100; background: #fff; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease}
.menuLeftMain.open { left: 0}
.menuLeft { position: absolute; top: 325px; left: 0; right: 0; bottom: 10px; margin: 0 40px; width: auto; overflow: auto}
.menuLeft ul { margin: 0; padding: 0}
.menuLeft>ul>li { border-bottom: solid 1px #EEEEEE; list-style: none; margin: 0; padding: 0; position: relative}
.menuLeft>ul>li:hover>a,.menuLeft>ul>li:hover>i,.menuLeft>ul>li.active>a,.menuLeft>ul>li.active>i { color: #E5CC5F}
.menuLeft>ul>li>a { display: table; font-size: 14px; text-transform: uppercase; font-family:'RobotoRegular'; font-weight: 500; color: #545454; line-height: 38px; padding-right: 30px; text-decoration: none}
.menuLeft>ul>li>i { position: absolute; top: 0; right: 0; width: 50px; height: 38px; line-height: 38px; text-align: center; z-index: 2; font-size: 13px; text-indent: 23px; color: #999; cursor: pointer}
.menuLeft>ul>li>i:before { content: "+"; font-size:20px}
.menuLeft>ul>li.active>i:before { color: #E5CC5F}
.menuLeft>ul>li.active>i:before,.menuLeft>ul>li>i.active:before { content: "-"; font-size:35px}
.menuLeft>ul>li>ul { display: none; margin-bottom: 10px}
.menuLeft>ul>li>ul>li { list-style: none; margin-left: 25px; border-bottom: solid 1px #EEEEEE; position: relative}
.menuLeft>ul>li>ul>li:after { content: ""; position: absolute; top: 17px; left: -15px; height: 1px; width: 5px; background: #999}
.menuLeft>ul>li>ul>li>a { display: block; font-size: 14px; line-height: 35px; color: #555; text-decoration: none}
.menuLeft>ul li:last-child { border: none}
.menuLeft .bt_login { display: block; color: #666; margin-top: 15px; font-size: 15px}
.menuLeft .bt_login i { margin-right: 5px}


