@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: https://

Author: Dev Lewis Corporation

Author URI: https://

Description: "WP Lewis" là 1 theme wordpress được phát triển và xây dựng bởi đội ngũ kỹ thuật của Lewis. Theme được xây dựng dựa trên nền tảng là css boostraps 4 mới nhất. 

Version: 1.0.1

License: GNU General Public License v3 or later

License URI: https://www.gnu.org/licenses/gpl.html

Text Domain: WP Lewis

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



WP Vdigi is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

@font-face {
    font-family: "SVN-Gilroy";
    src: url("assets/fonts/SVN-Gilroy/SVN-Gilroy-Regular.otf");
}
@font-face {
    font-family: "SVN-Gilroy-SemiBold";
    src: url("assets/fonts/SVN-Gilroy/SVN-Gilroy-SemiBold.otf");
}
@font-face {
    font-family: "SVN-Gilroy-Bold";
    src: url("assets/fonts/SVN-Gilroy/SVN-Gilroy-Bold.otf");
}

:root {
    --primary-color: #0F2556;
    --second-color: #39A3DC;
    --primary-font: "SVN-Gilroy";
    --second-font: "SVN-Gilroy-Bold";
    --third-font: "SVN-Gilroy-SemiBold";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

body {
    font-family: var(--primary-font);
    background-color: #fff;
    font-size: 1.5rem;
    color: #333;
    -ms-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,strong {
    font-weight: normal;
    font-family: var(--second-font);
}

.header-main-logo img {
    max-width: 180px;
}
.header-wrapper {
    padding: 10px 0;
}