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

:root {
    --red: #F04438;
    --blue: #3538CD;
    --blue-700: #175CD3;
    --blue-100: #E0EAFF;
    --black: #101828;
    --gray: #667085;
    --gray-10: #FCFCFD;
    --gray-20: #EAECF0;
    --gray-30: #D0D5DD;
    --white: #ffffff;
    --orange: #FDB022;
    --orange-0-5: #fdb02281;
    --transparent: #1018284D;
    --gradient-color1: #1849A9;
    --gradient-color2: #53B1FD;
    --gradient-color3: #002671;
    --roboto: 'Roboto', sans-serif;
    --playfair-display: 'Playfair Display', serif;
    --noto-sans-myanmar: 'Noto Sans Myanmar', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--roboto);
}

#owl-partners .owl-stage {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
}


/* header  */
.lh-0 {
    line-height: 0;
}

.navbar-collapse.collapse.show {
    position: sticky;
    top: 0;
}

.top-header {
    background-color: var(--red);
    padding: 7px 0;
}

.social-icon {
    width: 13px;
}

.hr-right {
    height: 7px;
    border-right: 1px solid var(--blue-100);
    margin: 0px 7px;
}

.header-icon {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 1px;
}

.header-text {
    color: var(--gray-10);
    font-size: 14px;
    font-weight: 300;
}

.brand-logo {
    width: 150px;
}

.w-90 {
    width: 95%;
}

.navbar-nav .nav-item .nav-link {
    color: var(--gray-30);
    font-weight: 400;
    font-size: 15px;
    white-space: nowrap;
    transition: color 0.3s ease-in-out;
}

.nav-item.active .nav-link,
.navbar-nav .nav-item .nav-link:hover {
    color: var(--white) !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    border: none;
    /* top: -10%; */
    left: 0;
    padding: 15px 10px;
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: var(--black);
    font-size: 13px;
    padding: 10px;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
    color: var(--blue);
    background-color: transparent;
}

/* .slider {
    margin-top: -95px;
} */

.bottom-header1 {
    background-color: var(--transparent);
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 100%;
}


.bottom-header3 {
    background: linear-gradient(to right, var(--gradient-color1), var(--gradient-color2));
    border-top: 1px solid var(--gray-10);
    border-bottom: 1px solid var(--gray-10);
    transition: all 0.4s ease-in-out;
}

/* end header  */


