
html,
body {
padding: 0;
margin: 0;
background: #fff;
    /*font-family: font_beau;*/
}
html {
scroll-behavior: smooth;
    /*font-family:font_beau;*/
}
body a {
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
}
input[type="button"],
input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
letter-spacing: 1px;
/*font-family: 'Roboto', sans-serif;*/
}
select,input[type="email"],input[type="text"],input[type=password],
input[type="button"],input[type="submit"],textarea,span{
/*font-family: 'Roboto', sans-serif;*/
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
/*font-family: 'Roboto', sans-serif;*/
/*letter-spacing: 1px;*/
}
p {
margin: 0;
padding: 0;
/*letter-spacing: 1px;*/
/*font-family: 'Roboto', sans-serif;*/
}
ul {
margin: 0;
padding: 0;
    /*font-family: 'A', sans-serif;*/
}

.about, .location, .tabs, .veg-info, .gallery, .footer-w3layouts-bottem{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
/*-- //Reset-Code --*/
h3.title {
    font-size: 30px;
    color: #d4a331;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 2px 0px 2px #041831;
    /*margin-bottom: 1em !important;*/
}
.title-w3ls-text p {
    color: #272525;
    letter-spacing:0px;
    line-height: 26px;
    /*padding: 0em 18em;*/
}
.ser-text-wthree h4,.blog-txt-info h4 a,.footer-bottom-info h4{
    font-size: 15px;
    color: #ffffff;
    padding-bottom: 0.3em;
    text-transform: uppercase;
     font-family: font_UTMAvo !important; 
    font-weight: 600;
}
.sent-butnn:hover,.view-buttn a:hover {
    opacity: .8;
}
p{
    font-size: 15px;
    color: #272525;
    line-height: 2em;
}

/* navigation */


/* CSS Document */

.toggle-2,
.toggle,
[id^=drop] {
  display: none;
}


/* Giving a background-color to the nav container. */

nav {
  margin: 0;
  padding: 0;
}
#logo a {
    float: left;
    display: initial;
    font-weight: 400;
    font-size: 43px;
    letter-spacing: 1px;
    color: #fff;
    padding: 0px 12px;
}
.sub-headder h6 a {
    font-size: 13px;
    position: absolute;
    top: 3px;
    border: none;
    border-left: 2px solid #fff;
    left: 89px;
    padding-left: 7px;
    line-height: 21px;
    color: #ffc107;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-transform: capitalize;
}
/* Since we'll have the "ul li" "float:left"
* we need to add a clear after the container. */

nav:after {
  content: "";
  display: table;
  clear: both;
}


/* Removing padding, margin and "list-style" from the "ul",
* and adding "position:reltive" */

nav ul {
  /*float: right;*/
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
    text-align: center;
}


/* Positioning the navigation items inline */

nav ul li {
  margin: 10px 0;
  display: inline-block;
  /*float: left;*/
    /*border-bottom: 1px solid #f3b931;*/
}
nav ul li:hover {
    /*margin: 0px;*/
    /*display: inline-block;*/
    /*float: left;*/
    border-bottom: 1px solid #fff;
}

/* Styling the links */

