/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
/* --------------------- 
	FONT ADD-ON
----------------------*/
/* QUICKSAND */
@font-face {
    font-family: 'quicksand';
    font-weight: 300;
    src: url("fonts/Quicksand/Quicksand-Light.ttf")
}

@font-face {
    font-family: 'quicksand';
    font-weight: 400;
    src: url("fonts/Quicksand/Quicksand-Regular.ttf")
}

@font-face {
    font-family: 'quicksand';
    font-weight: 500;
    src: url("fonts/Quicksand/Quicksand-Medium.ttf")
}

@font-face {
    font-family: 'quicksand';
    font-weight: 600;
    src: url("fonts/Quicksand/Quicksand-SemiBold.ttf")
}

@font-face {
    font-family: 'quicksand';
    font-weight: 700;
    src: url("fonts/Quicksand/Quicksand-Bold.ttf")
}

/* POPPINS */
@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    src: url("fonts/Poppins/Poppins-Light.ttf")
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    src: url("fonts/Poppins/Poppins-Regular.ttf")
}

@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    src: url("fonts/Poppins/Poppins-Medium.ttf")
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    src: url("fonts/Poppins/Poppins-SemiBold.ttf")
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    src: url("fonts/Poppins/Poppins-Bold.ttf")
}

/* UTM MAGNESIUM */
@font-face {
    font-family: 'UtmMagnesium';
    font-weight: 700;
    src: url("fonts/UtmMagnesium/UTM-MAGNESIUM.TTF")
}

@font-face {
    font-family: 'FredokaOne';
    font-weight: 700;
    src: url("fonts/FredokaOne/FredokaOne.ttf")
}

/* --------------------- 
	BASE
----------------------*/
html {
    /* scroll-behavior: smooth; */
}

.full_screen {
    min-height: calc(100vh - 60px);
}

a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

/* --------------------- 
	Header 
----------------------*/
/* Title */
.sTitle {
    font-family: 'Poppins' !important;
    !i;
    !;
    !importan;
    /* font-family: UtmMagnesium !important; */
}

/* Logo */
#header,
#header-wrap,
#logo img {
    height: 100px;
}

#header #header-wrap {
    height: 60p;
    transition: .4s;
}

/* primary-menu */
#primary-menu {
    height: 100px;
    margin: 0 auto;
}

#primary-menu,
#primary-menu ul {
    position: relative;
}

#primary-menu ul li {
    cursor: pointer;
}

#primary-menu ul li a {
    padding: 19px 12px;
}

#primary-menu ul li a.active {
    color: #74c365 !important;
}

#primary-menu .menu-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100px;
    background: var(--primary-color);
    transition: .3s ease-in-out
}

/* SLIDER 2  */
#slider2 {
    /* margin-top: 30px; */
}

/* --------------------- 

	Slider 
----------------------*/
#slider .swiper-pagination {
    margin: auto;
    position: absolute;
    right: 0px;
    top: 50%;
    left: inherit;
    width: 5%;
    height: auto;
    bottom: inherit !important;
    transform: translateY(-50%);
}

#slider .swiper-pagination .swiper-pagination-bullet {
    margin: 20px 0;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #ffffff;
}

#slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #ffffff;
    background: var(--primary-color) !important;
}

#slider .slider-caption.slider-caption-center {
    max-width: 600px;
    transform: translateY(-50%);
    top: 50% !important;
}

/* Our Team */
#team .inventory_item_icon {
    width: 100px;
    height: 100px;
    margin: auto;
    /* border-radius: 50%; */
    /* padding: 0px 14px; */
    /* border: 2px solid #333; */
    transition: .4s;
}

#team .inventory_item_icon {
    border-color: var(--primary-color) !important;
}

#team .inventory_item_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#team {
    text-align: center;
}

#team .heading-block_o {
    padding: 20px 0;
    margin: 0;
}

#team .inventory_total_data_o {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px 20px;
    flex-wrap: wrap;
}

#team .inventory_total_data_o .inventory_data_item_o {
    margin: 0 40px;
    text-align: center;
}

#team .inventory_total_data_o .inventory_data_item_o .inventory_data_number_o {
    margin: 0;
    padding: 10px 0;
    font-size: 3rem;
    font-weight: bold;
    border-top: 1px solid #333;
    display: inline-block;
}