/* our service  */
.box {
    color: var(--blue);
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    background-color: var(--blue-100);
    padding: 8px 13px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.main-header {
    color: var(--black);
    font-family: var(--playfair-display);
    font-weight: 700;
}

.view-more {
    color: var(--gray);
    font-size: 14px;
    transform: color 0.3s ease-in-out;
}

.view-more:hover {
    color: var(--blue-700);
}

.all-text {
    color: var(--gray);
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.service-icon {
    width: 75px;
}

.service-header {
    color: var(--black);
    font-weight: 600;
}

.service-box {
    border-top: 10px solid var(--blue-100);
    padding: 45px 35px;
    cursor: pointer;
    transform: translateY(0);
    background-color: var(--gray-10);
    height: 100%;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.service-box:hover {
    transform: translateY(-1px);
    background-color: var(--blue-100);
}

.detail-card {
    background-color: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}

.service-header {
    color: var(--black);
    font-weight: 700;
    margin-bottom: 30px;
}

.service-list {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0;
}

.service-list li {
    color: var(--gray);
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: var(--noto-sans-myanmar);
    /* text-align: justify; */
}

.service-list li:last-child {
    margin-bottom: 0;
}

.detail-body {
    padding: 50px;
}

.service-detail .all-text p,
.detail .all-text p,
.core-commitment .all-text p {
    color: var(--gray);
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.service-detail .all-text h5,
.service-detail .all-text h4,
.service-detail .all-text h3 {
    color: var(--black);
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}

/* end our service  */

/* welcome  */
.welcome {
    background-image: url(../images/welcome-bg.png);
    background-position: center center;
    background-size: cover;
}

.ceo-box {
    color: var(--gray-10);
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    background-color: var(--gray);
    padding: 8px 13px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.welcome .main-header {
    color: var(--gray-10);
}

.sub-header {
    color: var(--gray-10);
    font-weight: 500;
    white-space: nowrap;
}

.welcome-text {
    color: var(--gray-10);
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.all-btn {
    border: none;
    padding: 12px 20px;
    color: var(--gray-10);
    font-size: 14px;
    font-weight: 400;
    border-radius: 7px;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, var(--gradient-color1), var(--gradient-color2));
    transition: background 0.7s ease-in-out;
}

.all-btn:hover {
    background: linear-gradient(to right, var(--gradient-color3), var(--gradient-color1));
}

.btn-arrow {
    width: 15px;
    margin-left: 8px;
}

/* end welcome  */

/* financial-future */

.future-box {
    background-color: #f2f4f7;
    border-radius: 10px;
    padding: 50px 50px;
}

.priority-box {
    border-right: 1px solid var(--gray-20);
}

.priority {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

/* end financial-future */

/* event and activities */
.event-card {
    background-color: var(--white);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.img-box {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.img-box img {
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.img-box:hover img {
    transform: scale(1.2);
}

.new-feature {
    position: absolute;
    display: inline-block;
    top: 30px;
    left: 30px;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 13px;
    border-radius: 9px;
    color: var(--white);
    background: linear-gradient(to right, var(--gradient-color1), var(--gradient-color2));
}

.detail .new-feature-detail {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 13px;
    border-radius: 9px;
    color: var(--white);
    background: linear-gradient(to right, var(--gradient-color1), var(--gradient-color2));
}

.event-body {
    padding: 30px 20px;
}

.date {
    color: var(--gray);
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap;
}

.event-header {
    color: var(--black);
    font-weight: 600;
}

.detail-header {
    color: var(--black);
    font-family: var(--playfair-display);
    font-weight: 700;
    margin-bottom: 30px;
}

.main-detail-photo {
    border-radius: 20px;
}

.latest-header {
    color: var(--black);
    font-weight: 700;
}

.latest-photo {
    border-radius: 10px;
}

.latest-post-header {
    color: var(--black);
    font-weight: 600;
    font-size: 18px;
}

.reply-form .form-label {
    color: var(--black);
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
}

.reply-form .form-control,
.reply-form .form-control::placeholder {
    color: var(--gray);
    font-size: 15px;
}

.reply-form .form-control {
    padding: 13px 25px;
    border: none;
    background-color: #F2F4F7;
    border-radius: 7px;
}

.reply-form .form-control:focus {
    box-shadow: none;
}

/* end event and activities */

/* video  */

.position {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video .main-header {
    color: var(--white);
}

.video .breadcrumb-item {
    color: var(--orange);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
}

.video .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
}

/* end video  */

/* footer  */
.footer {
    background-color: var(--black);
}

.footer .main-header {
    color: var(--white);
}

.footer-logo {
    width: 70%;
}

.footer-header {
    color: var(--white);
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-list {
    padding: 0;
    list-style: none;
}

.footer-link {
    color: var(--gray-10);
    font-weight: 300;
    font-size: 14px;
    /* white-space: nowrap; */
    text-decoration: none;
    line-height: 33px;
}

.footer .social-icon {
    margin-right: 13px;
}

/* end footer  */

/* banner  */
.banner {
    background-color: var(--gray-20);
    padding: 50px 0;
}

.banner .breadcrumb-item {
    color: var(--gray);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}


.banner .banner-arrow {
    width: 15px;
    margin: 0 10px;
}

/* end banner  */

/* article */
.event-body svg {
    width: 16px;
    margin-bottom: 3px;
}

.article .event-body {
    background-color: #F3F5F8;
}

.article .event-card .article-img {
    transform: scale(1);
    filter: grayscale(0);
    transition: all 0.5s ease-in-out;
}

.article .article-card:hover .article-img {
    transform: scale(1.2);
    filter: grayscale(100%);
}

.article .article-card .event-header {
    color: var(--black);
    transition: color 0.4s ease-in-out;
}

.article .article-card .date,
.article-detail .date{
	font-weight: normal;
}

.article .article-card .view-detail {
    color: var(--gray);
    transition: color 0.4s ease-in-out;
}

.article .article-card:hover .event-header,
.article .article-card:hover .view-detail {
    color: var(--blue);
}

.article .article-card .view-detail svg path {
    stroke: #656565;
    transition: all 0.4s ease-in-out;
}

.article .article-card:hover .view-detail svg path {
    stroke: var(--blue);
}

.article-icon {
    width: 23px;
}

@media screen and (max-width: 992px) {
    .event-body svg {
        width: 16px;
        margin-bottom: 2px;
    }
}

@media screen and (max-width: 767px) {
    .event-body svg {
        width: 15px;
        margin-bottom: 2px;
    }
}

/* end article */


/* pagination  */

.pagination .page-link,
.pagination .page-numbers {
    font-size: 14px;
    color: var(--black);
    margin: 0 10px;
    width: 27px;
    height: 27px;
    padding: 2px 8px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    text-decoration: none;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.pagination .prev {
    margin-right: 100px !important;
    width: auto;
    height: auto;
}

.pagination .next {
    margin-left: 100px !important;
    width: auto;
    height: auto;
}

.pagination .page-link.active,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: var(--blue) !important;
    border: 1px solid var(--blue) !important;
    color: #ffffff !important;
}

.pagination .page-link:focus,
.pagination .page-numbers:focus {
    box-shadow: none;
}

/* end pagination  */

/* contact us  */

.map-contact-us .all-text {
    text-align: left;
}

.contact-icon {
    margin-bottom: 17px;
}

.contact-header {
    font-weight: 600;
    color: var(--black);
    margin-bottom: 20px;
}

.form-box {
    background-color: #F2F4F7;
    border-radius: 10px;
    padding: 70px 30px 70px 100px;
}

.contact-form .form-label {
    color: var(--black);
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
}

.contact-form .form-control,
.contact-form .form-control::placeholder {
    color: var(--gray);
    font-size: 15px;
}

.contact-form .form-control {
    padding: 13px 25px;
    border: none;
    background-color: white;
    border-radius: 5px;
}

.contact-form .form-control:focus {
    box-shadow: none;
}

/* end contact us  */

/* about > core commitment  */

.culture-card {
    background-color: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}

.culture-body {
    padding: 60px 60px 50px 60px;
}

.core-header {
    color: var(--black);
    font-weight: 700;
    font-family: var(--playfair-display);
}

.value-icon {
    width: 55px;
    margin-bottom: 15px;
}

.core-sub-header {
    color: var(--black);
    font-weight: 600;
    margin-bottom: 20px;
}

.director-img {
    border-radius: 10px;
}

.director .sub-header {
    color: var(--black);
    margin-bottom: 25px;
}

.vertical-line {
    position: relative;
}

.vertical-line::after {
    content: "";
    height: 100%;
    border: 1px solid rgba(102, 112, 133, 1);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.line-circle {
    position: relative;
}

.line-circle:last-child::before {
    content: "";
    height: 100%;
    border: 5px solid white;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.line-circle:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(102, 112, 133, 1);
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.line-circle.active:after {
    background-color: var(--blue);
}

.story-img {
    border-radius: 10px;
}

.year-box {
    color: var(--gray);
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    background-color: var(--gray-20);
    padding: 6px 15px;
    border-radius: 9px;
    margin-bottom: 20px;
}

.year-box.active {
    color: var(--blue);
    background-color: var(--blue-100);
}

/* end about us  */

/* keyframe fadeeffect  */
@keyframes fade {
    0% {
        opacity: 0;
    }

    ;

    100% {
        opacity: 1;
    }
}

.fade-effect {
    animation-name: fade;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
}

/* media query and responsive  */
.video video {
    width: 100%;
    height: 700px;
    object-fit: cover;
    transition: all 0.3s;
}

.owl-nav {
    position: relative;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: var(--orange) !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px !important;
    border: none !important;
    background-color: transparent !important;
    transition: color 0.3s ease-in-out;
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
    color: var(--orange-0-5) !important;
}

.owl-carousel .owl-nav button.owl-next::before {
    content: '/';
    padding: 0 10px;
    color: black;
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .video video {
        height: 380px !important;
    }

    .video figure {
        margin-bottom: 0.7rem !important;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        letter-spacing: 1px;
        font-size: 13px !important;
    }

    .welcome {
        background-position: 75%;
    }

    .w-md-100 {
        width: 100%;
        align-items: center;
    }

    .top-header {
        padding: 0;
    }

    .img-md-center {
        text-align: center;
    }

    .navbar-brand {
        padding: 0;
    }

    .navbar-toggler {
        height: 60px;
        border-radius: 0;
        padding: 4px 8px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-nav {
        padding-bottom: 15px;
    }

    .navbar-nav .dropdown-menu {
        position: static;
    }

    .dropdown:hover>.dropdown-menu {
        display: inline-block;
    }

    .dropdown>.dropdown-toggle:active {
        pointer-events: all;
    }

    /* .slider {
        margin-top: -85px;
    } */

    .social-icon {
        width: 11px;
    }

    .header-icon {
        width: 17px;
        margin-right: 7px;
        margin-bottom: 2px;
    }

    .header-text {
        font-size: 12px;
    }

    .box,
    .ceo-box {
        font-size: 12px;
        padding: 7px 12px;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .main-header {
        font-size: 30px;
    }

    .view-more {
        font-size: 13px;
    }

    .service-box {
        border-top: 9px solid var(--blue-100);
        padding: 40px 30px;
    }

    .service-icon {
        width: 65px;
    }

    .service-header {
        font-size: 20px;
    }

    .all-text {
        line-height: 27px;
    }

    .sub-header {
        font-size: 18px;
    }

    .all-btn {
        padding: 10px 17px;
        font-size: 13px;
        border-radius: 6px;
    }

    .btn-arrow {
        width: 14px;
        margin-left: 7px;
    }

    .future-box {
        padding: 40px;
    }

    .priority {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .play-icon {
        width: 70px;
    }

    .video .breadcrumb-item {
        letter-spacing: 1px;
        font-size: 13px;
    }

    .new-feature {
        top: 27px;
        left: 26px;
        font-size: 13px;
        padding: 3px 10px;
        border-radius: 7px;
    }

    .event-body {
        padding: 25px 17px;
    }

    .date {
        font-size: 14px;
        margin-bottom: 6px !important;
    }

    .event-header {
        font-size: 20px;
    }

    .footer-logo {
        width: 400px;
    }

    .footer-header {
        margin-bottom: 10px;
        font-size: 19px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 7px 0;
    }

    .navbar-nav .dropdown-menu {
        padding: 5px;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 12px;
        padding: 7px;
    }

    .banner .breadcrumb-item {
        font-size: 13px;
    }

    .banner .banner-arrow {
        width: 14px;
        margin: 0px 7px;
    }

    .director .sub-header {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .year-box {
        font-size: 13px;
        padding: 5px 13px;
        border-radius: 7px;
        margin-bottom: 15px;
    }

    .culture-body {
        padding: 50px 50px 40px 50px;
    }

    .value-icon {
        width: 50px;
        margin-bottom: 10px;
    }

    .core-sub-header {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .pagination .page-link,
    .pagination .page-numbers {
        font-size: 13px;
        padding: 3px 8px;
    }

    .pagination .prev {
        margin-right: 70px !important;
    }

    .pagination .next {
        margin-left: 70px !important;
    }

    .map-contact-us iframe {
        height: 380px;
    }

    .contact-icon {
        margin-bottom: 13px;
        width: 30px;
    }

    .contact-header {
        margin-bottom: 10px;
    }

    .form-box {
        padding: 50px 30px 50px 30px;
    }

    .contact-form .form-label {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contact-form .form-control {
        padding: 12px 20px;
    }

    .contact-form .form-control,
    .contact-form .form-control::placeholder {
        font-size: 14px;
    }

    .footer .social-icon {
        width: 15px;
    }

    .detail .new-feature-detail {
        font-size: 13px;
        font-weight: 400;
        padding: 3px 11px;
        border-radius: 7px;
    }

    .detail .date {
        margin-bottom: 0 !important;
    }

    .latest-header {
        font-size: 22px;
    }

    .reply-form .form-label {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .reply-form .form-control {
        padding: 10px 18px;
    }

    .reply-form .form-control,
    .reply-form .form-control::placeholder {
        font-size: 13px;
    }

    .latest-post-header {
        font-size: 15px;
    }
}

.reverse-m {
    flex-direction: row-reverse !important;
}

@media screen and (max-width: 767px) {
    .video video {
        height: 220px !important;
    }

    .video figure {
        margin-bottom: 0rem !important;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        letter-spacing: 1px;
        font-size: 10px !important;
    }

    .welcome {
        background-position: 80%;
    }

    .culture-body {
        padding: 35px 25px;
    }

    /* .reverse-m {
        flex-direction: column-reverse !important;
    } */

    .vertical-line::after,
    .line-circle::after,
    .line-circle::before {
        display: none;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }

    .navbar-toggler {
        height: 40px;
        border-radius: 0;
        padding: 2px 4px;
    }

    .social-icon {
        width: 10px;
    }

    .hr-right {
        margin: 0px 5px;
    }

    .header-text {
        font-size: 10px;
    }

    .header-icon {
        width: 13px;
        margin-right: 5px;
        margin-bottom: 2px;
    }

    .brand-logo {
        width: 120px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 12px;
        padding: 4px 0;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 11px;
        padding: 4px;
    }

    .box,
    .ceo-box {
        font-size: 11px;
        padding: 6px 10px;
        border-radius: 7px;
        margin-bottom: 15px;
    }

    .main-header {
        font-size: 25px;
    }

    .our-services .main-header,
    .our-blog .main-header {
        margin-bottom: 10px !important;
    }

    .service-box {
        border-top: 8px solid var(--blue-100);
        padding: 35px 25px;
    }

    .service-icon {
        width: 55px;
    }

    .service-header {
        font-size: 18px;
    }

    .sub-header {
        font-size: 15px;
    }

    .welcome-text,
    .all-text,
    .service-detail .all-text p,
    .detail .all-text p,
    .core-commitment .all-text p {
        font-size: 13px;
        line-height: 27px;
    }

    .all-btn {
        padding: 7px 12px;
        font-size: 11px;
        border-radius: 5px;
    }

    .btn-arrow {
        width: 11px;
        margin-left: 6px;
        margin-bottom: 2px;
    }

    .future-box {
        padding: 20px;
    }

    .priority {
        margin-bottom: 5px;
        font-size: 25px;
    }

    .play-icon {
        width: 45px;
    }

    .video .main-header {
        font-size: 20px;
    }

    .video .breadcrumb-item {
        letter-spacing: 1px;
        font-size: 10px;
    }

    .footer-logo {
        width: 250px;
    }

    .footer-header {
        margin-bottom: 7px;
        font-size: 16px;
    }

    .footer-link {
        font-size: 13px;
        line-height: 27px;
    }

    .banner .main-header {
        margin-bottom: 1px !important;
    }

    .banner .breadcrumb-item {
        font-size: 11px;
    }

    .banner .banner-arrow {
        width: 12px;
        margin: 0px 5px;
        margin-bottom: 1px;
    }

    .director .sub-header {
        font-size: 15px;
    }

    .core-header br {
        display: none;
    }

    .new-feature {
        font-size: 10px;
        padding: 3px 8px;
        border-radius: 5px;
    }


    .pagination .page-link,
    .pagination .page-numbers {
        width: 22px;
        height: 22px;
        font-size: 11px;
        padding: 2px 7px;
        margin: 0 5px;
    }

    .pagination .prev {
        width: auto;
        height: auto;
        margin-right: 5px !important;

    }

    .pagination .next {
        width: auto;
        height: auto;
        margin-left: auto !important;
    }

    .map-contact-us iframe {
        height: 350px;
    }

    .map-contact-us .all-text br {
        display: none;
    }

    .contact-icon {
        margin-bottom: 10px;
        width: 27px;
    }

    .contact-header {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .form-box {
        padding: 30px 15px;
    }

    .contact-form .form-label {
        font-size: 13px;
        margin-bottom: 9px;
    }

    .contact-form .form-control {
        padding: 10px 15px;
    }

    .contact-form .form-control,
    .contact-form .form-control::placeholder {
        font-size: 13px;
    }

    .detail-body {
        padding: 20px;
    }

    .service-detail .service-header {
        margin-bottom: 10px;
    }

    .service-list {
        padding-right: 0;
    }

    .service-list li {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 5px;
        text-align: justify;
    }

    .core-header {
        font-size: 22px;
    }

    .detail-header {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .date {
        font-size: 13px;
    }

    .latest-header {
        font-size: 20px;
    }

    .reply-form .form-label {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .reply-form .form-control {
        padding: 10px 15px;
        border-radius: 5px;
    }

    .reply-form .form-control,
    .reply-form .form-control::placeholder {
        font-size: 12px;
    }

    .latest-photo {
        border-radius: 5px;
    }
}

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

    .video .main-header {
        font-size: 11px;
        margin: 3px 0 !important;
    }


    .video video {
        height: 200px !important;
    }
}