body{
    font-family: "Anuphan", sans-serif !important;
}
.navbar-brand img{
    max-width: 200px;
}
.cus-nav .navbar-collapse {
    flex-grow: 0 !important;
}
.cus-nav ul li a.active,.cus-nav ul li a:hover{
    color:#ED4E24 !important;
    border-bottom: 2px solid #ED4E24;
}
.cus-nav ul li a {
    padding: 20px;
    border-bottom: 2px solid #fff;
}
.cus-nav ul li {
    margin: 0 15px;
}
.cus-nav {
    padding: 0 !important;
}
.cus-nav .dropdown-item:focus, .cus-nav .dropdown-item:hover {
    background-color: transparent !important;
}
@media (min-width: 992px) and (max-width: 1398px) {
    .cus-nav ul li {
        margin: 0;
    }
}
.center{
    text-align: center;
}
footer{
    background-image: url("../images/bg-footer.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 60px;
    background-size: cover;
}
.info-footer img{
    max-width: 250px;
}
.info-footer h2{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}
.info-footer p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}
.info-footer p a{
    color: #fff;
    text-decoration: none;
}
.footer-topic h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
}
.footer-topic h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
}
.footer-topic ul {
    list-style: none;
    padding-left: 0;
    color: #fff;
}
.footer-topic ul li{
   font-size: 14px;
   margin-bottom: 5px;
}
.footer-topic ul li h3{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}
.footer-topic ul li a{
    text-decoration: none;
    color: #fff !important;
}
.footer-topic p{
    color: #fff;
}
.footer-line {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding: 30px 0 10px 0;
    margin-top: 30px;
}
.copyright {
    color: #fff;
    font-size: 14px;
}
.noti-footer{
    text-align: right;
}
.noti-footer p a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.noti-footer p {
    color: #fff;
    font-size: 14px;
}
.footer-social .number ul li {
    margin: 0 18px 0 0 !important;
}
.btn-contact button {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
}

@media (max-width: 576px) {
    .copyright {
        text-align: center;
        font-size: 12px;
    }
    .noti-footer{
        text-align: center;
    }
    .noti-footer p a {
        font-size: 12px;
    }
}

/* BreadCramb */

.breadcramb{
    position: relative;
}
.bread-link {
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
}
.bread-link h1{
    color: #fff;
    margin-bottom: 30px;
}
.bread-link h4{
    color: #fff;
    margin-bottom: 30px;
    font-size: 2.5rem;
}
.bread-link p{
    color: #FFFFFF80;
    font-size: 14px;
}
.bread-link p span{
    color: #FFF !important;
}
.bread-link p a{
    color: #FFFFFF80;
    text-decoration: none;
}
.breadcramb img{
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1398px) {
    .breadcramb img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
}
@media (min-width: 577px) and (max-width: 991px) {
    .breadcramb img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
}
@media (max-width: 576px) {
    .breadcramb img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
}

