/*

*  Theme Name: Netscriperwp

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/



@font-face {
    font-family: "PyidaungsuNumbers";
    src: url(/wp-content/themes/ns-capitalmandalay/fonts/PyidaungsuNumbers.ttf);
}

@font-face {
    font-family: "Pyidaungsu-Bold";
    src: url(/wp-content/themes/ns-capitalmandalay/fonts/Pyidaung-Bold.ttf);
}

@font-face {
    font-family: Pyidaungsu;
    src: url(/wp-content/themes/ns-capitalmandalay/fonts/Pyidaungsu.ttf);
}

.mm-font {
    font-family: 'Pyidaungsu';
}

@font-face {

    font-family: cassandra-personal-use-regular;

    src: url(/wp-content/themes/ns-capitalmandalay/fonts/cassandra-personal-use-regular.ttf);

}

html {
    overflow-x: hidden;
}

body {

    margin: 0 auto;
    font-family: 'Quattrocento Sans';


}

img {
    max-width: 100%;
}

.content {

    min-height: 80vh;

}


/* Pagination */


ul.page-numbers {

    padding-left: 0px;

}

ul.page-numbers li {

    float: left;

    height: 35px;

    width: 35px;

    list-style: none;

    line-height: 35px;

    text-align: center;

    padding: 0px;

    border-radius: 100px;

    margin-right: 3px;

    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);

}

ul.page-numbers li span.current {

    color: #000;

    font-size: 16px;

}

.content-img img {

    width: 100%;

    height: auto;

}

/* 404 error */

.error img {

    position: relative;

    margin: 0 auto;

}

.back-home-wrap p {

    font-size: 21px;

    margin-top: 50px;

}

.back-home-wrap {

    text-align: center;

    left: 0;

    right: 0;

}

.error {

    height: 400px;

}

.back-home {

    margin-top: 14px;

    border-radius: 0;

}

#go-down {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #0c4da2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: fixed;
    right: 14px;
    top: 150px;
    border: 1px solid #fff;
    z-index: 9;
}

#go-top {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #0c4da2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: fixed;
    right: 14px;
    bottom: 14px;
    border: 1px solid #fff;
}

.page-template-officetower2 #go-top,.page-template-officetower2 #go-down {
    background-color: #cdaa68;
}
.metaslider.ms-theme-disjoint div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a{
    background: #0c4da2!important;
    width: 30px!important;
    max-width: 30px!important;
    height: 4px!important;
}
.metaslider.ms-theme-disjoint div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled){
    width: 35%;
    margin: 0px auto!important;
    position: relative!important;
}
/* Breadcrumb */



#breadcrumbs {
    list-style-type: none;
    padding-left: 0px;
}

#breadcrumbs li {
    display: inline-block;
    color: #333;
    font-size: 13px;
    letter-spacing: 0.5px;
}

#breadcrumbs li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.separator {
    padding: 0px 5px;
}

.location-table svg {
    font-size: 20px;
}

.pic {
    width: 87%;
}

/*********************** Widget ******************/

.mywidget h4 {

    font-size: 14px;

    font-family: 'Lato', sans-serif;

}

.widget-title {

    font-family: 'Lato', sans-serif;

    font-weight: 700;

    /*font-size: 21px;*/

}

.widget ul li a {

    color: #333;

    font-family: 'Raleway', sans-serif;

    /*border-bottom: 1px solid #ddd;*/

    display: block;

    /*padding-top: 12px;*/

    /*padding-bottom: 12px;*/

    /*position: relative;*/

}

/*.widget ul li a::before {

    content: '';

    position: absolute;

    border: 1px solid #0c4da2;

    bottom: 0;

    width: 53px;

}

.widget ul li a:hover::before {

    content: '';

    position: absolute;

    border: 1px solid #0c4da2;

    bottom: 0;

    left: 0;

    right: 0;

    width: 100%;

    transition: all .3s ease;

}*/

.widget ul li a:hover,

.widget ul li a:focus {

    color: #0c4da2;

    text-decoration: none;

    outline: none;

}

.widget ul {

    padding-left: 0;

    list-style-type: none;

}

.side-panel {
    border: 0px;
    box-shadow: none;
}

.side-panel .panel-heading {
    padding: 10px 0px;
}

.side-panel .panel-body {
    border-top: 0px !important;
}

.panel-title::after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    color: #333;
    position: relative;
    top: 2px;
    transition: all 0.5s;
    font-size: 13px;
    padding-left: 10px;
}

.panel-title[aria-expanded="true"]::after {
    content: "\e113";
}

.retail-sidebar {
    position: sticky;
    top: 70px;
}

.sidebar {
    margin-top: 30px;
}

