/*------------------------------------*\
    HEADER
\*------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;500;700&display=swap');
.clr{
    clear: both;
}
#area{
    position: relative;
}
.flex {
    display: flex;
}
body{

}
.header-t {
   background-color: #1B1B1B;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   padding: 20px 0;
}

.header-t .header-link i {
    background-color: #FFC000;
    color: #1B1B1B;
    margin-right: 10px;
    font-size: 20px;
    --btn-size: 40px;
    line-height: 42px;
   text-align: center;
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
}
.ht-right a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background-color: #1B1B1B;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #343434;
}

/*------------------------------------*\
    MENU
\*------------------------------------*/

.logo-shape {
    display: inline-block;
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white-color);
    background-size: auto;
    background-repeat: repeat;
    -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
    z-index: -2;
}
/*------------------------------------*\
    About
\*------------------------------------*/
.info-card.style2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEDED;
}
.info-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.text-title {
    color: #1B1B1B !important;
}
.info-card_text {
    margin-bottom: 5px;
    margin: 0 0 18px 0;
    color: #74787C;
    line-height: 1.75;
}
.info-card_link {
    font-size: 24px;
    font-weight: 600;
}
.box-text .des {
    border: 1px solid #f2f2f2;
    box-shadow: 0px 15px 26px rgb(0 0 0 / 5%);
    background-color: #fff;
    padding: 27px 35px;
    margin-bottom: 30px;
}
.box-text .des p {
   margin: 0 0 18px 0;
    color: #74787C;
    line-height: 1.75;
}
.info-card_icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #FFC000;
    color: inherit;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
}
.box-img {
   position: relative;
}
.box-img .img-2 {
    margin-top: -37%;
    text-align: right;
}
.box-img .img-2 img {
    border: 8px solid #fff;
    border-right: none;
    border-bottom: none;
}
.box-text .tit h1 {
   text-transform: uppercase;
   text-align: center;
   font-size: 30px;
}
.box-text .tit {
   margin-top: 10px;
}
.box-text .tit h1.heading {
   color: #b39010;
   font-size: 40px;
   padding: 10px 0;
}
#about2 {
    padding: 30px 0;
}
#about2 .nav-about2 {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
#about2 .nav-about2 p.tit {
    text-align: center;
    font-size: 31px;
    margin: 0;
}
#about2 .nav-about2 p.des {
    text-align: center;
    font-size: 22px;
}
#about2 .nav-about2 .border {
    height: 3px;
    width: 100px;
    display: inline-block;
    background: #ffffff;
    margin-bottom: 5px;
}



#box-s4 {
    z-index: 1;
    position: relative;
    background-position: center top;
    background-image: url(../images/bg-main-2.png);
    padding: 30px 0;
}
#ykkh ul.slick-dots .owl-dots {
    display: block;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: -50px;
    width: 100%;
}
#ykkh .slick-dots li button {
    display: inline-block;
    width: 12px !important;
    height: 12px !important;
    background: #fff !important;
    border-radius: 50%;
    margin: 0 3px;
}
#ykkh  .slick-dots li.slick-active button {
    background: #FFC000 !important;
}
#ykkh ul.slick-dots {
    bottom: -50px;
}
.form-dky {
    background: #fff;
    padding: 20px;
    border-top: 5px solid #ffc000;
    -webkit-box-shadow: 0 1px 7px 0 rgb(255 192 0);
    box-shadow: 0 1px 10px 0 rgb(255 192 0);
    border-radius: 20px;
}
.form-dky .text h2 {
    color: #c1980a;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.form-dky .text p.des {
    text-align: justify;
}
.form-dky form input {
    border: 2px solid #ffc000;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 20px;
}
.form-dky form textarea {
    border: 2px solid #ffc000;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 20px;
}
.form-dky form .submit {
    text-align: center;
}
.form-dky form .submit button {
    background: #ffc000;
    border: none;
    font-size: 20px;
    padding: 20px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.box-tt {
    width: 100%;
    margin: 30px 0;
}
.box-tt .tit {
    text-align: center;
}
.box-tt .tit h2 {
    font-size: 35px;
    text-transform: uppercase;
    position: relative;
}
.box-tt .tit h2:after {
    left: calc(50% - 40px);
    bottom: -4px;
    height: 8px;
    width: 80px;
    content: "";
    position: absolute;
    background-image: url(../images/header-border.jpg);
}
.nav-tt {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.nav-tt .text a h3 {
    line-height: 30px;
    font-weight: bold;
}
.nav-tt .des p {
    text-align: justify;
    line-height: 25px;
}
.nav-tt .des2 {
    display: flex;
}
.nav-tt .des2 p.date {
    color: #11253894;
    padding-right: 5px;
}
.nav-tt .des2 p.tacgia span {
    color: #997405;
    font-weight: bold;
}
.nav-tt .news {
    background-color: #fff;
    --space: 30px;
    -webkit-box-shadow: 0px 13px 18px rgb(0 0 0 / 4%);
    box-shadow: 0px 13px 18px rgb(0 0 0 / 4%);
    border: 1px solid #f2f2f2;
    padding: 10px;
}
@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw - 100%));
            transform: translateX(calc(100vw - 100%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
            transform: translateX(calc(100vw - 100%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}
    .rate {
        text-align: center;
        color: #fff;
    }
    .rate .tit h2 {
        font-size: 30px;
        text-transform: uppercase;
    }
    .rate .content {
        margin-top: 20px;
    }
    #ykkh .item .img {
        margin-top: 20px;
    }
    #ykkh .item .img img {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border: 1px solid #e1e1e1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    #ykkh .item .name p {
        text-align: center;
        margin-top: 10px;
    }
    #ykkh .item .name p.t {
        font-size: 30px;
        font-weight: bold;
    }
    #ykkh .item .rating i {
        color: #ffc600;
    }

