/******************
* Your custom css *
*******************/
.navbar-d > ul > li > a {
  padding: 0 10px;
  font-weight: 600;
}

.navbar-d > ul > li:first-child > a {
  padding-left: 0;
}

.navbar-d > ul > li:last-child > a {
  padding-right: 0;
}

.cc-content.items {
  padding: 0 15px;
}

.cc-content.items .item .cc-image {
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    border: 3px solid #2aacff;
    box-shadow: 10px 10px 0px #eee;
    background: #fff;
}

.cc-content.items .item .cc-image img {
    max-width: 100%;
    max-height: 100%;
    padding: 20px 10px;
}

.cc-content.items .item h4.gt-title {
    padding-top: 35px;
    padding-bottom: 5px;
    padding-left: 120px;
    border-bottom: 3px solid #eee;
    text-transform: capitalize;
}

.post-page .post-image {
  width: 30%;
}

.post-page .post-header {
  text-align: left;
}

.post-page .post-title {
  padding-bottom: 0;
}

.post-page .post-details {
  width: 70%;
}

.post-page .post-title:before {
  display: none;
}

.post-page .aw-blog-read-more {
  display: inline-block;
  margin-top: 5px;
}

@media only screen and (max-width: 575px) {
  .post-page .post-image, .post-page .post-details {
    width: 100%;
  }
}

.class-item-layout {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.class-item-content {border: 1px solid #6cbee4;}
.class-item-content .class-header {
  background: #6cbee4;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.class-item-content p {padding: 0 10px;}
.class-item-content p span {margin-right: 10px;}
.info.code {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.info.code i {color: #fff;}
.info-more.ci-status {font-size: 16px;}
.description {
  display: inline-block;
  width: 100%;
  line-height: 24px;
}
.description p {margin-bottom: 0px;}
.description p strong {margin-right: 7px;}

.news-tag ul {
  margin-top: 20px;
}
.news-tag ul li {
    display: inline-block;
    background-color: #e9eef2;
    margin-right: 15px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease-in;
}
.news-tag ul li:first-child {
    background-color: #2c343b;
}
.news-tag ul li i {
    color: #fff;
    padding: 0px 15px;
}
.news-tag ul li a {
    color: #2c343b;
    padding: 0px 15px;
    display: inherit;
}

@media only screen and (max-width: 768px) {
  #header-main {
    position: relative;
  }
  #header-main .header {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header-main .header .fa {
    font-size: 1.5rem;
  }
}

.testimonial .ttm-inner {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  background: #fff;
}

.testimonial .ttm-header {
  background: rgba(108, 190, 228, 0.6);
  flex-shrink: 0;
}

.testimonial .ttm-header:after {
  left: 15%;
}

.testimonial .ttm-header .thumb {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  object-fit: cover;
  margin: 0;
  border: 0;
  border-radius: 100rem;
}

.testimonial .ttm-header .thumb img {
  width: 100%;
  height: 100%;
}

.testimonial .ttm-header .info {
  padding-left: 20px;
  flex: 1;
} 

/*=================== Start phone ring ===============*/
.mobile-only {display: none;}
.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 120px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 200000 !important;
}
.suntory-alo-phone.suntory-alo-phone-0 {left: 0; bottom: 0;}
.suntory-alo-phone.suntory-alo-phone-1 {right: 0px; bottom: 0px;}
.suntory-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 100px;
}
.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 15px;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}
.suntory-alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 50px;
  left: 25px;
  opacity: 1;
  position: absolute;
  top: 25px;
  transform-origin: 50% 50% 0;
  width: 50px;
  z-index: 1;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover { opacity: 1;}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
  border-color: #608727;
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: #bfebfc;
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill { 
  background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill { background-color: #608727;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill { background-color: rgba(0, 175, 242, 0.9);}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle { background-color: #00aff2;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle { background-color: #608727;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle { background-color: #00aff2;}
@keyframes suntory-alo-circle-anim {
  0% {
      opacity: 0.1;
      transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
      opacity: 0.5;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
      opacity: 0.6;
      transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-img-anim {
  0% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-fill-anim {
  0% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
      opacity: 0.2;
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 30px;
  line-height: 50px;
  padding-left: 10px;
  color: #fff;
}
.phone-pc {
  background: #00aff2;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  top: 35px;
  left: 68px;
  position: relative;
  width: auto;
  text-align: center;
  border-radius: 0 10px 10px 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.suntory-alo-phone:hover .phone-pc { background: #608727;}
.show-phone {
  visibility: visible;
  opacity: 1;
  width: auto;
}
@media (max-width: 480px) {
  .mobile-only {display: block;}
  .pc-only {display: none;}
}
/*=================== End phone ring ===============*/
.single-widget .section-title {
    position: relative;
    background: #6cbee4;
    color: inherit;
    font-size: 1rem;
    padding: 1rem;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.home_news .block-post {
  width: 100%;
}

.home_news .block-post .block-post-img {
  text-align: center;
}

.single-widget {
  overflow: unset
}

.single-widget .content-widget ul ul {
  padding: 0 15px;
  border: 1px solid #6cbee4;
  z-index: 9;
}

.single-widget .content-widget ul > li:hover > a {
  color: #0982bd;
}
.slide-news .owl-carousel .block-post {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.slide-news .owl-carousel .block-post .block-post-img {
  height: 165px;
}
.slide-news .owl-carousel .block-post .block-post-img img {
    height: 165px;
    width: 100%;
    object-fit: cover;
}
.relatived-post.mt-4.bg-white {
    display: none;
}