nav ul li a {
    color: #000830;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 25px;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
nav ul li ul li:hover {
  background: #f8f9fa;
}

.menu li .drop-text:hover {
  color: #fff;
  border: none;
}
/* Background color change on Hover */
/*.menu li.active a,.menu li a:hover{border-bottom: 1px solid #d4d4d4;}*/
.menu li a:hover {
  /*opacity: 0.8;*/
  color:#b18312;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
/* Hide Dropdowns by Default
* and giving it a position of absolute */

nav ul ul {
  display: none;
  position: absolute;
  top: 33px;
  background: #000;
  padding: 10px;
  border-radius: 4px;
  box-shadow: -1px 1px 5px black;
}


/* Display Dropdowns on Hover */

nav ul li:hover>ul {
  display: inherit;
}


/* Fisrt Tier Dropdown */

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul li a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  background: transparent;
}


/* Second, Third and more Tiers	
* We move the 2nd and 3rd etc tier dropdowns to the left
* by the amount of the width of the first tier.
*/

nav ul ul ul li {
  position: relative;
  top: -60px;
  /* has to be the same number as the "width" of "nav ul ul li" */
  left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */

li>a:only-child:after {
  content: '';
}

a.reqe-button {
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}


/* Media Queries
--------------------------------------------- */

@media(max-width: 800px) {
  nav a {
    font-size: 13px;
  }
}

@media all and (max-width: 767px) {

    /*form banner*/
    .form-banner-info form input[type="text"] {
        width: 100% !important;
    }

    .form-banner-info form input[type="email"] {
        width: 100% !important;
    }
    .form-banner-info form textarea {
        width: 100% !important;
    }
    .form-banner-info form button[type="button"].view-more-page {
        width: 100% !important;
    }
    /*--//form banner--*/

  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
	
  }
  nav {
    margin: 0;
  }
  /* Hide the navigation menu by default */
  /* Also hide the  */
  .toggle+a,
  .menu {
    display: none;
  }
  /* Stylinf the toggle lable */
  .toggle {
      margin-top: 1em;
    display: block;
    padding: 6px 17px;
    font-size: 14px;
    text-decoration: none;
    border: none;
    float: right;
    background-color: #e4bb59;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
      z-index: 999999999;
      position: relative;
  }
  .menu .toggle {
    float: none;
    text-align: center;
    margin: auto;
    max-width: 138px;
    padding: 10px 18px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  .menu .toggle:hover {
    color: #fff;
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  .toggle:hover {
    color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  label.toggle.toogle-2 {
    background: transparent;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
  }
  /* Display Dropdown when clicked on Parent Lable */
  [id^=drop]:checked+ul {
      display: inline-block;
      background: #104e6f00;
      padding: 15px 0;
      text-align: center;
      width: 100%;
  }
  /* Change menu item's width to 100% */
 nav ul li {
    display: block;
    width: 100%;
    padding:2px 0;
  }
  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }
  nav ul ul ul a {
    padding: 0 80px;
  }
  nav a:hover,
  nav ul ul ul a {
    background-color: transparent;
  }
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    padding: 14px 20px;
    color: #FFF;
    font-size: 15px;
  }
  /* 
nav ul li ul li .toggle,
nav ul ul a {
background-color: #212121;
} */
  /* Hide Dropdowns by Default */
  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */
  }
  /* Hide menus on hover */
  nav ul ul li:hover>ul,
  nav ul li:hover>ul {
    display: none;
  }
  /* Fisrt Tier Dropdown */
  nav ul ul li {
    display: block;
    width: 100%;
    padding: 0;
  }
  nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */
  }
  nav a {
    color: #000;
    font-size: 15px;
  }
  .menu li.active a,
  .menu li a:hover {
    background: transparent;
  }
}

@media all and (max-width: 568px) {
  nav a,
  .menu .toggle,
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    font-size: 14px;
  }
    .left-abut-txt{
        margin: 1em !important;
    }
}

@media all and (max-width: 320px) {
  nav a,
  .menu .toggle,
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    font-size: 13px;
  }
}


/*-- dropdown --*/


/* headder */
/*-- banner-- */
.headder-top {
    position: fixed;
    width: 100%;
    padding: 0.2em 1em;
    background: #ffffff;
    z-index: 999;
    box-shadow: 5px 4px 5px black;
}
.main-banner {
    padding-top: 6em;
}

