main.css 43 KB

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