/*!
Theme Name: LamHD
Theme URI: https://lamhd.com/
Author: LamHD
Author URI: https://lamhd.com/
Description: Description
Version: 2.1.2
*/
/*-----------------------------------
>>> CHUNG
-----------------------------------*/
:root {
    --bs-light-rgb: 238, 240, 242;
}
body {
    color: #2C2C2C;
    font-size: 15px;
	line-height: 1.6;
    letter-spacing: -.01em;
}
img {
    max-width: 100%;
    height: auto;
}
img[data-lazyloaded]{
	opacity: 0;
}
img.litespeed-loaded{
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
	opacity: 1;
}
a {
    color: #FE4F70;
    outline: 0;
    text-decoration: none;
}
a:hover {
    color: #203656;
}
a:focus {
    outline: 0;
}
b, strong {
    font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.3;
}
/*-----------------------------------
>>> HEADER
-----------------------------------*/
.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px rgb(83 88 93 / 20%);
    box-shadow: 0px 0px 40px rgb(83 88 93 / 20%);
    z-index: 1020;
}
.navbar {
    padding: 0;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}
.navbar-brand img {
    height: 40px;
    width: auto;
    display: block;
}
.navbar-nav .nav-link {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #203656;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav li.active .nav-link, .navbar-nav .nav-link:hover {
    color: #FE4F70;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}
.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0px 20px 30px rgb(83 88 93 / 5%), 0px 0px 30px rgb(83 88 93 / 10%);
    box-shadow: 0px 20px 30px rgb(83 88 93 / 5%), 0px 0px 30px rgb(83 88 93 / 10%);
}
.dropdown-item {
    font-size: 15px;
    padding: 6px 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FE4F70;
    background-color: transparent;
}
.search-form {
    position: absolute;
    display: none;
    top: 60px;
    left: 0;
    padding: 10px;
    background: #eee;
    width: 100%;
}
/*-----------------------------------
>>> SECTION
-----------------------------------*/
#content {
    padding: 30px 0;
}
.link-right a:last-child {
    border: 0 !important;
}
.link-right a:before {
    content: "\F231";
    font-family: bootstrap-icons !important;
    font-size: 11px;
    margin-right: 4px;
}
.xem-nhieu .item:not(:last-child) {
    border-bottom: 1px dashed #c7c7c7;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
/*-----------------------------------
>>> SINGLE POST
-----------------------------------*/
.cat-links a {
    display: inline-block;
    background: #fe4f70;
    padding: 5px 10px;
    color: #fff;
    line-height: 1;
    border-radius: 4px;
    margin: 0 5px 5px 0;
}
.cat-links a:hover {
    opacity: .8;
}
blockquote {
    font-size: 16px;
    padding: 15px;
    background-color: #eee;
    border-left: 3px solid #FE4F70;
}
blockquote>*:last-child {
    margin-bottom: 0;
}
.entry-content h2 {
    font-size: 22px;
    margin-bottom: 1rem;
}
.entry-content h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}
.entry-content h4 {
    font-size: 18px;
    margin-bottom: 1rem;
}
.entry-content ul, .entry-content ol {
    padding-left: 40px;
}
.entry-content ul li, .entry-content ol li {
    margin-bottom: 5px;
}
.tags-link a {
    font-size: 14px;
    display: inline-block;
    padding: 4px 10px;
    background: #FE4F70;
    color: #fff;
    margin: 0 5px 5px 0;
    transition: all .3s ease;
}
.tags-link a:hover {
    background: #2C2C2C;
}
.tags-link a::before {
    content: '\F5B0';
    font-family: bootstrap-icons !important;
    margin-right: 4px;
    vertical-align: middle;
}
.social-icons .list-inline-item:not(:last-child) {
    margin-right: 10px;
}
.social-icons li a {
    padding: 8px 13px;
    color: #fff;
    border-radius: 3px;
    background: #FE4F70;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.social-icons li a.facebook {
    background: #3b5998;
}
.social-icons li a.twitter {
    background: #3cf;
}
.social-icons li a.linkedin {
    background: #0077b5;
}
.social-icons li a.pinterest {
    background: #bd081c;
}
.social-icons li a.telegram {
    background: #27a3e2;
}
.social-icons li a:hover {
    opacity: .8;
}
.social-icons li a i {
    border-right: 1px solid rgba(255,255,255,.3);
    margin-right: 6px;
    padding-right: 6px;
}
.social-icons li a i:before {
    vertical-align: -1px;
}
/*-----------------------------------
>>> COMMENT
-----------------------------------*/
h3.comment-reply-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #FE4F70;
    margin-bottom: 10px;
}
.comment-list li.comment ul.children {
    list-style: none;
}
.comment-list li.comment .details p {
    margin-bottom: 5px;
}
.comment-list li.comment .details .comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
}
.comment-respond {
    margin-top: 15px;
    margin-bottom: 24px;
}
/*-----------------------------------
>>> BLOG ARCHIVE
-----------------------------------*/
.breadcrumbs {
    color: #a0a0a0;
    margin-bottom: 15px;
}
.breadcrumbs a {
    color: #53585c;
}
.breadcrumbs a:hover {
    color: #fe4f70;
}
.list-post {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eaeaea;
}
/*-----------------------------------
>>> BOOTSTRAP ELEMENTS
-----------------------------------*/
.btn {
    font-size: 15px;
}
.form-control {
    font-size: 15px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #FE4F70;
}
.list-group-item {
    padding: 12px 0;
}
.list-group-flush>.list-group-item:first-child {
    padding-top: 0;
}
.list-group-flush>.list-group-item:last-child {
    padding-bottom: 0;
}
.list-group-flush.no-border>.list-group-item {
    border: 0;
}
.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
/*-----------------------------------
>>> THEME ELEMENTS
-----------------------------------*/
.text-hover-primary:hover {
    color: #FE4F70 !important;
}
.btn-default {
    color: #fff;
    background-color: #FE4F70;
    border-color: #FE4F70;
}
.btn-default:hover {
    color: #fff;
    background-color: #f82249;
    border-color: #f82249;
}
.fs-15 {
    font-size: 15px!important;
}
.fs-18 {
    font-size: 18px!important;
}
.fw-medium {
    font-weight: 500!important;
}
.text-default {
    color: #FE4F70;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1rem;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1rem;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    font-size: 95%;
    padding: 5px 10px;
    font-style: italic;
}
.wp-caption-text {
    text-align: center;
}
.form-group {
    margin-bottom: 1rem;
}
/*-----------------------------------
>>> OFFCANVAS
-----------------------------------*/
.offcanvas-start {
    width: 300px;
    transition: transform .3s ease-in-out;
}
.offcanvas-header {
    border-bottom: 1px solid #EBEBEB;
}
.offcanvas-header img {
    max-height: 30px;
}
.offcanvas-body {
    padding: 0;
}
.offcanvas .vertical-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.offcanvas .vertical-menu li.openmenu .switch {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.offcanvas .vertical-menu li {
    padding: 10px 15px;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    list-style: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.offcanvas .vertical-menu li a {
    color: #2C2C2C;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.offcanvas .vertical-menu li.current-menu-item a {
    color: #FE4F70;
}
.offcanvas .vertical-menu li .switch {
    border: solid 1px #EBEBEB;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    padding: 5px;
    line-height: 1;
    cursor: pointer;
    color: #FE4F70;
    position: absolute;
    top: 7px;
    right: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.offcanvas .sub-menu {
    display: none;
    padding: 10px 20px;
}
.offcanvas .sub-menu li {
    padding: 5px 0;
    border: 0;
}
/*-----------------------------------
>>> FOOTER
-----------------------------------*/
.footer-widget {
    background-color: #222;
    color: #999;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-widget ul li:not(:last-child) {
    margin-bottom: 5px;
}
.footer-widget a {
    color: #999;
}
.footer-widget a:hover {
    color: #FE4F70;
}
.copyright {
    background-color: #111;
    color: #999;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    color: #999;
    padding: 4px 10px;
}
.footer-menu ul li a:hover {
    color: #FE4F70;
}
/*-----------------------------------
>>> RESPONSIVE
-----------------------------------*/
@media (max-width: 991px) {
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}
.inner-wrapper-sticky {
    transform: none !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
}
}

@media (max-width: 767px) {
.social-icons .list-inline-item a {
    margin-bottom: 5px;
}
}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 120%;
        visibility: hidden;
        opacity: 0;
        display: block;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    .navbar-expand-lg .navbar-nav .dropdown:hover > .dropdown-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}