#team .inventory_total_data_o .inventory_data_item_o p {
    margin: 10px 0;
    font-size: 20px;
}

#team .inventory_zone_o .inventory_item_o .inventory_item_meta_o .inventory_name_o {
    font-size: 32px;
}

#team .inventory_zone_o .inventory_item_o .inventory_item_meta_o p {
    margin: 0;
    font-size: 16px;
}

#team .inventory_total_data_o {
    margin: 20px 0 40px 0;
}

#team .inventory_total_data_o .inventory_data_item_o .inventory_data_number_o {
    font-size: 2.5rem;
}

#team .inventory_total_data_o .inventory_data_item_o p {
    font-size: 25px;
}

/*  */

/* Overview About Us*/
#overview {
    text-align: center;
}

#overview .heading-block_o {
    padding: 20px 0;
    margin: 0;
}

#overview .inventory_total_data_o {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px 20px;
    flex-wrap: wrap;
}

#overview .inventory_total_data_o .inventory_data_item_o {
    margin: 0 40px;
    text-align: center;
}

#overview .inventory_total_data_o .inventory_data_item_o .inventory_data_number_o {
    margin: 0;
    padding: 10px 0;
    font-size: 3rem;
    font-weight: bold;
    border-top: 1px solid #333;
    display: inline-block;
}

#overview .inventory_total_data_o .inventory_data_item_o p {
    margin: 10px 0;
    font-size: 20px;
}

#overview .inventory_zone_o .inventory_item_o .inventory_item_meta_o .inventory_name_o {
    font-size: 32px;
}

#overview .inventory_zone_o .inventory_item_o .inventory_item_meta_o p {
    margin: 0;
    font-size: 16px;
}

#overview .inventory_total_data_o {
    margin: 20px 0 40px 0;
}

#overview .inventory_total_data_o .inventory_data_item_o .inventory_data_number_o {
    font-size: 18px;
}

#overview .inventory_total_data_o .inventory_data_item_o p {
    color: #67cc38;
    font-size: 25px;
}

/* Packages */
#packages .heading-block_o {
    padding: 20px 0;
    margin: 0;
}

/* --------------------- 
	About us 
----------------------*/
#about_us {
    padding: 25px 0;
}

#about_us .about_us_heading {
    font-size: 3rem;
}

#about_us .about_us_right {
    padding-left: 40px;
}

#about_us .about_us_content {
    font-family: 'quicksand';
    text-align: justify;
}

/* --------------------- 
	Service 
----------------------*/
#service {
    background: #333;
    padding: 0;
}

#service .service_heading {
    padding: 0 20px;
    border: 5px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 1px 10px #3e3e3e;
    font-size: 4vw;
    box-shadow: 0px 1px 10px #3e3e3e;
    white-space: nowrap;
}

#service .service_heading--sm {
    display: none;
    padding: 0 10px;
    color: #fff;
    font-size: 35px;
    margin: 0;
    text-align: center;
}

#service .service_image {
    background-image: url(../images/service/service.jpg);
    background-attachment: fixed;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
}

#service .list-box {
    padding: 40px 0;
    background-color: #333;
    height: 100%;
}

#service .list-box .service_box {
    margin: 40px 0;
    display: flex;
}

#service .list-box .service_box:first-child {
    margin-top: 0;
}

#service .list-box .service_box:last-child {
    margin-bottom: 0;
}

#service .service_box .service_box_icon {
    margin-right: 50px;
    width: 70px;
}

#service .service_box .service_box_content {
    flex: 1;
}

#service .service_box .service_box_heading {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 1;
}

#service .service_box .service_box_desc {
    margin: 0;
    font-size: 17px;
    font-family: 'quicksand';
    text-align: justify;
}

/* --------------------- 
	S-member 
----------------------*/
#smember {
    background: #ccc;
    padding: 0;
}

#smember .smember_heading {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-size: 4vw;
    white-space: nowrap;
}

#smember .smember_heading--sm {
    display: none;
    padding: 0 10px;
    color: #fff;
    font-size: 35px;
    margin: 0;
    text-align: center;
}

#smember .smember_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #bbb;
    color: #333;
}

#smember .smember_content {
    text-align: center;
    padding: 20px;
}

#smember .smember_content .smember_tos {
    background-color: #ccc;
    height: 100%;
    display: inline-block;
    background: #333333;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 20px;
    transition: .3s;
}