/* Contact */
.box-topic{
    margin-top: 40px;
}
.box-topic p{
    color: #B98E3D;
    font-weight: 700;
    font-size: 18px;
}
.box-topic h2{
    color: #ED4E24;
    font-weight: 600;
    font-size: 42px;
}
.box-topic h1{
    color: #ED4E24;
    font-weight: 600;
    font-size: 42px;
}
.googlemap{
    margin-top: 30px;
}
.contact-info {
    padding: 0 60px;
    margin-top: 40px;
}
.name-company h4{
    color: #ED4E24;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
}
.name-company h2 span{
    color: #0A1D3E;
}
.name-company h4 span{
    color: #0A1D3E;
}
.name-company p{
    color: #2C2C2C;
    font-weight: 500;
    font-size: 18px;
}
.info-contact {
    line-height: 15px;
}
.info-contact h3 {
    color: #0A1D3E;
    font-size: 20px;
    font-weight: 700;
}
.info-contact p {
    color: #2C2C2C;
    font-size: 18px;
    font-weight: 500;
}
.info-contact p a{
    color: #2C2C2C;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.form-contact{
    margin-top: 50px;
    padding: 60px;
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 55%);
    border-radius: 5px;
    margin-bottom: 60px;
}
.form-contact h3 {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: #ED4E24;
    margin-bottom: 30px;
}
.form-contact label{
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 600;
}
.form-contact input {
    background-color: #F5F5F5 !important;
    border: none;
    height: 45px;
}
.form-contact textarea {
    background-color: #F5F5F5 !important;
    border: none;
}
.btn-submit{
    text-align: center;
    margin-top: 40px;
}
.btn-submit button {
    background-color: #ED4E24;
    color: #fff;
    width: 400px;
    border: none;
    padding: 10px;
    border-radius: 4px;
}
@media (min-width: 992px) and (max-width: 1398px) {
    .contact-info {
        padding: 0 20px;
    }
}
@media (min-width: 577px) and (max-width: 991px) {
    .contact-info {
        padding: 0 0;
        margin-top: 20px;
    }
    .btn-submit button {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .contact-info {
        padding: 0 0;
        margin-top: 20px;
    }
    .btn-submit button {
        width: 100%;
    }
    .form-contact {
        padding: 40px 20px;
        margin-top: 30px;
    }
}

/* Content บทความ */
.cate-content a{
    text-decoration: none;
}
.cate-content a:hover .box-content{
    transform: scale(1.05);
    transition-duration: 1s;
}
.cate-content a:hover .box-content img{
    opacity: 0.8;
}
.box-content{
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 55%);
    border-radius: 4px;
    margin-top: 32px;
}
.box-content img {
    width: 100%;
    border-radius: 4px;
}
.description-content {
    padding: 20px;
}
.description-content h3 {
    color: #2C2C2C;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.description-content p {
    color: #6C778B;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.description-content p.date{
    color:rgba(108, 119, 139, 0.5);
    font-size:14px;
}
.pagination-cate nav{
    justify-self: center;
}
@media (min-width: 577px) and (max-width: 991px) {
    .description-content {
        padding: 10px;
    }
}
@media (max-width: 576px) {
    .box-content{
        margin-top: 20px;
    }
}

/* Content Detail รายละเอียดบทความ */
.box-topic h3 {
    color: #0A1D3E;
    font-weight: 600;
    font-size: 36px;
}
.color-content h1{
    color: #0A1D3E !important;
}
.detail-content {
    margin-top: 50px;
    max-width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(10, 29, 62, 0.1);
    font-size: 18px;
}
.detail-content img{
    max-width: 100%;
}
.share{
    margin-top: 50px;
}
.number h2{
    color: #2C2C2C;
    font-size: 32px;
    font-weight: 500;
}
.number ul li a {
    color: #2c2c2c;
}
.number p.views{
    color: #2C2C2C;
    font-size: 32px;
    font-weight: 500;
}
.number p{
    color: #2C2C2C;
    font-size: 18px;
    font-weight: 400;
}
.number ul{
    list-style: none;
    padding-left: 0;
}
.number ul li {
    display: inline-block;
    font-size: 24px;
    margin: 0 18px;
}
.image-gallery {
    margin-bottom: 60px;
}
.cate-content{
    margin-bottom: 60px;
}
@media (min-width: 577px) and (max-width: 991px) {
    .font-mobile h3 {
        font-size: 28px;
    }
    .font-mobile h1 {
        font-size: 28px;
    }
}
@media (max-width: 576px) {
    .font-mobile {
        text-align: left;
    }
    .font-mobile h3 {
        font-size: 26px;
    }
    .font-mobile h1 {
        font-size: 26px;
    }
}
/* Porfolio */
.no-border{
    border: none !important;
}

