@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
	font-family: 'Open Sans', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
    font-size: 15px;
    line-height: normal;
}

.mm-ismenu {
    color: #ffffff;
}

.intro {
    overflow: hidden;
    padding: 0;
}

/*
.intro b, .intro p {
    padding: 25px;
    display: none;
}
*/

.pagedetailcontent {
    padding: 25px;
}

p.mhomecontent {
    padding: 0;
}

.nivo-controlNav {
    padding: 0;
}

.photo img.logo_pic {
    margin: 0 auto;
}

.title {
    padding: 25px 0;
    text-transform: uppercase;
}

.attachment_design {
    background: inherit;
}

#whatsapp-float-icon {
    line-height: 25px;
}

.banner-item {
    overflow: hidden;
}

.banner-img {
    animation: zoom1 5.5s ease infinite alternate;
}

@keyframes zoom1 {
    0% {
        transform: scale(1.05) translateX(0px);
    }
    
    100% {
        transform: scale(1.05) translateX(25px);
    }
}

.banner-item .banner-caption {
    width: 80%;
    height: auto;
    font-family: 'Open Sans', sans-serif !important;
    text-align: left !important;
}

.banner1 {
    font-size: 2.6vw;
    font-weight: 300;
}

.iconbanner1 {
    font-size: 0.65vw;
    padding-right: 10px;
    vertical-align: middle;
}

.banner2 {
    font-size: 2.6vw;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-square {
    margin: 50px auto 0;
    font-size: 10px;
    font-weight: bold;
    padding: 0;
    border: none;
    color: #ffffff !important;
}

.btn-square:hover {
    background-color: inherit;
    color: #eb2027;
    transform: translateX(10px);
}

.iconbanner2 {
    padding-left: 10px;
}

.btn-square.white .iconbanner2 {
    transition: all 0.25s ease;
}

.btn-square.white:hover .iconbanner2 {
    transform: translateX(25px);
}

.owl-theme .owl-dots {
    text-align: left !important;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 1200px;
}

.owl-theme .owl-dots .owl-dot span {
    transition: all 0.25s ease !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #eb2027 !important;
}

.animated.delay5 {
    animation-delay: 0.8s;
}

.animated.delay6 {
    animation-delay: 1s;
}

.space {
    padding: 50px 0;
}

.space2 {
    padding: 50px 0 0;
}

.space3 {
    padding: 0 0 50px;
}

.three-full {
    margin: 0 auto !important;
}

.three-full-top-1 {
    margin: 0 auto !important;
    float: left;
}

.three-full-top-2 {
    margin: 0 auto !important;
    float: left;
}

.three-full-top-3 {
    margin: 0 auto !important;
    float: left;
}

.three-full-top-4 {
    margin: 0 auto !important;
    float: left;
}

.three-full-1 {
    margin: 0 auto !important;
    padding: 50px 25px 0;
}

.four-full {
    width: 100% !important;
    margin: 0 auto !important;
}

.five-full {
    margin: 0 auto !important;
    padding: 35px 25px;
    text-align: center;
}

.six-full {
    width: 100% !important;
    margin: 0 auto !important;
}

.six-full-1 {
    margin: 0 auto !important;
    float: none;
}

.seven-full {
    margin: 0 auto !important;
}

.nine-full {
    margin: 0 auto !important;
    padding: 25px 25px 25px 12.5px;
}

.font-big {
    font-size: 25px;
    font-weight: bold;
    color: #cccccc;
}

.font-main1 {
    font-size: 30px;
    font-weight: bold;
    color: #144472;
}

.show-content {
    transition: all 0.25s ease;
}

.show-content:hover {
    box-shadow: 0 0 25px 0 rgba(51, 51, 51, 0.25);
}

.show-content .content-holder {
    background: linear-gradient(rgba(51, 51, 51, 0.75), transparent, rgba(51, 51, 51, 0.75));
    background-color: rgba(51, 51, 51, 0.25);
    transition: all 0.25s ease;
    padding-top: 0;
    opacity: inherit;
    transform: inherit;
}

.show-content:hover .content-holder {
    background: linear-gradient(rgba(51, 51, 51, 0.25), transparent, rgba(51, 51, 51, 0.25));
    background-color: rgba(51, 51, 51, 0);
}

.table1 {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.font-table {
    vertical-align: top;
    display: table-cell;
    text-align: left;
    font-size: 25px;
    padding: 25px;
    color: #ffffff;
}

.btn-square.white {
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 12.5px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
    border: 2.5px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    position: absolute;
    bottom: 5%;
}

.btn-square.white:hover {
    background-color: transparent;
    color: #ffffff;
    transform: scale(0.95);
    box-shadow: 0 0 25px 0 rgba(51, 51, 51, 0.25);
}

.hover-target:hover .font-table {
    font-size: 0;
}

.hover-target .zoomout {
    transition: all 0.25s ease;
    transform: scale(1.05);
}

.hover-target:hover .zoomout {
    transform: scale(1);
}

.font-main {
    font-size: 30px;
    font-weight: bold;
    color: #144472;
    text-transform: uppercase;
}

.font-small {
    font-size: 15px;
    line-height: 2;
}

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 25px;
    border: none;
    color: #ffffff;
    background-color: #eb2027;
    border-radius: 50px;
}

.btn-square.black:hover {
    background-color: #144472;
    color: #ffffff;
    box-shadow: 0 5px #eb2027;
    transform: scale(0.95);
}

/* number running */

.number-counter-sec {
    color: #144472;
}

.number-counter-sec .number-counter {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.number-counter-sec .number-counter .icon i {
    font-size: 50px;
}

.number-counter-sec .number-counter .number {
    font-size: 75px;
    font-weight: bold;
}

.number-counter-sec .number-counter .number:after {
    content: "++";
    font-size: 15px;
    vertical-align: top;
    color: #eb2027;
}

.number-counter-sec .number-counter .text {
    font-size: 25px;
    font-weight: bold;
}

/* */

.middle1 {
    background-image: url(https://www.newpages2u.com/userfiles/22441/image/middle1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.row1 {
    display: block;
    align-items: center;
}

.font-slogan {
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
}

.middle1 ul {
    margin: 0 auto;
    padding: 0;
}

.middle1 ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 12.5px;
}

.middle1 ul li:last-child {   
    margin-bottom: 0;
}

.middle1 i {
    margin-right: 10px;
    color: #eb2027;
    font-size: 25px;
    vertical-align: middle;
}

/*
.youtube-holder iframe {
    height: 415px;
}
*/

.frame1 {
    background-color: #f2f2f2;
    padding: 25px;
    transition: all 0.25s ease;
    color: #144472;
}

.frame1:hover {
    box-shadow: 0 0 25px 0 rgba(51, 51, 51, 0.25);
    border-radius: 10px;
}

.frame1 i {
    font-size: 50px;
}

.font-title {
    font-size: 15px;
    font-weight: bold;
}

.frame1 i, .frame1 .font-title {
    transition: all 0.25s ease;
}

.frame1:hover i, .frame1:hover .font-title {
    color: #eb2027;
}

.frame2 {
    background-color: #ffffff;
    display: block;
    box-shadow: 0 0 25px 0 rgba(51, 51, 51, 0.25);
}

#container {
     position: relative;
     width: 100%;
     height: 100px;
     overflow: hidden;
}

#div1 {
     position: absolute;
     left: 0;
     top: 0;
     width: 3136px;
     height: 100px;
}