#smember .smember_content .smember_tos:hover {
    background: #222;
    text-decoration: none !important;
}

#smember .smember_content .smember_contact {
    margin: 10px 0;
    list-style: none;
}

#smember .smember_content .smember_contact li {
    margin-top: 0;
    color: #525252;
    font-size: 16px;
    font-family: 'quicksand';
}

#smember .smember_content .smember_contact li span {
    margin-bottom: 0;
}

/* --------------------- 
	Inventory 
----------------------*/
#inventory {
    text-align: center;
}

#inventory .heading-block {
    padding: 20px 0;
    margin: 0;
}

#inventory .inventory_total_data {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px 20px;
    flex-wrap: wrap;
}

#inventory .inventory_total_data .inventory_data_item {
    margin: 0 40px;
    text-align: center;
}

#inventory .inventory_total_data .inventory_data_item .inventory_data_number {
    margin: 0;
    padding: 10px 0;
    font-size: 2rem;
    font-weight: bold;
    border-top: 1px solid #333;
    display: inline-block;
}

#inventory .inventory_total_data .inventory_data_item p {
    margin: 10px 0;
    font-size: 20px;
}


#inventory .owl-carousel .owl-stage {
    padding: 0;
}

#inventory .inventory_zone .inventory_item {
    position: relative;
}

#inventory .inventory_zone .inventory_item .inventory_item_image {
    height: calc(100vh - 60px);
    position: relative;
}

#inventory .inventory_zone .inventory_item .inventory_item_image:after {
    content: "";
    /* background: rgba(58, 56, 51, 0.1); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#inventory .inventory_zone .inventory_item .inventory_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#inventory .inventory_zone .inventory_item .inventory_item_meta {
    padding: 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}

#inventory .inventory_zone .inventory_item .inventory_item_meta .inventory_name {
    margin-bottom: 0;
    font-size: 40px;
    color: #333333;
}

#inventory .inventory_zone .inventory_item .inventory_item_meta p {
    margin: 0;
    font-size: 18px;
    color: #616161;
    font-family: quicksand;
}

#inventory .inventory_zone .swiper-button {
    padding: 50px 20px;
    /* background-color: rgba(255, 255, 255, 0.7); */
    filter: brightness(10) saturate(0);
    margin: 0 -10px;
}

/* Type */
#inventory .inventory_type_heading {
    margin: 0;
    /* color: #555; */
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    font-family: 'quicksand';
    position: relative;
    display: inline-block;
}

#inventory .inventory_type_heading:after,
#inventory .inventory_type_heading:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: #333;
    margin: 0 10px;
}

#inventory .inventory_type_heading:after {
    right: 100%;
}

#inventory .inventory_type_heading:before {
    left: 100%;
}

#inventory .inventory_type {
    margin: 40px auto;
}

#inventory .inventory_type .inventory_item .inventory_item_icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    padding: 0px 14px;
    border: 2px solid #333;
    transition: .4s;
}

#inventory .inventory_type .inventory_item:hover .inventory_item_icon {
    border-color: var(--primary-color) !important;
}

#inventory .inventory_type .inventory_item .inventory_item_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#inventory .inventory_type .inventory_item .inventory_item_meta {
    padding: 10px 0;
    width: 100%;
    background: #ffffff;
    text-align: center;
}

#inventory .inventory_type .inventory_item .inventory_item_meta .inventory_name {
    margin-bottom: 45px;
    color: #000;
    font-weight: 400;
    transition: .4s;
}

#inventory .inventory_type .inventory_item:hover .inventory_item_meta .inventory_name {
    color: var(--primary-color) !important;
}

#inventory .inventory_type .inventory_item {
    position: relative;
}

#inventory .inventory_type .inventory_item .inventory_item_image {
    height: calc(100vh - 187px);
}

#inventory .inventory_type .inventory_item .inventory_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#inventory .inventory_type .swiper-pagination span {
    background: transparent;
    border-color: #333;
}

#inventory .inventory_type .swiper-pagination span.swiper-pagination-bullet-active {
    background: #00b0f0 !important;
    border-color: #333;
}

/* ----------------wifi plus------------------- */
#wfplus .swiper-button {
    padding: 0 20px;
    /* background-color: rgba(255, 255, 255, 0.7); */
    filter: brightness(10) saturate(0);
    margin: 0 -10px;
}