.detail-home-port {
    border-top: 1px solid rgba(10, 29, 62, 0.1);
    margin-top: 20px;
    padding-top: 20px;
}
.head-port p {
    font-size: 14px;
    color: #2C2C2C;
    font-weight: 600;
    margin-bottom: 5px;
}
.detail-port p {
    font-size: 14px;
    text-align: right;
    margin-bottom: 5px;
}
.column-image{
    width: 33.33% !important;
    float: left;
    margin-bottom: 20px;
}
.image-gallery img{
    width: 100%;
}
/* The Modal (background) */
.image-gallery .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000de;
  }

  /* Modal Content */
 .image-gallery .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  .row-under{
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  .caption-container p {
    margin-top: 20px;
  }
  /* The Close Button */
 .image-gallery .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }

 .image-gallery .close:hover,
 .image-gallery .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }

  .image-gallery .mySlides {
    display: none;
  }

  .image-gallery .cursor {
    cursor: pointer;
  }

  /* Next & previous buttons */
  .image-gallery .prev,
  .image-gallery .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
  }

  /* Position the "next button" to the right */
  .image-gallery .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .image-gallery .prev:hover,
  .image-gallery .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  /* Number text (1/3 etc) */
  .image-gallery .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  .image-gallery .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }

  .image-gallery .demo {
    opacity: 0.6;
  }

  .image-gallery .active,
  .image-gallery .demo:hover {
    opacity: 1;
  }

  .image-gallery img.hover-shadow {
    transition: 0.3s;
  }

  .image-gallery .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .image-gallery .column {
    float: left;
    width: 20%;
  }