.sidebar aside {
    margin-bottom: 45px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

/********************* Menu  *******************/

* a:hover;

*a:focus {
    outline: none;
}

header {

    -webkit-transition: all 0.5s ease;

    -moz-transition: position 10s;

    -ms-transition: position 10s;

    -o-transition: position 10s;

    transition: all 0.5s ease;

    border-top: 8px solid #0c4da2;

    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 1px #eee;

}



header.fix {

    position: fixed;

    top: 0;

    z-index: 999;

    background-color: #FFFFFF;

    width: 100%;

    left: 0;

    animation: smoothScroll 1s forwards;

    box-shadow: 1px -1px 7px #000;

}



@keyframes smoothScroll {



    0% {



        transform: translateY(-40px);



    }



    100% {



        transform: translateY(0px);



    }



}



/********************* Cover *******************/
.slick-slide .shop_wrap img {
    display: block;
    height: 190px;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 10px 0px #ccc;
}

.shop_wrap {
    padding-top: 15px;

}

.mont {
    font-family: 'Montserrat', sans-serif;
}

.sans {
    font-family: 'Quattrocento Sans Sans', sans-serif;
}

.page-template-welcome header,
.page-template-welcome footer,
.home header,
.home footer {
    display: none;
}

.cover-box h3 {

    font-family: cassandra-personal-use-regular;

    color: #0c4da2;

    font-size: 24px;

    text-align: center;

    position: relative;

}

.bar {
    width: 38px;
    height: 2px;
    background-color: #0c4da2;
    margin: 8px auto;
}

/*font-family: 'Montserrat', sans-serif;

font-family: 'Quattrocento Sans Sans', sans-serif;*/



.cover-box p {

    /*font-family: 'Quattrocento Sans Sans', sans-serif;*/

    font-weight: 600;

}

.cover-box img {

    margin: 0 auto 65px;

}

.cover-text {

    padding-top: 35px;

    padding-bottom: 69px;

}

.capital-center {

    padding-top: 69px;

}

.center-text p {

    border-left: 1px solid #0c4da2;

    margin-left: 12px;

    padding-left: 10px;

}

.capital-center {

    display: flex;

    flex-flow: nowrap;

}

.cover-link {

    display: flex;

    flex-flow: nowrap;

}

.cover-link a {

    width: 50%;

    border: 1px solid #908888;

    border-radius: 19px;

    text-align: center;

    padding: 10px 10px;

    margin-left: 5px;

    margin-right: 5px;

    font-size: 16px;

    text-transform: uppercase;

    font-family: 'Quattrocento Sans Sans', sans-serif;

}

.cover-link a:hover,

.cover-link a:focus {
    outline: none;
    text-decoration: none;
}

.cover-page-copy-right p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
}

.cover-box-wrap {

    position: fixed;

    display: table;

    background: #FFF;

    padding-left: 35px;

    padding-right: 35px;

    flex-flow: nowrap;

}

#page_cover {

    position: relative;

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    background-attachment: fixed;

}

.cover-box {

    display: table-cell;

    vertical-align: middle;

}

.contact_us_widget p {
    color: #ddd;
    margin-bottom: 3px;
}

.feature-img img {
    border: 1px solid #ddd;
}

/************** Menu ****************/

.menu {

    float: right;

}

nav#navigation.navbar-default .navbar-nav>.active>a,
nav#navigation.navbar-default .navbar-nav>.active>a:focus,
nav#navigation.navbar-default .navbar-nav>.active>a:hover,
nav#navigation.navbar-default .navbar-nav>li>a:hover,
nav#navigation.navbar-default .navbar-nav>li>a:focus,
.navbar-nav>li>a:active {

    color: #0c4da2 !important;

    background-color: transparent;

}

nav#navigation {

    background-color: transparent;

    border-color: transparent;

    margin-bottom: 0;

    margin-top: 8px;

}

nav#navigation.navbar-default .navbar-nav>li>a {

    font-family: 'Quattrocento Sans';

    color: #000 !important;

    text-transform: uppercase;
    font-size: 16px;
}

div#experience h4 {

    font-size: 16px;

}

.shop_wrap .caption p {

    font-size: 15px;

    text-align: center;

    font-family: 'Quattrocento Sans';

    font-weight: 600;

    font-style: italic;

    color: #000;

}

.shop_wrap .caption {

    padding-top: 12px;

}

.shop-slick {

    position: relative;

}

.experience_differnet {

    margin-top: 36px;

}

.experience_differnet .slick-arrow {

    position: absolute;

    top: 35%;

}

.experience_differnet .slick-arrow img {

    width: 30px;

}

.experience_differnet .snext {

    right: -43px;

}

.experience_differnet .sprev {

    left: -37px;

}

.slick-slide.slick-active {

    outline: none;

}

div#experience {

    margin-top: 26px;

}



.level-tab .nav-tabs>li>a {

    border: 1px solid transparent;

    border-radius: 0px;

    color: #000;

    font-family: 'Quattrocento Sans', sans-serif;

    font-size: 16px;

    margin-left: 16px;

}

.level-tab .nav>li>a:focus,

.level-tab .nav>li>a:hover {

    text-decoration: none;

    background-color: transparent;

}

.level-tab .nav>li>a {

    padding: 4px 15px;

}

.level-tab a:hover,

.level-tab a:focus {

    text-decoration: none;

    outline: none;

}

.level-tab {

    float: right;

    margin-top: 15px;

}

.level-tab .nav-tabs {

    border-bottom: 1px solid transparent;

}

.level-tab .nav-tabs>li.active>a,

.level-tab .nav-tabs>li.active>a:focus,

.level-tab .nav-tabs>li.active>a:hover {

    color: #fff;

    background-color: #0c4da2;

    border: 1px solid #0c4da2;

    border-bottom-color: #0c4da2;

    border-radius: 23px;

    padding: 5px 20px;

}

div#retail h3 {

    font-size: 32px;

}

div#retail {

    margin-top: 27px;

}

.tab-content {
    margin-top: 40px;
}

.footer-widget {

    background: #0c4da2;

    padding-top: 36px;

    padding-bottom: 37px;

}

.footer-widget h3 {

    font-size: 20px;

}

.footer-widget .svg-inline--fa {

    border: 1px solid #ddd;

    width: 40px;

    height: 40px;

    padding: 9px;

    border-radius: 50%;

}

.contact_us_widget svg {
    border: 0px !important;
    width: 15px !important;
    padding: 0px !important;
    height: auto !important;
    margin-right: 10px;

}

.follow-us{

    display: flex;

    flex-flow: nowrap;

}
.download-app h5{

    text-transform: uppercase;
    color: #fff;
}

.social {

    margin-top: 9px;

    margin-left: 9px;

}

.col-3-widget h4 {

    color: #fff;

    font-family: 'Quattrocento Sans';

    font-weight: 400;

}

.col-3-widget ul {

    list-style-type: none;

    color: #fff;

    padding-left: 0;

    margin-top: 18px;

}

.col-3-widget ul li a {

    color: #ddd;

    font-family: 'Quattrocento Sans';

    font-weight: 400;

    font-size: 15px;

}

.col-3-widget ul li a:hover,