#wfplus .heading-block {
    padding: 20px 0;
    margin: 0;
}

#wfplus .tag {
    margin: 36px 10px 10px 10px;
    background-color: #d2d2d2;
    padding-top: 33px;
}

#wfplus .tag:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    box-shadow: 2px 1px 5px 2px #ff5722;
}

#wfplus .tag:hover .ap_name {
    background-color: #ff5722;
}

#wfplus .ap_name {
    color: #fff;
    background: #4c4c4c;
    padding: 16px 0;
    font-size: 20px;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    margin: -55px 20px 0px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}

#wfplus .price {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    height: 199px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#wfplus .tag .price ul {
    list-style: none;
    font-size: 15px;
    font-family: 'Open Sans';
    color: #9095aa;
}

#wfplus .tag .price li {
    border-bottom: 1px solid #bdbec3;
    height: 40px;
    line-height: 35px;
    color: #4c4c4c;
    padding: 0 6px;
    display: flex;
}

#wfplus .tag .price li:nth-child(2n+1) {
    background-color: #f1ebeb;
}

#wfplus .tag .price p {
    color: #15100c;
    font-weight: 600;
    width: 30%;
}

#wfplus .tag .price span {
    color: #3e3b3b;
    font-weight: 400;
    width: 43%;
    text-align: left;
}

#wfplus .tag .price .img_ap {
    width: 30px;
    margin-left: 36px;
    padding: 3px 0;
}

#wfplus .tag .price .img_ap:hover {
    transform: scale(3.5);
    padding-right: 5px;
}

#wfplus .ap_footer {
    padding-top: 20px;
}

#wfplus .ap_footer p {
    color: #4c4c4c;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding-bottom: 9px;
}

#wfplus .ap_footer .group_link .link_buy {
    font-style: initial;
    padding: 0 6px;
    text-decoration: underline !important;
}

#wfplus .ap_footer .group_link {
    text-align: center;
    font-size: 15px;
    padding-bottom: 15px;
}

/* #wfplus .ap_footer button{
    border: none;
    padding: 5px 31px;
    margin-bottom: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-family: initial;
    font-weight: bold;
    background-color: #d24d1a;
    box-shadow: 2px 2px 12px 5px #ff5722;
} */
#wfplus .ap_footer button {
    border: none;
    padding: 5px 31px;
    margin-bottom: 4px;
    border-radius: 4px;
    color: #d24d1a;
    font-size: 18px;
    font-family: initial;
    font-weight: bold;
    border: 1px solid #d24d1a;
}

#wfplus .ap_footer button:hover {
    background-color: #d24d1a;
    color: #fff;
}

#wfplus .ap_footer button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.1s;
}

#wfplus .ap_footer button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.2s;
}

#wfplus .ap_footer button:hover span {
    padding-right: 16px;
}

#wfplus .ap_footer button:hover span:after {
    opacity: 1;
    right: 0;
}

#wfplus .ap_footer .group_link .pdf {
    color: #b91105;
}

#wfplus .ap_footer .group_link .video {
    color: #1d5eb1;
}

#wfplus .ap_footer .group_link .file_config {
    color: #1f6731;
}

/* --------------------- 
	network 
----------------------*/
#network {
    padding: 20px 0;
    overflow: visible;
}

#network .heading-block span {
    font-family: 'quicksand';
}

#network .network_select_province {
    margin-top: 10px;
    border: 1px solid #333;
}

#network .container {
    /* padding:20px 0; */
}

#network .network_province {
    position: relative;
    text-align: center;
    display: flex;
    width: 100%;
}

#network .network_province:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#network .network_province .network_province_image {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #ddd;
    overflow: hidden;
}

#network .network_province .network_province_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#network .network_province .network_province_meta {
    position: absolute;
    top: 15%;
    right: 0;
    z-index: 100;
    text-align: center;
}

#network .network_province .network_province_ap {
    padding: 0px 37px;
    margin-right: 50px;
    background: #eee;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    color: #333;
    transform: skew(-20deg);
}

#network .network_province .network_province_meta .network_province_name {
    margin: 0;
    font-size: 40px;
    padding: 0px 30px;
    background: #333;
    color: #fff;
    transform: skew(-20deg);
}

