/*
Theme Name: Thiết kế web 
Theme URI: http://underscores.me/
Author: Thanh Doan
Author URI: https://www.facebook.com/thanh250896
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
Tags:

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.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.wpcf7 br {
    display: none;
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #111;
    background-color: #FAF6F0;
}
figure {
    max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
    color: #B57000;
}
button,input {
	outline: none !important;
	box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
	background-color: unset;
	border-color: unset;
	border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
	html {
	    margin-top: 0 !important;
	}
}
h2.screen-reader-text {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.showbar .icon-bar {
    display: block;
    width: 29px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #B57000;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 6px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #fff;
    color: #0003AB;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#mobile-menu .sub-menu img {
    display: none;
}
.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
.alert-warning {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #111;
}
.tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 5px 15px;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px){
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #333333;
    border-bottom: 2px solid #ff9900;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea,.wpcf7-number {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
    height: auto;
}
.wpcf7-submit {
    display: inline-block;
    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 .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}
div.quantity {
    display: flex;
}
.qty_button {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #111;
  outline: 0;
}
.qty.text {
  padding: 5px 10px;
  border: 1px solid #111;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quantity__remove {
  border-right: 0;
  margin-right: -5px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quantity__add {
  border-left: 0;
  margin-left: -5px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.single_add_to_cart_button {
    border-radius: 5px !important;
    display: inline-block !important;
    background-color: #ff9900!important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-left: 10px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 14px !important;
    height: 35px;
    font-weight: 500 !important;
}
.woocommerce-pagination ul {
    list-style: none;
    border-radius: 0.25rem;
    border: 0 !important;
}
.woocommerce-pagination ul li {
    border-right: 0 !important;
}
.woocommerce-pagination ul li a {
    color: #111 !important;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .page-numbers {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 3px !important;
    transition: unset !important;
}
.woocommerce-pagination ul li .page-numbers {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
}
.woocommerce-pagination ul li .page-numbers.current {
    background: #109cd9 !important;
    border-color: #109cd9 !important;
    color: #fff !important;
}
.box-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

.header-top {
    background: #B57000;
    padding: 9px 0px;
}

.ht-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.ht-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}


.header-top a {
    font-size: 14px;
    color: #fff;
    padding: 0;
    display: block;
}

.header-top li:first-child a {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}

.header-top i {
    margin-right: 7px;
}

.header-main {
    box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    position: relative;
    z-index: 999;
}

div#logo img {
    height: 60px;
}

nav#primary-menu ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

#primary-menu .menu > li:first-child > a {
    margin-left: 0;
}
#primary-menu .menu > li:last-child > a {
    margin-right: 0;
}

nav#primary-menu ul.menu>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    margin-left: 7px;
    transition: all .3s;
    display: inline-block;
}

nav#primary-menu ul.menu>li.menu-item-has-children:hover>a:after {
    transform: rotate(-180deg);
}

nav#primary-menu li:hover >a {
    color: #B57000;
}

#primary-menu .sub-menu li.menu-item-has-children >a:after {
     content: "\f105";
     font-family: 'Font Awesome 5 Free';
     margin-left: 7px;
     transition: all .3s;
     display: inline-block;
     font-weight: 800;
}
#primary-menu .sub-menu a:hover {
    background: #F6F4E3;
}

.header-search {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    cursor: pointer;
}

.overbg-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}

.box-search form {
    width: 100%;
    max-width: 991px;
    position: relative;
    z-index: 999;
}

.box-search input {
    width: 100%;
    color: #fff !important;
    font-size: 42px;
    line-height: 1.5;
    text-align: center;
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0;
    border-radius: 0;
}

.box-search input::placeholder {
    color: #fff;
    background: transparent !important;
}
section.home-content {
    background-image: linear-gradient(90deg, #F4E4BD 0%, #FFFFFF 100%);
    padding: 100px 0 60px;
}

section.home-content h1 {
    color: #B57000;
    font-size: 56px;
    font-weight: 700;
    line-height: 78px;
    margin-bottom: 20px;
}

section.home-content p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

section.home-content ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    justify-content: space-between;
}

section.home-content ul li {
    width: 49%;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

section.home-content ul li i {
    color: #B57000;
    font-size: 23px;
    margin-right: 10px;
}

section.home-content .btn-group a:nth-child(1) {
    background-color: #B57000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 8px 8px 8px 8px;
    padding: 14px 24px 12px 24px;
    display: block;
    color: #fff;
}

section.home-content .btn-group a:nth-child(1):hover {
    background-color: #CD9F54;
}

section.home-content .btn-group a:nth-child(2) {
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    fill: #B57000;
    color: #B57000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B57000;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 24px 12px 24px;
    margin-left: 15px;
}

section.home-content .btn-group a:nth-child(2):hover {
        color: #CD9F54;
}
#header.stick-header .header-top {
    display: none;
}
section.home-content-2 {
    padding: 80px 0 40px;
}

section.home-content-2 h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    margin-bottom: 50px;
}

section.home-content-2 a {
    background-color: #B57000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 8px 8px 8px 8px;
    padding: 14px 24px 12px 24px;
    display: inline-block;
    color: #fff;
}

section.home-content-2 a:hover {
    background-color: #CD9F54;
}

.box-counter {
    background-color: #7A0400;
    padding: 24px 24px 24px 24px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B57000;
    border-radius: 16px 16px 16px 16px;
    text-align: center;
}

.box-counter h3 {
    color: #E8D3B0;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}

.box-counter p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
section.home-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}
section.home-content-3 {
    padding: 80px 0 0;
}

section.home-content-3 .heading h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 30px;
    text-align: center;
}

section.home-content-3 .heading {
    margin-bottom: 50px;
}

section.home-content-3 .heading p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.hc3-title {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #B57000;
    color: #B57000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 auto;
}

section.home-content-3 .col-lg-3:not(:last-child) .hc3-title:after {
    content: "";
    position: absolute;
    width: 237px;
    height: 2px;
    background: #B57000;
    top: 50%;
    transform: translateY(-50%);
    left: 47px;
}


.hc3-text {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    margin-top: 30px;
}
@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hc3-text:hover {
    animation: pulsate-fwd 0.5s ease-in-out both;
}

.hc3-text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
}

.hc3-text p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    margin: 0;
}
section.home-content-4 {
    padding: 80px 0;
}

section.home-content-4 .heading h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 30px;
    text-align: center;
}

section.home-content-4 .heading {
    margin-bottom: 50px;
}

section.home-content-4 .heading p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


section.home-content-4 ul.nav li {
    width: 100%;
}

section.home-content-4 ul.nav {
    border: 0;
}

section.home-content-4 ul.nav li:not(:last-child) {
    margin-bottom: 15px;
}

section.home-content-4 ul.nav a {
    color: #54595f;
    padding: 16px 24px;
    display: block;
    font-weight: 700;
    font-size: 24px;
    position: relative;
}

section.home-content-4 ul.nav a.active {
    background: #B57000;
    color: #fff;
    border-radius: 12px;
}

section.home-content-4 ul.nav a.active:after {
    content: '\f054';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 12px;
    height: 24px;
    right: 30px;
}

.box-tab {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #B57000;
    border-radius: 16px;
    justify-content: space-between;
    overflow: hidden;
}

.box-tab-text {
    width: 60%;
    padding: 12px 24px;
}

.box-tab-img {
    width: 39%;
}

.box-tab-text ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.box-tab-text a {
    padding: 6px 16px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.box-tab-text li:not(:last-child) {
    margin-bottom: 15px;
}

.box-tab-text a:hover {
    padding: 6px 16px;
    background-color: #F8F1E6;
    font-weight: 700;
    color: #b57000;
}
.box-tab-img img {
    height: 100%;
    object-fit: cover;
}
section.home-content-5 {
    background: #F6F4E3;
    padding: 60px 0;
}

section.home-content-5 h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    margin-bottom: 50px;
}

section.home-content-5 p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.hc5-iconbox:not(:last-child) {
    margin-bottom: 25px;
}

.hc5-iconbox {
    display: flex;
    flex-wrap: wrap;
}

.hc5-iconbox-icon {
    display: inline-flex;
    line-height: 1;
    transition: all .3s;
    color: #fff;
    text-align: center;
    background: #B57000;
    border-radius: 100%;
    padding: 12px;
    margin-right: 15px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.hc5-iconbox-icon h3 {
    display: none;
}

.hc5-iconbox-text {
    flex: 1;
}

.hc5-iconbox-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
}

.hc5-iconbox-text p {
    margin: 0;
}
section.home-content-6 {
    padding: 80px 0 0;
}

section.home-content-6 h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    margin-bottom: 50px;
}

section.home-content-6 .item {
    box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    padding-bottom: 120px;
}

.hc6-text {
    position: absolute;
    padding: 8px 12px 24px;
    text-align: center;
    transition: all .3s;
    background: #fff;
    width: 100%;
    bottom: 0;
}

.hc6-text h3 {
    color: #B57000;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}

.hc6-text p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.hc6-text a {
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    fill: #B57000;
    color: #B57000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B57000;
    border-radius: 8px 8px 8px 8px;
    padding: 8px 20px 8px 20px;
}

.hc6-text a:hover {
    color: #CD9F54;
}
section.home-image-2 {
    padding: 80px 0 0;
}

section.home-image-2 .heading h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 30px;
    text-align: center;
}

section.home-image-2 .heading {
    margin-bottom: 50px;
}

section.home-image-2 .heading p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

section.home-image-2 .marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}

section.home-image-2 .marquee__wrapper {
    display: flex;
    flex-shrink: 0;
    justify-content: space-around;
    min-width: 100%;
}

section.home-image-2 .marquee__wrapper--a {
    animation: 15s slide-1 1 linear, calc(15s * 2) slide-2 15s infinite linear;
}

section.home-image-2 .marquee__wrapper--b {
    animation: calc(15s * 2) slide-3 infinite linear;
}

section.home-image-2 .item {
    padding-left: 30px;
}
@keyframes slide-1 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slide-2 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes slide-3 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}
section.cam-nhan {
    padding: 80px 0 0;
}

section.cam-nhan h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    margin-bottom: 50px;
}

.cam-nhan-slide .slick-list {
    margin: 0 -15px;
    padding: 20px 0;
}

.cam-nhan-slide .slick-slide {
    padding: 0 15px;
}

.cam-nhan-item {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
    display: flex !important;
}
.cam-nhan-img {
    width: 140px;
}

.cam-nhan-text {
    flex: 1;
}

.cam-nhan-img img {
    width: 80px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
}

.cam-nhan-text h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

.cam-nhan-text p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333CC;
    margin-bottom: 12px;
}

.cam-nhan-text p:nth-child(3) {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    margin: 0;
}

.cam-nhan-slide .slick-nav {
    position: absolute;
    top: 50%;
    left: -60px;
    z-index: 999;
    border: 2px solid #b57000;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    color: #b57000;
    padding-right: 6px;
    transform: translateY(-50%);
}

.cam-nhan-slide .slick-next {
    left: unset;
    right: -60px;
    padding-left: 6px;
    padding-right: 0;
}
section.home-blog {
    padding: 60px 0;
}

section.home-blog h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    margin-bottom: 50px;
}
.blog-slide .slick-list {
    margin: 0 -15px;
    padding: 20px 0;
}

.blog-slide .slick-slide {
    padding: 0 15px;
}

.blog-slide .slick-nav {
    position: absolute;
    top: 50%;
    left: -60px;
    z-index: 999;
    border: 2px solid #b57000;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    color: #b57000;
    padding-right: 6px;
    transform: translateY(-50%);
}

.blog-slide .slick-next {
    left: unset;
    right: -60px;
    padding-left: 6px;
    padding-right: 0;
}
.blog-item {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    overflow: hidden;
}

.blog-img img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.blog-text {
    padding: 12px 24px 24px;
}

.blog-text h3 {
    margin: 0;
}

.blog-text h3 a {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #B57000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
}
.blog-text h3 a:hover {
    color: #CD9F54;
}
.blog-text p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #797272;
}

.blog-text ul i {
    margin-right: 6px;
}

.blog-slide ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    left: 0;
    padding: 0;
    margin: 0;
}
.blog-slide ul.slick-dots li {
    background: transparent;
    border: 1px solid #B57000;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 6px;
}
.blog-slide ul.slick-dots li:hover,
.blog-slide ul.slick-dots li.slick-active {
    background: #B57000;
}
.blog-slide ul.slick-dots li button {
    display: none;
}

div#contact-form {
    background-image: url(images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

#contact-form h3 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
}

div#contact-form p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

div#contact-form ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    justify-content: space-between;
}

div#contact-form  ul li {
    width: 49%;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    display: flex;
    color: #fff;
    align-items: center;
}

div#contact-form ul li i {
    color: #fff;
    font-size: 23px;
    margin-right: 10px;
}


div#contact-form form {
    background-color: #FFFFFF;
    padding: 40px 40px 10px 40px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.256);
}

div#contact-form label {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

div#contact-form .wpcf7-text,div#contact-form .wpcf7-textarea {
    background-color: #ffffff;
    border-color: #858585;
    border-radius: 8px 8px 8px 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

div#contact-form .wpcf7-textarea {
    height: 120px;
}

div#contact-form .wpcf7-spinner {
    display: block;
}

div#contact-form .wpcf7-submit {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 24px 12px 24px;
    background-color: #B57000;
    color: #ffffff;
    border: 0;
}

div#contact-form .wpcf7-submit:hover {
    background-color: #CD9F54;
    color: #ffffff;
}
footer#footer {
    padding: 60px 0;
}

.footer-block-text h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 20px;
}

footer#footer .title {
    color: #B57000;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}

.footer-info-item:not(:last-child) {
    margin-bottom: 15px;
}

.footer-info-item {
    display: flex;
}

.footer-info-text {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin-left: 10px;
}

.footer-block-menu a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    display: block;
    padding: 5px 0;
}

.footer-block-menu a:hover {color: #B57000;}

ul.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

ul.footer-social li a {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 20px;
}

ul.footer-social li:nth-child(1) a {
    background: #3b5998;
    color: #fff;
}

ul.footer-social li:nth-child(2) a {
    background: #000;
    color: #fff;
}

ul.footer-social li:nth-child(3) a {
    background: #35465c;
    color: #fff;
}

ul.footer-social li:nth-child(4) a {
    background: #69727d;
    color: #fff;
}
.brc {
    padding: 60px 0 0;
}

.brc span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
}

.brc h1 {
    color: #B57000;
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    margin: 30px 0 30px;
}
.brc hr {
    border-top: 1px solid #000;
}
.sidebar {
    position: sticky;
    top: 90px;
    z-index: 99;
}
h3.widget-title {
    border-bottom: 2px solid #B57000;
    display: inline-block;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 32px;
    margin-bottom: 30px;
}
.list-news {
    max-height: 800px;
    overflow: auto;
}
.list-news::-webkit-scrollbar {
    width: 5px;
}
.list-news::-webkit-scrollbar-track {
    background-color: #DDDDDD;
    border-radius: 100px;
}
.list-news::-webkit-scrollbar-thumb {
    background-color: #B57000;
    border-radius: 100px;
}
h2.el-heading-title {
    margin: 0 0 40px 0;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    padding: 8px 0;
    position: relative;
}

h2.el-heading-title:before {
    content: '';
    position: absolute;
    width: 10%;
    height: 4px;
    background: #b57000;
    bottom: 0;
    left: 0;
    z-index: 10;
}

h2.el-heading-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #E0E0E0;
    bottom: 0;
    left: 0;
}

.tabs {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.25);
}

.tabs .navtabs {
    grid-column: span 3 / span 3;
    padding: 16px 8px 16px 16px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #E0E0E0;
}


.navcontents {
    grid-column: span 9 / span 9;
    padding: 16px 8px 16px 8px;
}

.navtabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.navtabs li {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding-left: 16px;
}

.navtabs li.active {
    color: #B57000;
}

.navtabs li:before {
    position: absolute;
    content: "";
    border-color: transparent #B57000;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    left: 0;
    top: 5px;
}

.el-post {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.el-post__text {
    grid-column: span 6 / span 6;
    padding-right: 24px;
}

.el-post__info {
    grid-column: span 4 / span 4;
}

.el-post__download {
    grid-column: span 2 / span 2;
    display: flex;
    justify-content: center;
}

h3.el-post__title {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: justify;
}

.el-post__info p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 4px;
}

.el-post__info p:last-child {
    margin: 0;
}

.el-post__download a {
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 8px;
    border-radius: 4px;
    height: fit-content;
    line-height: 1;
    transition: all .3s;
    font-size: 16px;
    font-weight: 500;
    margin-left: 4px;
}

.el-post__download a:hover {
    background-color: #d10101;
}

.tabcontent {
    display: none;
}
.tabcontent.current {
    display: block;
}
.tabs_with_select:not(:last-child) {
    margin-bottom: 50px;
}
.brc-cat {
    padding: 60px 0;
    background: #F6F4E3;
    margin-bottom: 30px;
}
.brc-cat  span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
}

.brc-cat h1 {
    color: #B57000;
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    margin: 30px 0 30px;
}
.brc-single {
    padding: 60px 0 20px;
}
.brc-single span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
}

.brc-single h1 {
    color: #B57000;
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    margin: 20px 0 20px;
}

.brc-single ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.brc-single ul li:not(:last-child) {
    margin-right: 35px;
}

.brc-single ul li {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.brc-single ul li i {
    margin-right: 5px;
}
a.btn-taive {
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    fill: #333333;
    color: #333333;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DDDDDD;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 8px 8px 8px;
    display: inline-block;
    margin-bottom: 30px;
}

a.btn-taive i {
    margin-right: 5px;
}

a.btn-taive:hover {
    color: #B57000;
}
#single-main {
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #DDDDDD;
    padding: 10px;
}
.brc-page {
    padding: 60px 0 60px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FDEABD 100%);
}
.brc-page span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
}

.brc-page h1 {
    color: #B57000;
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    margin: 20px 0 20px;
    text-align: center;
}
.page-414-s5-slide .slick-list {
    margin: 0 -15px;
    padding: 20px 0;
}

.page-414-s5-slide .slick-slide {
    padding: 0 15px;
}

.page-414-s5-slide .slick-nav {
    position: absolute;
    top: 50%;
    left: -60px;
    z-index: 999;
    border: 2px solid #b57000;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    color: #b57000;
    padding-right: 6px;
    transform: translateY(-50%);
}

.page-414-s5-slide .slick-next {
    left: unset;
    right: -60px;
    padding-left: 6px;
    padding-right: 0;
}
section.page-414-s1 {
    padding: 60px 0;
}

section.page-414-s1 h2 {
    color: #7A0400;
    font-size: 36px;
    font-weight: 700;
    line-height: 66px;
}

section.page-414-s2 {
    padding: 60px 0;
    background-image: url(images/bg-muc-tieu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

section.page-414-s2 h2 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    margin-bottom: 50px;
}

.page-414-s2-icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.page-414-s2-icon {
    margin-right: 15px;
    font-size: 50px;
}

.page-414-s2-text {
    flex: 1;
}

.page-414-s2-text h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
}

.page-414-s2-text p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.page-414-s2 a {
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    fill: #B57000;
    color: #B57000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B57000;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 24px 12px 24px;
    display: inline-block;
}

.page-414-s2 a:hover {
    color: #CD9F54;
}

section.page-414-s3 {
    padding: 60px 0;
}

section.page-414-s3 h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    margin-bottom: 40px;
}

.page-414-s3-box {
    box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 40px;
    border-radius: 16px;
}

.page-414-s3-box h3 {
    color: #B57000;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}

.page-414-s3-box:hover {
    animation: pulsate-fwd 0.5s ease-in-out both;
}
@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

section.page-414-s4 {
    padding: 60px 0;
}

section.page-414-s4 h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    margin-bottom: 50px;
}

section.page-414-s4 .item {
    box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 16px;
    height: 100%;
}

.page-414-s4-icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.page-414-s4-icon {
    border-radius: 100%;
    border: 1px solid #B57000;
    padding: 8px;
    color: #B57000;
}

.page-414-s4-icon-box h3 {
    flex: 1;
    margin: 0;
    margin-left: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
section.page-416-s1 {
    padding: 60px 0;
}

section.page-416-s1 h2 {
    color: #7A0400;
    font-size: 36px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    margin-bottom: 20px;
}
section.page-416-s1 p {
    text-align: justify;
}
section.page-416-s2 {
    padding: 60px 0;
}

section.page-416-s2 h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    margin-bottom: 20px;
}

.page-416-s2-box {
    box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 24px;
}

.page-416-s2-box-item:not(:last-child) {
    margin-bottom: 20px;
}

.page-416-s2-box-item {
    display: flex;
    align-items: center;
}

.page-416-s2-box-left {
    padding: 12px;
    border-radius: 8px;
    background-color: #F7DCB9;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 20px;
}

.page-416-s2-box-right {
    flex: 1;
}

.page-416-s2-box-right p {
    margin: 0;
}

.page-416-s2-box-right ul {
    padding: 0;
    margin: 0;
}

section.page-416-s3 {
    background-image: url(images/bg-muc-tieu-huong-den.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
}

section.page-416-s3 h2 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
}

.page-416-s3-icon-box {
    display: flex;
}

.page-416-s3-icon {
    background: #B57000;
    border-radius: 100%;
    padding: 4px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-416-s3-icon svg {
    fill: #fff;
}

.page-416-s3-item:not(:last-child) {
    margin-bottom: 20px;
}

.page-416-s3-icon-box h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-left: 10px;
}
section.page-416-s4 {
    padding: 60px 0;
}

section.page-416-s4 h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    margin-bottom: 40px;
}

.page-416-s4-box {
    box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 40px;
    border-radius: 16px;
}

.page-416-s4-box h3 {
    color: #B57000;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}

.page-416-s4-box:hover {
    animation: pulsate-fwd 0.5s ease-in-out both;
}
@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.page-416-s4-box:not(:last-child),.page-414-s4-box:not(:last-child) {
    margin-bottom: 30px;
}
section.page-414-s5 h2 {
    color: #7A0400;
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
}
@media(max-width: 991px) {
    .header-top {
    display: none;
}

.header-main {
    padding: 10px 0;
}

div#logo {
    flex: 1;
}

div#logo img {
    height: 50px;
}

.header-search {
    margin-right: 10px;
    font-size: 21px;
}

section.home-content {
    padding: 30px 0;
}

section.home-content h1 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.5;
}

section.home-content ul li {
    width: 100%;
}

section.home-content-2 {
    padding: 30px 0;
}

section.home-content-2 h2,section.home-content-3 .heading h2,section.home-content-4 .heading h2,
section.home-content-5 h2,section.home-content-6 h2,section.home-image-2 .heading h2,section.cam-nhan h2,section.home-blog h2{
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.5;
}

section.home-image img {
    height: auto;
}

section.home-content-3 {
    padding: 30px 0 0;
}

section.home-content-3 .heading {
    margin-bottom: 20px;
}

.hc3-text {
    margin-top: 15px;
    padding: 15px;
}

section.home-content-3 .col-lg-3:not(:last-child) .hc3-title:after {
    display: none;
}

section.home-content-4 {
    padding: 30px 0;
}


section.home-content-4 ul.nav {
    flex-wrap: nowrap;
    overflow: auto;
}

section.home-content-4 ul.nav a {
    padding: 8px 12px;
    white-space: nowrap;
    font-size: 14px;
}

section.home-content-4 ul.nav li:not(:last-child) {
    margin-right: 10px;
}

section.home-content-4 ul.nav a.active:after {
    display: none;
}

.box-tab-text {
    width: 100%;
}

.box-tab-img {
    width: 100%;
}

.box-tab-text li:not(:last-child) {
    margin: 0;
}

section.home-content-5 {
    padding: 30px 0;
}

section.home-content-6 {
    padding: 30px 0 0;
}

.hc6-img img {
    display: block;
    margin: 0 auto;
}

section.home-content-6 .item {
    padding-bottom: 0;
}

.hc6-text {
    position: unset;
}

section.home-image-2 {
    padding: 30px 0 0;
}

section.cam-nhan {
    padding: 30px 0;
}


.cam-nhan-slide .slick-nav {
    display: none !important;
}

.cam-nhan-item {
    padding: 15px;
    flex-wrap: wrap;
}

.cam-nhan-img {
    width: 100%;
    margin-bottom: 15px;
}

section.home-blog {
    padding: 30px 0;
}


.blog-slide .slick-nav {
    display: none !important;
}

div#contact-form {
    padding: 30px 0;
}

#contact-form h3 {
    font-size: 28px;
    line-height: 1.5;
}
.brc h1 {
    font-size: 28px;
    line-height: 1.5;
}

.tabs .navtabs {
    grid-column: span 12 / span 12;
    padding: 8px;
    border-right: 0;
}

.navcontents {
    grid-column: span 12 / span 12;
}

.navtabs ul {
    border: 1px solid #E0E0E0;
    row-gap: 0;
}

.navtabs li {
    padding: 8px 16px 8px;
    order: 1;
    color: #A7A7A7;
    font-weight: 500;
    border-top: 1px solid #E0E0E0;
}

.navtabs li:not(.active) {
    position: absolute;
    top: -9999px;
}

.navtabs li:before {
    display: none;
}

.navtabs ul.expand li:not(.active) {
    position: relative;
    top: auto;
}

.el-post__text {
    grid-column: span 12 / span 12;
    margin-bottom: 16px;
}

.el-post__info {
    grid-column: span 8 / span 8;
}

.el-post__download {
    grid-column: span 4 / span 4;
}
.brc {
    padding: 30px 0 0;
}
.brc-cat {
    padding: 30px 0;
    margin-bottom: 15px;
}

.brc-cat h1 {
    font-size: 28px;
    margin: 15px 0 0;
    line-height: 1.5;
}

.page-heading {
    font-size: 28px;
    line-height: 1.5;
}

.blog-text {
    padding: 10px 15px;
}

.blog-text h3 a {
    font-size: 21px;
}
.brc-single {
    padding: 30px 0 15px;
}

.brc-single h1 {
    font-size: 28px;
    line-height: 1.5;
    margin: 10px 0 15px;
}
.brc-page {
    padding: 30px 0;
}

.brc-page h1 {
    font-size: 28px;
    line-height: 1.5;
    margin: 15px 0 0;
}

section.page-414-s1 {
    padding: 30px 0;
}

section.page-414-s1 h2 {
    font-size: 28px;
    line-height: 1.5;
}

section.page-414-s2 {
    padding: 30px 0;
}

section.page-414-s2 h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.page-414-s2-icon {
    font-size: 32px;
}

.page-414-s2-text h3 {
    font-size: 24px;
}

section.page-414-s3 {
    padding: 30px 0;
}

section.page-414-s3 h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.page-414-s3-box {
    padding: 15px;
}

.page-414-s3-box h3 {
    font-size: 24px;
    line-height: 1.5;
}

section.page-414-s4 {
    padding: 30px 0;
}

section.page-414-s4 h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.5;
}

section.page-414-s5 h2 {
    font-size: 28px;
    line-height: 1.5;
}

.page-414-s5-slide .slick-nav {
    display: none !important;
}
section.page-416-s1 {
    padding: 30px 0;
}

section.page-416-s1 h2 {
    font-size: 28px;
    line-height: 1.5;
}

section.page-416-s2 {
    padding: 30px 0;
}

section.page-416-s2 h2 {
    font-size: 28px;
    line-height: 1.5;
}

.page-416-s2-box {
    padding: 15px;
}

.page-416-s2-box-item {
    flex-wrap: wrap;
}

.page-416-s2-box-left {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
}

section.page-416-s3 {
    padding: 30px 0;
}

section.page-416-s3 h2 {
    font-size: 28px;
    line-height: 1.5;
}

section.page-416-s4 {
    padding: 30px 0;
}

section.page-416-s4 h2 {
    font-size: 28px;
    line-height: 1.5;
}

.page-416-s4-box {
    padding: 15px;
}

.page-416-s4-box h3 {
    font-size: 24px;
}
}
@media(max-width: 767px) {
    
}
@media(max-width: 576px) {
    
}
.hc6-img img {
    height: 450px;
    object-fit: cover;
}
.singular-post-content h1,.singular-post-content h2 {
    color: #262a66;
}

.singular-post-content h3 {
    color: #4b72be;
}