.col-3-widget ul li a:focus {

    text-decoration: none;

    outline: none;

}

.footer_menu {

    border-top: 1px solid #4482d4;

    padding-top: 40px;

    margin-top: 14px;

}

ul.about-us-list-menu {

    column-count: 2;

}

.contact_us_widget address {

    white-space: pre-line;

    color: #fff;

    font-family: 'Quattrocento Sans';

    font-weight: 400;

    font-size: 15px;

    margin-bottom: 0;

}

.contact_us_widget h4 {

    color: #fff;

    font-family: 'Quattrocento Sans';

    font-weight: 400;

}

.footer-logos {

    display: flex;

    flex-flow: nowrap;

}

.footer-logos img {

    margin-right: 34px;

}

.copyright {

    padding-top: 8px;

    padding-bottom: 8px;

    background: #e7e7e7;

}

.copy {

    color: #0c4da2;

    font-family: 'Quattrocento Sans', sans-serif;

    text-transform: uppercase;

    font-size: 15px;

    text-align: right;

    margin-top: 14px;

}

.view-more-stores {

    text-align: center;

    padding-top: 62px;

    padding-bottom: 33px;



}

.view-more-stores a {

    color: #000;

    border: 1px solid #000;

    font-family: 'Quattrocento Sans';

    padding: 7px 25px;

    font-size: 18px;
    transition: 0.2s ease-in-out;

}

.view-more-stores a:hover,
.view-more-stores a:focus {
    text-decoration: none;
    outline: none;
    background: #ed1b24;
    color: #fff;
    border: 1px solid #fff;
}

section.summer_collection {

    margin-top: 30px;

}

.capital-center-text p {

    margin-top: 29px;

    margin-bottom: 37px;

    line-height: 2em;

}

.capital-center-text a {

    color: #000;
    transition: 0.5s ease-in-out;

}

.capital-center-text a:hover,

.capital-center-text a:focus {

    color: red;

    text-decoration: none;

    outline: none;

}

.capital-center-wrap {

    margin-top: 39px;

}

.col-2-award {

    display: flex;

    flex-flow: nowrap;

}



section.enhance {

    margin-top: 75px;

    padding-top: 37px;

    padding-bottom: 35px;

}



.col-2-award .rewards,
.col-2-award .vip {

    border-left: 3px solid #000;

    padding-left: 13px;

    padding-right: 13px;

    width: 50%;

}

.footer_menu li a {
    font-weight: 600 !important;
}

.rewards p,
.vip p,
.rewards img,
.vip img {

    text-align: center;

    margin: 0 auto;

}

.experience h3 {

    margin-top: 33px;

}

.news_wrap figcaption h3 {

    margin-top: 0;

    margin-bottom: 0;

    font-size: 21px;

    color: #000;

}

.news_wrap figcaption p {

    color: #353535;

}

.news_wrap figcaption {

    border-left: 2px solid #ed1c24;

    padding-left: 10px;

    padding-top: 10px;

    padding-bottom: 10px;

    margin-top: 13px;

}



.latest_news .slick-arrow img {

    width: 30px;

    cursor: pointer;

}

.lprev.slick-arrow {

    position: relative;

}

.lprev.slick-arrow img {

    position: absolute;

    top: -235px;

    left: -45px;



}

.rnext.slick-arrow {

    position: relative;

}

.rnext.slick-arrow img {

    position: absolute;

    top: -235px;

    right: -45px;

}

.news_wrap a:active,
.news_wrap a:hover,
.news_wrap a:focus {

    outline: none;

}

.latest_news {

    padding-top: 65px;

    padding-bottom: 60px;

}

.latest_news h2 {

    margin-bottom: 40px;

}

.shop_wrap a,
.shop_wrap a:hover,
.shop_wrap a:focus {

    outline: none;

    text-decoration: none;

}

/**************** office Tower ******************/



.office-tower-header header {

    border-top-color: transparent;

}

.office-tower-header {

    /* background-size: cover;*/

    /*min-height: 100%;*/

    /*min-width: 1024px;*/

    /*height: auto;*/

    width: 100%;

    background-repeat: no-repeat;
    overflow: hidden;

    /*position: fixed;*/

    /*left: 0;*/

    /*right: 0;*/

    background-attachment: scroll;

}

.header_text {

    height: 700px;

    display: table;

    width: 100%;

}

.header_text h1 {
    color: #FFFFFF;
    white-space: pre-line;
    font-family: 'Quattrocento Sans';
    text-align: center;
    font-size: 55px;
    display: table-cell;
    vertical-align: middle;
    height: 880px;
    line-height: 70px;
}

/*-------------------------New Shop Page------------------------*/
.shop-banner h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    text-align: center;
}

.shopcat-title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.shopcat-title a {
    color: #222;
}

.shopcat-title a:hover {
    text-decoration: none;
    color: #222;
}

.shopcat-title1 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 12px 0px;
    display: block;
    transition: 0.2s ease;
}

.shopcat-title1:hover {
    color: #555;
    text-decoration: none;
}

.btn-shopcat-btn {
    width: 180px;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #222;
}

.btn-shopcat-btn a {
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.2s ease;
}

.btn-shopcat-btn:hover {
    background: #222;
}

.btn-shopcat-btn:hover a {
    color: #fff;
}

.shop_cat_logo {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .32);
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    padding: 40px 20px;
    margin-top: 3px;
}

.shop_cat_logo:hover {
    box-shadow: 0 2px 6px 3px rgba(0, 0, 0, .32);
}

.shop_cat_logo img {
    margin: 0px auto;
}

.row-wrap {
    margin-bottom: 50px;
    overflow: hidden;
}
.retail-left img{
    border: 1px solid #f5f5f5;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .32);
}
.serch-bar {
    width: 100%;
    height: 100px;
    box-shadow: 0 1px 8px 2px rgba(0, 0, 0, .07);
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 38px;
    margin-bottom: 38px;
    padding: 0px 30px;
}

