/*
Theme Name: hcdesign
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: poppins;
    src: url(./lib/font/SVN-Poppins-300.woff2);
    font-weight: 300;
}

@font-face {
    font-family: poppins;
    src: url(./lib/font/SVN-Poppins-600.woff2);
    font-weight: 700;
}

@font-face {
    font-family: poppins;
    src: url(./lib/font/SVN-Poppins-400.woff2);
}

body {
    font-family: poppins;
}

.header-html1 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-html1 a {
    line-height: 10px;
}

.header-html1 span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 17px;
}

.header-html2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-html2 a {
    font-weight: 700;
}

#top-bar .container {
    max-width: 100%;
    padding: 0 52px;
}

ul.header-nav > li > a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

ul.header-nav > li {
    margin: 0 22px;
}

.header-main .nav > li > a i {
    color: #d9ad64;
    opacity: 1;
}

ul.header-nav > li.menu-button a {
    padding: 14px 27px;
    border-radius: 47.642px;
    background: #d9ad64;
    font-size: 18.149px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

ul.header-nav > li.menu-button a i {
    margin-right: 7px;
}

.flickity-page-dots {
    bottom: 60px;
}

.home-2-row1 .button {
    padding: 0 39px;
    border: none;
    margin-bottom: 28px;
}

.home-2-row1 .button span {
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.gb-heading h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 26px 0;
}

.home-2-row1 .text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 40px 0;
}

.home-2-row1 .icon-box {
    align-items: center;
}

.home-2-row1 .icon-box .icon-box-text p {
    color: #616161;
    font-size: 20.68px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-2-row2 > .col > .col-inner {
    overflow: hidden;
    box-shadow: 0px 4px 16.5px 0px rgba(0, 0, 0, 0.09);
}

.home-2-row2 .banner .text-box h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--Linear, linear-gradient(92deg, #fff 0.22%, #c7c7c7 20.94%, #c6c6c6 28.74%, #fff 40.76%, #fff 56.14%, #c6c6c6 71.73%, #fff 83.85%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.home-2-row2 .banner .text-box p {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.4px;
    background: var(--Linear, linear-gradient(92deg, #fff 0.22%, #c7c7c7 20.94%, #c6c6c6 28.74%, #fff 40.76%, #fff 56.14%, #c6c6c6 71.73%, #fff 83.85%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-2-row2-text1 {
    padding: 26px 20px 10px 20px;
}

.home-2-row2-text1 h4 {
    color: #5e5e5e;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}

.home-2-row2-text1 ul li,
.home-2-row2-text1 ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.home-2-row2-text1 ul li {
    margin-bottom: 22px;
}

.home-2-row2-text1 ul li:hover,
.home-2-row2-text1 ul li:hover a {
    color: #d9ad64;
}

.home-3 .tabbed-content .nav li a {
    padding: 5px 20px;
    border-radius: 60px;
    background: #366760;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-3 .tabbed-content .nav li {
    margin: 0 14px;
}

.home-3 .tabbed-content .tab-panels {
    padding-top: 60px;
}

.home-3 .tabbed-content .nav li.active a {
    background: #d9ad64;
}

.home-3 .post-item .box-image .image-cover .overlay {
    opacity: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.home-3 .post-item .box-text {
    opacity: 0;
    padding: 0 60px;
}

.home-3 .post-item:hover .box-image .image-cover .overlay,
.home-3 .post-item:hover .box-text {
    opacity: 1;
}

.home-3 .post-item .box-text .is-divider {
    display: none;
}

.home-3 .post-item .box-text h5 a {
    color: #366760;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: none;
}

.home-3 .post-item .box-text p {
    display: none;
}

.home-3 .button {
    margin-top: 30px;
}

.home-3 .button span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.home-3 .button i:before {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 5px;
}

.home-4 .row .col {
    padding-bottom: 0;
}

.home-5 .row-slider-image-box .col-inner {
    border-radius: 11.414px;
    background: #fff;
    box-shadow: 0px 4.566px 18.833px 0px rgba(0, 0, 0, 0.09);
}

.home-5 .row-slider-image-box .col-inner > p {
    color: #545454;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.home-5 .row-slider-image-box .icon-box .icon-box-text h3 {
    color: #000;
    font-size: 22.828px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.home-5 .row-slider-image-box .icon-box .icon-box-text p {
    color: #6f6f6f;
    font-size: 15.979px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-5 .row-slider-image-box .col .col-inner {
    transform: scale(0.85);
    opacity: 0.5;
}

.home-5 .row-slider-image-box .col.is-selected .col-inner {
    opacity: 1;
    transform: scale(1);
}

.footer-1 .gap-element {
    margin: 36px 0;
    width: 100%;
    height: 3px !important;
    background: #366760;
    position: relative;
}

.footer-1 .gap-element:after {
    content: '';
    width: 122px;
    height: 3px;
    background: #d9ad64;
    position: absolute;
    right: 0;
}

.footer-1 .button {
    padding: 0 12px 0 34px;
    line-height: normal;
}

.footer-1 .button span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.footer-1-button1:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><rect width="16" height="16" fill="url(%23pattern0_5_83)"/><defs><pattern id="pattern0_5_83" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_5_83" transform="scale(0.0384615)"/></pattern><image id="image0_5_83" width="26" height="26" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGqADAAQAAAABAAAAGgAAAABMybYKAAAD8klEQVRIDa1Wb2xTVRT/3beuhZVtjLVb2ZhLxwBhAyeOIERD4hfJHHPEmJAoghEHMSGiQRRNNCFqGCFGiYmYOOKf+GGCkugCARNCcJJAwiaOIlszWpBZ1q1lsLV0fW+9nvOe73XTL4t7J7nvnnPPPb/fu/ee+0fAlJ3SCxWvk9lEpWrDCkSOb0d+jgKP2WWa9X3qF6LyE5WPhBBRjhP8QYtcDQUnSJvH5jMPo/9YCx4gNZftGUiMYpuI7LzADllCRg8VrlFRhLHwB5CKQD7bNsgQYSxTaEy7SNFJGPTHVxC0kYQhvVReUyDxNFssi0sxUrcAdYZl67dZYXwTcu+TCJJurJvZaE9dzUQOE6txOQpM3ebayUS6OEjzzMFC07a7tkbj9+AegVsjCkZxeSSJ9GTC+krUCIG8yW2sX42gm9a3jH629N8+07aIqr0YpkaLqLMfWu+gMa2/9qM0noAr8C5cZuDk+o0fUNC2GcO+gmkQ0Z/KycEvrsEjbGsZxOreh+Pimxghs/i7S+ja2Y7lc91IlRdi9Kst4E2pjzKl4db6Q1AuhFHWUItQ+za4aZT61rHWKKVmk4IJ/hG14VMk2ltww+1CZSiGns9/gSfSitRv7+AeTVkRxWlm5+bPID9sRvT+IeC5Vbiz/VvETZ9FdDNuHD+mg+v3OnBtYx3iNT6sYPvyLSR3rMNt3tCzHShvqEGY2025EELF2irUsE1nZcW5IMpMn0UUjiFfSvCBqMvZPnT//Ad8W9eiZFxDhMujfhTu60AVrVfwRhxXjnVn9yAHNT2EviPn0cN9D5zCX5vqsz9iJQOtBQZHEaYFXcpBB06jRJuAtu6gsYEdOZCduzH/6y0IbWpDkdsJZesa9M6ZBedqPxKzcjH7yGZ49x7H+Kr9cNLBjH0bUM1YLHyoWknw8bO49OoTRhIYbvu+1tQxZOtpLCXacfvgs0hTiCJ3kXcygCtZt33aFCKGfeFL1FKl2kdhIP2HKJmG026ST06NXmWiKWvy1nr9ttWv8D9jWmompOqExPOHh7t2fROv5vS+TkVPaQbt7r+bWLYn0XV9SCsbV6VvsS/397aXi72PLXHNZ/90hOJw+MxY4O32O4XJtFxJMdc4vVtJ2WMBSJlBYiAIObHEaiPF7VRuPv6g6/bG+jz3Sr/L4/fmlOQ5heC9ER/LpHojarSzNxX7/mJSBgbUhRmJwmy82C+wTZbSKRegxmLLITMqkYUhM4ustv+vRJFWaxV8IQaRwVOEw68VQ4SSC3d5JYTC77OZCL3plEYcXTSUfR+8JOdRvu2my6KRkHnanDR9KYwN0D0lF0ybTVBySdlHBB1IKwdxtEI/wf8GbupAmFuKD4UAAAAASUVORK5CYII="/></defs></svg>');
    position: absolute;
    top: 10px;
    left: 12px;
}

.footer-1-button2:after {
    content: '\f2a0';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 10px;
}

.footer-1-button2 {
    background: rgba(54, 103, 96, 0.85);
}

.footer-1 form input.wpcf7-text {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    background: #fff;
    height: 60px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
    padding-left: 44px;
    box-shadow: none;
    color: #000;
}

.footer-1 form select {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    height: 60px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
    padding-left: 44px;
    box-shadow: none;
    color: #000;
}

.wpcf7-form-control-wrap[data-name='hoten']:after {
    content: '';
    width: 18px;
    height: 19px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><path d="M4.5 4.5C4.5 6.981 6.519 9 9 9C11.481 9 13.5 6.981 13.5 4.5C13.5 2.019 11.481 0 9 0C6.519 0 4.5 2.019 4.5 4.5ZM17 19H18V18C18 14.141 14.859 11 11 11H7C3.14 11 0 14.141 0 18V19H17Z" fill="%23366760"/></svg>');
    position: absolute;
    left: 16px;
    top: 18px;
}

.wpcf7-form-control-wrap[data-name='dienthoai']:after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3.62 7.79C5.06 10.62 7.38 12.93 10.21 14.38L12.41 12.18C12.68 11.91 13.08 11.82 13.43 11.94C14.55 12.31 15.76 12.51 17 12.51C17.55 12.51 18 12.96 18 13.51V17C18 17.55 17.55 18 17 18C7.61 18 0 10.39 0 1C0 0.45 0.45 0 1 0H4.5C5.05 0 5.5 0.45 5.5 1C5.5 2.25 5.7 3.45 6.07 4.57C6.18 4.92 6.1 5.31 5.82 5.59L3.62 7.79Z" fill="%23366760"/></svg>');
    position: absolute;
    left: 16px;
    top: 21px;
}

.wpcf7-form-control-wrap[data-name='noidung']:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M6 8H15M6 12H15M6 16H11M21 11C21 16.523 16.523 21 11 21H1V11C1 5.477 5.477 1 11 1C16.523 1 21 5.477 21 11Z" stroke="%23366760" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    left: 16px;
    top: 19px;
    background-repeat: no-repeat;
    background-size: cover;
}

.wpcf7-form-control-wrap[data-name='dichvu']:after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M0 17H2V11H0V17ZM9.46 18L6.53 17.36L3.6 16.67C3.43041 16.6369 3.27805 16.5448 3.17 16.41C3.05743 16.2796 2.9969 16.1122 3 15.94V11.94C3.00283 11.7688 3.06265 11.6034 3.17 11.47C3.28169 11.3394 3.43246 11.2482 3.6 11.21L8.38 10.62L13.17 10.02L13.32 10.58L13.47 11.13C13.4727 11.3144 13.4204 11.4954 13.32 11.65C13.2281 11.8117 13.0884 11.941 12.92 12.02L10.92 12.52L8.92 13.02L10.54 13.68L12.17 14.33L14.44 13.69L16.65 13C16.8464 12.9503 17.0544 12.979 17.23 13.08C17.3184 13.1278 17.3961 13.1933 17.458 13.2724C17.52 13.3516 17.5649 13.4427 17.59 13.54L17.78 14.31L17.98 15.07C18.0254 15.2601 17.9968 15.4602 17.9 15.63C17.7971 15.8013 17.6325 15.9265 17.44 15.98L13.81 16.98L10.18 17.98C10.0605 17.9955 9.9395 17.9955 9.82 17.98C9.70192 18.0064 9.58028 18.0132 9.46 18ZM6 0L4 2L2 4L4 6L6 8L6.7 7.3L7.4 6.6L6.1 5.3L4.8 4L6.1 2.7L7.4 1.4L6.7 0.7L6 0ZM12 0L11.3 0.7L10.6 1.4L11.9 2.7L13.2 4L11.9 5.3L10.6 6.6L11.3 7.3L12 8L14 6L16 4L14 2L12 0Z" fill="%23366760"/></svg>');
    position: absolute;
    left: 16px;
    top: 21px;
}

.footer-1 form .wpcf7-submit {
    float: right;
    margin: 0;
    padding: 18px 45px;
    border-radius: 5px;
    background: #d9ad64;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
}

.footer-1 form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}
.footer-1 form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}
.footer-1 form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}
.footer-1 form input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.footer-2 p {
    margin: 0 0 10px 0;
}

.footer-2 ul {
    list-style: none;
}

.footer-2 ul li {
    margin-left: 0;
    margin-bottom: 5px;
}

.footer-2 a {
    color: #fff;
}

.footer-2-socail a {
    margin-right: 10px;
}

.footer-2 {
    padding-bottom: 20px !important;
}

.footer-2-col2 {
    padding-top: 40px !important;
    border-top: 1px solid #fff;
}

.absolute-footer {
    display: none;
}

.pser-1-text1 {
    padding: 0 160px;
    margin: 0 0 60px 0;
}

.pser-1-col1 {
    width: 100%;
    height: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #366760;
    border-radius: 50%;
    padding: 15px;
}

.pser-1-col1 h3 {
    font-size: 27.939px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    text-align: center;
    margin: 0;
}

.pser-2 .row > .col > .col-inner {
    overflow: hidden;
    box-shadow: 0px 4px 16.5px 0px rgba(0, 0, 0, 0.09);
}

.pser-2-text1 h3 {
    padding: 26px;
    border-radius: 10px;
    background: linear-gradient(0deg, #366760 0%, #366760 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin: 0;
}

.pser-2-text2 {
    padding: 34px 20px 0 20px;
    text-align: left;
}

.pser-2-text2 h4 {
    color: #5e5e5e;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}

.pser-2-text2 ul li {
    margin-left: 0;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #0000000e;
    padding-left: 20px;
    position: relative;
    color: #000;
    transition: all 0.3s ease-out;
}

.pser-2-text2 ul {
    list-style: none;
}

.pser-2-text2 ul li:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #366760;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.pser-2-text2 ul li a {
    color: #000;
}

.pser-2-text2 ul li:hover {
    color: #d9ad64;
    padding-left: 29px;
}

.pser-2-text2 ul li:hover a {
    color: #d9ad64;
}

.pser-2-text2 ul li:hover:after {
    background: #d9ad64;
}

.pser-2-text2 ul li:last-child {
    border-bottom: none;
}

.pser-2 .button {
    border: none;
    padding: 0 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
}

.pser-1 .row > .col > .col-inner {
    overflow: hidden;
}

.pser-1-text2 h3 {
    padding: 18px 26px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.pser-1-text3 {
    padding: 33px 26px;
}

.pser-1-text3 ul {
    list-style: none;
}

.pser-1-text3 ul li {
    margin-left: 0;
}

.pser-1-text4 h3 {
    margin: 0;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pser-1-text4 {
    margin: 0 26px;
    border-top: 1px solid;
    padding-top: 26px;
}

.pser-1-text3 p {
    margin: 0;
}

.pser-4 .icon-box .icon-box-img {
    width: 102px !important;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 5px solid #fff;
}

.pser-4 .icon-box .icon-box-img img {
    width: 50px;
}

.pser-4 .icon-box {
    background: rgba(54, 103, 96, 0.1);
    border-bottom: 5px solid #fff;
}

.pser-4 .icon-box .icon-box-text {
    padding: 0 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.arcp-title {
    text-align: center;
    margin: 57px 0;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

ul.arcpsub-categories {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin: 0 0 57px 0;
    flex-wrap: wrap;
}

ul.arcpsub-categories li {
    margin: 0;
}

ul.arcpsub-categories li a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 20px;
    border-radius: 60px;
    background: #366760;
}

ul.arcpsub-categories li.active a,
ul.arcpsub-categories li:hover a {
    background: #d9ad64;
}

.arcpcat .post-item .box .box-text h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.arcpcat .post-item .box .box-text p,
.arcpcat .post-item .box .box-text .button,
.box-blog-post .is-divider {
    display: none;
}

.arcpcat .post-item .box .box-text {
    padding: 15px 0 0 0;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
    border-radius: 2px;
    background: #366760;
    border: 2px solid #366760;
    color: #fff !important;
}

.nav-pagination > li > .current,
.nav-pagination > li > a:hover,
.nav-pagination > li > span:hover {
    opacity: 0.4;
}

.sposttit-main {
    height: 296px;
    background: rgba(54, 103, 96, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sposttit-main h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.spostcat-main a {
    display: inline-block;
    padding: 5px 10px;
    background: #f7f7f7;
    margin-right: 10px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.relatedcat {
    margin: 50px 0 0 0;
}

.relatedcat h3 {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 28px 0;
}

.relatedcat .post-item .box-text p {
    display: none;
}

.pour-2 .pser-1-col1 {
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #366760;
    border-radius: 50%;
    padding: 15px;
}

.footer-1 {
    border: none;
}

.footer-1.pcon-2 form .wpcf7-submit {
    float: none;
}

.footer-1.pcon-2 form p {
    text-align: center;
}

span.wpcf7-spinner {
    position: absolute;
}

.page-id-32 .footer-1 {
    display: none;
}

.footer-1.pcon-2 {
    display: block;
}

.chl-title {
    cursor: pointer;
    padding: 15px 30px;
    border-radius: 5px;
    background: #fff;
    color: #366760;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.chl-title:hover,
.chl-item.active .chl-title {
    box-shadow: 0px 4px 17.9px 0px rgba(0, 0, 0, 0.15);
}

.chl-content {
    display: none;
    padding: 15px;
}

.chl-main {
    margin: 0 0 60px 0;
}

.pcon-2 .icon-box .icon-box-text {
    padding-left: 20px;
}

.pcon-2 .icon-box {
    align-items: center;
}

.pcon-2 .icon-box .icon-box-text h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.pcon-2 .icon-box .icon-box-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.menu-item-has-block > .sub-menu.nav-dropdown {
    margin-left: 0 !important;
    border: none;
    left: -136px;
    top: 120%;
    border-radius: 10px;
    overflow: hidden;
    min-height: 533px;
    height: 100%;
    background: none;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    opacity: 0;
}

.mega-1 {
    height: 100%;
    display: block;
    padding: 0 !important;
    box-shadow: 0px 4px 22.5px 0px rgba(0, 0, 0, 0.09);
}

.mega-1 .section-content {
    height: 100%;
}

.mega-1 .tabbed-content {
    height: 100%;
}

.mega-1 .tabbed-content .nav-vertical {
    width: 300px;
    background: #366760;
}

.mega-1 .tabbed-content .nav-vertical li {
    padding: 14px 34px;
    border: none;
}

.mega-1 .tabbed-content .nav-vertical li.active {
    background: #3b3b3b40;
}

.mega-1 .tabbed-content .nav-vertical li.active:before {
    content: '';
    width: 7px;
    height: 10px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="10" viewBox="0 0 7 10" fill="none"><path d="M5.86077 4.18627L1.58124 1.12946C0.91937 0.656693 0 1.12982 0 1.94319V8.05681C0 8.87018 0.91937 9.34331 1.58124 8.87054L5.86077 5.81373C6.41912 5.41491 6.41912 4.58509 5.86077 4.18627Z" fill="white"/></svg>');
    position: absolute;
    left: 18px;
}

.mega-1 .tabbed-content .nav-vertical li a {
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: inherit;
}

.mega-1 .tabbed-content .nav-vertical li.active:before {
    content: '';
    width: 7px;
    height: 10px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="10" viewBox="0 0 7 10" fill="none"><path d="M5.86077 4.18627L1.58124 1.12946C0.91937 0.656693 0 1.12982 0 1.94319V8.05681C0 8.87018 0.91937 9.34331 1.58124 8.87054L5.86077 5.81373C6.41912 5.41491 6.41912 4.58509 5.86077 4.18627Z" fill="white"/></svg>');
    position: absolute;
    left: 18px;
}

.mega-1 .nav-vertical + .tab-panels {
    border: none;
    background: #fff;
    padding: 0;
}

.mega-1 .nav-vertical + .tab-panels .icon-box .icon-box-text h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

.mega-1 .nav-vertical + .tab-panels .icon-box .icon-box-text p {
    color: #686868;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mega-1 .nav-vertical + .tab-panels .icon-box .icon-box-text {
    padding: 14px 40px;
}

.mega-1 .nav-vertical + .tab-panels .icon-box .icon-box-text:hover {
    background: #dedede40;
}

.mega-1 .nav-vertical + .tab-panels .icon-box .icon-box-text:hover h3:before {
    content: '';
    width: 7px;
    height: 10px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="10" viewBox="0 0 7 10" fill="none"><path d="M5.86077 4.18627L1.58124 1.12946C0.91937 0.656693 0 1.12982 0 1.94319V8.05681C0 8.87018 0.91937 9.34331 1.58124 8.87054L5.86077 5.81373C6.41912 5.41491 6.41912 4.58509 5.86077 4.18627Z" fill="%23366760"/></svg>');
    position: absolute;
    left: -18px;
    top: 8px;
}

.nav-dropdown-has-border .nav-dropdown {
    border: none;
    border-radius: 10px;
    background: #366760;
}

.nav-dropdown-has-border .nav-dropdown li a {
    color: #fff;
}

@media only screen and (min-width: 52em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .arcpcat .post-item:first-child {
        flex-basis: 100%;
        max-width: 100%;
    }

    .arcpcat .post-item:first-child .box .box-image .image-cover {
        padding-top: 564px !important;
    }

    .arcpcat .post-item:first-child .box .box-text {
        padding: 26px 0 0 0;
    }

    .arcpcat .post-item:first-child .box .box-text h5 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .arcpcat .post-item:first-child .box .box-text .button {
        border: none;
        padding: 0;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        margin-top: 5px;
        display: inline-block;
        min-height: 100%;
        background: none;
    }

    .arcpcat .post-item:first-child .box .box-text p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: block;
    }

    .arcpcat .post-item:first-child .box .box-text .button:after {
        content: '\f105';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 12px;
    }

    .pour-2 .row .col {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 52em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-html2 {
        font-size: 12px;
    }

    #logo img {
        padding: 10px 0;
    }

    .gb-heading h2 {
        font-size: 24px;
    }

    .home-3 .tabbed-content .nav li {
        margin: 5px;
    }

    .home-3 .tabbed-content .tab-panels {
        padding-top: 30px;
    }

    /* .home-3 .post-item .box-text {
        opacity: 1;
    }

    .home-3 .post-item .box-image .image-cover .overlay {
        opacity: 1;
    } */

    .home-5 .row-slider-image-box .icon-box .icon-box-text h3 {
        font-size: 16px;
    }

    .home-5 .row-slider-image-box .icon-box .icon-box-text p {
        font-size: 14px;
    }

    .gap-element {
        display: none !important;
    }

    .footer-1 form .wpcf7-submit {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    .footer-2-col2 {
        padding-top: 30px !important;
    }

    .footer-2 {
        padding-bottom: 0 !important;
    }

    .pser-1-text1 {
        padding: 0;
    }

    .pser-1-col1,
    .pour-2 .pser-1-col1 {
        height: 137.5px;
    }

    .pser-1-col1 h3 {
        font-size: 18px;
    }

    .pser-2-text1 h3 {
        padding: 16px;
    }

    .pser-1-text2 h3 {
        padding: 18px 26px;
    }

    .pser-1-text4 {
        margin: 0 26px 20px 26px;
    }

    .pser-4 .icon-box .icon-box-text {
        padding: 10px;
    }

    h2.arcp-title {
        margin: 30px 0;
        font-size: 30px;
    }

    ul.arcpsub-categories {
        gap: 0;
        margin: 0 0 30px 0;
    }

    ul.arcpsub-categories li {
    margin: 9px;
}

    .sposttit-main {
        height: 150px;
    }

    .sposttit-main h2 {
        font-size: 30px;
    }

    header.entry-header {
        display: none;
    }

    .chl-title {
        font-size: 16px;
    }

    .pcon-2 .icon-box .icon-box-text h3 {
        font-size: 14px;
    }

    .pcon-2 .icon-box .icon-box-text p {
        font-size: 14px;
    }
}
