/*
Theme Name: vietland
Theme URI: https://wordpress.org/
Author: itheme.vn
Author URI: https://itheme.vn/
Description: LuĂ´n Ä‘á»“ng hĂ nh & cĂ¹ng khĂ¡ch hĂ ng má»i lĂºc, má»i nÆ¡i!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vietland
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");

body {
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #333;
    font-size: 16px;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    background: #f7f7f7;
    padding-top: 80px;
}
* {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
.container {
    width: 1230px;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
}
body.home {
    padding-top: 0;
}
header {
    width: 100%;
    float: left;
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(4, 4, 4, 0.5);
    z-index: 999;
}
.admin-bar header {
    top: 32px;
}
header .logo {
    float: left;
    /* width: 25%; */
}
header .logo img {
    height: 64px;
    width: auto;
}
header .toggle-menu-mobile {
    width: 40px;
    height: 40px;
    float: right;
    background: white url(/images/icon-hamberger.jpg) center no-repeat;
    border-radius: 4px;
    border: 1px solid #000;
    cursor: pointer;
    display: none;
    margin-top: 12px;
}
header nav {
    /* width: 75%; */
    float: left;
    padding-left: 30px;
    text-align: right;
    margin-top: 4px;
}
header nav ul.main-menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 16px 0;
    margin-left: 26px;
}
header nav ul.main-menu > li:first-child {
    margin-left: 0;
}
header nav ul.main-menu > li > a {
    color: #fff;
    position: relative;
    font-weight: 700;
    padding-bottom: 8px;
    text-transform: uppercase;
}
header nav ul.main-menu > li > ul {
    top: 100%;
    left: 0;
    text-align: left;
}
header nav ul.main-menu li {
    position: relative;
}
header nav ul.main-menu ul {
    display: block;
    position: absolute;
    background: white;
    border-left: 2px #29166e solid;
    top: 0;
    left: 100%;
    white-space: nowrap;
    transition: all 0.3s;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
}
header nav ul.main-menu > li > ul.aright {
    left: auto;
    right: 0;
}
header nav ul.main-menu ul.aright {
    left: auto;
    right: 100%;
}
header nav ul.main-menu ul li a {
    display: block;
    transition: all 0.3s;
    padding: 0.5rem;
    border-bottom: 1px #666 solid;
    font-weight: 400;
    color: #000;
}
header nav ul.main-menu ul li a:hover {
    color: #ef9139;
}
header nav ul.main-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.banner-home {
    position: relative;
}
.banner-home img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 500px;
    object-fit: inherit;
}
.banner-home .banner-button-wrapper {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}
.banner-home .banner-button-wrapper a {
    width: 143px;
    height: 38px;
    border-radius: 8px;
    background: rgb(115, 198, 217);
    background: -moz-linear-gradient(90deg, rgba(115, 198, 217, 1) 0%, rgba(38, 92, 115, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(115, 198, 217, 1) 0%, rgba(38, 92, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(115, 198, 217, 1) 0%, rgba(38, 92, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73c6d9",endColorstr="#265c73",GradientType=1);
    display: inline-block;
    line-height: 38px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.banner-home .banner-button-wrapper a:hover {
    text-decoration: underline;
}
.section-heading h2 {
    font-size: 24px;
    color: #2c5e72;
    text-transform: uppercase;
    text-align: center;
}
.section-heading p.desc {
    text-align: center;
    color: #fdb705;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 500;
}
.section-heading {
    margin-bottom: 60px;
}
.our-services {
    padding: 50px 0 76px;
    float: left;
    width: 100%;
}
.our-services .list-our-services {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 33.3%;
    gap: 14px;
}
.our-services .list-our-services .item-service {
    width: calc(33.3% - 10px);
    float: left;
    /* margin-right: 20px; */
    /* margin-bottom: 20px; */
    border-radius: 8px;
    border: 1px solid #a7bac4;
    overflow: hidden;
    background: white;
}
.our-services .list-our-services .item-service:nth-child(4n) {
    margin-right: 0;
}
.our-services .list-our-services .item-service:nth-child(4n + 1) {
    clear: both;
}
.our-services .list-our-services .item-service .image-service img {
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.our-services .list-our-services .item-service .info-service {
    color: #2c5e72;
    padding: 10px;
    text-align: center;
}
.our-services .list-our-services .item-service .info-service h3 {
    text-transform: uppercase;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}
.our-services .list-our-services .item-service .info-service h3:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    background: #d5e0e4;
    height: 2px;
    width: 74px;
    left: calc(50% - 37px);
}
.our-services .list-our-services .item-service .info-service ul {
    text-align: left;
}
.our-services .list-our-services .item-service .info-service ul li {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}
.our-services .list-our-services .item-service .info-service ul li a:hover {
    text-decoration: underline;
}
.introdution-general {
    clear: both;
    margin-bottom: 60px;
}
.introdution-general .introdution-general-inner {
    padding: 40px 50px 80px;
    background: white;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.introdution-general .section-heading {
    text-align: center;
    margin-bottom: 30px;
}
.introdution-general .section-heading h2 {
    padding-bottom: 20px;
    border-bottom: 2px solid #22556c;
    display: inline-block;
}
.introdution-general .content-introdution h2 {
    color: #fdb705;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.introdution-general .content-introdution p {
    font-size: 18px;
    font-weight: 500;
    color: #2c5e72;
    margin-bottom: 30px;
}
.introdution-general .content-introdution p:last-child {
    margin-bottom: 0;
}
.why-choose-us {
    float: left;
    width: 100%;
    margin-bottom: 120px;
}
.why-choose-us .list-item-why-choose-us {
    width: 980px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.why-choose-us .list-item-why-choose-us ul li {
    width: calc(25% - 15px);
    float: left;
    margin-right: 20px;
    height: 224px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e7eced;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: white;
    text-align: Center;
    margin-bottom: 20px;
}
.why-choose-us .list-item-why-choose-us ul li:nth-child(4n) {
    margin-right: 0;
}
.why-choose-us .list-item-why-choose-us ul li:nth-child(4n + 1) {
    clear: both;
}
.why-choose-us .list-item-why-choose-us ul li .icon-image {
    padding-top: 20px;
}
.why-choose-us .list-item-why-choose-us ul li .icon-image img {
    height: 68px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.why-choose-us .list-item-why-choose-us ul li h3 {
    padding-top: 15px;
    text-transform: uppercase;
    color: #2c5e72;
    font-style: italic;
}

.our-customer {
    margin-bottom: 140px;
    float: left;
    width: 100%;
}
.our-customer .inner {
    padding: 32px 15px 32px;
    float: left;
    width: 100%;
    position: relative;
    background: white;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.our-customer .inner .item img {
    width: 100%;
    height: 100%;
    object-fit: none;
}
/* .our-customer .inner:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
} */
.our-customer .inner .col-3 {
    float: left;
    padding-right: 20px;
    position: relative;
    z-index: 10;
}
.our-customer .inner .col-3:nth-child(3n + 1) {
    width: 42%;
    clear: both;
}
.our-customer .inner .col-3:nth-child(3n-1) {
    width: 28%;
}
.our-customer .inner .col-3:nth-child(3n) {
    width: 30%;
    padding-right: 0;
}
.our-customer .inner .col-3:nth-child(3n + 1) .item:first-child {
    padding: 17px 0 17px 80px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    color: #065555;
    background: white url(/images/icon-checked.jpg) 30px 12px no-repeat;
    margin-bottom: 76px;
}
.our-customer .inner .col-3:nth-child(3n + 1) .item:last-child {
    height: 450px;
}
.our-customer .inner .col-3:nth-child(3n-1) .item:first-child {
    height: 170px;
    margin-bottom: 15px;
}
.our-customer .inner .col-3:nth-child(3n-1) .item:nth-child(2) {
    height: 220px;
    margin-bottom: 20px;
}
.our-customer .inner .col-3:nth-child(3n-1) .item:nth-child(3) {
    height: 160px;
}
.our-customer .inner .col-3:nth-child(3n) .item:first-child {
    height: 260px;
    margin-bottom: 74px;
}
.our-customer .inner .col-3:nth-child(3n) .item:nth-child(2) {
    height: 253px;
}
.our-customer .inner .col-3 .item {
    border-radius: 10px;
    border: 1px solid #c0c3c2;
    background: white;
    overflow: hidden;
    padding: 10px;
}
.our-customer .inner .show-in-mobile {
    display: none;
}
.our-customer .inner .show-in-mobile .item:first-child {
    width: 100%;
    margin-right: 0;
    padding: 17px 0 17px 80px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    color: #065555;
    background: white url(/images/icon-checked.jpg) 30px 12px no-repeat;
}
.our-customer .inner .show-in-mobile .item:nth-child(2) {
    display: none;
}
.our-customer .inner .show-in-mobile .item {
    width: calc(50% - 15px);
    margin-right: 30px;
    float: left;
    border-radius: 10px;
    border: 1px solid #c0c3c2;
    background: white;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
}
.our-customer .inner .show-in-mobile .item:nth-child(2n) {
    margin-right: 0;
}
.our-customer .inner .show-in-mobile .item:nth-child(2n + 1) {
    clear: both;
}
.our-member {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    overflow-x: hidden;
}
.our-member .slider-our-member-wrapper {
    position: relative;
    display: block;
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
}
.our-member .slider-our-member-wrapper .slider-our-member {
    overflow-x: hidden;
}
.our-member .slider-our-member-wrapper .slider-our-member > ul {
    float: left;
    width: 100%;
    visibility: hidden;
}
.our-member .slider-our-member-wrapper .slider-our-member > ul > li {
    width: 292px;
    float: left;
    margin-right: 52px;
    padding: 15px 15px 40px;
    border-radius: 10px;
    border: 1px solid #698a95;
    background: white;
    text-align: center;
    color: #2c5e72;
}
.our-member .slider-our-member-wrapper .slider-our-member > ul > li .image-member {
    padding-bottom: 20px;
}
.our-member .slider-our-member-wrapper .slider-our-member > ul > li .image-member img {
    display: block;
    margin: 0 auto;
}
.our-member .slider-our-member-wrapper .slider-our-member > ul > li .member-info p.name {
    font-weight: bold;
    font-style: italic;
    display: inline-block;
}
.our-member .slider-our-member-wrapper .slider-our-member > ul > li .member-info p.position {
    font-weight: bold;
    font-style: italic;
    color: #fdb705;
    padding-bottom: 7px;
    position: Relative;
    margin-bottom: 25px;
}
.our-member .slider-our-member-wrapper .slider-our-member > ul > li .member-info p.position:after {
    width: 142px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 71px);
    content: " ";
    display: inline-block;
    height: 1px;
    background: #bccdd1;
}
.our-member .slider-our-member-wrapper .slider-our-member > ul > li .member-info ul li {
    font-size: 14px;
    font-style: italic;
}
.slider-control a {
    position: absolute;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 40px;
    display: inline-block;
    z-index: 100;
}
.slider-control a.prev {
    background: #f0f0f0 url(/images/arrow-left.jpg) center no-repeat;
    left: -40px;
}
.slider-control a.next {
    background: #f0f0f0 url(/images/arrow-right.jpg) center no-repeat;
    right: -40px;
}
.blog-home {
    float: left;
    width: 100%;
    clear: both;
    padding: 0 0 120px;
}
.blog-home .list-blog-home-wrapper {
    margin: 0 auto;
    width: 1040px;
    max-width: 100%;
}
.blog-home .list-blog-home-wrapper .list-blog-home-inner {
    float: left;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.blog-home .list-blog-home-wrapper .slider-blog-wrapper {
    float: left;
    position: relative;
    width: 72%;
}
.blog-home .list-blog-home-wrapper .slider-blog-wrapper .slider-blog {
    height: 632px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(115, 198, 217, 0.2);
    border-radius: 10px;
}
.blog-home .list-blog-home-wrapper .slider-blog-wrapper ul {
    display: inline-block;
    visibility: hidden;
}
.blog-home .list-blog-home-wrapper .slider-blog-wrapper ul li {
    width: 705px;
    float: left;
    height: 632px;
    position: relative;
    overflow: hidden;
}
.blog-home .list-blog-home-wrapper .slider-blog-wrapper ul li img {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    height: 632px;
    width: auto;
    max-width: none;
}
.blog-home .list-blog-home-wrapper .slider-blog-wrapper ul li .postinfo {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgb(44, 95, 116);
    padding: 10px 20px 40px;
    width: 100%;
    background: -moz-linear-gradient(0deg, rgba(44, 95, 116, 0.5018207111946341) 0%, rgba(44, 95, 116, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(44, 95, 116, 0.5018207111946341) 0%, rgba(44, 95, 116, 0) 100%);
    background: linear-gradient(0deg, rgba(44, 95, 116, 0.5018207111946341) 0%, rgba(44, 95, 116, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c5f74",endColorstr="#2c5f74",GradientType=1);
}
.blog-home .list-blog-home-wrapper .slider-blog-wrapper ul li .postinfo h3 {
    font-size: 22px;
    font-weight: bold;
    color: white;
    font-style: italic;
}
.blog-home .list-blog-home-wrapper .slider-blog-wrapper ul li .postinfo .view-detail a {
    display: inline-block;
    width: 165px;
    text-align: center;
    height: 34px;
    border-radius: 17px;
    border: 1px solid white;
    font-style: italic;
    color: white;
    background: #2c5f74;
    line-height: 32px;
    margin-top: 20px;
}
.blog-home .list-blog-home-wrapper .slider-blog-thumbnail-wrapper {
    float: left;
    width: 28%;
    padding-left: 47px;
}
.blog-home .list-blog-home-wrapper .slider-blog-thumbnail-wrapper .slider-blog-thumbnail {
    /* overflow-y: scroll; */
    /* -ms-overflow-style: none;
    scrollbar-width: none; */
    /* height: 703px; */
}

.blog-home .list-blog-home-wrapper .slider-blog-thumbnail-wrapper .slider-blog-thumbnail::-webkit-scrollbar {
    width: 0px;
}
.blog-home .list-blog-home-wrapper .slider-blog-thumbnail-wrapper .slider-blog-thumbnail ul li {
    border-radius: 10px;
    border: 1px solid #a8bcc4;
    overflow: hidden;
    margin-bottom: 40px;
}
.blog-home .list-blog-home-wrapper .slider-blog-thumbnail-wrapper .slider-blog-thumbnail ul li:last-child {
    margin-bottom: 0;
}
.blog-home .list-blog-home-wrapper .slider-blog-thumbnail-wrapper .slider-blog-thumbnail ul li .post-image {
    position: relative;
}
.blog-home .list-blog-home-wrapper .slider-blog-thumbnail-wrapper .slider-blog-thumbnail ul li .post-image img {
    position: relative;
    z-index: 1;
}
.blog-home .list-blog-home-wrapper .slider-blog-thumbnail-wrapper .slider-blog-thumbnail ul li .post-image .postinfo {
    position: absolute;
    padding: 10px 10px 15px;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(44, 95, 116);
    background: -moz-linear-gradient(0deg, rgba(44, 95, 116, 0.5018207111946341) 0%, rgba(44, 95, 116, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(44, 95, 116, 0.5018207111946341) 0%, rgba(44, 95, 116, 0) 100%);
    background: linear-gradient(0deg, rgba(44, 95, 116, 0.5018207111946341) 0%, rgba(44, 95, 116, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c5f74",endColorstr="#2c5f74",GradientType=1);
}
.blog-home .list-blog-home-wrapper .slider-blog-thumbnail-wrapper .slider-blog-thumbnail ul li .post-image .postinfo h3 {
    color: white;
    font-size: 12px;
    text-align: center;
}
.breadcrumbs {
    background: #e5e5e5;
}
.breadcrumbs ul {
    padding: 12px 16px;
}
.breadcrumbs ul li:first-child {
    margin-left: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    font-size: 14px;
    color: #6c757d;
    margin: 0 8px 0 4px;
}
.breadcrumbs ul li a {
    color: black;
}
.breadcrumbs ul li.home a {
    padding-left: 18px;
    background: url(/images/icon-home.jpg) left center no-repeat;
}
.content-blog-wrapper {
    width: 100%;
    float: left;
    padding-top: 24px;
}
.content-blog-wrapper main {
    width: 75%;
    float: left;
}
.content-blog-wrapper main.content-main {
    display: flex;
    flex-direction: column;
}
.content-blog-wrapper main article {
    width: calc(50% - 15px);
    margin-right: 30px;
    float: left;
    margin-bottom: 24px;
}
.content-blog-wrapper main article:nth-child(2n) {
    margin-right: 0;
}
.content-blog-wrapper main article:nth-child(2n + 1) {
    clear: both;
}
.content-blog-wrapper main article .post-image {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}
.content-blog-wrapper main article .post-image .post-date {
    position: absolute;
    top: 0;
    left: 8%;
    transition: all 0.4s;
    background: #313131;
    color: #fff;
    padding: 0 14px;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 10;
}
.content-blog-wrapper main article .post-image .post-date span {
    display: block;
    font-size: 1.125rem;
    font-weight: 800;
}
.content-blog-wrapper main article:hover .post-image .post-date {
    background: #ef9139;
}
.content-blog-wrapper main article .post-image img {
    height: 210px;
    transition: all 0.5s;
    object-fit: cover;
    width: 100%;
    position: relative;
    z-index: 1;
}
.content-blog-wrapper main article .post-image img:hover {
    transform: scale(1.1, 1.1);
}
.content-blog-wrapper main article .post-info {
    position: relative;
    background: white;
    height: 260px;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 0 -4px 0 0 #dfe2f0, 0 10px 20px 0 rgba(192, 196, 215, 0.25);
    padding: 1rem;
}
.search .content-blog-wrapper main article .post-info {
    height: 182px;
    padding: 20px;
}
.content-blog-wrapper main article .post-info p.category {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #313131;
    height: 22px;
    font-weight: 700;
}
.content-blog-wrapper main article .post-info h3 {
    color: #1a1a1a;
    font-weight: 700;
    height: 75px;
    padding-top: 10px;
    font-size: 1.375rem;
}
.search .content-blog-wrapper main article .post-info h3 {
    height: 68px;
    font-size: 18px;
    color: #000;
}
.content-blog-wrapper main article .post-info h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    -webkit-line-clamp: 2;
}
.content-blog-wrapper main article .post-info h3 a:hover {
    color: #ef9139;
    transition: all 0.3s;
}
.content-blog-wrapper main article .post-info p.desc {
    height: 72px;
    margin-bottom: 16px;
    padding-top: 8px;
    -webkit-line-clamp: 4;
    font-size: 0.875rem;
    color: #313131;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.search .content-blog-wrapper main article .post-info p.desc {
    padding-top: 10px;
    -webkit-line-clamp: 2;
    height: 58px;
}
.content-blog-wrapper main article .post-info p.view-more a {
    background: #29166e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.875rem;
}
.content-blog-wrapper main ul.page-numbers {
    clear: both;
    float: right;
    margin: 20px 0;
}
.content-blog-wrapper main ul.page-numbers li {
    float: left;
    margin-left: -1px;
}
.content-blog-wrapper main ul.page-numbers li:first-child a {
    border-radius: 4px 0 0 4px;
}
.content-blog-wrapper main ul.page-numbers li:last-child a {
    border-radius: 0px 4px 4px 0px;
}
.content-blog-wrapper main ul.page-numbers li a {
    display: inline-block;
    width: 34px;
    height: 37px;
    padding: 6px 0;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    position: relative;
    z-index: 1;
}
.content-blog-wrapper main ul.page-numbers li a:hover {
    transition: all 0.3s;
    background-color: #eeeeee;
}
.content-blog-wrapper main ul.page-numbers li span.current {
    background-color: #428bca;
    color: #ffffff;
    display: inline-block;
    width: 34px;
    height: 37px;
    padding: 6px 0;
    text-align: center;
    border: 1px solid #428bca;
    position: relative;
    z-index: 2;
}
.content-blog-wrapper main ul.page-numbers li:first-child span.current {
    border-radius: 4px 0 0 4px;
}
.content-blog-wrapper main ul.page-numbers li:last-child span.current {
    border-radius: 0px 4px 4px 0px;
}
.content-blog-wrapper main .content-single-post .post-header h1 {
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-size: 1.75rem;
    color: #000;
    font-weight: 700;
}
.content-blog-wrapper main .content-single-post .post-header p.post-meta {
    color: #a4a4a4;
    font-size: 0.875rem;
}
.content-blog-wrapper main .content-single-post .post-header p.post-meta span.post-date {
    padding-left: 17px;
    display: inline-block;
    background: url(/images/icon-calendar-1.jpg) left 3px no-repeat;
}
.content-blog-wrapper main .content-single-post .post-header p.post-meta span.view-count {
    padding-left: 20px;
    display: inline-block;
    background: url(/images/icon-view.jpg) left center no-repeat;
}
.content-blog-wrapper main .content-single-post .post-content-inner h2 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem;
}
.content-blog-wrapper main .content-single-post .post-content-inner h3 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.125rem;
}
.content-blog-wrapper main .content-single-post .post-content-inner p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #212529;
}
.content-blog-wrapper main .content-single-post .post-content-inner ol {
    padding-left: 40px;
    margin-bottom: 1rem;
}
.content-blog-wrapper main .content-single-post .post-content-inner ol li {
    list-style: decimal;
}
.content-blog-wrapper main .content-single-post .post-content-inner ul {
    padding-left: 40px;
    margin-bottom: 1rem;
}
.content-blog-wrapper main .content-single-post .post-content-inner ul li {
    list-style: disc;
}
.content-blog-wrapper main .content-single-post .post-content-inner a {
    color: #007bff;
}
.content-blog-wrapper main .content-single-post .post-content-inner a:hover {
    color: #0056b3;
}
.content-blog-wrapper main .content-single-post .list-related-posts {
    padding: 10px 0 0;
}
.content-blog-wrapper main .content-single-post .list-related-posts h2 {
    color: #29166e;
    font-weight: 700;
    font-size: 1.5rem;
}
.content-blog-wrapper main .content-single-post .list-related-posts ul {
    display: inline-block;
    width: 100%;
}
.content-blog-wrapper main .content-single-post .list-related-posts ul li {
    width: calc(33.33% - 20px);
    float: left;
    margin-right: 30px;
    margin-top: 16px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.content-blog-wrapper main .content-single-post .list-related-posts ul li:nth-child(3n) {
    margin-right: 0;
}
.content-blog-wrapper main .content-single-post .list-related-posts ul li:nth-child(3n + 1) {
    clear: both;
}
.content-blog-wrapper main .content-single-post .list-related-posts ul li .postinfo h3 {
    padding: 0.5rem 0;
}
.content-blog-wrapper main .content-single-post .list-related-posts ul li .postinfo h3 a {
    color: #29166e;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.content-blog-wrapper main .content-single-post .list-related-posts ul li .postinfo h3 a:hover {
    color: #000;
    transition: all 0.3s;
}
.content-blog-wrapper main .content-single-post hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.content-blog-wrapper .title-search.page-header {
    font-size: 1.75rem;
    text-align: center;
    background: #29166e;
    padding: 0.5rem 1rem;
    position: relative;
    border-radius: 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.content-blog-wrapper .title-search.page-header:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    border: 1px solid #1a1a1a;
    border-right: 0;
    border-radius: 0 10px;
    z-index: -1;
}
.content-blog-wrapper aside {
    width: 25%;
    float: left;
    padding: 12.8px 0 0 28px;
}
.content-blog-wrapper aside .search-blog {
    margin-bottom: 16px;
    position: relative;
}
.content-blog-wrapper aside .search-blog input[type="text"] {
    position: relative;
    z-index: 10;
    background: #f4f5fb;
    border: 1px solid #ebecf4;
    padding: 0 76px 0 16px;
    transition: all 0.3s;
    color: #495057;
    width: 100%;
    height: 40px;
}
.content-blog-wrapper aside .search-blog input[type="text"]:focus {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
}
.content-blog-wrapper aside .search-blog label {
    width: 70px;
    border-radius: 3px;
    height: 34px;
    position: absolute;
    right: 3px;
    background: #29166e url(/images/search-button-img.jpg) center no-repeat;
    border: none;
    cursor: pointer;
    z-index: 10;
    top: 2.5px;
    color: #fff;
    transition: all 0.3s;
}
.content-blog-wrapper aside .search-blog label:hover {
    box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.46);
    transform: scale(0.95);
    color: #fff;
}
.content-contact {
    float: left;
    width: 100%;
    padding: 12px 28px 24px;
}
.content-contact .content-contact-inner:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background: white;
    z-index: 1;
}
.content-contact .content-contact-inner:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    display: inline-block;
    right: 0;
    top: 0;
    background: #988769;
    z-index: 2;
}
.content-contact .content-contact-inner {
    position: relative;
    float: left;
    width: 100%;
}
.content-contact .contact-info {
    width: 50%;
    float: left;
    padding: 16px;
    position: relative;
    z-index: 10;
    background: none;
}
.content-contact .contact-info h2 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem;
}
.content-contact .contact-info h3 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.125rem;
}
.content-contact .contact-info p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #212529;
}
.content-contact .contact-info ol {
    padding-left: 40px;
    margin-bottom: 1rem;
}
.content-contact .contact-info ol li {
    list-style: decimal;
}
.content-contact .contact-info ul {
    padding-left: 40px;
    margin-bottom: 1rem;
}
.content-contact .contact-info ul li {
    list-style: disc;
}
.content-contact .contact-info a {
    color: #007bff;
}
.content-contact .contact-info a:hover {
    color: #0056b3;
}
.content-contact .contact-info ul.contactinfowrap {
    padding-left: 0;
    margin: 0 0;
}
.content-contact .contact-info ul.contactinfowrap li {
    padding-left: 20px;
    margin-bottom: 16px;
    list-style: none;
}
.content-contact .contact-info ul.contactinfowrap li.address {
    background: url(/images/icon-address.jpg) left 5px no-repeat;
}
.content-contact .contact-info ul.contactinfowrap li.phone {
    background: url(/images/icon-phone.jpg) left 5px no-repeat;
}
.content-contact .contact-info ul.contactinfowrap li.email {
    background: url(/images/icon-email.jpg) left 5px no-repeat;
}
.content-contact .contact-form {
    width: 50%;
    float: left;
    position: relative;
    z-index: 10;
    background: none;
    padding: 0 15px;
}
.content-contact .contact-form .contact-heading {
    padding-top: 30px;
    display: block;
    text-align: center;
}
.content-contact .contact-form .contact-heading h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 40px;
    display: inline-block;
    background: url(/images/bg-heading-contact.jpg) left 48px no-repeat;
}
.content-contact .contact-form .form-control {
    width: 352px;
    display: block;
    max-width: 100%;
    margin: 0 auto 1rem;
}
.content-contact .contact-form .form-control input[type="text"],
.content-contact .contact-form .form-control input[type="email"],
.content-contact .contact-form .form-control input[type="tel"] {
    padding-left: 10px;
    border-radius: 5px;
    outline: none;
    background: #fff;
    border: 1px solid #ef9139;
    height: 40px;
    padding: 6px 12px 6px 10px;
    width: 100%;
}
.content-contact .contact-form .form-control textarea {
    padding: 0.375rem 0.75rem;
    padding-left: 10px;
    border-radius: 5px;
    outline: none;
    background: #fff;
    border: 1px solid #ef9139;
    width: 100%;
    height: 112px;
    max-width: 100%;
    font-family: inherit;
    font-size: 14px;
}
.content-contact .contact-form .form-control input[type="submit"] {
    cursor: pointer;
    padding: 8px 20px;
    border: none;
    color: #fff;
    background: #ef9139;
    height: 40px;
    border-radius: 0.25rem;
    display: block;
    margin: 0 auto;
    width: 116px;
    font-size: 15px;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    background: white;
    margin-top: 0;
    display: none;
}
.content-contact .map {
    width: 100%;
    float: left;
    margin-top: 48px;
}
.content-contact .map iframe {
    max-width: 100%;
    width: 100%;
}
aside .list-most-views {
    clear: both;
    padding-bottom: 8px;
}
aside .list-most-views h2 {
    background: #29166e;
    padding: 0.5rem 1rem;
    position: relative;
    border-radius: 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1rem;
}
aside .list-most-views h2:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    border: 1px solid #1a1a1a;
    border-right: 0;
    border-radius: 0 10px;
    z-index: -1;
}
aside .list-most-views ul li {
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #c4c4c4;
    margin: 0 0 0.6rem;
    font-size: 0.875rem;
    float: left;
    width: 100%;
}
aside .list-most-views ul li:before {
    position: absolute;
    content: "";
    background: #ef9139;
    width: 0;
    height: 0.5px;
    left: 0;
    bottom: 1px;
    transition: all 0.4s;
}
aside .list-most-views ul li:hover {
    border-bottom-color: transparent;
}
aside .list-most-views ul li:hover:before {
    transform: scaleX(1);
    width: 100%;
}
aside .list-most-views ul li:hover .postinfo h3 a {
    color: #ef9139;
    transition: all 0.3s;
    text-decoration: none;
}
aside .list-most-views ul li .image {
    width: 105px;
    float: left;
}
aside .list-most-views ul li .postinfo {
    width: calc(100% - 105px);
    float: left;
    padding-left: 8px;
}
aside .list-most-views ul li .postinfo h3 a {
    font-weight: 700;
    -webkit-line-clamp: 2;
    font-size: 1rem;
    color: #000;
    margin-bottom: 0.3rem;
    line-height: 19px;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
aside .list-most-views ul li .postinfo h3 a:hover {
    color: #ef9139;
    transition: all 0.3s;
    text-decoration: none;
}
aside .list-most-views ul li .postinfo p.postdate {
    color: #a4a4a4;
    font-size: 0.875rem;
    padding: 0.5rem 0 0.5rem 19px;
    background: url(/images/icon-calendar-2.jpg) left 11px no-repeat;
}

.content-blog-wrapper main .content-single-post {
    padding: 0.8rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-bottom: 1.5rem !important;
}
.at-share-tbx-element .at-icon-wrapper {
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 3px !important;
}
.share-box-single .addthis_tool {
    display: inline-block;
    vertical-align: middle;
}
.share-box-single .zalo-share-button {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.back-to-top {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 999;
}
.back-to-top a {
    background: #29166e url(/images/icon-long-arrow-up.jpg) center no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}

footer {
    float: left;
    width: 100%;
    clear: both;
    /* padding: 5px 0 30px; */
    color: white;
    position: relative;
}
/* footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 85, 123, 0.5);
} */
footer .inner {
    position: relative;
    z-index: 10;
}
footer .inner .logo-footer {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
footer .inner .logo-footer > a {
    float: left;
}
footer .inner .logo-footer .button-contact {
    float: right;
    width: 33%;
    margin-top: 44px;
}
footer .inner .logo-footer .button-contact a.phone-number {
    border-radius: 10px;
    height: 40px;
    width: 180px;
    line-height: 40px;
    font-size: 14px;
    font-style: italic;
    color: #0d557b;
    background: white;
    float: left;
    margin-right: 20px;
    text-align: center;
    max-width: calc(50% - 10px);
}
footer .inner .logo-footer .button-contact a.register-btn {
    border-radius: 10px;
    height: 40px;
    width: 120px;
    line-height: 40px;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    background: #0d557b;
    float: left;
    text-transform: uppercase;
    text-align: center;
    max-width: calc(50% - 10px);
}
footer .inner .content-footer {
    float: left;
    width: 100%;
}
footer .inner .content-footer .content-left {
    width: 67%;
    float: left;
}
footer .inner .content-footer .content-left .content {
    width: 360px;
    max-width: 100%;
}
footer .inner .content-footer .content-left .content p {
    font-size: 14px;
    margin-bottom: 10px;
    font-style: italic;
}
footer .inner .content-footer .content-left .content a:hover {
    text-decoration: underline;
}
footer .inner .content-footer .content-left .social-footer {
    float: left;
    width: 100%;
}
footer .inner .content-footer .content-left .social-footer ul li {
    float: left;
    margin-right: 30px;
}
footer .inner .content-footer .content-left .social-footer ul li a {
    display: inline-block;
    width: 32px;
    height: 32px;
}
footer .inner .content-footer .content-left .social-footer ul li.zalo a {
    background: url(/images/icon-zalo.png) center no-repeat;
}
footer .inner .content-footer .content-left .social-footer ul li.facebook a {
    background: url(/images/icon-facebook.png) center no-repeat;
}
footer .inner .content-footer .content-right {
    width: 33%;
    float: right;
}
footer .inner .content-footer .content-right .widget {
    width: calc(50% - 15px);
    margin-right: 30px;
    float: left;
}
footer .inner .content-footer .content-right .widget:nth-child(2n) {
    margin-right: 0;
}
footer .inner .content-footer .content-right .widget:nth-child(2n + 1) {
    clear: both;
}
footer .inner .content-footer .content-right .widget h2 {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
}
footer .inner .content-footer .content-right .widget.widget_nav_menu ul li {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}
footer .inner .content-footer .content-right .widget.widget_nav_menu ul li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1180px) {
    .content-contact {
        padding-left: 14px;
        padding-right: 14px;
    }
}
@media only screen and (max-width: 1024px) {
    header .logo {
        width: auto;
    }
    header .toggle-menu-mobile {
        display: inline-block;
    }
    header .toggle-menu-mobile.active {
        background: white url(/images/icon-close-menu.jpg) center no-repeat;
    }
    header nav {
        position: absolute;
        right: -100%;
        top: 100%;
        display: inline-block;
        transition: all 0.3s;
        background: white;
        width: 500px;
        margin: 0 0;
        padding: 0 0;
        text-align: left;
        overflow-y: auto;
        max-width: 100%;
    }
    header nav.show {
        right: 0;
    }
    header nav ul.main-menu {
        width: 100%;
    }
    header nav ul.main-menu > li {
        width: 100%;
        border-bottom: 1px #555 solid;
        padding: 1rem;
        margin: 0 0;
    }
    header nav ul.main-menu > li > a {
        color: #000;
        transition: all 0.3s;
        position: relative;
        padding-bottom: 0.5rem;
        font-weight: 700;
    }
    header nav ul.main-menu > li > a:hover {
        color: #ef9139;
        transition: all 0.3s;
    }
    header nav ul.main-menu ul {
        position: static;
        max-height: 0;
    }
    header nav ul.main-menu ul ul {
        border-left: 0;
        padding-left: 10px;
    }
    header nav ul.main-menu ul.show {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
        margin-top: 10px;
    }
    header nav ul.main-menu ul li a {
        border-bottom: none;
    }
    header nav ul.main-menu li.menu-item-has-children {
        position: relative;
    }
    header nav ul.main-menu li.menu-item-has-children:after {
        content: "";
        width: 57px;
        height: 57px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        background: url(/images/icon-dropdown.jpg) center no-repeat;
    }
    header nav ul.main-menu ul li.menu-item-has-children:after {
        width: 40px;
        height: 40px;
    }
    header nav ul.main-menu li.menu-item-has-children.active:after {
        background: url(/images/icon-dropdown-up.jpg) center no-repeat;
    }
    footer .inner .logo-footer .button-contact {
        width: 50%;
    }
    footer .inner .content-footer .content-left {
        width: 50%;
        padding-right: 20px;
    }
    footer .inner .content-footer .content-right {
        width: 50%;
    }
    .slider-control a {
        width: 50px;
        height: 50px;
    }
    .slider-control a.prev {
        left: -15px;
    }
    .slider-control a.next {
        right: -15px;
    }
}
@media only screen and (max-width: 980px) {
    .blog-home .list-blog-home-wrapper .slider-blog-wrapper {
        width: 100%;
    }
    .blog-home .list-blog-home-wrapper .slider-blog-thumbnail-wrapper {
        display: none;
    }
    .blog-home .list-blog-home-wrapper .slider-blog-wrapper .slider-blog,
    .blog-home .list-blog-home-wrapper .slider-blog-wrapper ul li,
    .blog-home .list-blog-home-wrapper .slider-blog-wrapper ul li img {
        height: 500px;
    }
    .content-blog-wrapper main {
        width: 100%;
    }
    .content-blog-wrapper aside {
        width: 100%;
        padding: 30px 15px 20px;
    }
    .content-blog-wrapper {
        padding-top: 16px;
    }
    .content-blog-wrapper main .content-single-post .list-related-posts ul li {
        width: calc(50% - 15px);
    }
    .content-blog-wrapper main .content-single-post .list-related-posts ul li:nth-child(3n) {
        margin-right: 30px;
    }
    .content-blog-wrapper main .content-single-post .list-related-posts ul li:nth-child(3n + 1) {
        clear: none;
    }
    .content-blog-wrapper main .content-single-post .list-related-posts ul li:nth-child(2n) {
        margin-right: 0;
    }
    .content-blog-wrapper main .content-single-post .list-related-posts ul li:nth-child(2n + 1) {
        clear: both;
    }
}
@media only screen and (max-width: 920px) {
    .our-services {
        width: 100%;
    }
    .our-services .list-our-services {
        /* padding: 0 15px; */
    }
    .our-services .list-our-services .item-service {
        width: calc(50% - 7px);
        /* margin-right: 30px;
        margin-bottom: 30px; */
    }
    /* .our-services .list-our-services .item-service:nth-child(4n) {
        margin-right: 30px;
    } */
    .our-services .list-our-services .item-service:nth-child(4n + 1) {
        clear: none;
    }
    .our-services .list-our-services .item-service:nth-child(2n) {
        margin-right: 0;
    }
    .our-services .list-our-services .item-service:nth-child(2n + 1) {
        clear: both;
    }
}
@media only screen and (max-width: 900px) {
    .our-member .slider-our-member-wrapper .slider-our-member > ul > li {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 840px) {
}
@media only screen and (max-width: 800px) {
    .why-choose-us .list-item-why-choose-us ul li {
        width: calc(50% - 12px);
        margin-bottom: 20px;
    }
    .why-choose-us .list-item-why-choose-us ul li:nth-child(4n) {
        margin-right: 24px;
    }
    .why-choose-us .list-item-why-choose-us ul li:nth-child(2n) {
        margin-right: 0;
    }
    .why-choose-us .list-item-why-choose-us ul li:nth-child(4n + 1) {
        clear: none;
    }
    .why-choose-us .list-item-why-choose-us ul li:nth-child(2n + 1) {
        clear: both;
    }
}
@media only screen and (max-width: 768px) {
    footer .inner .content-footer .content-right {
        width: 100%;
        margin-bottom: 30px;
    }
    footer .inner .content-footer .content-left {
        width: 100%;
        padding: 0 0;
    }
    .blog-home .list-blog-home-wrapper .slider-blog-wrapper .slider-blog,
    .blog-home .list-blog-home-wrapper .slider-blog-wrapper li,
    .blog-home .list-blog-home-wrapper .slider-blog-wrapper ul li img {
        height: 400px;
    }
    .introdution-general .introdution-general-inner {
        padding: 20px 20px 40px;
    }
    .our-customer .inner .col-3 {
        display: none;
    }
    .our-customer .inner .show-in-mobile {
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 10;
        padding: 0 15px;
    }
    .our-customer .inner .item img {
        object-fit: contain;
    }
    .banner-home .banner-button-wrapper {
        bottom: 20px;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    .our-services {
        padding-bottom: 40px;
    }
    .why-choose-us {
        margin-bottom: 60px;
    }
    .our-customer {
        margin-bottom: 60px;
    }
    .our-customer .inner {
        padding: 40px 0 60px;
    }
    .blog-home {
        padding-bottom: 60px;
    }
    .content-blog-wrapper main article {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .content-blog-wrapper main .content-single-post .post-header h1 {
        font-size: 1.25rem;
    }
    .content-contact .content-contact-inner:before,
    .content-contact .content-contact-inner:after {
        content: none;
    }
    .content-contact .contact-info {
        width: 100%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background: white;
    }
    .content-contact .contact-form {
        width: 100%;
        background: #988769;
    }
    .content-contact .contact-form .contact-heading h2 {
        font-size: 1.65rem;
    }
    .content-contact .map {
        margin-top: 0;
    }
    footer {
        padding-top: 40px;
    }
    footer .inner .logo-footer img {
        height: 60px;
    }
    footer .inner .logo-footer .button-contact {
        margin-top: 30px;
        width: 100%;
    }
}
@media only screen and (max-width: 540px) {
    .our-services .list-our-services .item-service {
        width: 100%;
        margin-right: 0;
    }
    .our-member .slider-our-member-wrapper .slider-our-member > ul > li {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 440px) {
    .our-services .list-our-services {
        padding: 0 0;
    }
    .blog-home .list-blog-home-wrapper .list-blog-home-inner {
        padding: 0 0;
    }
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
    --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
    --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
    --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
    --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
    --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
    --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
    --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.entry-content .addthis_button,
.entry-content .addthis_toolbox,
.entry-header .addthis_button,
.entry-header .addthis_toolbox {
    margin: 10px 0 10px 0;
}

.addthis_button_tweet {
    min-width: 83px;
    float: left;
}

.atwidget iframe {
    max-width: none;
}

a.at-share-btn,
a.at-share-btn:hover,
div.addthis_native_toolbox a,
div.addthis_native_toolbox a:hover,
div.addthis_tool a,
div.addthis_tool a:hover,
div.addthis_toolbox a,
div.addthis_toolbox a:hover {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div.addthis_toolbox br {
    display: none;
}

/*# sourceMappingURL=../../frontend/build/addthis_wordpress_public.min.css.map */
