/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: Hel;
  src: url(fonts/helveticaneue.ttf) format('truetype'), url(fonts/helveticaneue.ttf#iefix) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: HelB;
  src: url(fonts/helveticaneuebold.ttf) format('truetype'), url(fonts/helveticaneuebold.ttf#iefix) format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  background-color: #f2f2f2;
  overflow-x: hidden;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.industrial_tab{  
  border-bottom: 2px solid #0e1c43;
  position: relative;
}
.industrial_tab .item{  
  color: #0e1c43;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.industrial_tab .item:hover,
.industrial_tab .owl-item.current .item{
  color: #c6051c;
}

.industrial_tab .owl-next {
  text-indent: -9999px;
  background: url("images/banner-arrow-blue.png") no-repeat 0 0 !important;
  background-size: 10px !important;
  display: block;
  height: 20px;
  width: 10px;
  outline: none;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
}


.industrial_tab .owl-next:hover {
  background: url("images/banner-arrow-red.png") no-repeat 0 0 !important;
  background-size: 10px !important;
}

.industrial_tab .owl-prev {
  text-indent: -9999px;
  background: url("images/banner-arrow-back-blue.png") no-repeat 0 0 !important;
  background-size: 10px !important;
  display: block;
  height: 20px;
  width: 10px;
  outline: none;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
}

.industrial_tab .owl-prev:hover {
  background: url("images/banner-arrow-red-back.png") no-repeat 0 0 !important;
  background-size: 10px !important;
}
.industrial_center_policies p img {
  width: 100% !important;
}
.industrial_center_policies h2 {
  margin-top: 50px;

  font-weight: 700;

  color: #0e1c43;

  font-size: 24px;
}

.industrial_center_policies_item {
  margin-top: 50px;
}

.industrial_center_policies_item h3 {
  color: #c6051c;
  font-size:1em;
  font-weight: 600;
}

.industrial_center_policies_item p {
  color: #0e1c43;

  margin-top: 20px;

  font-size: 14px;
}
iframe {
    max-width: 100%;
	border:none;
}
.industrial_center_policies_item p img {
  margin-bottom: 15px;
}

.industrial_center_policies_item p strong {
  display: inline-block;

  font-weight: 700;

  /* font-size: 18px; */

  padding-right: 5px;
}
.industrial_center_cnt {
  padding: 70px 0;

  font-family: "Hel", sans-serif;

  font-size: 14px;
}
.industrial_center_policies_item p span {
  color: #0e1c43;
}
.hl-item {
    min-height: 150px;
}
.hl-item img {
    max-width: 43px;
}
.hl-item h4 {
    color: #c6051c;
    font-weight: 700;
    text-transform: uppercase;
    margin: 12px 0;
}
.industrial_center_policies_lst {
 list-style-type: none;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}

.industrial_center_policies_lst li {
  margin-top: 15px;

  box-sizing: border-box;

  /*float: left;*/

  /*width: 33.3333%;*/

  color: #c6051c;

  font-weight: 700;

  padding: 0 0 0 0;
}

.industrial_center_policies_lst li img {
  width: 30px;

  display: inline-block;

  margin-right: 10px;

  vertical-align: middle;
}
.industrial_center_policies_lst li a {
  color: #0E1C43;
}

@media (max-width: 991px) {
  .industrial_center_cnt {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .industrial_center_utilities_time {
    float: none;
    width: 100%;
  }

  .industrial_center_utilities_time h3 {
    padding-top: 20px;
  }

  .proximity_map {
    width: 50%;
  }

  .proximity_info {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .industrial_center_cnt {
    padding: 30px 0;
  }

  .industrial_center_utilities {
    margin-top: 30px;
  }

  .industrial_center_utilities_other {
    margin-top: 30px;
  }

  .industrial_center_policies h2 {
    margin-top: 30px;

    font-size: 18px;
  }

  .industrial_center_policies_item {
    margin-top: 30px;
  }
    
  .industrial_center_policies_lst{
      grid-template-columns: repeat(2, 1fr);
  }
    
  .industrial_center_policies_lst li {
    /*width: 50%;*/
  }
}
  
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -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: .5
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 22px;
    left: 26px;
    position: absolute;
    background-color: rgba(230,8,8,.7);
    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: #e4212a;
    width: 33px;
    height: 33px;
    top: 33px;
    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: #e88a25;
    background: -webkit-linear-gradient(left,#e88a25,#d40000);
    background: -o-linear-gradient(right,#e88a25,#d40000);
    background: -moz-linear-gradient(right,#e88a25,#d40000);
    background: linear-gradient(to right,#e88a25,#e4212a);
    height: 40px;
    width: 200px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);
    border-radius: 50px !important;
    border: 2px solid #fff;
    left: 34px;
    bottom: 42px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 38px;
    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(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .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
    }
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

img {
    border: none;
}

.hotline-phone-ring-wrap {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 1111111;
}

.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;
}

.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 85px;
    left: 33px;
    z-index: 999999;
}

.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
	margin-left: 0px;
}

.float-icon-hotline ul li a#messengerButton {
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
}

@media only screen and (min-width: 960px) {
    .float-icon-hotline ul li .fa {
        background-size: contain !important;
    }
}

.float-icon-hotline ul li .fa-phone {
    background-color: #ed1c24;
}

.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.tada {
    animation-name: tada;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}

ul.left-icon.hotline {
    margin-left: 0px !important;
}

.float-icon-hotline ul li .fa-zalo {
    background: url(https://netweb.vn/img/hotline/zalo.png) center center no-repeat;
}

.float-icon-hotline ul li .fa-zalo:hover {
    background: #ef0303 url(https://netweb.vn/img/hotline/zalo.png) center center no-repeat;
    opacity: .5;
}

.float-icon-hotline ul li .fa-messenger {
    background: url(https://netweb.vn/img/hotline/fb.png) center center no-repeat;
}

.float-icon-hotline ul li .fa-messenger:hover {
    background: #168efb url(https://netweb.vn/img/hotline/fb.png) center center no-repeat;
    opacity: .5;
}
.title-cap-nhat-ban-do .page-title-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}
.section-cap-nhat-ban-do h1, .section-cap-nhat-ban-do p , .section-cap-nhat-ban-do h3{
    font-family: "Times New Roman", Times, serif;;
}
.top-bar-cus  li 
{
	margin-right: 20px;
    list-style: none;
}
.top-bar-cus  li, .top-bar-cus a {
    height: 100%;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}
.top-bar-cus li,
.top-bar-cus li, .top-bar-cus li a {
    font-size: 1.1em;
    color: #fff;
    background: #ff0000;
    padding: 2px 5px;
    border-radius: 25px;
    margin-bottom: 0px;
}
.top-bar-cus img {
    padding-right: 5px;
}
.top-bar-cus {
    padding-top: 10px;
}
.logoSplide .splide__arrows, .logoSplide .splide__pagination {
    display: none;
}

.col-apply-job .col-inner {
    margin-top: 24px;
    padding: 24px;
    border-radius: 31px;
    background: #F5FCF9;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.col-apply-job .col-inner .apply-job a{
padding: 12px 32px;
    border-radius: 99px;
    width: 270px;
    height: 56px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}
.valueSwiper .swiper-wrapper {
    align-items: center;
}
.valueSwiper .swiper-slide {
    padding: 24px;
    border-radius: 6px;
    background: #fff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); !important;
}
.icon-value-content {
    width: 77px;
    height: 77px;
}
.value-content-title {
    margin-top: 15px;
    font-size: 24px;
    line-height: 140%;
    color: red;
}
.value-content-description {
    display: none;
}
.valueSwiper .swiper-slide-active {
    background: red;
	color: #fff;
}
.valueSwiper .swiper-slide-active .value-content-title{
	color: #fff;
}
.valueSwiper .swiper-slide-active .value-content-description {
    display: block;
}
.valueSwiper .swiper-slide-active .icon-value-content {
    filter: brightness(0) invert(1);
}

.img-history-content {
    height: 380px;
    border-radius: 6px;
    object-fit: cover;
}

.historySwiper,
.historySwiper2 {
    height: 100%;
}

.historySwiper {
    position: relative;
}

.history-swiper-button {
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
}
.col-historySwiper .col-inner {
	height:100%;
}
.customers-tab-wrapper .btn-left,
.history-swiper-button .btn-swiper-left {
    transform: rotate(180deg);
}

.historySwiper-bg {
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, .6), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    z-index: 2;
    position: absolute;
}

.historySwiper .swiper-slide {
    border-top: solid 5px #CCC;
}

.historySwiper .swiper-slide-thumb-active {
    border-top: solid 5px red;
}

.history-content-year {
    font-size: 60px;
    line-height: 72px;
    
    color: #CCC;
}

.historySwiper .swiper-slide-thumb-active .history-content-year {
    color: red;
}

.history-content-title {
    font-size: 24px;
    line-height: 32px;
    
}

.history-content-description {
    font-size: 18px;
    line-height: 24px;
    display: none;
}

.historySwiper .swiper-slide-thumb-active .history-content-description {
    display: block;
}

.history-content-description p:last-child {
    margin-bottom: 0;
}
.custom-swiper-button-wrapper {
    display: flex
;
}
.btn-swiper-left {
    margin-right: 15px;
}
.btn-swiper-left, .btn-swiper-right {
    width: 54px;
    height: 54px;
    object-fit: contain;
}
.session-c{
	background:linear-gradient(to bottom, #ffffff, #f0f0f0);
}
.vision-mission {
    background: red;
    color: #fff;
}
.store-sys-map .wrapper {
    position: relative;
}
.store-sys-map .img-Map {
    /* position: absolute;
    top: 0px;
    left: 0px; */
    aspect-ratio: 1000 / 1000;
    width: 100%;
}
.store-sys-sticky {
    position: sticky;
    top: 100px;
}
.svgTabJS .svgPanelJS {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.store-sys-map .img-Map svg {
    width: 100%;
    height: 150%;
    display: block;
}
.store-sys-map .imgArrows {
    aspect-ratio: 793.6 / 1277.87;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.store-sys-map .img-Map svg path:hover {
    fill: #ff0000;
}
.store-sys-map .img-Map svg path {
    cursor: pointer;
    stroke: #5c5c5c;
    stroke-width: 0.05rem;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.svgTabJS .svgPanelJS.open {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    position: static;
    pointer-events: visible;
}
.store-sys-box .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    position: sticky;
    top: 100px;
}
.store-sys-map .imgArrows .imgArrow {
    aspect-ratio: 35 / 45;
    width: 4%;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.store-sys-map .imgArrows .imgArrow[arrow-id='hanoi'] {
    left: 34%;
    top: 11%;
}
.store-sys-map .imgArrows .imgArrow[arrow-id='vinhphuc'] {
    left: 34%;
    top: 14%;
}
.store-sys-map .imgArrows .imgArrow[arrow-id='bacninh'] {
    left: 39%;
    top: 12.5%;
}
.store-sys-map .imgArrows .imgArrow[arrow-id='quangninh'] {
    left: 47%;
    top: 12%;
}
.store-sys-map .imgArrows .imgArrow[arrow-id='ninhbinh'] {
    left: 36%;
    top: 17%;
}
.store-sys-map .imgArrows .imgArrow[arrow-id='haiduong'] {
    left: 40%;
    top: 13%;
}
.store-sys-map .imgArrows .imgArrow[arrow-id='nghean'] {
    left: 26%;
    top: 25%;
}
.store-sys-map .imgArrows .imgArrow[arrow-id='danang'] {
    left: 59%;
    top: 46%;
}
.store-sys-map .imgArrows .imgArrow[arrow-id='binhduong'] {
    left: 45%;
    top: 78%;
}
.store-sys-map .imgArrows .imgArrow[arrow-id='hcm'] {
    left: 43%;
    top: 74%;
}

.sys-box {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 0.1rem solid var(--cl-bd);
    border-radius: 1.6rem;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16);
    .icon {
        width: 4.8rem;
        height: 4.8rem;
        img {
            width: inherit;
            height: inherit;
        }
    }
    .tt {
        @include fz-24;
        font-weight: 700;
    }
    .add {
        display: flex;
        flex-direction: column;
        gap: .5rem;
        &-line {
            .name {
                font-weight: 700;
            }
        }
    }
    @include max(1200px) {
        padding: 2rem;
        .icon {
            width: 3rem;
            height: 3rem;
        }
        .tt {
            font-size: 1.6rem;
        }
        .add {
            font-size: 1.4rem;
        }
    }
    @include max(600px) {
        padding: 1rem;
        border-radius: .8rem;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
        .tt {
            font-size: 1.4rem;
        }
        .add {
            font-size: 1.2rem;
        }
    }
}
.store-sys-map .img-Map svg path.active {
    fill: red;
    stroke: #5c5c5c;
}
.service-w3l i.fa{
        font-size: 30px;
		color: #c22026;
		margin-bottom: 20px;
    }
.service-w3l p.serv-p2 {
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    color: #999;
}
.service-w3l h4{
	font-weight: normal;
	color: #000;
}
.cus-title .section-title-main
{
	font-weight:normal;
}
.cat_title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
	
}
.blog-header-wrapper .cat_title
{
	background-color: #edb03b40;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.blog-header-wrapper .cat_title .c_title {
	float: left;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding: 20px 30px;
	background-color: #c22026;
	position: relative;
}

.blog-header-wrapper .cat_title .c_title a {
	color: #fff;
}

.blog-header-wrapper .cat_title .c_title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 60px;
	background-color: #e1e1e1;
	clip-path: polygon(0 0, 35% 0, 100% 100%, 0% 100%);
}

.blog-header-wrapper .cat_title .c_title:after {
	content: '';
	position: absolute;
	top: 0;
	right: -59px;
	height: 100%;
	width: 60px;
	background-color: #c22026;
	clip-path: polygon(0 0, 0 0, 65% 100%, 0% 100%);
	z-index: 1;
}
.blog-header-wrapper {padding-top:30px}
.blog-header-wrapper .cat_title .text-muted {
	color: #c22026;
}

.blog-header-wrapper .cat_title a {
	margin-right: 25px;
}
.cat_title.container {padding:0px}
.cat_title p{
	margin:0;
}
.cat_title .c_title {
    float: left;
    font-size: 40px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    padding: 20px 30px;
    background-color: #c22026;
    position: relative;
	width:auto;
	margin:0px;
}
.cat_title .sub-title{
    margin-left: 65px;
    color: #c12620;
    font-size: 40px;
    font-weight: 700;
}
.cat_title .c_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 60px;
    background-color: #f6d98f;
    clip-path: polygon(0 0, 35% 0, 100% 100%, 0% 100%);
}
.cat_title .c_title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -59px;
    height: 100%;
    width: 60px;
    background-color: #c22026;
    clip-path: polygon(0 0, 0 0, 65% 100%, 0% 100%);
    z-index: 1;
}
.about-1{
	border: 1px #4D4D4E solid;
    border-radius: 20px;
}
.about-1 .avatar img 
{border-radius: 20px;
    height: 450px;
}
.about-box .about-2 .about-i h2 {
    border: none;
    background: #C12620;
    color: #fff4a8;
    float: left;
    padding: 10px;
    font-size: 60px;
    margin-right: 15px;
	width: auto;
	margin-bottom: 0px;
}
.about-box .about-2 .content {
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.about-box {
    margin: 30px 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}
.about-box .about-2 .about-i {
    display: flex
;
    justify-content: center;
    align-items: center;
}
.about-3 {
    padding: 20px;
    color: #fff;
    background: #C12620;
    text-align: justify;
}
.about-3 p {
	padding:0px;
	margin:0px;
}

.container-about .cicle {
    width: 40px;
    height: 40px;
    margin: auto auto 50px;
    background-color: #c12620;
    border: 1px solid;
    border-radius: 50%;
}
.container-about .cicle-icon .top-icon {
    background-image: url(/xleaders/wp-content/uploads/cicle-icon.png);
    background-size: auto;
    margin: auto;
    width: 70px;
    height: 70px;
    background-size: 187px;
}
.container-about .cicle-icon {
    background: #fff;
    border-radius: 50%;
    margin: auto;
    width: 210px;
    height: 210px;
    line-height: 20px;
    text-align: center;
    transition: all .3s ease-in-out;
    box-shadow: 1px 21px 46px #0000001a;
    position: relative;
}
.container-about .cicle-icon .wrapper.wrapper-s{
    bottom: 56px;
}
.container-about .cicle-icon .wrapper{
    bottom: 18px;
	position: absolute;
    text-align: center;
}
.container-about .cicle-icon .wrapper .text-cicle{
    font-size: 18px;
    padding: 0 20px;
}
.container-about .cicle-icon .top-icon.icon-2 {
    background-position-x: 70px;
    background-position-y: 70px;
}
.container-about .cicle-icon .top-icon.icon-3 {
    background-position-x: 70px;  
    background-position-x: 70px;  
}
.container-about .cicle-icon .top-icon.icon-4 {
    background-position-y: 70px;
}
.cat_title.margin-auto .c_title{
	margin:auto;
}
.icon-box.icon-shadow-t .has-icon-bg .icon .icon-inner
{
	background-color:#fff;
}

.icon-shadow-t .has-icon-bg .icon .icon-inner:hover
{
	background-color:#fff;
}
.ket-noi-footer ul{
	list-style: none;
}
.ket-noi-footer  ul.tweet-agile li:nth-child(1) {
    padding-bottom: 30px;
}
.ket-noi-footer ul.tweet-agile li i.fa.fa-twitter-square, .ket-noi-footer ul.tweet-agile li i.fa.fa-facebook-square, .ket-noi-footer ul.tweet-agile li i.fa.fa-globe {
    font-size: 37px;
    color: #fff;
    display: inline-block;
}
.ket-noi-footer ul.tweet-agile li p.tweet-p1 {
    font-size: 15px;
    font-weight: normal;
    margin: -29px 0 0 44px;
    color: #fff;
}
.ket-noi-footer ul.tweet-agile li p.tweet-p1 a {
    text-decoration: none;
    color: #fff;
	font-weight: 800;
}
.ket-noi-footer ul.tweet-agile li
{
	margin:0px;
}
.couser-box h5
{
	color:#c22026;
}
.couser-box .content {
    display: flex;
    margin-bottom: 15px;
	justify-content: space-between;
}
.couser-box .info-left {
    color: #031c28;
    max-width: 36%;
}
.couser-box .info-left p{
    font-size: 15px;
}
.couser-box .course-info i.fa {
    font-size: 16px;
    color: #c22026;
    margin-bottom: 0;
    margin-right: 5px;
}
.couser-box .info-right {
    text-align: right;
    color: #edb03b;
}
.nav-outline.cus-nav>li>a   {
	border:1px solid #c22026;
	font-size: 17px;
    border-radius: 0;
    border-top: 4px solid #edb03b;
	padding:10px 40px;line-height: 1.2;
    text-align: center;
}
.nav-outline.cus-nav>li.active a,.nav-outline.cus-nav>li>a:hover{
	color:#fff;
	background-color:#c22026;
}
section.contact-wthree ul.contact-info {
    list-style: none;
    padding-bottom: 30px;
    text-align: center;
}
section.contact-wthree h3.text-center {
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 60px;
}

section.contact-wthree h4 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;

	padding-bottom: 20px;
	padding-top: 40px;
}

section.contact-wthree p.contact-agile {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
}



section.contact-wthree ul.contact-info li {
	display: inline-block;
	margin-right: 40px;
}

section.contact-wthree ul.contact-info li i.fa {
	font-size: 40px;
	color: #edb03b;
	text-align: left;
	display: block;
}

section.contact-wthree ul.contact-info li p.contact-p1,
section.contact-wthree ul.contact-info li p.contact-p2 {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}

section.contact-wthree ul.contact-info li p.contact-p1 {
	margin: -35px 0 10px 50px;
}

section.contact-wthree ul.contact-info .email p.contact-p1 {
	margin: -35px 0 2px 50px;
}

section.contact-wthree ul.contact-info .address p.contact-p1 {
	margin: -35px 0 10px 50px;
}

section.contact-wthree ul.contact-info li p.contact-p2 {
	margin: 0px 0 0px 50px;
}

section.contact-wthree ul.contact-info li p.contact-p1 a,
section.contact-wthree ul.contact-info li p.contact-p2 a {
	text-decoration: none;
	color: #fff;
}
.contact-wthree li i {
    position: absolute;
    top: -20px;
}

section.contact-wthree h2 {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 60px;
}
.cus-title h2{
	font-size: 40px;
    font-weight: normal;
    color: #000;
    padding-bottom: 15px;
}
.slider-customer .slider-style-container .flickity-slider>*:not(.is-selected), .slider-style-shadow .flickity-slider>*:not(.is-selected), .slider-style-focus .flickity-slider>*:not(.is-selected)
{
	opacity:1;
}


section.contact-wthree .wpcf7-text,
section.contact-wthree .wpcf7-textarea {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.43);
	outline: none;
	margin-bottom: 30px;
}

section.contact-wthree .wpcf7-text {
	background:none;
	height: 50px;
}

section.contact-wthree label {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;

}

section.contact-wthree .button {
	width: 30%;
	margin: 0 auto;
	height: 50px;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	display: block;
	background-color: #c22026;
	border-color: #c22026;
	outline: none;

	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.col-hover-cus:hover .col-inner
{
	background-image:linear-gradient(to right,#c22026 0%,#f12c32 100%);
	border-radius:20px;
	color:#fff;
}
.col-hover-cus:hover .text-counter h2 ,.col-hover-cus:hover .t-counter h3
{
	color:#fff;
}
.col-hover-cus .text-counter h2
{
	font-size: 50px;
	padding: 10px 0;
	color:#c22026;
	margin: 0;
}
.col-hover-cus .t-counter h3{
	margin: 0;
	padding:0px 30px 30px 0px;
}
.footer-group-item {
    opacity: 1;
    z-index: 999;
    width: 50px;
    right: 1.5%;
    bottom: 75px;
    display: flex;
    cursor: pointer;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    overflow: visible;
    transition: 0.5s;
}
.footer-group-item .footer-item-fix {
    display: grid;
}
.footer-group-item .footer-item-fix .item-fix {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 13px 0px;
    margin: 4px 0px;
    transition: 0.5s;
    border-radius: 100%;
}
.col.post-item
{
	padding:0 0px 30px
}

.post-related div.col.post-item .col-inner, .blog-archive div.col.post-item .col-inner {
    height: 100%;
    background: #e6e8e9;
	border-radius:10px;	
}
.post-related div.col.post-item .col-inner, .blog-archive div.col.post-item .col-inner h5
{
	font-size: 25px;
    font-weight: 800;
    color: #c22026;
    padding-bottom: 10px;
	border-bottom:3px solid #eee;
}
.blog-single.page-wrapper .col
{
	padding:20px;
	background:#e6e8e9;
	border-radius:12px;
}
.blog-single.page-wrapper .entry-header .entry-category,.blog-single.page-wrapper .entry-header .entry-divider
{
	display:none;
}
.blog-single.page-wrapper .entry-header h1.entry-title
{
	font-size:2.6em;
	color:#c22026;
	text-align:center;
}
.entry-header-text.entry-header-text-top.text-left{
	padding: 0px;
	text-align:center;
}
.business-tabs_title a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}
.business-tabs_title.tab-active a, .business-tabs_title:hover a {
    color: white;
}
.business-tabs_title {
    background-color: #f0f0f0;
    border-top: 3px red solid;
    opacity: 0.5;
    transition: 0.5s;
}
.business-tabs_title.tab-active, .business-tabs_title:hover {
    background-color: red;
    opacity: 1;
}
.business-tabs_title.tab-active a, .business-tabs_title:hover a {
    color: white;
}
/*
Css menu đa cấp cho Flatsome
Author: levantoan.com
*/
@media (min-width: 850px){
    header#header .nav-dropdown {
        display: block;
    }
    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 0;
        display: none !important;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    }
    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0;
        padding: 10px 15px;
        border: 0;
        font-weight: 400;
       
    }
    header#header .nav-dropdown li:hover > ul.sub-menu{
        display: block !important;
    }
    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
    }
    header#header .nav-dropdown li.menu-item-has-children > a {
        font-weight: 400;
        text-transform: none;
        color: rgba(102,102,102,.85);
        font-size: 1em;
    }
    header#header .nav-dropdown li.active>a {
        color: #e82c2a;
    }
}
.divbtn {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 7px 30px;
    align-items: center;
    gap: 15px;
}
.divbtn-inner span {
    display: block;
    text-align: left;
    line-height: 1.3;
    font-size: 15px;
    text-transform: initial;
    font-weight: normal;
    color: #eee;
    font-style: italic;
}
.divbtn-icon {
    flex-basis: 60px;
}
.divbtn .divbtn-icon svg {
    transition: transform 0.3s ease;
    transform:translateX(0);
}
.divbtn:hover .divbtn-icon svg {
    transform:translateX(20px);
}

.divbtn-inner a {
    text-align: left;
    display: block;
    line-height: 1.3;
    color: white;
}
ul.nav.nav-true.nav-center.nav-outline.nav-uppercase.filter-nav.cus-nav {
    flex-flow: row;
}
/*-- end site about page content css --*/