/*------------------------------------*\
    Footer
\*------------------------------------*/
.widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.widget_title {
  position: relative;
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  border-bottom: 0;
  padding: 0 0 13px 0;
  margin: 0 0 35px 0;
  max-width: 275px;
}
.widget_title:before, .widget_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background-color: #FFB400;
}
.box-footer {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.box-footer .nav-f .img {
    text-align: center;
    margin-bottom: 10px;
}
.box-footer .nav-f .text p {
    text-align: justify;
    line-height: 30px;
}
.nav-f .address ul li i {
    color: #dda033;
    font-size: 24px;
    padding-right: 10px;
}
.nav-f .content ul li i {
    padding-right: 10px;
}
.nav-f .content ul li {
    padding: 10px 0;
}
.footer-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.footer-shape svg {
  position: relative;
  display: block;
  width: calc(161% + 1.3px);
  height: 150px;
}

.footer-shape .shape-fill {
  fill: #FFFFFF;
}
.footer-nav-div {
    background-color: #3D3E3E;
    padding: 200px 0px 80px 0px;
}
#footer {
    position: relative;
}
.tit_crumb ul {
    display: flex;
    align-items: center;
    height: 50px;
    margin-left: 35px;
}
.tit_crumb ul li:not(:last-child) {
    position: relative;
    padding-right: 5px;
}
.tit_crumb ul li a {
    color: #ff7600;
    font-size: 14px;
}
.tit_crumb ul li span {
    font-size: 14px;
}
.right-1 .tit {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    background: #ffc000;
    color: #000;
    text-align: center;
    margin-top: 30px;
}
.b_title11 {
    margin-bottom: 15px;
    border-bottom: 1px solid #eded;
    padding-bottom: 10px;
}
.b_title11 .date {
    color: #999999;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 0;
}
.head-abtt .tit_crumb ul {
    padding: 0 15px;
}
#sim_blog {
    display: block;
    margin: 30px 0;
}
#sim_blog .tit__ {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}
#sim_blog .tit__:after {
    content: '';
    display: block;
    width: 200px;
    height: 3px;
    background: #138645;
    position: absolute;
    left: 0;
    bottom: -5px;
}
#sim_blog ul li {
    display: block;
    padding: 4px 0 4px 15px;
    position: relative;
}
#sim_blog ul li:after {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    top: 7px;
    left: 0;
}
.cont-cd {
   width: 100%;
}
.cont-cd .tit h1 {
   text-align: center;
   font-size: 40px;
   text-transform: uppercase;
}
.cont-cd .des p {
   text-align: justify;
}
.head-abtt .tit_crumb ul {
    margin: 0 !important;
}
.vct-cd h1 {
    text-align: center;
    font-size: 50px;
    color: #cdaa7c;
    line-height: 70px;
    font-family: 'Dancing Script', cursive;
    /* font-family: "Satisfy-Regular"; */
    font-weight: 400;
    margin-top: 10px;
}
.tit-cd-content h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    color: #04603e;
    margin-bottom: 20px;
}
.content_news  {
    text-align: justify;
    list-style: 40px;
}
.content_news ul {
    margin-left: 35px;
}
.content_news ul li {
    list-style: disc;
}
.vct-home h1 {
    text-align: center;
    font-size: 50px;
    color: #cdaa7c;
    line-height: 70px;
    font-family: 'Dancing Script', cursive;
    /* font-family: "Satisfy-Regular"; */
    font-weight: 400;
    margin-top: 10px;
}
/*------------------------------------*\
   contact
\*------------------------------------*/
#w-contact {
    margin: 30px 0;
}
.contact-l, .contact-r {
    background: #fff;
}
#w-contact .b-title {
    display: block;
    padding: 15px 20px;
    background: #ffc000;
    border-radius: 5px 5px 0 0;
}
.b-title h3 {
    color: #000;
    margin: 0;
}
#w-contact .b-content2 {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-top: 0;
}
#w-contact ul li {
    padding: 3px 0;
}
.contact-l, .contact-r {
    background: #fff;
}
#w-contact .b-content2 {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-top: 0;
}
#w-contact form {
    padding: 20px 0;
}
#w-contact form input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    border: 1px solid #333;
    padding: 0 5px;
    background: #ffffff;
    outline: none;
}
#w-contact form textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #333;
    padding: 0 5px;
    background: #ffffff;
    height: 150px;
    outline: none;
}
.tab-content table {
        width: 100% !important;
    }