#network .jsmaps-text {
    display: none !important;
    text-align: center;
}

#network .jsmaps {
    background: url('../images/network/extra.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#network .network_province_item {
    position: relative;
}

#network .network_province_item .network_province_item_image {
    height: calc(60vh);
    position: relative;
}

#network .network_province_item .network_province_item_image:after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#network .network_province_item .network_province_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#network .network_province_item .network_province_item_meta {
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#network .network_province_item .network_province_item_meta .network_province_name {
    margin-bottom: 0;
    font-size: 40px;
    color: #fff;
    white-space: nowrap;
}

#network .network_province_item .network_province_item_meta p {
    margin: 0;
    padding: 3px 0;
    font-size: 36px;
    color: #eee;
    font-family: quicksand;
    background: #0000009e;
}

#network .network_default {}

/* --------------------- 
	Solution 
----------------------*/
#solution {
    padding-bottom: 40px;
    background-image: url('../images/wifi_solution/back_ground.jpg');
    background-size: cover;
    background-attachment: fixed;
}

#solution .feature-box {
    display: flex;
    position: relative;
    padding-left: 35px;
    width: 80%;
    margin: 40px auto 0 auto;
}

#solution .header-block {
    top: 20px;
    left: 20px;
    background: #FF8925;
    color: black;
    padding-left: 30px;
    width: 20%
}

#solution .text-box {
    border: 2px solid #74c365;
    /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 32px 17px 27px 43px;
    width: 100%;
    height: 114px;
    display: inline-table;
    align-items: center;
}

#solution .text-box p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'quicksand';
    /* text-align: justify; */
}

#solution .circle {
    position: absolute;
    border: 1px solid black;
    background-color: white;
    height: 70px;
    border-radius: 50%;
    width: 70px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 12px;
    transform: translateX(-50%);
    z-index: 100;
}

#solution .iconSolution {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin: auto;
    transform: translateX(-50%);
    z-index: 100;
    width: 25%;
}

#solution .contentSolution {
    color: #74c365;
    font-weight: bold;
}

/* Service and solution */
#service_solution {
    padding: 30px 0;
}

/* software */
#software {
    padding: 30px 0 0 0;
}

/* --------------------- 
	partner 
----------------------*/
#partner {
    padding: 40px 0 40px 0;
    /* position: relative; */
    /* background-image: url('../images/partner/bg2.jpg'); */
    /* background-size: cover; */
    /* background-attachment: fixed; */
}

#partner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
}

#partner .heading-block {
    margin-bottom: 20px;
}

#partner .partner_heading {
    font-size: 40px;
    position: relative;
    z-index: 100;
    color: #212529;
}

#partner .partner_item {
    position: relative;
}

#partner .partner_container img {
    height: 100px;
}

#partner .partner_item .partner_item_image {
    margin: 20px 20px;
    border: 2px solid #74c365;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    height: 90px;
    padding: 20px 20px;
    width: auto;
    background-color: #fff;
}

#partner .partner_item .partner_item_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

/* --------------------- 
	ads 
----------------------*/
#ads {
    padding: 50px 0;
    position: relative;
    color: #eee;
}

#ads .container {
    position: relative;
}

#ads .ads_list {
    padding: 20px 0;
}

#ads .swiper-pagination {
    bottom: 0 !important;
}

#ads .swiper-pagination span {
    background: transparent;
    border-color: #333;
    width: 15px;
    height: 15px;
}

#ads .swiper-pagination span.swiper-pagination-bullet-active {
    background: #333 !important;
    border-color: #333;
}

#ads .ads_item {
    background-color: #fff;
    opacity: 0 !important;
    padding: 15px;
}

#ads .ads_item.swiper-slide-active {
    opacity: 1 !important;
}

#ads .ads_item .ads_heading h2 {
    margin-bottom: 20px;
    font-size: 25px;
    position: relative;
    z-index: 100;
    color: #555;
    text-align: left;
}

#ads .ads_item p {
    font-size: 18px;
    color: #555;
    text-align: justify;
    font-family: 'quicksand';
}

#ads .ads_item .ads_content {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'quicksand';
    color: #555;
    white-space: nowrap;
}

#ads .ads_item .ads-flow {
    margin: 20px 0;
    justify-content: space-between;
    padding: 0 0;
}

#ads .ads_item .ads-flow-item {
    padding: 0;
    position: relative;
}