.serch-bar .customsearch {
    width: 100%;
}

#shop_cate_breadcrumb .shopcate_bcr h1 {
    font-weight: 700;
    color: #0c4da2;
    font-size: 27px;
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#shop_cate_breadcrumb .shopcate_bcr h3 {
    color: #555;
    font-weight: 700;
}

.feature_content {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-between;
}

.feature_content h3 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
    color: #333;
}

.new-title {
    font-size: 23px;
    padding-top: 20px;
    font-family: 'Pyidaungsu';
}

.new-title a {
    color: #0c4da2 !important;
}

.feature_content h3 a {
    color: #333;
    text-decoration: none;
}

.feature_content h4 {
    font-size: 16px;
    font-weight: 600;
}

.owl-carousel-level .owl-dots {
    display: none;
}

.shop-content {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    border: 2px solid #f5f5f5;
    margin-top: 35px;
    padding: 50px 20px;
    overflow: hidden;
}

.shop-content .vdw_gallery {
    margin-top: 30px;
}

.shop-content h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.shop-content h5 {
    font-weight: 600;
    margin: 30px 0px;
}

.shop-content h4 {
    font-weight: 900;
    margin: 25px 0px;
    color: #ed1c24;
}

ul.hour,
ul.contact {
    list-style: none;
    padding-left: 0px;
    overflow: hidden;
}

ul.hour li {
    float: left;
    margin-right: 20px;
    font-weight: bold;
}

ul.contact li {
    margin-right: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

ul.hour li svg,
ul.contact li svg {
    font-size: 18px;
    margin-right: 15px;
}

.floor-draft {
    text-align: center;
}

/*<!-- Media Query -->*/



/* For Large Screen */

@media only screen and (min-width:1824px) {

    .cover-box-wrap {

        right: 20% !important;

        width: 30% !important;

        height: 100vh !important;

    }

    #page_cover {

        height: 969px !important;

        min-height: 100% !important;

    }

}

@media (min-width:1200px) {

    .lg .cover-box-wrap {

        right: 24%;

        width: 34%;

        height: 789px;

    }

    .lg #page_cover {

        height: 789px;

        min-height: 100%;

    }

    .page-template-officetower header.cover,
    .page-template-officetower2 header.cover {
        padding-top: 10px;
    }
}

@media (min-width:992px) and (max-width: 1199px) {

    .md .cover-box-wrap {

        right: 24%;

        width: 34%;

        height: 789px;

    }

    .md #page_cover {

        height: 789px;

        min-height: 100%;

    }

    nav#navigation {
        margin-top: 0px;
    }

}

@media (min-width:768px) and (max-width: 991px) {
    nav#navigation {
        margin-top: 0px;
    }

    .sm .cover-box-wrap {

        right: 0;

        width: 54%;

        height: 100vh;

    }

    .sm #page_cover {

        height: 100vh;

        min-height: 100%;

    }

    .sm .cover-box h3 {

        font-size: 16px;

    }

    .sm .cover-link a {

        font-size: 15px;

    }

    .sm .cover-text {

        padding-top: 27px;

        padding-bottom: 27px;

    }

    .sm .capital-center {

        padding-top: 32px;

    }

    .experience_differnet .slick-arrow {
        top: 27%;
    }

    .experience_differnet .snext {
        right: 0px;
    }

    .experience_differnet .sprev {
        left: 0px;
        z-index: 99;
    }

}

@media (max-width: 767px) {

    .xs .cover-box-wrap {

        right: 0;

        width: 100%;

        height: 644px;

        position: fixed;

        top: 46px;

    }

    .xs #page_cover {

        height: 920px;

        min-height: 100%;

    }

    .xs .cover-box h3 {

        font-size: 16px;

    }

    .xs .cover-link a {

        font-size: 14px;

    }

    .xs .cover-text {

        padding-top: 27px;

        padding-bottom: 27px;

    }

    .xs .capital-center {

        padding-top: 32px;

    }

    .xs .cover-box img {

        margin: 0 auto 60px;

    }

    .in-slick {

        display: none;

    }

    .xs div#experience {

        margin-top: 0;

    }

    .xs .metaslider.ms-theme-cubic.ms-is-small {

        padding-bottom: 8px;

    }

    .xs .level-tab .nav>li>a {

        padding: 4px 1px;

    }

    .xs .level-tab .nav-tabs>li>a {

        font-size: 14px;

        margin-left: 10px;

    }

    .xs .level-tab .nav-tabs>li.active>a,

    .xs .level-tab .nav-tabs>li.active>a:focus,

    .xs .level-tab .nav-tabs>li.active>a:hover {

        padding: 4px 12px;

    }

    .xs .level-tab {
        float: none;
    }

    .xs section.enhance {

        margin-top: 0;

        padding-top: 0;

        padding-bottom: 0;

    }

    .xs .experience h3 {

        font-size: 21px;

        margin-bottom: 22px;

    }

    #my-icon:hover,
    #my-icon:focus {
        outline: none;
        text-decoration: none;
    }

    .xs .footer-logos img {

        margin-right: 10px;

    }

    .xs .footer-logos {
        flex-flow: wrap;
    }

    .retail-sidebar {
        position: relative;
        top: 0px;
    }

    .shop-content {
        width: 100%;
        padding: 30px;
    }

    .shop-content {
        /*display: flex;
flex-direction: column-reverse;*/
    }

    .contact_us_widget address {
        line-height: 10px;
    }

    .header_text h1 {
        font-size: 40px;
        display: inherit;
        height: 500px;
        line-height: 50px;
        padding: 150px;
    }
}

.bcr {

    display: flex;

    flex-flow: nowrap;

    height: 250px;

    align-items: center;

}

