| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952 |
- @font-face {
- font-family: opensanslight;
- src: url(../fonts/opensans-light.ttf);
- }
- @font-face {
- font-family: opensansbold;
- src: url(../fonts/opensans-bold.ttf);
- font-weight: 800;
- }
- @font-face {
- font-family: opensansregular;
- src: url(../fonts/OpenSans-Regular.ttf);
- font-weight: 400;
- }
- @font-face {
- font-family: opensansitalic;
- src: url(../fonts/opensans-italic.ttf);
- font-weight: 400;
- }
- @font-face {
- font-family: opensanssemibold;
- src: url(../fonts/opensans-semibold.ttf);
- font-weight: 600;
- }
- @font-face {
- font-family: robotobold;
- src: url(../fonts/roboto-bold.ttf);
- }
- @font-face {
- font-family: robotoitalic;
- src: url(../fonts/Roboto-Italic.ttf);
- }
- @font-face {
- font-family: robotolight;
- src: url(../fonts/Roboto-Light.ttf);
- }
- @font-face {
- font-family: robotomedium;
- src: url(../fonts/Roboto-Medium.ttf);
- }
- @font-face {
- font-family: robotosemibold;
- src: url(../fonts/Roboto-Medium.ttf);
- }
- @font-face {
- font-family: robotoregular;
- src: url(../fonts/Roboto-Regular.ttf);
- }
- @font-face {
- font-family: segoeui;
- src: url(../fonts/segoeui.ttf);
- }
- @font-face {
- font-family: uvnvanbold;
- src: url(../fonts/uvnvan-bold.ttf);
- }
- @font-face {
- font-family: 'MaterialIcons';
- font-style: normal;
- font-weight: 400;
- src: url(../fonts/materialicons.woff2) format('woff2');
- }
- .material-icons {
- font-family: 'MaterialIcons' !important;
- font-weight: normal;
- font-style: normal;
- font-size: 24px;
- line-height: 1;
- letter-spacing: normal;
- text-transform: none;
- display: inline-block;
- white-space: nowrap;
- word-wrap: normal;
- direction: ltr;
- -webkit-font-feature-settings: 'liga';
- -webkit-font-smoothing: antialiased;
- }
- body {
- font-family: opensansregular;
- color: #4c4c4c;
- font-size: 16px;
- background: #F7F7F7;
- }
- b, strong {
- font-weight: 100;
- font-family: opensanssemibold;
- }
- :root {
- --color-header: #7AC60C;
- --max-width: 1470px;
- --color-text-main: #77BC00;
- --background-process-bar: linear-gradient(to right, #f8d319 0%, #ffa926 100%);
- --color-orange: #FEBF10;
- --color-main-bg: #7AC60C;
- --color-main-text: #231F20;
- --color-gray: #AFAFAF;
- --color-red: #DD381D;
- --color-blue: #00BCEF;
- }
- .main-header-top {
- height: 30px;
- width: 100%;
- background: #000;
- padding: 0px 15px;
- overflow: hidden;
- }
- .main-cover {
- width: 100%;
- height: 100%;
- max-width: var(--max-width);
- margin: auto;
- }
- .main-header-top .left {
- float: left;
- }
- .main-header-top .right {
- float: right;
- }
- .main-header-top .left .link {
- font-size: 11px;
- color: #888;
- line-height: 30px;
- float: left;
- display: inline-block;
- height: 30px;
- text-decoration: none;
- margin: 0px 15px;
- font-family: opensanssemibold;
- }
- .main-header-top .left .link:first-child {
- margin-left: 0px;
- position: relative;
- }
- .main-header-top .left .link:first-child::after {
- content: "";
- display: inline-block;
- width: 1px;
- height: 13px;
- background: #888;
- position: absolute;
- top: 50%;
- right: 0px;
- transform: translate(15px, -50%);
- }
- .main-header-top .left .link.link-active {
- font-family: opensanssemibold;
- color: #fff;
- }
- .main-header-top .right .link {
- float: left;
- display: inline-block;
- height: 30px;
- line-height: 30px;
- color: #888;
- font-size: 13px;
- margin: 0px 20px;
- text-decoration: none;
- }
- .main-header-top .right .link:last-child {
- margin-right: 0px;
- }
- .main-header-top .right .link.phone {
- font-family: opensansbold;
- color: #fff;
- }
- .main-header-top .right .link.language button.dropdown-toggle {
- border: 0px;
- outline: 0px;
- background: transparent;
- padding: 0px;
- height: 35px;
- line-height: 35px;
- border-radius: 0px;
- margin-top: -5px;
- text-shadow: none;
- box-shadow: none;
- }
- .main-header-top .right .link.language .icon-dropdown {
- font-size: 18px;
- color: #fff;
- vertical-align: middle;
- margin-left: 5px
- }
- .main-header-top .right .link .icon {
- margin-right: 3px;
- vertical-align: inherit;
- }
- #main-container {
- padding-top: 60px !important;
- }
- .main-header {
- background: var(--color-header);
- padding: 0px 15px;
- position: relative;
- width: 100%;
- top: 0px;
- left: 0px;
- right: 0px;
- z-index: 1002;
- }
- .main-header-cover {
- max-width: var(--max-width);
- width: 100%;
- margin: auto;
- display: table;
- min-height: 65px;
- padding: 0px;
- position: relative;
- }
- .main-header-cover .header-left {
- display: table-cell;
- vertical-align: middle;
- text-align: left;
- }
- .main-header-cover .header-left a:hover {
- text-decoration: none;
- }
- .main-header-cover .header-right {
- display: table-cell;
- vertical-align: middle;
- text-align: right;
- }
- .main-header-cover form {
- margin: 0px;
- padding: 0px;
- }
- .main-header-cover .header-logo {
- vertical-align: middle;
- display: inline-block;
- margin-right: 0px;
- font-size: 24px;
- color: #FFF;
- }
- .main-header-cover .header-menu {
- display: inline-block;
- vertical-align: middle;
- }
- .main-header-cover .header-menu-link {
- display: inline-block;
- padding: 0px 10px;
- height: 32px;
- line-height: 30px;
- border-radius: 30px;
- font-family: opensanssemibold;
- font-size: 14px;
- color: #fff;
- text-align: center;
- text-decoration: none;
- outline: 0px;
- border: 0px;
- }
- .main-header-cover .header-menu-link.link-active {
- background: rgba(0, 0, 0, 0.1);
- }
- .main-header-cover .header-menu-link:hover {
- background: rgba(0, 0, 0, 0.1);
- }
- .main-header-cover .header-menu-link.link-upgrade {
- background: var(--color-orange);
- border-radius: 3px;
- padding: 0px 8px;
- margin-left: 20px;
- }
- .main-header-cover .header-menu-link.link-upgrade:hover {
- background: var(--color-orange);
- }
- .main-header-cover .avatar-cover {
- display: inline-block;
- width: 40px;
- height: 40px;
- overflow: hidden;
- border-radius: 50%;
- border: 1px solid #fff;
- vertical-align: middle;
- margin-left: 5px;
- }
- .main-header-cover .avatar-cover img {
- width: 100%;
- height: 100%;
- }
- .main-header-cover .avatar-cover span {
- display: inline-block;
- width: 40px;
- height: 40px;
- line-height: 40px;
- font-size: 25px;
- text-align: center;
- background: #4c87ed;
- margin-left: -2px;
- }
- .main-header-cover .button-dropdown {
- color: #fff;
- vertical-align: middle;
- font-size: 25px;
- }
- .main-body {
- padding: 30px 15px;
- overflow: hidden;
- }
- .main-body-container {
- margin: auto;
- max-width: var(--max-width);
- box-shadow: 0 0 25px rgba(0,0,0,.04);
- background: #fff;
- border-radius: 10px;
- }
- .main-header-cover .header-button-login {
- display: inline-block;
- width: 115px;
- height: 38px;
- line-height: 38px;
- border-radius: 30px;
- text-align: center;
- text-decoration: none;
- background: #fff;
- color: var(--color-text-main);
- font-family: opensanssemibold;
- font-size: 14px;
- outline: 0px;
- }
- .main-header-cover .header-button-login.login-system {
- background: transparent;
- color: #fff;
- }
- .main-header-cover .header-language {
- display: inline-block;
- }
- .main-header-cover .header-language:hover .dropdown-menu {
- display: block;
- }
- .main-header-cover .header-language button {
- font-family: opensanssemibold;
- font-size: 14px;
- border: 0px;
- background: transparent;
- outline: 0px;
- text-decoration: none;
- color: #fff;
- text-align: center;
- position: relative;
- margin-right: 30px;
- padding: 22px 0px;
- }
- .main-header-cover .header-language.header-avatar button {
- padding: 12px 0px;
- margin-right: 0px;
- }
- .main-header-cover .header-language button::after {
- content: "";
- display: inline-block;
- width: 10px;
- height: 10px;
- border: 2px solid #fff;
- border-color: transparent #fff #fff transparent;
- transform: rotate(45deg);
- vertical-align: text-top;
- margin-left: 7px;
- }
- .main-header-cover .header-language.header-avatar button::after {
- display: none;
- }
- .main-header-cover .header-language .dropdown-menu {
- min-width: 180px;
- padding: 15px 0px;
- border-radius: 10px;
- left: -21px;
- top: 56px;
- }
- .main-header-cover .header-language.header-avatar .dropdown-menu {
- left: unset;
- top: 57px;
- right: 27px;
- box-shadow: 0px 0px 13px 0px #fff;
- border-color: #fff;
- }
- .main-header-cover .header-language .dropdown-menu::after {
- content: "";
- display: inline-block;
- width: 16px;
- height: 9px;
- border-style: solid;
- border-width: 0px 8px 9px 8px;
- border-color: transparent transparent #fff transparent;
- position: absolute;
- right: 21px;
- top: -9px;
- }
- .main-header-cover .header-language .dropdown-menu li a {
- width: 100%;
- height: 35px;
- line-height: 35px;
- padding: 0px;
- padding-left: 20px;
- background: transparent;
- color: #231F20;
- font-family: opensansregular;
- font-size: 14px;
- cursor: pointer;
- }
- .main-header-cover .header-language .dropdown-menu li a:hover, .main-header-cover .header-language .dropdown-menu li a.lang-active {
- font-family: opensanssemibold;
- color: #fff;
- background: var(--color-header);
- }
- /* Header product */
- .header-product-left {
- height: 100%;
- margin: 21px auto;
- }
- .header-product-right {
- height: 100%;
- margin: auto 0px auto auto;
- }
- .header-product .header-product-middle {
- display: inline-block;
- text-decoration: none;
- outline: 0px;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- z-index: 2;
- }
- .header-product .header-product-middle svg {
- float: left;
- }
- .header-product .header-link-back {
- font-family: opensanssemibold;
- font-size: 13px;
- color: #fff;
- text-decoration: none;
- outline: 0px;
- }
- .header-product .header-link-back::before {
- content: "";
- display: inline-block;
- width: 22px;
- height: 20px;
- background: url('../imgs/icon-home.svg') 0px -587px;
- vertical-align: top;
- margin-right: 10px;
- }
- /* End header product */
- /**begin footer**/
- .footer-content {
- max-width: var(--max-width);
- margin: auto;
- }
- .footer-item {
- width: 16.6%;
- float: left;
- }
- .footer-item .footer-title {
- font-size: 13px;
- color: var(--color-text-main);
- font-family: opensanssemibold;
- margin-bottom: 16px;
- }
- .footer-item-content {
- margin-bottom: 10px;
- width: 80%;
- }
- .footer-item-term {
- width: 80%;
- }
- .footer-item-logo {
- float: left;
- margin-right: 10px;
- }
- .footer-item-website a:nth-of-type(1) {
- display: block;
- font-size: 12px;
- color: var(--color-text-main);
- }
- .footer-info a:hover {
- text-decoration: none;
- }
- .footer-item-website a:nth-of-type(2) {
- font-size: 12px;
- color: var(--color-text-main);
- font-family: opensanssemibold;
- line-height: 12px;
- display: block;
- }
- .footer-item-website a:hover {
- color: var(--color-text-main);
- }
- .footer-contact {
- font-size: 12px;
- color: var(--color-text-main);
- margin-bottom: 10px;
- }
- .footer-support {
- background: var(--color-text-main);
- margin-top: 10px;
- padding: 10px;
- width: 100%;
- max-width: 230px;
- font-size: 12px;
- font-family: opensansbold;
- border-radius: 6px;
- text-transform: uppercase;
- color: #fff;
- }
- .footer-support p {
- margin-bottom: 0px;
- }
- .footer-cate {
- margin-bottom: 1px;
- }
- .footer-cate a {
- font-size: 12px;
- color: var(--color-text-main);
- }
- .footer-cate-active a {
- color: #7ac40c;
- }
- .footer-item-android svg, .footer-item-ios svg {
- width: 100%;
- max-width: 171px;
- background: #fff;
- border-radius: 6px;
- }
- footer {
- background: #e4e4e4;
- }
- .footer-info {
- padding-top: 30px;
- padding-bottom: 30px;
- background: #fff;
- border-bottom: 0px;
- border-top: 0px;
- }
- .footer-copyright {
- text-align: center;
- padding: 8px 10px;
- color: var(--color-main-text);
- font-size: 12px;
- border-top: 1px solid #ddd;
- max-width: 100%;
- margin: auto;
- background: #fff;
- }
- .footer-copyright span {
- margin-right: 20px;
- color: #FFF100;
- }
- @media(max-width: 768px) {
- .footer-info {
- display: none;
- }
- }
- .footer-container {
- background: #fff;
- padding: 0px 15px;
- }
- .footer-container .footer-cover {
- max-width: var(--max-width);
- margin: auto;
- }
- .footer-container .footer-title {
- font-family: opensanssemibold;
- font-size: 16px;
- color: #231F20;
- line-height: 20px;
- min-height: 40px;
- margin-bottom: 25px;
- margin-top: 40px;
- }
- .footer-container .footer-link {
- font-family: opensansregular;
- font-size: 13px;
- color: #231F20;
- margin-bottom: 15px;
- line-height: 21px;
- text-decoration: none;
- outline: 0px;
- display: block;
- transition: 0.15s all linear;
- }
- .footer-container .footer-link.link-bold {
- font-family: opensanssemibold;
- }
- .footer-container a.footer-link:hover {
- color: #00C5F9;
- }
- .footer-bottom {
- font-family: opensansregular;
- font-size: 12px;
- color: #231F20;
- line-height: 38px;
- text-align: center;
- margin: 0px;
- border-top: 1px solid #C4C4C4;
- margin-top: 30px;
- }
- /**end footer**/
- .main-errors {
- background: #ffd4cc;
- border-radius: 10px;
- margin: 20px 0px;
- padding: 15px;
- }
- .main-success {
- background: #dcefc3;
- border-radius: 10px;
- margin: 20px 0px;
- padding: 15px;
- }
- .main-errors p, .main-success p {
- margin: 0px;
- font-size: 16px;
- font-family: opensansregular;
- }
- .header-middle {
- display: none;
- }
- @media (max-width: 1100px) {
- .main-header-cover .header-language {
- display: none;
- }
- }
- @media (min-width: 901px) {
- .main-header-cover .header-right {
- display: table-cell !important;
- }
- .main-header-cover .header-menu {
- display: inline-block !important;
- margin-left: 30px;
- }
- }
- @media (max-width: 900px) {
- .main-header-cover .header-logo {
- margin-right: 0px;
- }
- .main-header-cover .header-menu {
- position: absolute;
- width: calc(100% + 30px);
- left: -15px;
- bottom: 0px;
- transform: translate(0%, 100%);
- background: var(--color-header);
- display: none;
- padding-top: 70px;
- padding-left: 15px;
- padding-right: 15px;
- box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);
- }
- .main-header-cover .header-menu-link {
- display: block;
- margin: 10px 0px;
- border-radius: 0;
- }
- .main-header-cover .header-language {
- display: inline-block;
- }
- .main-header-cover .header-right {
- display: none;
- position: absolute;
- left: 0px;
- width: 100%;
- bottom: 0px;
- transform: translate(0, 100%);
- }
- .header-middle {
- display: table-cell;
- vertical-align: middle;
- text-align: right;
- cursor: pointer;
- }
- .header-menu-icon {
- display: inline-block;
- position: relative;
- width: 30px;
- height: 4px;
- background-color: #fff;
- border-radius: 100px;
- transition: transform .4s ease;
- outline: none;
- cursor: pointer;
- }
- .header-menu-icon::before {
- content: '';
- display: block;
- width: 100%;
- position: absolute;
- height: 4px;
- background-color: #fff;
- border-radius: 100px;
- transition: all .2s ease;
- bottom: 200%;
- right: 0;
- }
- .header-menu-icon::after {
- content: '';
- display: block;
- width: 100%;
- position: absolute;
- height: 4px;
- background-color: #fff;
- border-radius: 100px;
- transition: all .2s ease;
- top: 200%;
- right: 0;
- }
- .header-button-login.login-system,
- .main-header-cover .header-button-login {
- font-family: opensansregular;
- font-size: 15px;
- color: #fff;
- text-align: center;
- text-decoration: none;
- outline: 0px;
- border: 0px;
- width: 100%;
- background: transparent;
- text-transform: none;
- }
- .header-language.dropdown {
- display: none !important;
- }
- }
- .m-main-footer {
- padding: 50px 0px 0px;
- background-color: #0B1902;
- background-image: url('../imgs/footer-02.jpg');
- background-position: bottom center;
- background-repeat: repeat no-repeat;
- }
- .m-main-footer-top {
- text-align: center;
- }
- .m-main-footer-top .top-title {
- font-family: opensanslight;
- font-size: 18px;
- color: #fff;
- max-width: 160px;
- margin: 0px auto 20px;
- }
- .m-main-footer-top .top-title span {
- font-family: opensanssemibold;
- }
- .m-main-footer-top .top-button {
- display: block;
- font-family: opensanssemibold;
- font-size: 16px;
- color: #fff;
- margin: auto;
- width: 225px;
- height: 50px;
- text-align: center;
- text-decoration: none;
- background: var(--color-header);
- border-bottom: 2px solid #68A300;
- border-radius: 30px;
- line-height: 50px;
- }
- .m-main-footer-link {
- display: inline-block;
- width: 100%;
- padding: 35px 15px;
- }
- .m-main-footer-link .list-link {
- width: 50%;
- float: left;
- }
- .m-main-footer-link .list-link:first-child {
- padding-left: 20px;
- }
- .m-main-footer-link .list-link a {
- display: block;
- text-decoration: none;
- color: #fff;
- font-family: opensanslight;
- font-size: 15px;
- margin-bottom: 10px;
- }
- .m-main-footer-link .list-link a.link-title {
- font-family: opensanssemibold;
- }
- .m-main-footer .footer-all-rights .name {
- color: var(--color-text-main);
- }
- .m-main-footer .footer-all-rights {
- background-color: inherit;
- overflow: hidden;
- font-size: 13px;
- }
- .home-modal-close {
- display: inline-block;
- width: 25px;
- height: 25px;
- border-radius: 50%;
- background: url('../imgs/icon-home.svg') 0px -610px;
- position: absolute;
- right: -8px;
- top: -9px;
- cursor: pointer;
- }
- .toast-msg {
- font-family: opensanssemibold;
- font-size: 13px;
- color: #fff;
- background: #000;
- min-width: 245px;
- height: 48px;
- line-height: 48px;
- text-align: center;
- position: fixed;
- z-index: 1002;
- left: 50%;
- bottom: 100px;
- transform: translate(-50%, 0%);
- border-radius: 30px;
- display: none;
- padding-left: 15px;
- padding-right: 15px;
- }
|