/*Variable*/
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.copyright-inner {
    padding-bottom: 2rem;
    text-align: center;
}

.carousel-inner .carousel-item img {
    /* height: 250px; */
    object-fit: cover;
}

@media screen and (max-width: 575px) {
    .carousel-control-next, .carousel-control-prev {
        top: -80px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-inner .carousel-item img {
        /* height: 350px; */
    }
}

@media screen and (min-width: 1200px) {
    .carousel-inner .carousel-item img {
        /* height: 550px; */
    }
}

.section {
	padding: 40px 0;
}
.entry .read-more-news {
	color: #283d98;
}
.menu-vertical>li {
    position: relative;
    float: none;
    margin-left: -1px;
    margin-right: -1px;
    text-align: center;
}

.menu-vertical>li>a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: .005rem;
    padding: 1rem 1.7rem;
    color: #fff;
    background-color: var(--main-color);
    border-top: 1px solid #e6ebee;
    transition: all .35s;
}

.menu-vertical>li:first-child>a {
    border-top: none;
}

.menu-vertical>li i {
    margin-right: 12px;
}

.menu-vertical .list_menu>ul>li {
    margin-bottom: 7px;
    transition: all 0.3s ease;
}

.menu-vertical .list_menu>ul li a {
    display: block;
    font-size: 14px;
}

.menu-vertical .list_menu>ul>li>a {
    display: block;
}

.menu-vertical li.megamenu-container {
    position: relative;
}

.menu-vertical {
    width: 220px;
    height: 41px;
    margin-bottom: 0;
}

.menu-vertical .list_menu>ul {
    display: flex;
    flex-direction: column;
}

.menu-vertical .list_menu {
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    padding: 20px 20px;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: absolute;
    top: 100%;
    z-index: 99;
    right: 0;
    text-align: left;
    width: 100%;
    background-color: #fff;
    min-width: 220px;
    z-index: -1;
}