section#my_breadcrumb,
section#my_contact_breadcrumb {
    background: linear-gradient(to bottom right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('./images/banner/news-banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
}

section#my_contact_breadcrumb {
    background: linear-gradient(to bottom right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('./images/banner/contact-banner.jpg') no-repeat;
}

/*.bcr h1 {

    width: 30%;

    margin-top: 0;

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: 600;

    color: #fff;

}*/

.bcr h1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    font-size: 26px;
}

.bcr ul#breadcrumbs {
    width: 70%;
    margin-bottom: 0;
    text-align: right;
}

strong.bread-current.bread-cat-12.bread-cat-jewellery {
    color: #6dacff;
    font-family: 'Quattrocento Sans';
}

.single_wrap {
    padding-bottom: 42px;
}

.single_wrap h3 {
    font-size: 27px;
    font-family: 'Quattrocento Sans';
    padding-top: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0c4da2;
}

.shop_logo {
    border-bottom: 1px solid #a9a7a7;
    padding-bottom: 7px;
    margin-bottom: 8px;
}

.shop_logo img {
    margin: 0 auto;
}

.shop_wraps {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 4px 4px 8px #ddd;
    border: 1px solid #d4d0d0;
    height: 195px;
}

.shop_cat_logo1 img {
    text-align: center;
    /* margin-bottom: 35px; */
    box-shadow: 1px 2px 10px 1px #ddd;
    margin: 0px auto;
}

.shop_wraps a {
    color: #333;
    display: block;
    text-decoration: none;
}

.shop_addr a {
    color: #333;
}

.shop_addr svg {
    color: #0c4da2;
}

.shop_detail h3 {
    margin: 15px 0px 0px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.shop_detail p {
    text-align: center;
    font-size: 15px;
}

.shop_detail h3 span a {
    color: #655f5f;
    font-size: 15px;
}

.shop_detail h3 span a:hover,
.shop_detail h3 span a:focus {
    text-decoration: none;
    outline: none;
}

div#menu ul.dropdown-menu {
    left: 0;
    width: 100%;
    top: 91px;
    border-radius: 0;
    position: fixed;
    right: 0;
    text-shadow: none;
    border-color: transparent;
    background: rgba(12, 77, 162, .9);
    z-index: 999;
    padding-left: 45%;
}

div#menu ul.dropdown-menu li {
    display: inline-block;
}

div#menu .dropdown-menu>li>a {
    color: #fff;
    font-family: 'Quattrocento Sans';
    text-transform: uppercase;
    font-size: 15px;
}

header.fix div#menu ul.dropdown-menu {
    top: 69px;
}

div#menu .dropdown-menu>li>a:focus,
div#menu .dropdown-menu>li>a:hover {
    background-color: transparent;
}

div#menu .navbar-default .navbar-nav>.open>a,
div#menu .navbar-default .navbar-nav>.open>a:focus,
div#menu .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent !important;
}

div#menu .dropdown-menu>.active>a,
div#menu .dropdown-menu>.active>a:focus,
div#menu .dropdown-menu>.active>a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.page-template-officetower div#menu .navbar-default .navbar-nav>.open>a,
.page-template-officetower div#menu .navbar-default .navbar-nav>.open>a:focus,
.page-template-officetower div#menu .navbar-default .navbar-nav>.open>a:hover,
.page-template-officetower2 div#menu .navbar-default .navbar-nav>.open>a,
.page-template-officetower2 div#menu .navbar-default .navbar-nav>.open>a:focus,
.page-template-officetower2 div#menu .navbar-default .navbar-nav>.open>a:hover {
    color: #fff !important;
    background-color: transparent;
}

.page-template-officetower div#menu ul.dropdown-menu,
.page-template-officetower2 div#menu ul.dropdown-menu {
    /*background: rgba(0,0,0,.3);*/
    padding-left: 62%;
    top: 67px;
}

.page-template-officetower div#menu .navbar-default .navbar-nav>.open>a,
.page-template-officetower div#menu .navbar-default .navbar-nav>.open>a:focus,
.page-template-officetower div#menu .navbar-default .navbar-nav>.open>a:hover,
.page-template-officetower2 div#menu .navbar-default .navbar-nav>.open>a,
.page-template-officetower2 div#menu .navbar-default .navbar-nav>.open>a:focus,
.page-template-officetower2 div#menu .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}

.page-template-officetower nav#navigation.navbar-default .navbar-nav>li>a,
.page-template-officetower2 nav#navigation.navbar-default .navbar-nav>li>a {
    color: #FFF !important;
}

.page-template-officetower .navbar-default .navbar-nav>.open>a,
.page-template-officetower .navbar-default .navbar-nav>.open>a:focus,
.page-template-officetower .navbar-default .navbar-nav>.open>a:hover,
.page-template-officetower2 .navbar-default .navbar-nav>.open>a,
.page-template-officetower2 .navbar-default .navbar-nav>.open>a:focus,
.page-template-officetower2 .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent !important;
}

/************** Office Tower ***********/

/*.page-template-officetower header .container,
.page-template-officetower2 header .container {
    width: 100%;
}*/
.page-template-officetower header.cover,
.page-template-officetower2 header.cover {
    border-top-color: transparent;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, .1);
    padding-top: 0;
}

.page-template-officetower nav#navigation,
.page-template-officetower2 nav#navigation {
    margin-top: 7px !important;
}

.page-template-officetower footer,
.page-template-officetower2 footer {
    display: none;
}

.section2 {
    background: #fff;
}

.imfc h2 {
    word-spacing: 100vw;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    color: #0c4da2;
    margin-bottom: 28px;
}

.imfc2 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #cbaa63;
    margin-bottom: 28px;
    text-align: center;
}
.imfc3{
    display: flex;
    margin-top: 40px;
    clear: both;
}
.imfc3 h4 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    margin: 0px auto;
    font-weight: 600;
    border: 1px solid;
    padding: 35px;
    border-radius: 5px;
    text-transform: uppercase;
}

.imfc3 ul li {
    font-size: 16px;
    font-weight: 600;
}

.imfc2 p {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #26273b;
}

