voca.css 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626
  1. /* Header */
  2. body {
  3. padding-top: 0px;
  4. }
  5. .main-header {
  6. height: 60px;
  7. width: 100%;
  8. position: relative;
  9. top: 0px;
  10. left: 0px;
  11. right: 0px;
  12. background: var(--color-blue-bg);
  13. padding: 0px 15px;
  14. z-index: 1005;
  15. }
  16. .main-header-cover {
  17. display: flex;
  18. max-width: var(--max-width);
  19. margin: auto;
  20. height: 100%;
  21. }
  22. .main-header .header-logo {
  23. margin: auto 30px auto 0px;
  24. color: #fff;
  25. }
  26. .main-header .header-logo svg {
  27. float: left;
  28. }
  29. .main-header .header-nav {
  30. margin: auto 0px;
  31. }
  32. .main-header .header-nav .nav-link {
  33. display: inline-block;
  34. height: 26px;
  35. line-height: 26px;
  36. padding: 0px;
  37. outline: 0px;
  38. border: 0px;
  39. text-decoration: none;
  40. border-radius: 3px;
  41. margin: 5px 15px;
  42. font-weight: 500;
  43. font-size: 15px;
  44. color: #fff;
  45. vertical-align: middle;
  46. }
  47. .main-header .header-nav .nav-link.link-pin {
  48. background: var(--color-green-bg);
  49. padding: 0px 18px 0px 10px;
  50. }
  51. .main-header .header-nav .nav-link.link-pin::before {
  52. content: "+";
  53. font-weight: 500;
  54. font-size: 20px;
  55. margin-right: 8px;
  56. vertical-align: top;
  57. line-height: 26px;
  58. }
  59. .main-header .header-left {
  60. margin: auto auto auto 0px;
  61. }
  62. .main-header .header-right {
  63. margin: auto 0px auto auto;
  64. text-align: right;
  65. }
  66. .main-header .main-header-button-back {
  67. font-weight: 500;
  68. font-size: 13px;
  69. color: #fff;
  70. display: inline-block;
  71. text-decoration: none;
  72. outline: 0px;
  73. }
  74. .main-header .main-header-button-back::before {
  75. content: "";
  76. display: inline-block;
  77. width: 22px;
  78. height: 21px;
  79. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9');
  80. vertical-align: top;
  81. margin-right: 18px;
  82. }
  83. .main-header .main-header-button-login {
  84. font-weight: 500;
  85. font-size: 13px;
  86. color: #fff;
  87. text-decoration: none;
  88. outline: 0px;
  89. width: 110px;
  90. height: 30px;
  91. line-height: 30px;
  92. background: #39C9F6;
  93. display: inline-block;
  94. text-align: center;
  95. border-radius: 15px;
  96. }
  97. .main-header .main-header-button-login:hover {
  98. background: #23A6D9;
  99. }
  100. .main-header .main-header-button-login.btn-pricing {
  101. background: transparent;
  102. }
  103. .main-header .main-header-button-login.btn-pricing:hover {
  104. text-decoration: none;
  105. color: #fff;
  106. }
  107. .main-header .btn-register {
  108. margin-left: 15px;
  109. display: inline-block;
  110. height: 30px;
  111. line-height: 30px;
  112. background: #FFF200;
  113. color: #0B3E71;
  114. width: 110px;
  115. text-align: center;
  116. border-radius: 19px;
  117. font-size: 13px;
  118. font-weight: 500;
  119. color: #231F20;
  120. }
  121. .main-header .btn-register:hover {
  122. background: #FFDA00;
  123. }
  124. .main-header .header-avatar {
  125. margin: auto 0px;
  126. padding: 0px;
  127. }
  128. .main-header .header-avatar .dropdown > button > img {
  129. width: 41px;
  130. height: 41px;
  131. border: 1px solid #fff;
  132. border-radius: 50%;
  133. }
  134. .main-header .header-avatar .dropdown > button {
  135. border: 0px;
  136. outline: 0px;
  137. padding: 0px;
  138. margin: 0px;
  139. background: transparent;
  140. }
  141. .main-header .header-avatar .dropdown > button::before {
  142. display: inline-block;
  143. font: normal normal normal 14px/1 FontAwesome;
  144. font-size: 24px;
  145. text-rendering: auto;
  146. -webkit-font-smoothing: antialiased;
  147. -moz-osx-font-smoothing: grayscale;
  148. content: "\f107";
  149. color: #fff;
  150. vertical-align: middle;
  151. transition: all 0.2s linear;
  152. margin-right: 15px;
  153. }
  154. .dropdown.menu-setting,
  155. .dropdown.menu-notification,
  156. .dropdown.menu-product {
  157. float: right;
  158. height: 60px;
  159. margin-top: 13px;
  160. }
  161. .main-header .header-avatar .dropdown.menu-setting > button,
  162. .main-header .header-avatar .dropdown.menu-notification > button,
  163. .main-header .header-avatar .dropdown.menu-product > button {
  164. width: 35px;
  165. height: 35px;
  166. text-align: center;
  167. border-radius: 18px;
  168. line-height: 1px;
  169. }
  170. .main-header .header-avatar .dropdown.menu-notification > button {
  171. margin-right: 20px;
  172. background: #05ACD9;
  173. }
  174. .main-header .header-avatar .dropdown.menu-product > button {
  175. margin-right: 10px;
  176. text-align: center;
  177. padding-left: 5px;
  178. padding-right: 4px;
  179. padding-top: 4px;
  180. }
  181. .main-header .header-avatar .dropdown.menu-setting > button:hover,
  182. .main-header .header-avatar .dropdown.menu-notification > button:hover,
  183. .main-header .header-avatar .dropdown.menu-product > button:hover {
  184. background: #26CEFA;
  185. }
  186. .main-header .header-avatar .dropdown.menu-setting > button span {
  187. width: 5.229px;
  188. height: 5.229px;
  189. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -710px;
  190. display: inline-block;
  191. }
  192. .main-header .header-avatar .dropdown.menu-setting > button::before,
  193. .main-header .header-avatar .dropdown.menu-notification > button::before,
  194. .main-header .header-avatar .dropdown.menu-product > button::before {
  195. content: unset;
  196. }
  197. .main-header .header-avatar .dropdown.menu-notification > button span {
  198. width: 22.443px;
  199. height: 25px;
  200. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -720px;
  201. display: inline-block;
  202. }
  203. .main-header .header-avatar .dropdown.menu-product > button span {
  204. width: 4.249px;
  205. height: 4.249px;
  206. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -700px;
  207. display: inline-block;
  208. margin-bottom: 2px;
  209. }
  210. .dropdown.menu-notification .notification-quantity {
  211. position: absolute;
  212. top: 2px;
  213. right: 18px;
  214. color: #fff;
  215. background: #ff0000;
  216. width: 10px;
  217. height: 10px;
  218. border-radius: 7px;
  219. font-weight: 600;
  220. font-size: 8px;
  221. text-align: center;
  222. line-height: 8px;
  223. }
  224. .main-header .header-avatar .dropdown .dropdown-menu {
  225. width: 180px;
  226. box-shadow: 0px 0px 3px 1px #dedede;
  227. border-radius: 5px;
  228. border: 0px;
  229. padding: 15px 0px;
  230. left: auto;
  231. right: 25px;
  232. margin-top: 10px;
  233. }
  234. .main-header .header-avatar .dropdown.menu-notification .dropdown-menu {
  235. width: 430px;
  236. box-shadow: 0px 0px 3px 1px #dedede;
  237. border-radius: 5px;
  238. border: 0px;
  239. padding: 15px 0px;
  240. left: auto;
  241. right: 25px;
  242. margin-top: 10px;
  243. min-height: 200px;
  244. }
  245. .main-header .header-avatar .dropdown.menu-notification .dropdown-menu::-webkit-scrollbar {
  246. background-color: #fff;
  247. width: 16px
  248. }
  249. /* background of the scrollbar except button or resizer */
  250. .main-header .header-avatar .dropdown.menu-notification .dropdown-menu::-webkit-scrollbar-track {
  251. background-color: #fff;
  252. }
  253. /* scrollbar itself */
  254. .main-header .header-avatar .dropdown.menu-notification .dropdown-menu::-webkit-scrollbar-thumb {
  255. background-color: #aaa;
  256. border-radius: 16px;
  257. border: 4px solid #fff;
  258. }
  259. /* set button(top and bottom of the scrollbar) */
  260. body::-webkit-scrollbar-button {
  261. display: none
  262. }
  263. .main-header .header-avatar .dropdown.menu-product .dropdown-menu {
  264. width: 275px;
  265. padding: 20px;
  266. }
  267. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li {
  268. display: block;
  269. float: left;
  270. width: 65px;
  271. margin-right: 13px;
  272. text-align: center;
  273. margin-bottom: 25px;
  274. }
  275. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li span {
  276. display: inline-block;
  277. border: 1px solid transparent;
  278. width: 41px;
  279. height: 41px;
  280. padding: 2px;
  281. border-radius: 10px;
  282. }
  283. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.product-hint {
  284. width: 100%;
  285. border-top: 1px solid #ddd;
  286. padding-top: 15px;
  287. font-size: 13px;
  288. margin-bottom: 0;
  289. }
  290. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.li-voca:hover span {
  291. border: 1px solid #00c5f9;
  292. }
  293. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.li-voca:hover a {
  294. color: #00bcef;
  295. background-color: transparent;
  296. }
  297. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.li-music:hover span {
  298. border: 1px solid #64008D;
  299. }
  300. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.li-music:hover a {
  301. color: #64008D;
  302. background-color: transparent;
  303. }
  304. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.li-grammar:hover span {
  305. border: 1px solid #15C39A;
  306. }
  307. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.li-grammar:hover a {
  308. color: #15C39A;
  309. background-color: transparent;
  310. }
  311. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.li-natural:hover span {
  312. border: 1px solid #7AC60C;
  313. }
  314. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.li-natural:hover a {
  315. color: #77BC00;
  316. background-color: transparent;
  317. }
  318. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.li-pronunciation:hover span {
  319. border: 1px solid #F7C78D;
  320. }
  321. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.li-pronunciation:hover a {
  322. color: #F7C78D;
  323. background-color: transparent;
  324. }
  325. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.li-writing:hover span {
  326. border: 1px solid #003366;
  327. }
  328. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li.li-writing:hover a {
  329. color: #003366;
  330. background-color: transparent;
  331. }
  332. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li .product-voca,
  333. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li .product-music,
  334. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li .product-grammar,
  335. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li .product-natural,
  336. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li .product-pronunciation,
  337. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li .product-writing {
  338. width: 40px;
  339. height: 40px;
  340. display: inline-block;
  341. }
  342. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li a {
  343. font-size: 10px;
  344. color: #231F20;
  345. padding: 0px;
  346. }
  347. .main-header .header-avatar .dropdown.menu-setting .dropdown-menu,
  348. .main-header .header-avatar .dropdown.menu-notification .dropdown-menu,
  349. .main-header .header-avatar .dropdown.menu-product .dropdown-menu {
  350. right: 0px;
  351. top: 37px;
  352. }
  353. .main-header .header-avatar .dropdown .dropdown-menu::before {
  354. content: "";
  355. width: 12px;
  356. height: 12px;
  357. background: #fff;
  358. display: inline-block;
  359. position: absolute;
  360. top: -6px;
  361. right: 35px;
  362. transform: rotate(45deg);
  363. }
  364. .main-header .header-avatar .dropdown.menu-setting .dropdown-menu > li > a {
  365. font-weight: 300;
  366. font-size: 14px;
  367. color: var(--color-default-text);
  368. display: block;
  369. height: 35px;
  370. line-height: 35px;
  371. padding: 0px 25px;
  372. outline: 0px;
  373. text-decoration: none;
  374. transition: 0.2s all ease;
  375. }
  376. .main-header .header-avatar .dropdown.menu-setting .dropdown-menu > li > a:hover {
  377. color: var(--color-blue-text);
  378. background: #fff;
  379. }
  380. .main-header .header-avatar .dropdown.menu-setting .dropdown-menu::before {
  381. right: 10px;
  382. }
  383. .main-header .header-avatar .dropdown.menu-notification .dropdown-menu::before {
  384. right: 30px;
  385. }
  386. .main-header .header-avatar .dropdown.menu-product .dropdown-menu::before {
  387. right: 20px;
  388. }
  389. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu {
  390. padding: 20px;
  391. }
  392. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu li {
  393. min-height: 60px;
  394. border-bottom: 1px solid #ededed;
  395. list-style-type: none;
  396. }
  397. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.remind-improve,
  398. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.remind-review,
  399. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.gift-me,
  400. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.remind-notification {
  401. float: left;
  402. width: calc(100% - 70px);
  403. height: 59px;
  404. line-height: 59px;
  405. overflow: unset;
  406. -webkit-line-clamp: 1;
  407. overflow: hidden;
  408. text-overflow: ellipsis;
  409. padding-left: 50px;
  410. position: relative;
  411. font-size: 14px;
  412. font-weight: 300;
  413. color: #231F20;
  414. }
  415. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.remind-improve span,
  416. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.remind-review span,
  417. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.gift-me span,
  418. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.remind-notification span {
  419. color: var(--color-blue-text);
  420. }
  421. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.btn-view {
  422. float: right;
  423. padding: 0px;
  424. font-size: 12px;
  425. height: 58px;
  426. margin-top: -59px;
  427. width: 70px;
  428. text-align: center;
  429. line-height: 60px;
  430. color: var(--color-blue-text);
  431. }
  432. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a:hover {
  433. background: #fff;
  434. text-decoration: none;
  435. }
  436. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.remind-improve::before {
  437. width: 35px;
  438. height: 35px;
  439. display: inline-block;
  440. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -800px;
  441. content: "";
  442. position: absolute;
  443. left: 0;
  444. top: 10px;
  445. }
  446. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.remind-review::before {
  447. width: 35px;
  448. height: 35px;
  449. display: inline-block;
  450. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -840px;
  451. content: "";
  452. position: absolute;
  453. left: 0;
  454. top: 10px;
  455. }
  456. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.gift-me::before {
  457. width: 35px;
  458. height: 35px;
  459. display: inline-block;
  460. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -880px;
  461. content: "";
  462. position: absolute;
  463. left: 0;
  464. top: 10px;
  465. }
  466. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.remind-notification::before {
  467. width: 35px;
  468. height: 35px;
  469. display: inline-block;
  470. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -920px;
  471. content: "";
  472. position: absolute;
  473. left: 0;
  474. top: 10px;
  475. }
  476. .main-header .header-avatar .menu-avatar {
  477. display: inline-block;
  478. float: right;
  479. width: 40px;
  480. height: 40px;
  481. padding: 1px;
  482. background: #fff;
  483. border-radius: 18px;
  484. overflow: hidden;
  485. margin-right: 10px;
  486. margin-top: 10px;
  487. }
  488. .main-header .header-avatar .menu-avatar.menu-avatar-vip {
  489. padding: 2px;
  490. background: url('https://www.voca.vn/assets/img/vip-bg.svg?n=9');
  491. }
  492. .main-header .header-avatar .menu-avatar img {
  493. width: 100%;
  494. height: 100%;
  495. border-radius: 50%;
  496. }
  497. .main-header .header-avatar .menu-avatar span {
  498. width: 100%;
  499. height: 100%;
  500. border-radius: 50%;
  501. display: inline-block;
  502. font-size: 14px;
  503. text-align: center;
  504. line-height: 30px;
  505. background: #FFB020;
  506. color: #fff;
  507. font-weight: 500;
  508. }
  509. .main-header .header-avatar .menu-upgrade {
  510. color: #fff;
  511. width: 80px;
  512. float: right;
  513. height: 30px;
  514. background: #FFF200;
  515. margin-right: 15px;
  516. text-align: center;
  517. border-radius: 15px;
  518. line-height: 30px;
  519. text-decoration: none;
  520. font-size: 11px;
  521. font-weight: 500;
  522. margin-top: 15px;
  523. background: linear-gradient(90deg, #FE9300 0%, #FFD800 100%);
  524. }
  525. .main-header .header-avatar .menu-upgrade:hover {
  526. color: #fff;
  527. }
  528. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li .product-voca {
  529. width: 35px;
  530. height: 35px;
  531. display: inline-block;
  532. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -960px;
  533. }
  534. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li .product-music {
  535. width: 35px;
  536. height: 35px;
  537. display: inline-block;
  538. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -1000px;
  539. }
  540. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li .product-grammar {
  541. width: 35px;
  542. height: 35px;
  543. display: inline-block;
  544. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -1040px;
  545. }
  546. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li .product-natural {
  547. width: 35px;
  548. height: 35px;
  549. display: inline-block;
  550. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -1080px;
  551. }
  552. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li .product-pronunciation {
  553. width: 35px;
  554. height: 35px;
  555. display: inline-block;
  556. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -1120px;
  557. }
  558. .main-header .header-avatar .dropdown.menu-product .dropdown-menu li .product-writing {
  559. width: 35px;
  560. height: 35px;
  561. display: inline-block;
  562. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=10') 0px -1750px;
  563. }
  564. .main-header .header-avatar .image-text {
  565. display: inline-block;
  566. width: 41px;
  567. height: 41px;
  568. border: 1px solid #fff;
  569. border-radius: 50%;
  570. font-weight: 500;
  571. font-size: 20px;
  572. text-align: center;
  573. line-height: 39px;
  574. color: #fff;
  575. }
  576. .main-header .header-product {
  577. display: inline-block;
  578. vertical-align: middle;
  579. }
  580. .main-header .header-product .dropdown > button > img {
  581. width: 41px;
  582. height: 41px;
  583. border: 1px solid #fff;
  584. border-radius: 50%;
  585. }
  586. .main-header .header-product .dropdown > button {
  587. height: 26px;
  588. line-height: 26px;
  589. padding: 0px;
  590. outline: 0px;
  591. border: 0px;
  592. text-decoration: none;
  593. border-radius: 3px;
  594. margin: 15px 15px;
  595. font-weight: 500;
  596. font-size: 14px;
  597. color: #fff;
  598. background: transparent;
  599. }
  600. .main-header .header-product .dropdown > button::after {
  601. display: inline-block;
  602. font: normal normal normal 14px/1 FontAwesome;
  603. font-size: 16px;
  604. text-rendering: auto;
  605. -webkit-font-smoothing: antialiased;
  606. -moz-osx-font-smoothing: grayscale;
  607. content: "\f107";
  608. color: #fff;
  609. vertical-align: middle;
  610. transition: all 0.2s linear;
  611. margin-left: 5px;
  612. }
  613. .main-header .header-product .dropdown .dropdown-menu {
  614. width: unset;
  615. min-width: 140px;
  616. box-shadow: 0px 0px 10px 1px #D6D7D8;
  617. border-radius: 5px;
  618. border: 0px;
  619. padding: 15px 0px;
  620. left: auto;
  621. right: -12px;
  622. margin-top: 10px;
  623. top: calc(100% - 12px);
  624. }
  625. .main-header .header-product:hover .dropdown .dropdown-menu {
  626. display: block;
  627. }
  628. .main-header .header-product .dropdown .dropdown-menu::before {
  629. content: "";
  630. width: 10px;
  631. height: 10px;
  632. background: #fff;
  633. display: inline-block;
  634. box-shadow: -2px -2px 5px 0px #D6D7D8;
  635. position: absolute;
  636. top: -5px;
  637. right: 27px;
  638. transform: rotate(45deg);
  639. }
  640. .main-header .header-product .dropdown .dropdown-menu > li > a {
  641. font-weight: 400;
  642. font-size: 13px;
  643. color: var(--color-header);
  644. display: block;
  645. height: 35px;
  646. line-height: 35px;
  647. padding: 0px 25px;
  648. outline: 0px;
  649. text-decoration: none;
  650. transition: 0.2s all ease;
  651. }
  652. .main-header .header-product .dropdown .dropdown-menu > li > a:hover {
  653. background: var(--color-blue-bg);
  654. color: #fff;
  655. }
  656. .main-header .btn-back {
  657. font-weight: 500;
  658. font-size: 13px;
  659. text-decoration: none;
  660. outline: 0px;
  661. color: #fff;
  662. max-width: 200px;
  663. white-space: nowrap;
  664. display: inline-block;
  665. overflow: hidden;
  666. text-overflow: ellipsis;
  667. }
  668. .main-header .btn-back::before {
  669. content: "";
  670. display: inline-block;
  671. width: 22px;
  672. height: 20px;
  673. background: url(https://www.voca.vn/assets/img/learning-icon-bg.svg?n=9) 0px 0px;
  674. vertical-align: middle;
  675. margin-right: 15px;
  676. }
  677. .main-header li {
  678. list-style-type: none;
  679. }
  680. .dropdown.menu-course {
  681. height: 60px;
  682. margin-left: 10px;
  683. float: left;
  684. }
  685. .dropdown.menu-course button {
  686. background: transparent;
  687. border: 0;
  688. color: #fff;
  689. font-size: 14px;
  690. margin-top: 19px;
  691. }
  692. .dropdown.menu-course button:focus {
  693. outline: none;
  694. }
  695. .main-header .dropdown.menu-course .dropdown-menu {
  696. border: 0px;
  697. left: -165px;
  698. position: absolute;
  699. box-shadow: none;
  700. background: #ffffff;
  701. min-height: 317px;
  702. padding-top: 0px;
  703. border-radius: 0px;
  704. }
  705. .main-header .dropdown.menu-course:hover .dropdown-menu {
  706. display: block !important;
  707. }
  708. .main-header .dropdown.menu-course .dropdown-menu .subs {
  709. display: block;
  710. width: 240px;
  711. height: 32px;
  712. line-height: 32px;
  713. font-size: 13px;
  714. color: #575757;
  715. }
  716. .main-header .dropdown.menu-course .dropdown-menu .subs .dropdown-subs {
  717. position: absolute;
  718. left: 240px;
  719. width: 235px;
  720. top: 0px;
  721. padding-left: 0;
  722. background: #f7f8fa;
  723. -webkit-box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.02);
  724. box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.02);
  725. min-height: 317px;
  726. display: none;
  727. }
  728. .main-header .dropdown.menu-course .dropdown-menu a:hover,
  729. .main-header .dropdown.menu-course .dropdown-menu a:focus {
  730. color: #00c5f9;
  731. }
  732. .main-header .dropdown.menu-course .dropdown-menu .subs:first-child {
  733. color: #00c5f9;
  734. }
  735. .main-header .dropdown.menu-course .dropdown-menu .subs:first-child > a {
  736. color: #00c5f9;
  737. }
  738. .main-header .dropdown.menu-course .dropdown-menu .subs:first-child > a.ic-menu-level:before {
  739. background-position: 0px -1720px;
  740. }
  741. .main-header .dropdown.menu-course .dropdown-menu .subs:hover {
  742. color: #00c5f9;
  743. }
  744. .main-header .dropdown.menu-course .dropdown-menu .subs:hover > a {
  745. color: #00c5f9;
  746. }
  747. .main-header .dropdown.menu-course .dropdown-menu:hover > *:not(:hover) {
  748. color: #575757;
  749. }
  750. .main-header .dropdown.menu-course .dropdown-menu:hover > *:not(:hover) > a {
  751. color: #575757;
  752. }
  753. .main-header .dropdown.menu-course .dropdown-menu:hover > *:not(:hover) > a.ic-menu-vocabulary:before {
  754. background-position: 0px -1230px;
  755. }
  756. .main-header .dropdown.menu-course .dropdown-menu .subs1 {
  757. display: block;
  758. width: 235px;
  759. }
  760. .main-header .dropdown.menu-course .dropdown-menu a {
  761. padding: 0px 0px 0px 50px;
  762. height: 32px;
  763. line-height: 32px;
  764. width: 100%;
  765. position: relative;
  766. }
  767. .main-header .dropdown.menu-course .dropdown-menu .ic-menu-vocabulary:before {
  768. display: inline-block;
  769. content: "";
  770. width: 17.998px;
  771. height: 21.997px;
  772. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -1230px;
  773. position: absolute;
  774. top: 7px;
  775. left: 20px;
  776. transform: scale(0.8);
  777. }
  778. .main-header .dropdown.menu-course .dropdown-menu a.ic-menu-vocabulary:hover:before {
  779. background-position: 0px -1260px;
  780. }
  781. .main-header .dropdown.menu-course .dropdown-menu .ic-menu-music:before {
  782. display: inline-block;
  783. content: "";
  784. width: 17.998px;
  785. height: 19.997px;
  786. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -1350px;
  787. position: absolute;
  788. top: 8px;
  789. left: 20px;
  790. transform: scale(0.8);
  791. }
  792. .main-header .dropdown.menu-course .dropdown-menu a.ic-menu-music:hover:before {
  793. background-position: 0px -1380px;
  794. }
  795. .main-header .dropdown.menu-course .dropdown-menu .ic-menu-natural:before {
  796. display: inline-block;
  797. content: "";
  798. width: 17.998px;
  799. height: 18.998px;
  800. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -1290px;
  801. position: absolute;
  802. top: 9px;
  803. left: 20px;
  804. transform: scale(0.8);
  805. }
  806. .main-header .dropdown.menu-course .dropdown-menu a.ic-menu-natural:hover:before {
  807. background-position: 0px -1320px;
  808. }
  809. .main-header .dropdown.menu-course .dropdown-menu .ic-menu-writing:before {
  810. display: inline-block;
  811. content: "";
  812. width: 20px;
  813. height: 20px;
  814. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -1800px;
  815. position: absolute;
  816. top: 7px;
  817. left: 20px;
  818. transform: scale(0.8);
  819. }
  820. .main-header .dropdown.menu-course .dropdown-menu a.ic-menu-writing:hover:before {
  821. background-position: 0px -1830px;
  822. }
  823. .main-header .dropdown.menu-course .dropdown-menu .ic-menu-grammar:before {
  824. display: inline-block;
  825. content: "";
  826. width: 17.998px;
  827. height: 21.997px;
  828. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -1410px;
  829. position: absolute;
  830. top: 7px;
  831. left: 20px;
  832. transform: scale(0.8);
  833. }
  834. .main-header .dropdown.menu-course .dropdown-menu a.ic-menu-grammar:hover:before {
  835. background-position: 0px -1440px;
  836. }
  837. .main-header .dropdown.menu-course .dropdown-menu .ic-menu-pronunciation:before {
  838. display: inline-block;
  839. content: "";
  840. width: 17.998px;
  841. height: 27.996px;
  842. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=9') 0px -1470px;
  843. position: absolute;
  844. top: 2px;
  845. left: 20px;
  846. transform: scale(0.8);
  847. }
  848. .main-header .dropdown.menu-course .dropdown-menu a.ic-menu-pronunciation:hover:before {
  849. background-position: 0px -1500px;
  850. }
  851. .main-header .dropdown.menu-course .dropdown-menu .ic-menu-progress:before {
  852. display: inline-block;
  853. content: "";
  854. width: 18px;
  855. height: 18px;
  856. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=3') 0px -1570px;
  857. position: absolute;
  858. top: 5px;
  859. left: 20px;
  860. transform: scale(0.8);
  861. }
  862. .main-header .dropdown.menu-course .dropdown-menu .ic-menu-level:before {
  863. display: inline-block;
  864. content: "";
  865. width: 20px;
  866. height: 20px;
  867. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=5') 0px -1690px;
  868. position: absolute;
  869. top: 5px;
  870. left: 20px;
  871. transform: scale(0.8);
  872. }
  873. .main-header .dropdown.menu-course .dropdown-menu .ic-menu-certificate:before {
  874. display: inline-block;
  875. content: "";
  876. width: 20px;
  877. height: 20px;
  878. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=5') 0px -1630px;
  879. position: absolute;
  880. top: 5px;
  881. left: 20px;
  882. transform: scale(0.8);
  883. }
  884. .main-header .dropdown.menu-course .dropdown-menu a.ic-menu-progress:hover:before {
  885. background-position: 0px -1600px;
  886. }
  887. .main-header .dropdown.menu-course .dropdown-menu a.ic-menu-certificate:hover:before {
  888. background-position: 0px -1660px;
  889. }
  890. .main-header .dropdown.menu-course .dropdown-menu a.ic-menu-level:hover:before {
  891. background-position: 0px -1720px;
  892. }
  893. .main-header .dropdown.menu-course .dropdown-menu .subs1 a {
  894. color: #575757;
  895. padding-left: 17px;
  896. font-size: 13px;
  897. display: block;
  898. }
  899. .main-header .dropdown.menu-course .dropdown-menu .subs1:hover,
  900. .main-header .dropdown.menu-course .dropdown-menu .subs1:focus {
  901. color: #00c5f9;
  902. }
  903. .main-header .dropdown.menu-course .dropdown-menu .subs1:hover a,
  904. .main-header .dropdown.menu-course .dropdown-menu .subs1:focus a {
  905. text-decoration: none;
  906. color: #00c5f9;
  907. }
  908. .main-header .dropdown.menu-course .dropdown-menu .subs1:first-child a {
  909. text-decoration: none;
  910. color: #00c5f9;
  911. }
  912. .main-header .dropdown.menu-course .dropdown-subs:hover > *:not(:hover) > a {
  913. color: #575757;
  914. }
  915. .main-header .dropdown.menu-course .dropdown-menu .subs .dropdown-subs1 {
  916. position: absolute;
  917. left: 235px;
  918. width: 300px;
  919. top: 0px;
  920. padding-left: 0;
  921. background: #f3f4f7;
  922. min-height: 317px;
  923. display: none;
  924. }
  925. .main-header .dropdown.menu-course .dropdown-menu .subs .dropdown-subs1 a {
  926. color: #575757;
  927. }
  928. .main-header .dropdown.menu-course .dropdown-menu .dropdown-subs1 li:hover,
  929. .main-header .dropdown.menu-course .dropdown-menu .dropdown-subs1 li:focus {
  930. color: #00c5f9;
  931. }
  932. .main-header .dropdown.menu-course .dropdown-menu .dropdown-subs1 li:hover a,
  933. .main-header .dropdown.menu-course .dropdown-menu .dropdown-subs1 li:focus a {
  934. text-decoration: none;
  935. color: #00c5f9;
  936. }
  937. .dropdown.menu-course .dropdown-menu .subs .dropdown-subs1 .dropdown-image {
  938. position: absolute;
  939. left: 300px;
  940. width: 425px;
  941. top: 0px;
  942. padding-left: 0;
  943. background: #f3f4f7;
  944. display: none;
  945. }
  946. .dropdown.menu-course .dropdown-menu li:first-child .dropdown-subs1 .dropdown-image {
  947. display: block;
  948. }
  949. .dropdown.menu-course .dropdown-menu li:hover .dropdown-subs1 .dropdown-image {
  950. display: block;
  951. }
  952. .dropdown.menu-course .dropdown-menu .subs .dropdown-subs1 .dropdown-image a {
  953. padding: 0px;
  954. }
  955. .main-header .dropdown.menu-course .dropdown-menu li:first-child .dropdown-subs {
  956. display: block;
  957. }
  958. .main-header .dropdown.menu-course .dropdown-menu li:first-child .subs1:first-child .dropdown-subs1 {
  959. display: block;
  960. }
  961. .main-header .dropdown.menu-course .dropdown-menu li:hover .dropdown-subs {
  962. display: block;
  963. }
  964. .main-header .dropdown.menu-course .dropdown-menu li:hover .subs1:first-child .dropdown-subs1 {
  965. display: block;
  966. }
  967. .main-header .dropdown.menu-course .dropdown-menu li:hover .subs1:hover .dropdown-subs1 {
  968. display: block;
  969. }
  970. .dropdown.menu-course .dropdown-menu .subs .dropdown-subs1 .dropdown-image img {
  971. width: 100%;
  972. }
  973. .dropdown.menu-course i {
  974. display: inline-block;
  975. width: 15px;
  976. height: 15px;
  977. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=3') 0px -1160px;
  978. float: right;
  979. margin-left: 5px;
  980. margin-top: 3px;
  981. }
  982. .dropdown.menu-course .dropdown-menu i {
  983. background-position: 0px -1210px;
  984. margin-top: 9px;
  985. margin-right: 8px;
  986. }
  987. .dropdown.menu-course ul {
  988. margin-top: 0px;
  989. }
  990. .main-header .menu-search {
  991. float: left;
  992. margin-left: 10px;
  993. height: 60px;
  994. padding-top: 12px;
  995. width: 400px;
  996. position: relative;
  997. max-width: calc(100% - 110px);
  998. }
  999. .main-header .menu-search input {
  1000. width: 100%;
  1001. height: 36px;
  1002. border: 0px;
  1003. border-radius: 4px;
  1004. padding-left: 47px;
  1005. }
  1006. .main-header .menu-search input:focus {
  1007. outline: none;
  1008. border: 0px !important;
  1009. }
  1010. .main-header .menu-search span {
  1011. display: inline-block;
  1012. width: 20.001px;
  1013. height: 20.23px;
  1014. background: url('https://www.voca.vn/assets/img/menu-icon-bg.svg?n=3') 0px -1180px;
  1015. position: absolute;
  1016. left: 10px;
  1017. top: 21px;
  1018. }
  1019. @media (min-width: 1060px) {
  1020. .header-menu {
  1021. display: none !important;
  1022. }
  1023. .main-header .header-avatar .dropdown:hover:not(.menu-notification) .dropdown-menu {
  1024. display: block;
  1025. }
  1026. }
  1027. @media(max-width: 1240px) {
  1028. .header-middle .a-menu-left {
  1029. display: none !important;
  1030. }
  1031. }
  1032. @media(max-width: 1060px) {
  1033. .main-header {
  1034. position: fixed !important;
  1035. top: 0px;
  1036. }
  1037. body {
  1038. padding-top: 60px;
  1039. }
  1040. .main-header-cover {
  1041. display: block;
  1042. }
  1043. .header-middle {
  1044. display: block;
  1045. text-align: left;
  1046. cursor: pointer;
  1047. margin: 15px 10px 0px 0px;
  1048. float: left;
  1049. width: 20px;
  1050. height: 15px;
  1051. }
  1052. .header-middle .a-menu-left {
  1053. display: block !important;
  1054. }
  1055. .main-header .menu-search {
  1056. width: 30px;
  1057. margin-top: -13px;
  1058. }
  1059. .main-header .menu-search-active {
  1060. width: calc(100% - 90px);
  1061. z-index: 1010;
  1062. -webkit-transition: all 0.3s ease 0s;
  1063. -khtml-transition: all 0.3s ease 0s;
  1064. -moz-transition: all 0.3s ease 0s;
  1065. -ms-transition: all 0.3s ease 0s;
  1066. -o-transition: all 0.3s ease 0s;
  1067. transition: all 0.3s ease 0s;
  1068. }
  1069. .main-header .menu-search span {
  1070. background-position: 0px -1540px;
  1071. left: 0px;
  1072. }
  1073. .main-header .menu-search input {
  1074. display: none;
  1075. }
  1076. .main-header .menu-search-active span {
  1077. background-position: 0px -1180px;
  1078. right: 10px;
  1079. left: unset;
  1080. }
  1081. .main-header .menu-search-active input {
  1082. display: block;
  1083. padding-left: 15px;
  1084. padding-right: 45px;
  1085. }
  1086. .main-header .menu-search button {
  1087. background: transparent;
  1088. border: 0;
  1089. }
  1090. .main-header .menu-search button:focus {
  1091. border: 0;
  1092. outline: none;
  1093. }
  1094. .open-overlay:before {
  1095. content: '';
  1096. position: fixed;
  1097. width: 100%;
  1098. height: 100%;
  1099. background: #0000008f;
  1100. left: 0;
  1101. top: 0;
  1102. z-index: 1006;
  1103. display: block;
  1104. }
  1105. .overlay-hint {
  1106. display: none;
  1107. }
  1108. .open-overlay .overlay-hint {
  1109. position: fixed;
  1110. width: 100%;
  1111. height: 100%;
  1112. background: #fff;
  1113. left: 0;
  1114. top: 60px;
  1115. z-index: 1006;
  1116. display: block;
  1117. padding: 15px;
  1118. }
  1119. .open-overlay .overlay-hint a {
  1120. padding: 5px 10px;
  1121. border-radius: 15px;
  1122. background: #f0f0f0;
  1123. color: #231F20;
  1124. display: inline-block;
  1125. margin-bottom: 10px;
  1126. margin-right: 10px;
  1127. font-size: 13px;
  1128. }
  1129. .header-menu-icon {
  1130. display: inline-block;
  1131. position: relative;
  1132. width: 20px;
  1133. height: 2px;
  1134. background-color: #fff;
  1135. border-radius: 100px;
  1136. transition: transform .4s ease;
  1137. outline: none;
  1138. cursor: pointer;
  1139. }
  1140. .header-menu-icon::before {
  1141. content: '';
  1142. display: block;
  1143. width: 100%;
  1144. position: absolute;
  1145. height: 2px;
  1146. background-color: #fff;
  1147. border-radius: 100px;
  1148. transition: all .2s ease;
  1149. bottom: 200%;
  1150. right: 0;
  1151. margin-bottom: 2px;
  1152. }
  1153. .header-menu-icon::after {
  1154. content: '';
  1155. display: block;
  1156. width: 100%;
  1157. position: absolute;
  1158. height: 2px;
  1159. background-color: #fff;
  1160. border-radius: 100px;
  1161. transition: all .2s ease;
  1162. top: 200%;
  1163. right: 0;
  1164. margin-top: 2px;
  1165. }
  1166. .main-header .header-avatar .menu-upgrade {
  1167. color: #fff;
  1168. float: right;
  1169. height: 30px;
  1170. background: #FFF200;
  1171. margin-right: 15px;
  1172. text-align: center;
  1173. border-radius: 15px;
  1174. line-height: 30px;
  1175. text-decoration: none;
  1176. font-size: 11px;
  1177. font-weight: 500;
  1178. margin-top: 0px;
  1179. margin-right: 10px;
  1180. background: linear-gradient(90deg, #FE9300 0%, #FFD800 100%);
  1181. display: none;
  1182. }
  1183. .header-nav {
  1184. display: none;
  1185. }
  1186. .main-header .header-right {
  1187. margin: 15px 0px 0px 0px;
  1188. width: 100%;
  1189. }
  1190. .header-right .header-avatar .menu-avatar {
  1191. display: none;
  1192. }
  1193. .main-header .header-avatar .dropdown.menu-product > button,
  1194. .main-header .header-avatar .dropdown > button {
  1195. background: #26CEFA;
  1196. }
  1197. .main-header .header-avatar .dropdown.menu-product > button {
  1198. margin-right: 0px;
  1199. }
  1200. .dropdown.menu-setting,
  1201. .dropdown.menu-notification,
  1202. .dropdown.menu-product {
  1203. margin-top: 0px;
  1204. }
  1205. .dropdown.menu-product {
  1206. margin-right: 10px;
  1207. }
  1208. .main-header .header-avatar .menu-avatar {
  1209. margin-top: 0px;
  1210. }
  1211. .main-header .header-avatar .dropdown.menu-product .dropdown-menu {
  1212. right: -10px;
  1213. }
  1214. .main-header .header-avatar.header-product-mobile .dropdown.menu-product .dropdown-menu {
  1215. right: -10px;
  1216. }
  1217. .header-product-mobile .dropdown.menu-product {
  1218. display: block;
  1219. margin-left: 10px;
  1220. }
  1221. .main-header .header-avatar .dropdown.menu-product .dropdown-menu::before {
  1222. left: unset;
  1223. right: 20px;
  1224. }
  1225. .main-header .header-avatar.header-product-mobile .dropdown.menu-product .dropdown-menu::before {
  1226. left: unset;
  1227. }
  1228. .main-header .btn-register {
  1229. display: inline-block;
  1230. width: 100px;
  1231. float: right;
  1232. }
  1233. .main-header .btn-register:hover,
  1234. .main-header .btn-register:focus {
  1235. }
  1236. .main-header .header-logo {
  1237. width: 100%;
  1238. width: 100px;
  1239. }
  1240. .main-header .header-logo svg {
  1241. width: 100px;
  1242. height: 52px;
  1243. margin-top: -8px;
  1244. }
  1245. .main-header .header-menu {
  1246. position: absolute;
  1247. width: calc(100% + 30px);
  1248. left: -15px;
  1249. bottom: 1px;
  1250. transform: translate(0%, 100%);
  1251. background: #00c5f9;
  1252. display: none;
  1253. padding-top: 0px;
  1254. padding-left: 15px;
  1255. padding-right: 15px;
  1256. box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);
  1257. z-index: 2;
  1258. padding-top: 10px;
  1259. }
  1260. .main-header .header-menu-link {
  1261. display: inline-block;
  1262. padding: 0px 18px;
  1263. height: 32px;
  1264. line-height: 30px;
  1265. border-radius: 30px;
  1266. font-weight: 400;
  1267. font-size: 14px;
  1268. color: #fff;
  1269. text-align: center;
  1270. text-decoration: none;
  1271. outline: 0px;
  1272. border: 0px;
  1273. }
  1274. .main-header .header-menu-link {
  1275. display: block;
  1276. margin-bottom: 0;
  1277. border-radius: 0;
  1278. text-align: left;
  1279. border-bottom: 1px solid #fff6f640;
  1280. height: 40px;
  1281. line-height: 38px;
  1282. }
  1283. .main-header .link-course-group {
  1284. display: none;
  1285. }
  1286. .main-header .link-course-group .header-menu-link {
  1287. padding-left: 45px;
  1288. }
  1289. .main-header .header-menu-link.head-menu-item-active {
  1290. background: rgba(0, 0, 0, 0.2);
  1291. font-weight: 500;
  1292. }
  1293. .main-header .header-menu-link.menu-link-course {
  1294. position: relative;
  1295. }
  1296. .main-header .header-menu-link.menu-link-course::before {
  1297. display: inline-block;
  1298. font: normal normal normal 14px/1 FontAwesome;
  1299. font-size: 22px;
  1300. text-rendering: auto;
  1301. -webkit-font-smoothing: antialiased;
  1302. -moz-osx-font-smoothing: grayscale;
  1303. content: "\f107";
  1304. color: #fff;
  1305. vertical-align: middle;
  1306. transition: all 0.2s linear;
  1307. margin-left: 5px;
  1308. position: absolute;
  1309. right: 15px;
  1310. top: 5px;
  1311. }
  1312. .main-header .menu-product .dropdown-menu.show {
  1313. display: block;
  1314. }
  1315. .main-header .header-avatar .menu-upgrade {
  1316. display: inline-block;
  1317. }
  1318. }
  1319. @media(max-width: 768px) {
  1320. .main-header .btn-pricing {
  1321. display: none;
  1322. }
  1323. .main-header .header-avatar .dropdown.menu-notification .dropdown-menu {
  1324. max-width: 320px;
  1325. }
  1326. .main-header .menu-search {
  1327. margin-left: 0px;
  1328. }
  1329. .main-header .header-avatar .menu-upgrade {
  1330. width: 80px;
  1331. font-size: 10px;
  1332. margin-right: 5px;
  1333. }
  1334. .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.remind-improve, .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.remind-review, .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.gift-me, .main-header .header-avatar .dropdown .dropdown-menu.remind-menu > li > a.remind-notification {
  1335. padding-right: 0px;
  1336. }
  1337. }
  1338. .menu-product-btn span {
  1339. animation: lds-grid 1.2s linear infinite;
  1340. }
  1341. .menu-product-btn span:nth-child(1) {
  1342. animation-delay: 0s;
  1343. }
  1344. .menu-product-btn span:nth-child(2) {
  1345. animation-delay: -0.4s;
  1346. }
  1347. .menu-product-btn span:nth-child(3) {
  1348. animation-delay: -0.8s;
  1349. }
  1350. .menu-product-btn span:nth-child(4) {
  1351. animation-delay: -0.4s;
  1352. }
  1353. .menu-product-btn span:nth-child(5) {
  1354. animation-delay: -0.8s;
  1355. }
  1356. .menu-product-btn span:nth-child(6) {
  1357. animation-delay: -1.2s;
  1358. }
  1359. .menu-product-btn span:nth-child(7) {
  1360. animation-delay: -0.8s;
  1361. }
  1362. .menu-product-btn span:nth-child(8) {
  1363. animation-delay: -1.2s;
  1364. }
  1365. .menu-product-btn span:nth-child(9) {
  1366. top: 45px;
  1367. left: 45px;
  1368. animation-delay: -1.6s;
  1369. }
  1370. @keyframes lds-grid {
  1371. 0%, 100% {
  1372. opacity: 1;
  1373. }
  1374. 50% {
  1375. opacity: 0.5;
  1376. }
  1377. }
  1378. /* End Header */