#div2 {
     position: absolute;
     left: 3136px;
     top: 0;
     width: 3136px;
     height: 100px;
}

/*
.section_0 .news-listing .tag-news-item .tag-news-body {
    background-color: #f2f2f2;
    text-align: left;
    padding: 25px;
}

.section_0 .news-listing .tag-news-item .news-date {
    display: inline-grid;
    margin-bottom: 0;
    top: 0;
    border-radius: 0;
    padding: 10px;
    font-size: 15px;
}

.section_0 .news-listing.v2 .tag-news-item .news-inner-img {
    border-radius: 0;
    border: none;
}

.section_0 .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.section_0 .slick-active {
    margin: 0 auto;
    padding: 0;
}
*/

.section_0 .owl-theme .owl-nav {
    display: none;
}

.section_0 .owl-theme .owl-dots {
    bottom: 0 !important;
    text-align: left !important;
}

.section_0 .owl-theme .owl-dots .owl-dot span {
    background: #f2f2f2 !important;
    transition: all 0.25s ease;
}

.section_0 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #eb2027 !important;
    width: 12.5px;
    height: 12.5px;
}

.slidercontent {
    background-color: #f2f2f2;
    text-align: left;
    display: block;
}

.font-c {
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
}

.font-c span {
    text-transform: capitalize;
    font-weight: bold;
}

.font-main-2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.font-last {
    font-size: 25px;
    font-weight: bold;
}

.last1 i {
    background-color: #eb2027;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
}

.last1 .row ul {
    margin: 0 auto;
    padding: 0;
    display: block;
}

.last1 .row ul li {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.last1 .row ul li a:hover {
    color: #eb2027;
}

.last-logo {
    width: 50%;
    display: flex !important;
}

.last-logo li {
    padding: 0 15px;
}

.last-ori li {
    padding: 0 10px;
    width: 25%;
    margin-bottom: 0 !important;
}

.last1 .dropdown {
    position: relative;
    display: inline-block;
}

.last1 .dropdown span {
    cursor: pointer;
    transition: all 0.25s ease;
}

.last1 .dropdown span:hover {
    color: #eb2027;
}

.last1 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 135px;
    box-shadow: 0 0 25px 0px rgba(51, 51, 51, 0.25);
    padding: 10px 25px;
    z-index: 1;
    left: -135px;
    border: 2.5px solid #eb2027;
}

.last1 .dropdown-content li {
    transition: all 0.25s ease;
}

.last1 .dropdown-content li:hover {
    transform: translateX(-5px);
}

.last1 .dropdown-content a {
    color: #333333 !important;
}

.last1 .dropdown-content a:hover {
    color: #144472 !important;
}

.last1 .dropdown:hover .dropdown-content {
    display: block;
}

.iframe100 {
    height: 200px !important;
}