.imfc p {
    font-family: 'Quattrocento Sans';
    font-size: 24px;
    color: #5f5f5f;
}
.mfc-new {
    background: #eee;
    padding: 20px 19px;
    color: #424467;
    min-height: 311px;
}

.section2-new {
    margin-bottom: 50px;
}

.mfc-new li {
    font-size: 17px;
    font-weight: 600;
}

.imfc {
    padding-left: 65px;
    padding-right: 65px;
}

.imfc_wrap {
    display: flex;
    flex-flow: nowrap;
    height: 610px;
    align-items: center;
}

.imfc_wrap2 {
    margin-top: -300px;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    padding: 30px 40px 40px;
    margin-bottom: 40px;
    box-shadow: 1px 1px 10px #26273b;
}

.imfc2-tower-img {
    padding-bottom: 60px;
}

.mfc h2 {
    word-spacing: 100vw;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    color: #0c4da2;
    margin-bottom: 28px;
}

.mfc ul li {
    font-family: 'Quattrocento Sans';
    font-size: 24px;
    color: #5f5f5f;
}

.mfc {
    padding-left: 65px;
    padding-right: 65px;
}

.smart-city h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    color: #0c4da2;
    margin-bottom: 28px;
    white-space: pre-line;
}

.smart-city ul li {
    font-family: 'Quattrocento Sans';
    font-size: 24px;
    color: #5f5f5f;
}

.smart-city {
    padding-left: 65px;
    padding-right: 65px;
}

.page-template-officetower header.cover.fix,
.page-template-officetower2 header.cover.fix {
    background: #26273b;
}

.page-template-officetower header.cover.fix nav#navigation.navbar-default .navbar-nav>li>a,
.page-template-officetower2 header.cover.fix nav#navigation.navbar-default .navbar-nav>li>a {
    color: #cdaa68 !important
}

.page-template-officetower header.cover.fix div#menu ul.dropdown-menu,
.page-template-officetower2 header.cover.fix div#menu ul.dropdown-menu {
    background: #0c4da2;
    top: 59px;
}

.section3 {
    background: #26273b;
    padding-top: 70px;
    padding-bottom: 56px;
}

.section3-footer h3 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 41px;
}

.section3-footer {
    padding-left: 65px;
    padding-right: 65px;
}

.addr-head {
    color: #cdaa68;
    font-size: 19px;
}

.addr-detail {
    font-size: 17px;
    color: #fff;
}

.section3-footer address p .span-lf {
    color: #cdaa68;
    width: 136px;
    float: left;
}
.section3-footer address p .span-rt{
    float: left;
}
.section3-footer address p .span-rt a{
    color: #fff;
}
.section3-footer address p {
    font-size: 17px;
    color: #fff;
    font-family: 'Quattrocento Sans';
    overflow: hidden;
}

.section3-footer address {
    margin-top: 31px;
}

.enquiry_wrap h3 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 41px;
    text-transform: uppercase;
    font-weight: 600;
}

.enquiry_form .form-group .form-control {
    margin-bottom: 0px;
    border-radius: 0;
}

textarea.full-form {
    width: 100%;
    padding: 9px 14px;
}

input.half-form {
    width: 50%;
    padding: 9px 14px;
    margin-bottom: 5px;
}

.enquiry_form .form-group input,
.enquiry_form .form-group textarea {
    font-family: "Quattrocento Sans";
    color: #000;
    margin-bottom: 10px;
}

.enquiry_wrap {
    padding-left: 65px;
    padding-right: 65px;
}

input.btn.btn-default.subscribe-btn {
    border-radius: 0;
    color: #26273b;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.specification {
    background: #fff;
}

.spec h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #8a6d3b;
    margin-bottom: 28px;
    white-space: pre-line;
}

.spec p {
    font-family: 'Quattrocento Sans';
    font-size: 17px;

}

.spec form select {
    font-family: 'Quattrocento Sans';
    font-size: 15px;
}

.spec table tbody tr td {
    font-family: 'Quattrocento Sans';
    font-size: 15px;
}

.spec {
    padding-left: 65px;
    padding-right: 65px;
}

.page-template-officetower .primary_logo,
.page-template-officetower2 .primary_logo {
    display: none;
}

.page-template-officetower .mfc_logo,
.page-template-officetower2 .mfc_logo {
    display: block !important;
    margin-left: 65px;
    padding-bottom: 10px;
}

.contact_form_wrap {
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 57px;
}

.contact_form_wrap label {
    font-family: 'Quattrocento Sans';
}

.contact_form_wrap .form-control {
    border-radius: 0;
    font-family: 'Quattrocento Sans';
}

button.btn.btn-default.book-now-btn {
    border-radius: 0;
    font-size: 16px;
    padding: 6px 45px;
    background: #3361a5;
    color: #ddd;
    font-family: 'Quattrocento Sans';
}

.contact_form_wrap h4 {
    font-size: 30px;
}

header.cover.fix .primary_logo {
    /*width: 173px;*/
}

header.cover.fix nav#navigation {
    margin-top: 0;
}

.enquiry_form .form-group {
    display: flex;
    flex-flow: wrap;
}

.location-section {
    background: url(images/location-bg.jpg);
}

.location h2 {
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 32px;
    text-transform: uppercase;
}

.location {
    font-family: 'Quattrocento Sans';
    color: #fff;
}

.location_wrap {
    padding: 50px 50px;
    border: 1px solid #ddd;
    margin: 60px 60px;
}

.location_wrap ul li {
    font-size: 17px;
}

.service-section h2 {
    color: #8a6d3b;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 30px;
}

.service-section .table-striped th {
    font-size: 17px;
    text-align: center;
    background: #373854;
    color: #cdaa68;
}

.service-section .table-striped td,
.service-section .table-striped th {
    border: 1px solid #2c2f58bd;
}

.service-section .table-striped {
    margin-bottom: 50px;
}