#ads .ads_item .ads-flow-item img {
    /* filter: grayscale(.3) brightness(.7) contrast(.8); */
}

#ads .ads_heading_right .arrow {
    width: 50px;
}

#ads .ads_item p {
    margin-bottom: 5px !important;
}

#ads .ads_item img {
    filter: grayscale(1)
}


#ads .animate-step-2 {
    animation-delay: .3s !important;
}

#ads .animate-step-3 {
    animation-delay: .6s !important;
}


#ads .animate-step-4 {
    animation-delay: .9s !important;
}


#ads .animate-step-5 {
    animation-delay: 1.2s !important;
}

#ads .arrow {
    width: 50px;
    margin: auto;
}

/* --------------------- 
	News 
----------------------*/
#news {
    background: #9fef79de;
    padding: 0;
}

#news .news_heading {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 3vw;
    white-space: nowrap;
}

#news .news_heading--sm {
    display: none;
    padding: 0 10px;
    color: #fff;
    font-size: 35px;
    margin: 0;
    text-align: center;
}

#news .news_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #74c365;
}

#news .news_content {
    padding: 20px 5px;
}

#news .news_content .news_list {
    margin: 10px 0;
    list-style: square;
    color: #ffffff;
}

#news .news_content .news_list li a {
    margin-top: 0;
    color: #000;
    font-size: 16px;
    font-family: 'quicksand';
    text-decoration: none !important;
    line-height: 25px;
}

#news .news_content .news_list li a:hover {
    color: #fff;
}

/* --------------------- 
	Footer 
----------------------*/
#footer {
    background: #ffffff;
    font-family: 'quicksand';
}

#footer .footer_wrapper {
    padding: 100px 0;
    color: #000000;
}

#footer .footer_wrapper hr {
    border-color: #74c365;
}

#footer .footer_wrapper .footer_logo {
    width: 200px;
}

#footer .footer_wrapper .footer_brand,
#footer .footer_wrapper .footer_policy {
    text-align: left;
}

#footer .footer_wrapper .footer_policy a {
    color: #fff;
}

#footer .footer_wrapper .footer_contact {
    text-align: right;
}

#footer .footer_wrapper .footer_contact_heading {
    color: #74c365;
}

#footer .footer_wrapper .footer_contact_list {
    list-style: none;
    padding: 0;
}

#footer .footer_wrapper .footer_contact_list li {
    margin: 10px 0;
}

#footer .footer_wrapper .footer_contact_list span {}

#footer .footer_wrapper .footer_contact_list i {
    margin-left: 10px;
}

#footer .footer_social {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

#footer .footer_social li {
    margin-left: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    /* line-height: 30px; */
    /* border: 1px solid #777; */
}

#footer .footer_social li a {
    color: #fff
}

#footer .iconContact {
    width: 4%;
}

/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/
/* LARGE */
@media (max-width: 1199.98px) {
    #primary-menu ul li a {
        padding: 19px 10px;
    }
}

/* MEDIUM */
@media (max-width: 991px) {

    /* HEADER */
    #header {
        position: fixed;
        width: 100%;
        z-index: 9999 !important;
    }

    /* LOGO */
    #logo {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #logo img {
        height: 70px;
    }

    /* MENU */
    #primary-menu .menu-line {
        display: none
    }

    #primary-menu-trigger {
        top: 15px;
        font-size: 30px;
    }

    #primary-menu {
        height: auto;
    }

    /* About us*/
    #about_us {
        padding: 20px 0 0px 0;
    }

    #about_us .about_us_right {
        padding: 0;
    }

    #about_us .about_us_heading {
        font-size: 1.5rem;
        margin: 15px 0;
        text-align: center;
    }

    #about_us .about_us_content {
        font-size: 15px;
    }

    /* NEW */
    #news {
        background: #74c365;
    }
    #news .news_heading {
        padding: 0 20px;
        position: absolute;
        top: 18% !important;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 5vw;
        white-space: nowrap;
    }
    #news .news_image {
        background-color: #74c365;
    }

    /* SERVICE */
    #service_solution {
        padding: 0 !important;
    }

    #service_solution h2,
    #software h2,
    #team h2,
    #partner h2 {
        font-size: 25px !important;
    }

    /* SERVICE */
    /* SOLUTION */
    #solution .feature-box {
        width: 100%;
    }

    /* Spring slider2 */
    #slider2{
        margin-top: 0 !important;
    }
    /* CASE STUDY */
    #software {
        padding: 0 !important;
    }

    /* INVENTORY */
    #inventory .inventory_zone .inventory_item .inventory_item_meta .inventory_name {
        font-size: 32px;
    }

    #inventory .inventory_zone .inventory_item .inventory_item_meta p {
        margin: 0;
        font-size: 16px;
    }

    #inventory .inventory_total_data {
        margin: 20px 0 40px 0;
    }

    #inventory .inventory_total_data .inventory_data_item .inventory_data_number {
        font-size: 2.5rem;
    }

    #inventory .inventory_total_data .inventory_data_item p {
        font-size: 18px;
    }
}

