* { box-sizing: border-box; } body { margin: 0; padding: 0; } .left { background-color: #2196f3; padding: 0px; float: left; height: 100vh; overflow-y: scroll; width: 20%; /* The width is 20%, by default */ } .main { background-color: #f1f1f1; padding: 0px; float: left; width: 80%; /* The width is 60%, by default */ height: 100vh; iframe { border: none; } } /* Use a media query to add a break point at 800px: */ @media screen and (max-width: 800px) { .left, .main, .right { width: 100%; /* The width is 100%, when the viewport is 800px or smaller */ } } .theme-editor__presets { position: absolute; width: 100%; bottom: 0; z-index: 3; left: 0; } .theme-editor__presets .btn { border-radius: 0; } .btn { display: inline-block; cursor: pointer; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .btn-block { display: block; width: 100%; } .btn-primary { color: #fff; background-color: #007bff; border-color: #007bff; } .btn_reset { color: #fff !important; background-color: #e97a39; width: 100%; } .dp_theme_edit { display: flex; gap: 20px; } .btn_cancel_reset { background: red; padding: 6px 30px; color: #fff; &:hover { color: #fff; } } .title_reset { font-size: 20px; font-weight: 700; text-align: center; } .modal-footer-reset { display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: end; justify-content: center; padding: 1rem; border-top: 1px solid #dee2e6; gap: 20px; } .mw-70vw { max-width: 80vw !important; } $color-primary: var(--color-primary,#dd1a21); $color-second: var(--color-second,#eeeeee); $color-text: var(--color-text, #48484a); $color-highlight: var(--color-highlight, #007a57); $color_bg: var(--color_bg, #ffffff); $color-bg_menu: var(--color-bg_menu, #282839); $color-text_menu: var(--color-text_menu, #dfdddd); $font_size: var(--font_size, 16px); $font-primary: var(--font_family, 'Inter', 'system-ui'); @import "theme_editor.css"; .footer { display: flex !important; flex-direction: column; padding: 15px 0; background-color: $color-bg_menu; color: $color-text_menu; &__container { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1200px; margin: 0 auto; gap: 20px; padding: 0 60px; @media only screen and (min-width: 740px) and (max-width: 1024px) { grid-template-columns: repeat(2, 1fr); } @media only screen and (max-width: 740px) { display: list-item; list-style-type: none; padding: 0 10px !important; width: 100%; } } .div-phone { width: 100%; display: flex; align-items: flex-start; gap: 12px; align-self: stretch; margin-bottom: 10px; white-space: nowrap; @media only screen and (max-width: 310px) { display: list-item; } .phone { border-radius: 12px; border: 1px solid var(--Border-1, #cecece); background: var(--grey-scale-100, $color_bg); display: flex; min-width: 140px; max-width: 180px; height: 58px; padding: 10px 12px; justify-content: center; align-items: center; gap: 8px; @media only screen and (max-width: 310px) { margin: 4px 0; } a { p { color: $color-primary; } } &__icon { width: 18px; height: 18px; flex-shrink: 0; } &__title { color: #333436; font-variant-numeric: lining-nums proportional-nums; font-family: $font-primary; font-size: 12px; font-style: normal; font-weight: 500; line-height: 16px; margin-bottom: 0; } &__number { color: $color-primary; font-size: 100%; font-weight: 700; margin-bottom: 0; } p { margin-bottom: 0; } } } .description { &__title-head { font-size: 100%; line-height: 1.75rem; font-weight: 700; p { margin: 0.625rem 0; } &--certification { margin: 0.625rem 0; } } &__img-app { display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; a { img { vertical-align: middle; -o-object-fit: cover; object-fit: cover; max-width: 100%; max-height: 100%; width: auto; height: auto; } } } &__nav-links { list-style-type: none; padding: 0; li { margin: 6px 0; a { color: $color-primary; font-size: 100%; } } } &__mb { display: flex; gap: 12px; margin: 0.625rem 0; align-items: center; &--content { img { object-fit: contain; } &--year { height: 60px; width: 100px; } &--bct { height: 60px; width: 155px; } &--wisdom { height: 60px; width: 170px; } } } } .img-bct { max-width: 200px; height: 75px; } .social { padding: 4px 0 8px; @media only screen and (min-width: 640px) { display: none; } &__title { font-size: 100%; line-height: 1.75rem; font-weight: 700; margin-bottom: 4px; } &__content { display: flex; gap: 15px; } } } .copyright { width: 100%; margin: auto; padding-top: 5px; @media screen and (max-width: 768px) { padding-bottom: 44px; } &__info { display: flex; justify-content: center; font-size: small; } } .g-2 { gap: 8px; } .footer2 { display: flex; justify-content: center; align-items: center; background-color: $color-bg_menu; padding-top: 50px; padding-bottom: 0; &__container { color: $color-text_menu; max-width: 1200px; padding: 0 60px; margin: 0 auto; @media only screen and (max-width: 768px) { padding: 0 15px 40px; } &--content { padding: 0 16px; .row { display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; &__content { width: 25%; padding-right: 16px; @media only screen and (max-width: 1200px) { width: 50%; order: 1; } @media only screen and (max-width: 768px) { width: 100%; } .logo { display: inline-block; color: $color-text_menu; } .slogan { line-height: 20px; } .social-links { display: flex; gap: 10px; flex-wrap: wrap; padding-left: 0; list-style-type: none; margin-top: 20px; margin-bottom: 0; li { border: 1px solid var(--color-primary, #dd1a21); border-radius: 50%; width: 35px; height: 35px; } } } &__network { width: 16.6667%; padding-right: 16px; @media only screen and (max-width: 1200px) { width: 33.33333%; order: 3; } @media only screen and (max-width: 768px) { width: 33.333333%; order: 2; } @media only screen and (max-width: 550px) { width: 50%; } } &__type { width: 16.6667%; padding-right: 16px; @media only screen and (max-width: 1200px) { width: 33.33333%; order: 4; } @media only screen and (max-width: 768px) { width: 33.333333%; order: 3; } @media only screen and (max-width: 550px) { width: 50%; } @media only screen and (max-width: 360px) { width: 100%; } } &__price { width: 16.6667%; padding-right: 16px; @media only screen and (max-width: 1200px) { width: 33.33333%; order: 5; } @media only screen and (max-width: 768px) { width: 33.333333%; order: 4; } @media only screen and (max-width: 550px) { width: 100%; } } &__advise { width: 25%; @media only screen and (max-width: 1200px) { width: 50%; order: 2; } @media only screen and (max-width: 768px) { width: 100%; order: 5; } } &__column3 { width: 33.333333%; padding-right: 16px; @media only screen and (max-width: 768px) { width: 100%; } } &__column4{ width: 25%; padding-right: 16px; @media only screen and (max-width: 768px) { width: 50%; } @media only screen and (max-width: 500px) { width: 100%; } } .single-footer-widget { margin-bottom: 30px; h3 { margin-bottom: 10px; font-size: 100%; color: $color-text_menu; font-weight: 700; text-transform: uppercase; } .links-list { padding-left: 0; margin-bottom: 0; list-style-type: none; li { margin-bottom: 10px; a { display: inline-block; color: $color-primary; font-size: 100%; &:hover { text-decoration: underline; } } img { max-height: 14px; background-size: cover; background-position: center center; padding-right: 6px; } } } .support-block { display: flex; gap: 20px; @media only screen and (max-width: 310px) { flex-wrap: wrap; justify-content: center; } .support-item { background: #804d00; height: 40px; display: flex; align-items: center; padding-right: 10px; margin-bottom: 10px; border-radius: 50px; position: relative; width: 49%; display: flex; justify-content: flex-end; max-width: 132px; a { color: #fff; font-size: 13px; font-weight: bold; } @media only screen and (max-width: 310px) { width: 100%; } } .support-zalo { background-color: #0C599C; &::before { height: 40px; width: 40px; content: ""; border-radius: 40px; position: absolute; left: 0; background: #0C599C url("/static/theme_config/images/zalo.png") center center no-repeat; background-size: contain; } } } } } .copyright-area { border-top: 1px solid #e4e5ea; text-align: center; margin-top: 70px; padding-top: 30px; padding-bottom: 30px; } } } } .footer3 { display: flex; justify-content: center; align-items: center; background-color: $color-bg_menu; padding-top: 30px; &__container { color: $color-text_menu; max-width: 1200px; padding: 0 60px 40px; margin: 0 auto; @media only screen and (max-width: 768px) { padding: 0 15px 40px; } .group-title { font-weight: 700; line-height: 22px; font-size: 18px; text-align: left; } .social-links { display: flex; gap: 10px; padding-top: 10px; @media only screen and (max-width: 768px) { padding-bottom: 30px; } } &--line { border-top-width: 1px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-style: solid; border-color: $color-text_menu; margin-top: 5px; display: inline-block; width: 100%; margin-bottom: 15px; } &--row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; &--column { flex: 0 0 33.333333%; max-width: 33.333333%; padding: 0 15px; @media only screen and (max-width: 900px) { flex: 0 50%; max-width: 50%; } @media only screen and (max-width: 640px) { flex: 100%; max-width: 100%; } .address-item { margin-bottom: 15px; &--title { text-transform: uppercase; font-weight: bold; font-size: 15px; } &--address { display: flex; align-items: center; font-weight: normal; img { max-height: 14px; background-size: cover; background-position: center center; padding-right: 6px; } } } } &--column8 { flex: 0 0 66.666667%; max-width: 66.666667%; padding: 0 15px; @media only screen and (max-width: 900px) { flex: 0 0 100%; max-width: 100%; } .contact { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 6px; a:hover { text-decoration: underline; font-weight: 600; } } } } } } @mixin font-face($name, $file, $weight: normal, $style: normal) { @font-face { font-family: #{$name}; src: url('../fonts/#{$file}.woff') format('woff'), url('../fonts/#{$file}.woff2') format('woff2'); font-weight: $weight; font-style: $style; font-display: swap; } } @include font-face('FS Magistral', 'FSMagistralMedium'); @include font-face('Sarabun', 'Sarabun-Regular'); @include font-face('SFProDisplay', 'SFProDisplay-Medium'); .footer4 { background-color: #fafafa; padding-top: 20px; padding-bottom: 0; &__container { width: 1200px; max-width: 1200px; padding: 0 60px; margin: 0 auto; @media only screen and (max-width: 768px) { width: 100%; padding: 0 16px; } .row { width: 100%; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-evenly; margin: 0 auto; &__type { width: 20%; @media only screen and (max-width: 1200px) { width: 25%; } @media only screen and (max-width: 768px) { width: 33.333333%; } @media only screen and (max-width: 550px) { width: 50%; } @media only screen and (max-width: 360px) { width: 50%; } } &__price { width: 24%; @media only screen and (max-width: 1200px) { width: 25%; } @media only screen and (max-width: 768px) { width: 33.333333%; } @media only screen and (max-width: 550px) { width: 50%; } @media only screen and (max-width: 360px) { width: 50%; } } &__unit { width: 27%; @media only screen and (max-width: 1200px) { width: 25%; } @media only screen and (max-width: 768px) { width: 33.333333%; .links-list{ li{ h3{ font-family: 'Sarabun'; font-size: 12px; line-height: 14.4px; text-transform: initial; } } } } @media only screen and (max-width: 550px) { width: 100%; .links-list{ display: flex; li{ width: 50%; border-top: 1px solid #E9E9E9; padding-top: 30px; h3{ font-size: 14px; @media only screen and (max-width: 360px) { font-size: 12px; } } } } } } &__contact { width: 27%; @media only screen and (max-width: 1200px) { width: 25%; } @media only screen and (max-width: 768px) { width: 100%; } @media only screen and (max-width: 550px) { .links-list{ display: flex; flex-wrap: wrap; align-items: center; li{ width: 50%; box-sizing: border-box; &:nth-child(1),&:nth-child(2) { order: 1; } &:nth-child(3),&:nth-child(4) { order: 2; } .contact-item--icon{ width: 24px; height: 24px; } .contact-item--content{ width: calc(100% - 40px); } } } } } &__column3 { width: 33.333333%; @media only screen and (max-width: 768px) { width: 100%; } } &__column4{ width: 25%; @media only screen and (max-width: 768px) { width: 50%; } @media only screen and (max-width: 500px) { width: 100%; } } .single-footer-widget { margin-bottom: 30px; h3 { margin-bottom: 10px; font-family: FS Magistral; color: $color-text_menu; font-size: 18px; font-weight: 700; text-transform: uppercase; @media only screen and (max-width: 550px) { font-size: 16px; } } .links-list { padding-left: 0; margin-bottom: 0; list-style-type: none; li { margin-bottom: 10px; font-family: 'SFProDisplay'; font-size: 14px; a { display: inline-block; color: $color-text; &:hover { text-decoration: underline; color: $color-primary; } @media only screen and (max-width: 550px) { font-family: "Sarabun", sans-serif; font-size: 14px; font-weight: 400; } } img { width: 100%; background-size: cover; background-position: center center; } .contact-item{ display: flex; align-items: center; gap: 5px; &--icon{ width: 35px; height: 35px; display: flex; flex-shrink: 0; align-items: center; justify-content: center; border-radius: 99%; background-image: linear-gradient( 195deg, rgb(255, 255, 255) -1%, rgb(255, 255, 255) 1%, rgb(255, 250, 251) 5%, rgb(255, 250, 251) 9%, rgb(254, 246, 248) 13%, rgb(254, 246, 248) 19%, rgb(254, 241, 244) 25%, rgb(254, 241, 244) 33%, rgb(254, 236, 240) 41%, rgb(254, 236, 240) 53%, rgb(253, 231, 237) 68%, rgb(253, 231, 237) 100% ); @media only screen and (max-width: 550px) { width: 30px; height: 30px; } img{ width: 50%; } } &--content{ @media only screen and (max-width: 1200px) { width: calc(100% - 40px); } } } } } } } } .copyright-area { font-family: 'Sarabun'; font-size: 14px; font-weight: 400; color: #FFFFFF; text-align: center; background-color: #EE0033; padding: 10px 0; p { margin: 0; } } } .modal-head-footer { display: flex; justify-content: space-between; }