.specification {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.area {
    padding-bottom: 50px;
    padding-left: 65px;
    padding-right: 65px;
}

.area h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #8a6d3b;
    margin-bottom: 28px;
}

.pic h4 {
    font-family: 'Quattrocento Sans';
}

/* ---- particles.js container ---- */
/*#particles-js {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url(style.css);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}*/

.retail img {
    border-left: 1px solid #e0d9d9;
    padding-left: 20px;
    padding-right: 20px;
}

.experience_differnet {
    border-bottom: 1px solid #e0d9d9;
    padding-bottom: 35px;
}

.c-preview {
    background: #000;
    background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    width: 500px;
    height: 500px;
    max-width: 100vw;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: .5s all;

}

.c-preview__img {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .5;
    mix-blend-mode: screen;
}

.c-preview__title {
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.c-preview:hover {
    background-position: 100% 100%;
}

.c-preview:hover .c-preview__title {

    text-shadow: 0 0 20px rgba(0, 0, 0, 1);

}

.shop-inner_wrap img:hover {
    background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: .5s all;
}

.shop-inner_wrap img {
    mix-blend-mode: screen;
}

/**************** hover effect *************/

.box {
    font-family: 'Quattrocento Sans';
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    margin-top: 30px;
    margin-bottom: 20px;
}

.box:hover {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}

.box:before {
    content: '';
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    opacity: 0.9;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    animation: animate 5s infinite linear;
}

.box:hover:before {
    height: 280px;
    width: 280px;
    top: -55px;
    right: -37px;
}

.box img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease-in-out;
}

.box:hover img {
    filter: grayscale(100%);
}

.box .box-content {
    color: #fff;
    text-align: center;
    width: 200px;
    opacity: 0;
    filter: blur(10px);
    position: absolute;
    top: 50px;
    right: 15px;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

.box:hover .box-content {
    filter: blur(0);
    opacity: 1;
    top: 80px;
}

.box .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    margin: 0 0 2px;
}

.box .post {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    display: block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 5px;
    left: 13px;
}

.box .icon li a {
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 7px 0;
    border-radius: 50% 50% 50% 0;
    display: block;
    transition: all 0.3s;
    animation: animate 5s infinite linear;
}

.mm-menu_theme-dark {
    --mm-color-background: #337ab7 !important;
}

.mm-navbar {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 15px;
}

.mm-navbar a {
    padding-right: 10px;
}

.box .icon li a:hover {
    box-shadow: 0 0 0 2px #fff inset;
}

@keyframes animate {
    0% {
        background-color: #285795;
    }

    20% {
        background-color: #08346d;
    }

    40% {
        background-color: #0984e3;
    }

    60% {
        background-color: #044599;
    }

    80% {
        background-color: #0b2548;
    }

    100% {
        background-color: #0c4da2;
    }
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

.read_m a {
    font-family: 'Montserrat';
    background: #0c4da2;
    color: #FFF;
    padding: 7px 20px;
    font-size: 15px;
}

.read_m a:hover,
.read_m a:focus {
    text-decoration: none;
    outline: none;
}

/*.entry_wrap h4 {
    font-family: 'Montserrat';
    font-size: 23px;
}*/
.entry_wrap h4 a {
    color: #000;
}

.entry_wrap h4 a:hover,
.entry_wrap h4 a:focus {
    text-decoration: none;
    outline: none;
}

.read_m {
    margin-top: 25px;
}

.row.entry-content {
    padding-top: 50px;
    padding-bottom: 8px;
}

.entry_wrap {
    padding-bottom: 42px;
}

.row.entry-content .mm-font {
    font-size: 16px;
}

.entry-content a.def-more {
    display: none;
}

.mywidget h4 {
    font-size: 15px;
    margin-top: 7px;
    margin-bottom: 3px;
    font-family: 'Quattrocento Sans';
    color: #000
}

.row.m-top-15.mywidget {
    padding: 11px 0px;
}

.widget-post-date {
    color: #777;
    font-size: 13px;
}

.single_content_wrap {
    padding-top: 20px;
}

.single_content_wrap p {
    font-family: 'Pyidaungsu';
    font-size: 15px;
}

.sorry_no_post {
    display: flex;
    flex-flow: nowrap;
    height: 355px;
    align-items: center;
}

.sorry_no_post p {
    font-size: 24px;
}

.news_wrap figcaption h3 a {
    color: #000;
}

.news_wrap figcaption h3 a:hover,
.news_wrap figcaption h3 a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
}

.spec_wrap {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
}


.spec_wrap select {
    margin-bottom: 1em;
    padding: .25em;
    border: 2px solid currentcolor;
    /*border-bottom: 2px solid currentcolor;*/
    font-weight: bold;
    letter-spacing: .15em;
    border-radius: 0;
    width: 40%;
}

h2.shop-title {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
}

.post-thum {
    padding-bottom: 35px;
}


.about-wrapper {
    /*background: url('./images/about/bg-pattern.jpg') no-repeat center;*/
    border: 1px solid #cecece;
    padding: 30px;
    margin: 15px auto;
}

.about-wrapper p {
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
}

.about-header {
    font-weight: bolder;
    font-size: 30px;
    font-family: 'Quattrocento Sans Sans', sans-serif;
}