.menu-vertical:hover .list_menu {
    z-index: 99;
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(
0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(
0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.menu-vertical:hover>li:first-child>a {
	border-radius: 10px 10px 0 0;
}

.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 721px;
}

.menu.menu-vertical ul ul {
    top: -1rem;
}

.menu.menu-vertical.sf-arrows>li>a {padding-right: 2.8rem;}

.menu.menu-vertical.sf-arrows .sf-with-ul {
    position: relative;
}

.menu.menu-vertical.sf-arrows li ul .sf-with-ul::after {
    content: '\e81a';
    top: 50%;
    right: 0.2rem;
    margin-top: -1px;
    color: #000;
}

.menu.menu-vertical>li {
    background-color: #fbcc23;
    /* width: max-content; */
}

.menu.menu-vertical>li>a {
    color: #fff;
    border-color: #fbcc23;
    background-color: #fbcc23;
    /* width: max-content; */
}

.menu.menu-vertical>li ul li.shoot:hover:before,
.menu.menu-vertical>li ul li.shoot.show:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #fbcc23;
    z-index: 1040;
}

.menu.menu-vertical>li ul li:hover, .menu.menu-vertical>li ul li.show {
    background-color: #fbcc23;
}

.menu.menu-vertical>li ul li:hover>a,
.menu.menu-vertical>li ul li.show>a {
    color: #fff;
}
/*End variable*/

/* Featured products */
.featured-section {
    padding: 50px 0;
}

.featured-section-group .title {
    font-size: .9rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px 20px 12px;
    color: rgb(255 255 255 / 90%);
    background: rgb(0 0 0 / 20%);
    width: 100%;
    transition: all 0.3s ease;
}

.featured-section-group .style-5 .title, .featured-section-group .style-3 .title, .featured-section-group .image.style-6 .title {
    background: none;
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.image.style-6 .arrow {
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.image.style-6:hover .arrow {
    opacity: 1;
    visibility: visible;
}

.image.style-6 .title {
    position: unset;
    color: #333!important;
    padding: 12px 0 8px!important;
    border-bottom: 1px solid #eee;
    transition: all 0.35s ease;
}

.image.style-6:hover .title {
    border-bottom: 1px solid var(--main-color);
}

.featured-section-group .title h3, .featured-section-group .title .h3 {
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
}

.image, .block-image {
    position: relative;
    overflow: hidden;
}

.image img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.image:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.image img {
    height: 150px;
}

@media screen and (max-width: 767px) {
    .featured-section {
        padding: 30px 0;
    }
    .image.style-6 .title {
        background: #fff;
    }
    
    .featured-section-group .title {
        padding: 8px 10px 8px;
    }
    
    .featured-section-group .title h3, .featured-section-group .title .h3 {
        font-size: 1rem;
    }
    
    .featured-section-group .title p {
        font-size: 1.3rem;
    }
    
    .image.style-3 img, .image.style-5 img {
        height: 250px;
    }
}

@media screen and (min-width: 992px) {
    .image img {
        height: 290px;
    }
    
    .image.style-2 img {
        height: 445px;
    }
    
    .image.style-3 img, .image.style-6 img {
        height: 250px;
    }
    
    .image.style-6.height-2 img {
        height: 300px;
    }
    
    .image.style-6.height-3 img {
        height: 250px;
    }
    
    .image.style-4 img {
        height: 284px;
    }
    
    .image.style-5 img {
        height: 520px;
    }
}

@media screen and (min-width: 1200px) {
    .featured-section-group .title h3, .featured-section-group .title .h3 {
        font-size: 1.4rem;
    }
    .featured-section-group .title {
        font-size: 1.1rem;
    }
}

/* End featured products */

/*About*/
.intro-section {
    position: relative;
    padding: 50px 0;
    background: #e6e7e9;
}

.intro-section .card-body a {
    display: flex;
    align-items: center;
}

.intro-section .card-body a h3 {
    font-size: inherit;
    margin-bottom: 0;
    line-height: inherit;
}

.intro-section .content {
    padding-bottom: 20px;
}

.intro-section .owl-theme .owl-nav .owl-prev {
    background: none;
}

.intro-section .owl-theme .owl-nav .owl-next {
    right: 0;
    background: none;
}

.nav-btn.prev-slide {
    background-image: url(../images/left.png);
    width: 17px;
    height: 19px;
}

.nav-btn.next-slide {
    background-image: url(../images/right.png);
    width: 17px;
    height: 19px;
}

.info-box-list.owl-theme .owl-nav [class*='owl-']:hover {
    background: none!important;
    color: var(--color-grey);
}

.long-right-btn {
    color: var(--main-color);
}

.company-progress {
    padding: 50px 0;
}

.company-progress .image {
    position: relative;
    overflow: hidden;
}

.title-group .icon {
    position: absolute;
    right: 30px;
    top: -3px;
}

.tag-meta {
    display: inline-block;
    color: #fff;
    position: absolute;
    left: -40px;
    top: 50%;
    background-color: var(--color-primary);
    /* transform: rotate(-90deg); */
    padding: 5px 55px;
    z-index: 10;
}

@media screen and (max-width: 767px) {
	
}

@media screen and (min-width: 992px) {
    
    .info-box-list.owl-theme .owl-nav .owl-prev {
        left: -50px;
    }
    .intro-section .content {
        line-height: 30px;
        padding-bottom: 40px;
    }
    .company-progress .image {
        padding: 50px 0 50px 50px;
    }
    .company-progress .image:before {
        content: '';
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../images/bg-uy-tin.png);
        z-index: -1;
    }
}

/*End about*/

.map-section {
    position: relative;
}

.group-right {
    position: relative;
    padding: 15px;
}

.group-right .info-box .icon {
    width: 24px;
    height: 24px;
    line-height: 33px;
}

.guide-gg-maps {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    background-color: var(--color-primary);
    z-index: 10;
}

.guide-gg-maps a {
    color: inherit;
}

.guide-gg-maps img {
    max-width: 50px;
}

@media screen and (min-width: 992px) {
    #map {
        height: 550px;
    }
    .group-right {
        padding: 0 50px 50px 50px;
    }
    .group-right:before {
        content: '';
        width: 100%;
        height: 50px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: -50px;
    }
    .guide-gg-maps {
        left: 30%;
        width: 320px;
    }
}

/*News*/

.card-blog {
    padding: 50px 0;
    position: relative;
}

.blog-slider .entry {
    margin-bottom: 15px;
    padding: 0;
}

.blog-slider .entry-media {
    margin: 0;
    position: relative;
    border-radius: 10px;
}

.blog-slider .entry-media img {
    height: 185px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-slider .entry-date {
    background-color: #65829d;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font: 400 1.8rem/1 "Oswald", sans-serif;
    height: 5.3rem;
    left: .7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: .7rem;
    width: 4.4rem;
}

.blog-slider .entry-date span {
    display: block;
    font-size: 1.3rem;
    margin-top: .2rem;
}

.blog-slider .entry-body {
    border: 0;
    margin: 0;
    margin-left: 0;
    padding: 2rem 0 0;
}

.blog-slider .entry-title {
    font-family: Medium;
    font-size: 1.5rem;
    text-transform: capitalize;
    letter-spacing: -.01rem;
    margin-bottom: 0.8rem;
    color: #636363;
}

.blog-slider .entry-title a {
    color: inherit;
}

.blog-slider .entry-title a:hover {
	color: var(--main-color2);
}

.blog-slider .entry-content {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 7px;
}

.blog-slider .entry-content p {
    margin-bottom: 0.7rem
}

.news-right {
    position: relative;
    background-color: var(--color-primary);
    padding: 15px 0 15px 10px;
}

.news-right .news-block {
    position: relative;
    background-color: #fff;
    padding: 50px;
}

.news-right .news-block .title span {
    font-family: Bold;
    color: #f1f1f1;
    font-size: 1.6rem;
    margin-left: 10px;
}

@media screen and (min-width: 992px) {
    .news-right .news-block {
        left: -30px;
    }
    .news-right .news-block .title span {
        font-size: 3rem;
    }
}

/*End news*/

/*Brands*/
.partners-container {
    padding: 50px 0;
}

.partners-container .partner img {
    height: 62px;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
	.partners-container {
        padding-bottom: 0;
    }
}

/*End brands*/

/*Footer*/



@media screen and (min-width: 992px) {
	.border-lg-right {
		border-right: 1px solid rgb(238 238 238 / 50%);
	}
}

@media screen and (max-width: 767px) {
	.widget-title-link {
		margin: 20px 0 8px;
	}

	.widget-title-link br {
		display: none;
	}

}
/*End footer*/

/*Page Blog*/
.blog-page .entry-media img {
	height: 170px;
	object-fit: cover;
	width: 100%;
}
/*End page blog*/

/*Gallery page*/
.home-gallery {
    padding: 50px 0;
}
.gallery-group-content {
    text-align: center;
}
.gallery-group-content .image img {
    height: 250px;
    object-fit: cover;
}
.projects-carousel .item {
    position: relative;
    padding-top: 20px;
    transition: all 0.35s;
}
.gallery-group-content .gallery-title {
    height: 0;
    opacity: 0;
    background-color: var(--main-color);
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    padding: 12px 25px;
    position: absolute;
    bottom: -20px;
    bottom: 0;
    right: 50%;
    transform: translate(50%,44%);
    transition: height 0.35s;
}

.projects-carousel .item:hover {
    margin-top: -20px;
}

.projects-carousel .item:hover .gallery-title {
    height: 43px;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .projects-carousel .item .gallery-title {
        height: 43px;
        opacity: 1;
    }
    .projects-carousel .item {
        padding-bottom: 20px;
    }
    .gallery-group-content .gallery-title {
       font-size: 13px;
        padding: 7px;
        width: 100%;
        transform: translate(50%,35%);
    }
    .gallery-group-content .image img {
        height: 150px;
    }
}
/*End gallery page*/

/*Contact page*/
.block-contact-infos {
	font-size: 1.6rem;
	background-color: var(--color-primary);
	padding: 25px;
	color: #fff;
}

.block-contact-infos a {
	color: inherit;
}

.block-contact-infos .phone {
	padding-bottom: 1rem;
	border-bottom: 1px solid rgb(162 179 255 / 30%);
}

.block-contact-infos .email {
	padding-top: 1rem;
	border-top: 1px solid rgb(162 179 255 / 30%);
}

.block-contact-infos .contact-info {
	margin: 10px 0;
}

.block-contact-infos .contact-info li {
	line-height: 30px;
}

.contact-page .form-control {
	max-width: none;
}

.contact-page .form-footer .btn {
	font-size: 2rem;
	background-color: var(--main-color2);
    border-color: var(--main-color2);
	border-radius: 0;
}

@media screen and (max-width: 767px) {
    .block-contact-infos {
        margin-bottom: 20px;
    }
}

/*End contact page*/

.registration-section {
    padding: 8rem 0;
}

.product-single-gallery .product-single-image {
    height: 250px;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .product-single-gallery .product-single-image {
        height: 700px;
    }
}

.blog-page .nav-pills .nav-link {
    font-weight: 700;
    padding-left: 0;
    border-right: 3px solid transparent;
    transition: all 0.35s;
    border-radius: 0;
}

.blog-page .nav-pills .nav-link.active, .blog-page .nav-pills .show>.nav-link {
    color: #333;
    background: none;
    border-right: 3px solid var(--main-color2);
}

@media screen and (min-width: 992px) {
    .blog-page .tab-content {
        padding-left: 25px;
        border-left: 3px solid #eee;
    }
}



/*Hotline*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
    left: -12px;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid var(--main-color);
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
	height: 55px;
	top: 25px;
	left: 25px;
	position: absolute;
	background-color: var(--main-color);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: var(--main-color);
	width: 33px;
	height: 33px;
	top: 37px;
	left: 37px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: var(--main-color);
  height: 40px;
  width: 178px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
     display: none; 
  }
}


.list_social_fix {
    position: fixed;
    z-index: 9995;
    left: -14px;
    bottom: 15%;
}


.hotline-phone-ring-wrap-2 {
  z-index: 999999;
}
.list_social_fix .hotline-phone-ring-wrap-2 .hotline-phone-ring-2 {
  position: relative;
  visibility: visible;
  background-color: transparent;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.list_social_fix .hotline-phone-ring-wrap-2:first-child .hotline-phone-ring-2{
    bottom: 70px;
}
/* .list_social_fix .hotline-phone-ring-wrap-2:first-child .hotline-phone-ring-circle-2 {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #007aca;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
} */
.hotline-phone-ring-circle-fill-2 {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: #007aca;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.list_social_fix .hotline-phone-ring-wrap-2 .hotline-phone-ring-img-circle-2 {
	background-color: #007aca;
	width: 33px;
  height: 33px;
  top: 36px;
  left: 36px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .list_social_fix .hotline-phone-ring-wrap-2:first-child .hotline-phone-ring-img-circle-2 {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
} */
.hotline-phone-ring-img-circle-2 .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle-2 .pps-btn-img img {
	width: 24px;
	height: 24px;
}
.hotline-phone-ring-img-circle-2 .pps-btn-img i {
	color: #fff;
	font-size: 2.4rem;
}


.post-tag-area {
  border-top: 1px solid #a1a1a1;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* start footer tag tkw */

.post-tag-tkw ul {
  padding: 0 !important;
  margin: 0 !important;
}

.post-tag-tkw ul li {
  display: inline-block;
}

.post-tag-tkw ul li span {
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
}

.post-tag-tkw ul li a {
    font-weight: 500;
    margin-left: 5px;
    font-size: 1.4rem;
    border: 1px solid #ececec;
    padding: 12px 25px;
    display: inline-block;
    text-decoration: none !important;
    background-color: #fff;
    border-radius: 30px;
}

.post-tag-tkw ul li a:hover {
      color: #fff !important;
      background-color: var(--main-color);
}

@media screen and (max-width: 767px) {
    .post-tag-tkw ul li a {
        font-size: 1.2rem;
        padding: 12px 25px;
    }
}

@media screen and (max-width: 575px) {
    .post-tag-tkw ul li a {
        font-size: 1rem;
        padding: 10px 15px;
    }
}