.social-icons ul li{
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 36px;
    border-radius: 50px;
    margin: 0px 2px;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.social-icons ul li.facebook {background:#0078d7;}
.social-icons ul li.twitter{background:#1da1f2;}
.social-icons ul li.rss{background:#f26522;}
.social-icons ul li a span{
  color: #fff;
  font-size:15px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
}
.social-icons ul li,.news-date-list ul li{
    display: inline-block;
}
.banner-right-txt h2 {
    color: #eac350;
    font-size: 20px;
    font-weight: 700;
    /* text-transform: capitalize; */
    /* letter-spacing: 2px; */
    text-shadow: 3px 1px 1px black;
    line-height: 30px;
    text-align: left;
}
.slide-info-txt p {
    color: #dadada;
    font-size: 15px;
    text-shadow: 2px 2px 8px #000;
    line-height: 27px;
    letter-spacing: 1px;
    padding: 3em 15em 0em;
}
.banner-right-txt h5 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
}
.view-buttn a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 1px;
    outline: none;
    font-weight: 400;
    border-radius: 0px;
    background-color: #3e3e3e;
    padding: 8px 15px;
    border: 2px solid #989898;
}
/*--// banner-- */
/*--about--*/

.abut-img-two img {
    position: absolute;
    top: 303px;
    width: 82%;
    left: 36%;
}
.about-right-grid h3, .store-details h4 {
    font-size: 35px;
    color: #c50e1f;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 34px;
    /*font-family: 'Patrick Hand', cursive;*/
}
.abut-img-w3l img,.abut-img-two img  {
    box-shadow: -2px -2px 5px #7b7b7b;
}
/*--// about-- */
/*.store-info,.veg-info,.blog {*/
/*    background: #ececec;*/
/*}*/
.grid-wthree-service img{
border-radius: 50%;
box-shadow: 1px 1px 7px #a2a2a2;
}
.grid-wthree-service {
    background: rgb(255, 255, 255);
    padding: 2em 1.5em;
    box-shadow: 0px 0px 9px #c7c7c7;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.grid-wthree-service:hover {
    background: #ffc107;
}
/* --veg-info --*/
.w3three-veg-org h6,.blog-info a ul li ,.news-date-list ul li a,.footer-office-hour h6,.footer-office-hour ul li span,.store-details h6{
    font-size: 14px;
    color:#c50e1f;
}
.w3three-veg-org h5 {
    font-size: 19px;
    color:#28a745;
}
/*--blog --*/
.blog-info {
    position: absolute;
    top: 10px;
    left: -8px;
    width: 19%;
}
.w3ls-post-img {
    position: relative;
}
.blog-info a ul {
    margin: 0;
    background:#ffc107;
    padding: 15px;
    text-align: center;
}
.blog-txt-info {
    position: absolute;
    top: 138px;
    background: #f7f7f7;
    width: 84%;
    left: 8%;
    padding: 1em 1.5em;
}
/*--//blog --*/
/* --gallery --*/
/* popup */
.popup-effect {
  position:fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.popup-effect:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  background: #fff;
  border-radius: 4px;
  max-width: 430px;
  position: relative;
  margin: 3em auto;
  padding: 3em 2em;
  z-index: 999;
  text-align: center;
}

.popup .close {
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.popup .close:hover {
  color: #686de0;
}
/* //popup */
/* --//gallery --*/
/*--map-- */
.address_mail_footer_grids iframe {
    width: 100%;
    height: 24em;
    border: none;
    padding: 10px;
}
/*--//map-- */
/*--contact--*/
.contact-forms input, .contact-forms textarea {
    font-size: 14px;
    color: #000;
    padding: .9em 0em;
    outline: none;
    border: none;
    border-bottom: 2px solid #28a745;
    border-radius: 0px;
    outline: none;
    background: transparent;
}
.contact-forms textarea {
    resize: none;
    height:11em;
}
.sent-butnn {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    background:#c50e1f;
    padding: 7px 20px;
    border-radius: 0px;
    margin-top: 10px;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*--//contact--*/

/*--footer-- */
.newsletter input[type="email"] {
    outline: none;
    padding: 13px 15px;
    color: #000;
    font-size: 14px;
    width: 80%;
    border-radius: 0px;
    background:#fff;
    border: 1px solid #000;
}
button.btn1 {
    width: 20%;
    color: #fff;
    border: 1px solid #000;
    padding: 11.5px 0;
    font-size: 16px;
    background:#c50e1f;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer;
}
.bottem-wthree-footer {
    background: #3a2d24;
}
.footer-w3layouts-bottem {
    position: relative;
    background: rgb(63 60 55);
    color: #fff;
}
.footer-office-hour ul li p,.footer-office-hour ul li p a,.footer-office-hour p{font-size: 13px;
    color: #bbb9b9;
    line-height: 21px;
}
.bottem-wthree-footer p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}
.bottem-wthree-footer p a {
    color: #ff5e00;
    font-size: 14px;
}
.bottem-wthree-footer p a:hover{color: #fff;}
a.move-top span {
    display: inline-block;
    font-size: 25px;
    color: #fff;
}
/*--//footer-- */
/*--responsive--*/
@media(max-width:1920px){
	
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
.banner-left-side {
    min-height: 680px;
}	
.main-banner {
    padding-top: 5em;
}

#logo a {
    font-size: 41px;
}
.sub-headder h6 a {
    left: 85px;
}

.grid-wthree-service {
    padding: 1.8em 1.5em;
}
.address_mail_footer_grids iframe {
    height: 22em;
}
}
@media(max-width:1366px){
.about-right-grid h2, .store-details h4 {
font-size: 33px;
}
.contact-forms textarea {
height: 10em;
}	
.blog-info {
width: 18%;
}
.banner-right-txt h5 {
font-size: 28px;
}
.contact-forms input, .contact-forms textarea {
    padding: .8em 0em;
}
}
@media(max-width:1280px){
.social-icons ul li {
    width: 33px;
    height: 34px;
    line-height: 34px;
}	
.social-icons ul li a span {
    font-size: 14px;
}
.view-buttn a {
    padding: 8px 13px;
}
.w3three-veg-org h5 {
    font-size: 18px;
}
.address_mail_footer_grids iframe {
    height: 20em;
}
}
@media(max-width:1080px){
nav ul li a {
    padding: 8px 22px;
}
.slide-info-txt p {
padding: 3em 11em 0em;
}
.banner-left-side {
    min-height: 600px;
}
.main-banner {
    padding-top: 5em;
}

.abut-img-two img {
    top: 273px;
    width: 72%;
}
.title-w3ls-text p {
    font-size: 15px;
    /*padding: 0em 15em;*/
}
#logo a {
    font-size: 39px;
}
.grid-wthree-service {
    padding: 1.6em 1.3em;
}

}
@media(max-width:1050px){
.blog-txt-info {
    width: 86%;
    left: 7%;
    padding: 1em 1.3em;
}
.ser-text-wthree h4, .blog-txt-info h4 a, .footer-bottom-info h4 {
    font-size: 16px;
	}
.blog-info a ul {
    padding: 13px;
}
}
@media(max-width:1024px){
button.btn1 {
    padding: 9.5px 0;
}	
.newsletter input[type="email"] {
    outline: none;
    padding: 10px 13px;
}
.contact-forms input, .contact-forms textarea {
    padding: .7em 0em;
}
.contact-forms textarea {
    height: 9em;
}
.w3three-veg-org h6, .blog-info a ul li, .news-date-list ul li a, .footer-office-hour h6, .footer-office-hour ul li span, .store-details h6 {
    font-size: 13px;
}
}
@media(max-width:991px){
  .info-banner {
  
    background-image: linear-gradient(to right,rgba(14, 65, 92, 0.89) 75%, rgb(40 85 109))!important;
    
}
    .banner-right-txt {
        width: 100% !important;
    }
    nav ul li a {
        font-size: 13px;
        padding: 8px 10px;
    }
.slide-info-txt p {
    padding: 3em 3em 0em;
}

.banner-right-txt h5 {
    font-size: 26px;
}

#logo a {
    font-size: 37px;
}
/*.title-w3ls-text p {*/
    /*padding: 0em 9em;*/
/*}*/
.left-abut-txt,.store-image-right,.veg-list-text {
    margin-top: 37px;
}
.abut-img-two img {
    top: 192px;
    width: 69%;
}
.blog-info {
    width: 9%;
}
}
@media(max-width:900px){
.banner-left-side {
    min-height: 560px;
}
.main-banner {
    padding-top: 6em;
}


.about-right-grid h2, .store-details h4 {
    font-size: 31px;
}
.view-buttn a {
    padding: 8px 11px;
    font-size: 14px;
}
.grid-wthree-service {
    padding: 1.4em 1.3em;
}

}
@media(max-width:800px){
.abut-img-two img {
    left: 28%;
}	
.sub-headder h6 a {
    left: 76px;
}
.address_mail_footer_grids iframe {
    height: 18em;
}
.sent-butnn {
font-size: 15px;
padding: 7px 19px;
}
}
@media(max-width:768px){
nav ul li a {
    padding: 8px 10px;
}
#logo a {
    font-size: 35px;
}
.banner-right-txt h5 {
    font-size: 24px;
}
.slide-info-txt p {
    font-size: 14px;
    line-height: 25px;
}	
.ser-text-wthree h4, .blog-txt-info h4 a, .footer-bottom-info h4 {
    font-size: 21px;
}
.w3three-veg-org h5 {
    font-size: 17px;
}
}
@media(max-width:767px){
.slide-info-txt p {
    padding: 2.5em 1em 0em;
}

/*.title-w3ls-text p {*/
    /*padding: 0em 3em;*/
/*}*/
.grid-wthree-service {
    padding: 1.2em 1.1em;
}
.blog-info {
    width: 11%;
}
.blog-txt-info {
    left: 25%;
}
.address_mail_footer_grids iframe {
    height: 16em;
}

.contact-forms textarea {
    height: 8em;
}
.footer-bottom-info:nth-child(2),.footer-bottom-info:nth-child(3) {
    margin-top: 26px;
}
}
@media(max-width:736px){
.social-icons ul li {
    width: 31px;
    height: 32px;
    line-height: 31px;
}
.banner-left-side {
    min-height: 513px;
}
.main-banner {
    padding-top: 5em;
}

.abut-img-two img {
    top: 232px;
    width: 83%;
}
.about-right-grid h2, .store-details h4 {
    font-size: 29px;
}
.blog-txt-info {
    padding: 1em 1em;
}
.address_mail_footer_grids iframe {
    height: 14em;
}	
}
@media(max-width:667px){
.doi-tac{
    display: none !important;
}

.slide-info-txt p {
    padding: 2em .5em 0em;
}
.abut-img-two img {
    left: 21%;
}
.blog-txt-info {
    left: 23%;
}

}
@media(max-width:640px){
.ser-text-wthree h4, .blog-txt-info h4 a, .footer-bottom-info h4 {
    font-size: 20px;
}
.banner-left-side {
    min-height: 493px;
}


.title-w3ls-text p {
font-size: 14px;
}
.grid-wthree-service {
    padding: 1.1em 1em;
}
.blog-txt-info {
    left: 18%;
}
}
@media(max-width:600px){

#logo a {
    font-size: 32px;
}
.sub-headder h6 a {
    left: 66px;
    top: -1px;
}
.abut-img-two img {
    left: 18%;
    top: 249px;
}
.blog-txt-info {
    left: 16%;
}
.address_mail_footer_grids iframe {
    height: 13em;
}
}
@media(max-width:568px){
.abut-img-two img {
    left: 15%;
}	
.about-right-grid h2, .store-details h4 {
    font-size: 28px;
}
.blog-txt-info {
    width: 100%;
	position: inherit;
	top:0px;
	left:0%;
	}

.contact-forms input, .contact-forms textarea {
    padding: .6em 0em;
}
.sent-butnn {
    font-size: 14px;
    letter-spacing: 1px;
}
}
@media(max-width:480px){
.banner-left-side {
    min-height: 460px;
}
.main-banner {
    padding-top: 4em;
}

.banner-right-txt h5 {
    font-size: 22px;
}
/*.title-w3ls-text p {*/
    /*padding: 0em 1em;*/
/*}*/
.abut-img-two img {
    position: inherit;
    width: 100%;
    top:0px;
    left:0%;
	margin-top:20px;
}	
.bottem-wthree-footer p {
    letter-spacing: 1px;
}
.blog-info {
    width: 13%;
}
}
@media(max-width:440px){
#logo a {
    font-size: 30px;
}
.banner-right-txt h5 {
    letter-spacing: 1px;
}	
.slide-info-txt p {
    padding: 1.7em .5em 0em;
}
/*.title-w3ls-text p {*/
    /*padding: 0em.2em;*/