.about-page .nav-tabs li a {
    color: #333 !important;
}
.about-page .nav-justified>li>a {
    margin-bottom: 0;
    background: #eee;
    padding: 20px 7px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.about-page .nav-justified .active a {
    font-weight: bold;
    color: #fff !important;
    background-color: #0c4da2 !important;
}
.about-page .nav-tabs li.active {
    background-color: #0C4DA2;
    border-radius: 4px;
}

.about-page .tab-content {
    margin-bottom: 16px;
}

.tab-info {
    padding: 15px;
    border: 1px solid #ccecec;
}

.tab-info p {
    font-size: 16px;
    line-height: 36px;
    word-break: break-word;

}

.tab-info h4 {
    font-weight: bold;
}

.font-weight-bold {
    font-weight: bold;
}
.reward-txt2{
    font-size: 18px!important;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
}
.reward-box {
    margin: 8px auto;
    width: 100px;
    height: 100px;
    border: 1px solid #0C4DA2;
    border-radius: 50%;
    /*background-color: #0C4DA2;*/
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 9px 8px 5px #cecece;
    position: relative;
    overflow: hidden;
}
.reward-box svg{
    font-size: 28px;
    color: #0C4DA2;
}
.reward-txt{
    color: #0C4DA2;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px!important;
}

.reward-box:before {
    content: '';
    width: 50px;
    height: 50px;
    background: #0c4da2;
    left: -21px;
    position: absolute;
    border-radius: 50%;
    bottom: -22px;
}

.reward-box p {
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
}
.list-group-item:first-child svg,.list-group-item:last-child svg{
    color: #0C4DA2;
    font-size: 18px;
    margin-right: 10px;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1024px) {
    .slick-slide .shop_wrap img {
        height: 150px;
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .about-wrapper {
        background-size: cover;
        padding: 15px;
    }
}
@media (max-width: 500px){
.metaslider.ms-theme-disjoint div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled){
    display: none!important;
}  
.xs section.enhance{
    padding-bottom: 30px;margin-top: 30px;
} 
.capital-center-text p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.experience_differnet{
    padding-bottom: 10px;
    margin-top: 5px;
}
div#retail {
    margin-top: 10px;
}
.xs .capital-center,.capital-center-text h4 {
    padding-top: 10px;
}
.capital-center-wrap {
    margin-top: 10px;
}
.imfc3{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 25px;
}
.imfc3 ul{
    padding-left: 0px;
}
.imfc3 h4{
    margin-bottom: 25px;
}
.enquiry_wrap h3{
    margin-top: 10px;
    margin-bottom: 25px; 
}
.section3-footer address {
    margin-top: 20px;
}
.section3-footer address p .span-rt{
    float: none;
    display: block;
    clear: both;
}
}
@media (max-width: 425px) {
    .footer-widget .svg-inline--fa {
        width: 35px;
        height: 35px;
    }

    .tab-info .flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_menu {
        border-top: 1px solid #31708f;
        padding-top: 15px;
        margin-top: 10px;
    }

    .contact_us_widget h4 {
        padding-bottom: 10px;
    }

    .footer-widget {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-logos img {
        height: 34px;
    }

    section#my_breadcrumb,
    section#my_contact_breadcrumb {
        height: 140px;
    }

    section#my_contact_breadcrumb {
        background-position: right bottom;
    }

    header.cover.fix .primary_logo {
        padding-top: 10px;
    }

    .copy {
        text-align: left;
    }

    .copyright {
        /*padding-top: 15px;*/
        padding-bottom: 0;
    }

    .shop-banner {
        /*padding: 50px 50px 0px;*/
    }

    .btn-shopcat-btn {
        margin-bottom: 15px;
    }

    .row-wrap {
        margin-bottom: 20px;
    }

    .capital-center .center-logo,
    .capital-center .center-text {
        flex: 1;
    }

    #row-shop3 .row-wrap,
    #row-shop5 .row-wrap,
    #row-shop7 .row-wrap,
    #row-shop9 .row-wrap,
    #row-dine11 .row-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

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

    .sidebar {
        margin-top: 10px;
    }

    h3.widget-title {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .panel-group {
        margin-bottom: 0px;
        border-bottom: 1px solid #eee;
    }

    .panel-title::after {
        float: right;
    }

    .sidebar aside {
        margin-bottom: 15px;
    }

    .serch-bar {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    ul.hour li {
        margin-right: 10px;
    }

    .shop-content {
        padding: 30px 15px;
    }

    .shop-content h4 {
        font-weight: 900;
        margin: 20px 0px;
        font-size: 20px;
        color: #0c4da2;
    }

    ul.contact li {
        float: none;
        margin-bottom: 15px;
    }

    .content-img img {
        /*width: 50%;
        height: auto;*/
        width: 100%;
        max-height: 280px;
        object-position: top center;
        object-fit: cover;
        margin: 0px auto;
        padding-bottom: 15px;
    }

    .row.entry-content {
        padding-top: 15px;
        padding-bottom: 20px;
        clear: both;
        border-bottom: 1px solid #ddd;
    }

    .contact_form_wrap {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .bcr {
        display: flex;
        flex-flow: nowrap;
        height: 150px;
        align-items: center;
    }

    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-officetower2 header.cover {
        position: absolute;
    }

    .office-tower-header {
        min-width: 100%;
        width: 100%;
        position: relative;
        max-width: 100%;
    }

    .header_text h1 {
        font-size: 30px;
        display: inherit;
        height: 500px;
        line-height: 40px;
        padding: 170px 0px;
    }

    .location_wrap {
        padding: 15px;
        border: 1px solid #ddd;
        margin: 20px 0px;
    }

    .imfc2-tower-img {
        padding-bottom: 40px;
    }

    .spec_wrap {
        display: block;
    }

    .area {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .section3 {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .section3-footer,
    .enquiry_wrap,
    .spec {
        padding-left: 0px;
        padding-right: 0px;
    }

    .page-template-officetower2 .mfc_logo {
        display: block !important;
        margin-left: 25px;
        padding-bottom: 0px;
    }

    .hamburger {
        padding: 23px 0 10px;
    }

    .area h2,
    .spec h3,
    .section3-footer h3,
    .enquiry_wrap h3,
    .imfc2 h2 {
        font-size: 25px;
    }

    .imfc_wrap2 {
        padding: 30px;
    }

    .imfc2 p {
        text-align: left;
    }

    .latest_news {
        padding: 0 !important;
    }

    .view-more-stores {
        padding-bottom: 0;
        padding-top: 32px;
    }
}


@media (max-width: 375px) {
    .cate-wrap {
        width: 100%;
    }
}