@media (min-width: 577px) and (max-width: 991px) {
    .font-mobile h2 {
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    .column-image {
        width: 50% !important;
    }
    .font-mobile h2 {
        font-size: 28px;
    }
}

/* Home Style */

@media (min-width: 992px) and (max-width: 1199px) {
    .home-style .head-port p {
        font-size: 10px;
    }
    .home-style .detail-port p {
        font-size: 12px;
    }
}
@media (min-width: 577px) and (max-width: 991px) {
    .home-style .head-port p {
        font-size: 12px;
    }
}
.filter-home {
    margin-bottom: 50px;
    margin-top: 40px;
}
.filter-home select {
    background-color: #F5F5F5 !important;
    border: none;
    height: 45px;
}
.filter-home  label {
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 600;
}
.filter-home .btn-submit{
    margin-top: 32px;
}
.line-section{
    margin: 30px 0;
    border-bottom: 1px solid rgba(10, 29, 62, 0.1);
}
.filter-home .btn-submit button{
    width: 100%;
}

/* Home Style Detail */

.img-main img {
    width: 100%;
    border-radius: 5px;
}
.description-home {
    padding: 0 30px;
}
.description-home .head-port p {
    font-size: 16px;
    margin-bottom: 10px;
}
.description-home .detail-port p {
    font-size: 16px;
    margin-bottom: 10px;
}
.floorplan{
    text-align: center;
    margin-top: 60px;
    padding: 60px 0;
    background-image: url("../images/bg-plan.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.floorplan h2 {
    color: #ED4E24;
    font-weight: 600;
    font-size: 42px;
}
.img-floorplan img {
    width: 100%;
}
.floorplan ul{
    justify-self: center;
    margin: 40px 0;
}
.floorplan .nav-pills .nav-link.active {
    color: #ED4E24;
    background-color: transparent;
    border-bottom: 1px solid;
    border-radius: 0;
}
.floorplan .nav-pills .nav-link {
    color: #fff;
    background-color: transparent;
    border-radius: 0;
}
.floorplan ul li{
    margin: 0 10px;
    display: flex;
}
.floorplan ul li:after {
    content: "|";
    color: rgba(255, 255, 255, 0.1);
    font-size: 20px;
    padding-left: 20px;
    padding-top: 5px;
}
.floorplan ul li:last-child::after {
    display: none;
}
.request {
    padding: 60px;
}
.request h2{
    text-align: center;
    color: #ED4E24;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 30px;
}
.request label{
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 600;
}
.request input {
    background-color: #F5F5F5 !important;
    border: none;
    height: 45px;
}
.request select{
    background-color: #F5F5F5 !important;
    border: none;
    height: 45px;
}
.pri{
    text-align: center;
}
.pri p{
    color:#0A1D3E;
    font-size: 14px;
}
.pri p a{
    color:#ED4E24;
    text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1398px) {
    .description-home {
        padding: 0 10px;
    }
}
@media (min-width: 577px) and (max-width: 991px) {
    .description-home {
        padding: 0 15px;
    }
    .description-home .info-homestyle{
        margin-top: 15px;
    }
}
@media (max-width: 576px) {
    .description-home {
        padding: 0 15px;
    }
    .description-home .info-homestyle{
        margin-top: 15px;
    }
}
/* About Us */
.img-box1 img{
    width: 100%;
}
.textbox1 h2{
    color: #0A1D3E;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.textbox1 h1{
    color: #0A1D3E;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.textbox1 p{
    color: #2C2C2C;
}
.mt-cus20{
    margin-top: 50px !important;
}
.bg-about-body {
    background-image: url(../images/bg-about_01_1x.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 700px 500px;
    padding: 60px 0;
}
.boxvi {
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 55%);
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    height: 250px;
}
.boxvi h3 {
    color: #0A1D3E;
    font-size: 22px;
}
.boxvi p {
    color: #2C2C2C;
}
.bgvi1{
    background-image: url(../images/bg_philosophy.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bgvi2{
    background-image: url(../images/bg_mission.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bgvi3{
    background-image: url(../images/bg_vision.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bgvi4{
    background-image: url(../images/bg_goals.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.box-vision-body{
    margin-top: 50px;
}
.eximg img {
    width: 100%;
}
.bg-ex {
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 55%);
    height: auto;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}
.width50{
    width: 50%;
}
.bg-des{
    background-image: url(../images/bg-boss.png);
    background-repeat: no-repeat;
    background-size: 285px 285px;
}
.description {
    height: 100%;
    padding: 50px 20px 20px 20px;
    position: relative;
}
.description p {
    font-size: 22px;
    color: #2C2C2C;
}
.description p.name {
    font-size: 18px;
    color: #2C2C2C;
    margin-bottom: 0;
}
.description h3.name{
    font-size: 18px;
    color: #2C2C2C;
    margin-bottom: 0;
    font-weight: 400;
}
.description h3.posi {
    font-size: 14px;
    color: #ED4E24;
    font-weight: 400;
}
.description p.posi {
    font-size: 14px;
    color: #ED4E24;
}
.under {
    position: absolute;
    bottom: 20px;
}
.box-excutive {
    margin-bottom: 60px;
}
@media (max-width: 576px) {
    .mt-cus20{
        margin-top: 20px !important;
    }
    .textbox1 h2 {
        font-size: 26px;
        margin-top: 20px;
    }
    .textbox1 h1 {
        font-size: 26px;
        margin-top: 20px;
    }
    .bg-about-body {
        background-image: none;
        padding:0;
    }
    .box-vision{
        margin-top: 20px;
    }
    .box-vision-body {
        margin-top: 0px;
    }
    .bg-ex {
        display: block;
        margin-top: 30px;
    }
    .width50 {
        width: 100%;
    }
    .description {
        padding: 15px;
    }
    .under {
        position: inherit;
        bottom: 0;
    }
    .bg-des {
        background-position: center;
    }
}
@media (min-width: 577px) and (max-width: 991px) {
    .bg-about-body {
        background-size: 350px 500px;
    }
    .box-vision-body {
        margin-top: 0px;
    }
    .box-vision{
        margin-top: 20px;
    }
    .bg-ex {
        display: block;
    }
    .width50 {
        width: 100%;
    }
    .description {
        padding: 15px;
    }
    .under {
        position: inherit;
        bottom: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .textbox1 h2 {
        font-size: 26px;
    }
    .textbox1 h1 {
        font-size: 26px;
    }
    .bg-about-body {
        background-size: 500px 500px;
    }
    .box-topic h2 {
        font-size: 38px;
    }
    .box-topic h1 {
        font-size: 38px;
    }
    .description {
        padding: 15px;
    }
    .description p {
        font-size: 20px;
    }
    .under {
        bottom: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .bg-about-body {
        background-size: 565px 500px;
    }
    .description p {
        font-size: 20px;
    }
    .description h3.name {
        font-size: 16px;
        font-weight: 400;
    }
}
/* Homepage */
.home-about .name-company h4 {
    font-size: 36px;
}
.home-about .name-company h2{
    font-size: 36px;
}
.home-about .name-company p {
    font-size: 20px;
}
.descript-about-home p{
    font-size: 20px;
    color: #2C2C2C;
}
.section-about {
    margin-top: 30px;
}
.descript-about-home {
    margin-top: 70px;
}
.section-youtube{
    margin-top: 30px;
}
.section-youtube iframe{
    border-radius: 30px;
}
.section-service{
    margin-top: 50px;
}
.section-new-design{
    margin-top: 60px;
    padding: 0 15px 0 0;
}
.section-new-design .box-topic {
    margin-top: 0px;
}
.newdesign-home iframe {
    border-radius: 0 30px 30px 0;
    height: 450px;
}
.box-topic h5 {
    color: #0A1D3E;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.box-topic .description-homestyle{
    color:#6C778B;
    font-size: 18px;
    font-weight: 500;
}
.icon img {
    width: 60px;
    height: 60px;
    margin: auto;
}
.icon p {
    font-size: 18px;
    color: #2C2C2C;
}
.icon {
    text-align: center;
    margin-top: 20px;
}
.info-new-home {
    width: 70%;
}
.section-home-style{
    margin-top: 60px;
}
.filter-home-style{
    margin-top: 50px;
}
.filter-home-style ul{
    justify-self: center;
    margin: 40px 0;
}
.filter-home-style .nav-pills .nav-link.active {
    color: #ED4E24;
    background-color: #FDE5D7;
    border-radius: 5px;
}
.filter-home-style .nav-pills .nav-link {
    color: #2C2C2C;
    background-color: transparent;
    border-radius: 0;
}
.filter-home-style ul li{
    width: 25%;
    display: flex;
    margin-bottom: 10px;
}
.filter-home-style ul li h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}
/* .filter-home-style ul li:after {
    content: "|";
    color: rgb(5 0 0 / 10%);
    font-size: 20px;
    padding-left: 20px;
    padding-top: 5px;
}
.filter-home-style ul li:last-child::after {
    display: none;
} */
.section-partner{
    margin-top: 50px;
}
.width20 {
    width: 20% !important;
    margin-bottom: 20px;
}
.section-partner .box-topic {
    margin-top: 0px;
}
.section-contact{
    background-image: url(../images/bg-form.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 50px;
    padding: 60px 0;
    background-size: cover;
}
.topic-con {
    text-align: center;
}
.topic-con h2{
    text-align: center;
    font-size: 42px;
    color: #FFFFFF;
}
.topic-con p{
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.box-bg-sha {
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 55%);
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
}
.section-contact label {
    font-size: 16px;
    color: #0A1D3E;
}
.box-bg-sha p.topic-con-detail{
    font-size: 18px;
    color: #0A1D3E;
    font-weight: 600;
    margin-top: 30px;
}
.section-contact input,.section-contact select {
    height: 48px;
}
label.form-label span {
    color: red;
}
@media (min-width: 577px) and (max-width: 991px) {
    .info-new-home {
        width: 100%;
    }
    .filter-home-style .nav-pills .nav-link {
        font-size: 15px;
        text-align: left;
        width: 100%;
        border: 1px solid #d6d6d6;
        margin: 2px;
    }
}
@media (max-width: 576px) {
    .section-youtube iframe {
        height: 230px;
    }
    .descript-about-home {
        margin-top: 0px;
    }
    .section-new-design .box-topic {
        margin-top: 25px;
        text-align: center;
    }
    .info-new-home {
        width: 100%;
    }
    .section-new-design {
        margin-top: 40px;
        padding: 15px;
    }
    .newdesign-home iframe {
        border-radius: 30px;
        height: 230px;
    }
    .filter-home-style .nav-pills .nav-link {
        font-size: 12px;
        text-align: left;
        width: 100%;
        border: 1px solid #d6d6d6;
        margin: 2px;
    }
    .filter-home-style ul li {
        width: 50%;
        display: flex;
    }
    .box-pa{
        margin-top: 20px;
    }
    .topic-con h2 {
        font-size: 28px;
    }
    .topic-con p {
        font-size: 16px;
    }
}
.seo-fix{
    position: absolute;
    top: -9999px;
}