/*}*/
.about-right-grid h2, .store-details h4 {
    font-size: 26px;
}
.ser-text-wthree h4, .blog-txt-info h4 a, .footer-bottom-info h4 {
    font-size: 19px;
}
}
@media(max-width:414px){
    .title-table1, .title-table{
        font-size: 15px !important;
    }
.w3three-veg-org h5 {
    font-size: 16px;
}
.main-banner {
    padding-top: 5em;
}
.grid-wthree-service {
    padding: 1em 1em;
}

button.btn1 {
    padding: 7px 0;
}
.newsletter input[type="email"] {
    padding: 8px 13px;
}
}
@media(max-width:384px){
.banner-left-side {
    min-height: 440px;
}
.main-banner {
    padding-top: 5em;
}

.blog-info {
    width: 16%;
}
}
@media(max-width:375px){

.w3three-veg-org h5 {
    font-size: 15px;
}
.ser-text-wthree h4, .blog-txt-info h4 a, .footer-bottom-info h4 {
    font-size: 18px;
}
.address_mail_footer_grids iframe {
    height: 11em;
}
.contact-forms textarea {
    height: 7em;
}	
}
@media(max-width:320px){

.slide-info-txt p {
    padding: 1.5em .5em 0em;
}
.main-banner {
    padding-top: 5.5em;
}
.about-right-grid h2, .store-details h4 {
    font-size: 25px;
}
.blog-info {
    width: 18%;
}
/*h3.title {*/
    /*font-size: 35px;*/
/*}	*/
}
.ser-icon img{
    width: 100%;
    border: 1px solid black;
}
.ser-icon h3{
    margin: 15px 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.w3three-veg-org h3{
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.banner-right-txt{
    /*background: #554438;*/
    width: 100%;
    padding: 1em;
    /* border-radius: 15%; */
    /* box-shadow: 5px 2px 5px #04306b; */
    /*border: 1px solid #906227;*/
    /*border-bottom-left-radius: 15%;*/
    /*border-top-right-radius: 20%;*/
    text-align: center;
}

.footer-bottom-info form input[type="text"] {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
}
.footer-bottom-info form input, .footer-bottom-info form textarea {
    margin: 5px 0;
    border: 1px solid #cccccc;
    font-size: 14px;
}
.footer-bottom-info form input[type="email"] {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
}
.footer-bottom-info form textarea {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
}
.footer-bottom-info form button[type="button"].view-more-page {
    background: linear-gradient(45deg, #dda825 0%, #dda825 39%, #e2b032 42%, #f9cf69 49%, #fdd674 52%, #ffd878 53%, #fed775 55%, #fad06b 58%, #e5b338 63%, #dda825 66%, #dda825 100%);
    padding: 10px 50px !important;
    margin: 7px 0;
    width: 100%;
    color: white;
    border: none;
    position: relative;
}
.text-p{
    font-size: 15px;
    margin-left: 30px;
    list-style: square;
    line-height: 2em;
    color: #fff;
}
.img-fluid{
    box-shadow: 5px 5px 5px black;
    border: 1px solid #a08212;
}
.banner-right-txt h3 i {
    color: #dcb965;
    font-size: 22px;
    margin-right: 10px;
}
.banner-right-txt p {
    color: rgb(234, 198, 117);
    /*font-weight: 600;*/
    text-align: left;
    font-size: 16px;
    margin-left: 15px;

}
.banner-right-txt h2 span{
    color: #fff;
    font-size: 17px;
}
.footer-office-hour ul li a{
    color: #fff;
}

.info-banner h2{
    font-size: 22px !important;
    text-align: center;
    /*text-transform: uppercase;*/
    margin-bottom: 1em;
    color: #fff;
    font-weight: 600 !important;
    text-shadow: 3px 1px 1px black;
    line-height: 1.6em;
}
/*form banner*/
.form-banner-info{
    text-align: center;
}
.form-banner-info form input[type="text"], .form-banner-info form input[type="date"], .form-banner-info form input[type="time"] {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
}
.form-banner-info form select {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
}
.form-banner-info form input, .form-banner-info form textarea {
    margin: 0;
    border: 1px solid #cccccc;
    font-size: 14px;
}
.form-banner-info form input[type="email"] {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
}
.form-banner-info form textarea {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
}
.form-banner-info form button[type="button"].view-more-page {
      /* background: linear-gradient(45deg, #dcb965 0%, #d8bb75 39%, #e0bf6f 42%, #f9cf69 49%, #fdd674 52%, #ffd878 53%, #fed775 55%, #fad06b 58%, #e5b338 63%, #dda825 66%, #dda825 100%); */
    background: #dcb965;
    padding: 10px 50px !important;
    margin: 7px 0;
    width: 100%;
    color: #0a0a0a;
    border: none;
    position: relative;
    font-weight: 600;
}
/*--//form banner--*/
/*.tong-quan{*/
/*    background: url("../images/virgo-hotel-&-apartment-nha-trang.jpg") no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/

/*}*/
.left-abut-txt{
    margin: 2em;
}
.img-tong-quan{
    text-align: center;
}
.about-right-grid{
    background: #004072bf;
    padding: 1em;
}
h1.para-text{
    color: #fff;
    text-align: center;
    border-top: 1px solid #dbac38;
    margin-top: 2em;
    padding-top: 1em;
}
.info-banner h2{
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #dbac38;
}
/*.contact{*/
/*    border-bottom: 1px solid beige;*/

/*}*/
.doi-tac{
    padding: 1em 0;
    border-bottom: 1px solid beige;
}
.banner-text{
        background: #ffffff8f;
    box-shadow: 0 0 3px #fff;
}
.text-slide{
        color: #082b56;
    font-size: 17px;
    font-weight: 600;
    padding-top: 10px;
}


.footer-office-hour ul{
    list-style: square;
    line-height: 2em;
}
.footer-office-hour ul li{
    font-size: 16px;
    color: #fff;
}
.veg-info p{
    color: #0e0e0e;
    margin-bottom: 1em;
    text-align: left;
}
.veg-info img{
    width: 100%;
}
.left-form-dv{
  float: left !important;
  padding: 0 3px 0 0 !important;
}
.right-form-dv{
  float: right !important;
  padding: 0 0 0 3px !important;
}
.aligncenter tr, .aligncenter td, .aligncenter th {
      color: #020202;
    padding: 10px;
    width: auto;
    height: auto;
    white-space: normal!important;
    border: 1px solid #ccc;
}
.title-table{
   background: #e0912d;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.title-table1{
    font-size: 15px;
}
.title-table2{
  background: #e0912d;
}
.left-imag-agile-txt p{
     font-size: 15px;
     letter-spacing: 0;
     font-weight: 500;
     color: #101010;
    margin-top: 1em;
 }
.left-imag-agile-txt p span{
    font-size: 20px;
    color: #dfa10c;
    font-style: italic;
}
.form-dat-ve p{
    text-align: left;
    color: #000;
}
.form-dat-ve{
  border: 1px dotted;
    padding: 10px;
    box-shadow: 0px 0px 10px black;
}
    
.loai-xe-p-title{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.icon-list{
    margin-right: 5px;
}
.footer-office-hour p {
    font-size: 30px;
    letter-spacing: 1px;
    /* color: #fff; */
    /* color: #cba442 !important; */
    text-transform: uppercase;
    /* background: #cbaf68 -webkit-gradient(linear, left top, right top, from(#c7a652), to(#c5a961), color-stop(0.5, #f3e1b3)) 0 0 no-repeat; */
    background: -webkit-linear-gradient(left, #be9945, #e0b936, #f6ed78, #be9945, #f8e473, #f9e876, #be9945);
    color: rgba(255, 255, 255, 0.1);
    position: relative;
    -webkit-animation: shine 2s infinite;
    -webkit-background-clip: text;
    -webkit-background-size: 300px;
    font-weight: 700;
    margin: 10px 0 0 28px;
}
.swiper-wrapper .swiper-slide img{
    width: 100%;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #d6a028 !important;
}
h3.tittle {
        font-size: 20px;
    letter-spacing: 1px;
    color: rgb(207 170 81)!important;
    /*font-weight: 700;*/
    /* text-shadow: 1px 1px 0px black; */
    display: inline-block;
    padding-bottom: 0.3em;
    border-bottom: 1px solid;
}
.table-gia{
    text-align: center;
    margin: 0 3em;
}
table{
    width: 100%;
}
p.para-note{
    margin: 0.8em 0 2em 2em;
    font-size: 14px;
}
p.para-note span{
    color: rgb(214, 160, 40);
    border-bottom: 1px solid;
}
a.view-more-bg{
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #b58718;
    border-bottom: 1px solid;
}
a.view-more-bg:hover{
    color: rgb(7, 59, 85);
}
.subscribe_form p{
  text-align: left;
  color: #2a2828
}
.subscribe_form1 p{
  text-align: left;
  color: #000
}
.dropbtn {
    color: #000830;
    padding: 16px;
    font-size: 14px;
    border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  width: 300px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 48%);
  z-index: 1;
}

.dropdown-content a {
  color: #d1861f;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform: upercase!important;
  text-transform: uppercase;
  text-align: left;
}
.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
.xedichvu2{
  margin-top: 1em;
}
.xelientinh{
  margin-top: 1em;
}
.taxikhanhhoa-1 h4{
    position: absolute;
    bottom: 0;
    padding: 5px;
    font-size: 16px;
    margin: 0;
    background: #000000b5;
    color: #fff;
    width: 100%;
}
.taxikhanhhoa-2 p{
  text-align: left !important;
      margin: 1em 0;
}
h2.tittle1, h1.title1 {
   font-size: 20px!important;
    letter-spacing: 1px;
    color: rgb(214, 160, 40);
    /* font-weight: 550; */
    text-transform: CAPITALIZE;
    /* text-shadow: 1px 1px 0px black; */
    font-family: font_UTMAvo;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 0.3em;
}
.call-hotline{
  color: #100f0f;}
.gt-xe-san-bay{
  list-style-type: none;
  line-height: 2em;
  margin-left: 30px;
}
.text-left-st {
    text-align: left;
}
.copyright{
      background: #74602e;
          
}
.copyright p{
  font-size: 12px !important;
}
.dua-don-sb {
    list-style: none;
    font-size: 15px;
    line-height: 3em;
    margin-left: 20px;
}
.xe-co-tai{
  margin-bottom: 2em;
}

/*khoi dich vu chinh*/
/* Tổng thể Section */
.services-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    font-family: 'Arial', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Tiêu đề */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.main-title {
    color: #002d5b; 
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.sub-title {
    color: #666;
    font-style: italic;
    font-size: 16px;
}

/* Lưới hiển thị Card */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Style cho từng Card */
.service-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
}

/* Hình ảnh trong Card */
.card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: crop;
    transition: transform 0.5s ease;
}

.service-card:hover .card-image img {
    transform: scale(1.1);
}

/* Nội dung trong Card */
.card-content {
    padding: 25px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-content h3 {
    color: #002d5b;
    margin-bottom: 15px;
    font-size: 20px;
}

.card-content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 15px;
}

/* Nút Nhận báo giá */
.btn-quote {
    display: inline-block;
    background-color: #e0912d; /* Màu Vàng Cam từ Logo */
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.btn-quote:hover {
    background-color: #c77a1d;
    box-shadow: 0 5px 15px rgba(224, 145, 45, 0.4);
}

/* Responsive cho điện thoại */
@media (max-width: 768px) {
    .main-title {
        font-size: 22px;
    }
    
    .services-grid {
        grid-template-columns: 1fr; /* Hiện 1 cột trên điện thoại */
    }
}
/*End khối dịch vụ chính*/

/*Loại xe phục vụ*/
.fleet-section {
   
    background-color: #fff;
}

.fleet-slider {
    padding: 20px 10px 50px 10px;
}

.fleet-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.active-border {
    border: 2px solid #e0912d; /* Màu cam thương hiệu */
}

.fleet-image {
    position: relative;
    height: 500px;
}

.fleet-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #002d5b;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.badge.highlight {
    background: #e0912d;
}

.fleet-info {
    padding: 20px;
}

.fleet-info h3 {
    margin-bottom: 10px;
    color: #002d5b;
}

.car-desc {
    font-size: 14px;
    color: #777;
    height: 40px;
    margin-bottom: 15px;
}

.car-specs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #444;
}

.price-tag {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.price-tag span {
    color: #e0912d;
    font-size: 20px;
}

/* Tùy chỉnh nút Swiper */
.swiper-button-next, .swiper-button-prev {
    color: #002d5b;
    transform: scale(0.7);
}

.swiper-pagination-bullet-active {
    background: #e0912d;
}
/*End loại xe phục vụ*/
.p-qt{
  margin: 1em 0;
}
/*--//responsive--*/