/* SMALL */
@media (max-width: 767px) {
    .container {
        padding: 20px !important;
    }
    .containerCase {
        padding: 20px 0 0 0 !important;
    }

    /* MENU SM */
    #primary-menu {
        height: auto;
    }

    /* SLIDER SM */
    #slider .swiper-pagination {
        display: none;
    }

    /* SERVICE */
    #service .service_image {
        display: none;
    }

    #service .service_heading--sm {
        display: block;
    }

    /* ADS */

    #ads .ads_item .ads_content {
        margin-top: 10px;
        font-size: 14px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    /* INVENTORY */
    #inventory .inventory_total_data {
        margin: 20px 0;
    }

    #inventory .inventory_total_data .inventory_data_item {
        margin: 0 20px
    }

    #inventory .inventory_total_data .inventory_data_item .inventory_data_number {
        font-size: 1rem;
    }

    #inventory .inventory_total_data .inventory_data_item p {
        font-size: 14px;
    }

    /* FOOTER SM */
    #footer .footer_wrapper {
        padding: 20px 0;
    }

    #footer .footer_wrapper .footer_logo {
        margin: auto;
    }

    #footer .footer_wrapper .footer_contact,
    #footer .footer_wrapper .footer_copyright,
    #footer .footer_wrapper .footer_brand,
    #footer .footer_wrapper .footer_policy {
        text-align: center;
    }

    #footer .footer_wrapper .footer_social {
        justify-content: center;
    }

    #footer .footer_wrapper .footer_contact_list i {
        display: none;
    }

    #footer .footer_wrapper .footer_contact_list .iconContact {
        display: none;
    }
}

/* EXTRAL SMALL */
@media (max-width: 448px) {
    .heading-block {
        margin-bottom: 0px !important;
        margin-top: 0;
    }

    .heading-block h2 {
        font-size: 25px !important;
    }

    /* ABOUT */
    #about_us .about_us_content p {
        font-size: 15px !important;
    }

    /* SOLUTION */
    #solution .section {
        padding: 0;
    }

    #solution .section h2 {
        font-size: 30px !important;
    }

    /* INVENTORY */
    #inventory .inventory_total_data {
        margin: 0 0;
        display: flex;
        text-align: center;
    }

    /* SERVICE */
    #service .list-box {
        padding: 15px 0;
    }

    #service .list-box .service_box {
        display: block;
        margin: 15px 0;
    }

    #service .service_box .service_box_heading {
        text-align: center;
        font-size: 20px;
    }

    #service .service_box .service_box_icon {
        margin: 0 auto 15px auto;
        width: 70px;
    }

    #service .service_box .service_box_desc {
        font-size: 14px;
    }

    /* ADs */
    #ads {
        padding: 20px 0;
    }

    #ads .ads_item .arrow {
        margin: auto;
        width: 20px;
    }

    #ads .ads_item .ads_heading h2 {
        margin-bottom: 10px;
        font-size: 20px !Important;
    }

    /* ADS */

    #ads .ads_item .ads_content {
        font-size: 12px;
    }

    /* Network */
    #network .network_province_item .network_province_item_meta .network_province_name {
        font-size: 30px;
    }

    #network .network_province_item .network_province_item_meta p {
        font-size: 30px;
    }
}

.effect-fadeInLeft {
    position: relative;
    opacity: 0;
    left: -10%;
    transition: .8s ease;
}

.run-animation {
    animation: fadeInLeft .8s forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        left: -10%;
    }

    to {
        opacity: 1;
        left: 0;
    }
}