@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=vietnamese');

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/open-sans/OpenSans-Regular.ttf) format("truetype");
}

body {
    /* font-family: 'Open Sans'; */
    font-size: 14px;
    color: #000;
    overflow-x: hidden;
}

.content-video-slide img {
    width: 150px;
    height: 150px;
}

.content-video-slide {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 15px;
}

.img-fluid {
    object-fit: cover;
    object-position: center;
}

.hidden {
    display: none !important;
}

a {
    text-decoration: none,
}
.breadcrumb-container {
    color: black;
    a{
        text-decoration: none;
        color: inherit;
    }
    .active {
        color: #CD2A37;
    }
    .container {
        max-width: min(100%,1920px) !important;
    }
}
.error {
    color: red
}

.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.text-bold {
    font-weight: bold;
}

.header {
    transition: 1s all ease;
    z-index: 10000;
    /* box-shadow: 0 1px 3px 0 rgba(43, 43, 43, 0.2); */
}

.fix-banner {
    position: absolute;
}

/* CHINH SUA */

.header .navbar-nav {
    flex-direction: row;
    justify-content: space-between;
    /*line-height: 62px;*/
    height: 100%;
    padding-left: 10px;
}

.header .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 6px 0;
}

.header .navbar-nav .nav-link {
    color: #161615;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.header .navbar-nav .nav-link i {
    font-size: 12px;
    margin-left: 5px;
}

.header .navbar-nav li.active {
    border-bottom: 3px solid #ef8c29;
    padding: 3px 0 0;
}

.header .navbar-nav .menu-parent {
    display: none;
    height: auto;
    list-style: none;
    padding: 0;
    float: left;
    position: absolute;
    top: 70px;
    z-index: 2000;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #d1d1d1;
}

.header .navbar-nav .menu-parent ul {
    padding-left: 0;
    list-style: none;
}

.header .navbar-nav li:last-child .menu-parent ul {
    width: 200px
}

.header .navbar-nav .menu-parent ul li {
    padding: 10px 25px 10px 15px;
}

.header .navbar-nav .menu-parent ul li:hover {
    background: #ffe3c7;
}

.header .navbar-nav .menu-parent ul li a {
    text-decoration: none;
    color: #161615;
}

.header .navbar-nav .nav-item:hover .menu-parent {
    display: block
}

.header .short-url {
    list-style: none;
    margin: 0
}

.header .short-url .btn {
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #fff;
    font-weight: bold
}

.header .short-url li a:hover {
    text-decoration: none;
}

.header .menu-header, 
.header .menu-header a {
    color: black;
}

.header .menu-header .header-email {
    background: rgba(255, 255, 255, 0.1);
}

.header .menu-header .header-email ul li{
    padding: 12px 0;
}

.header .menu-header .header-email ul li a{
    font-weight: normal;
    color: #000;
}

.header .menu-header .header-email ul li a.active{
    font-weight: 500;
    color: #CD2A37;
}

.header .menu-header .header-main-menu {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 0;
}

@media (min-width:992px) and (max-width:1599px) {
    .header .menu-header .header-main-menu .head-logo-container img {
        height: 4vw;
        object-fit: initial;
    }
}

@media (min-width:992px) and (max-width: 1300px) {
	.header .menu-header .header-main-menu {
        a {
            font-size: 12px;
        }
        i {
            font-size: 12px;
        }
    }
}

@media (min-width:768px) and (max-width: 992px) {
	.header .menu-header .header-main-menu {
        a {
            font-size: 9px;
        }
        i {
            font-size: 9px;
        }
    }
}

.home-banner ul {
	list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.home-banner ul li{
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.home-banner ul li:first-child {
	padding-left: 0px;
}

.home-banner ul li i {
	margin-left: 5px;
}

.home-banner ul li a{
	color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

@media screen and (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }
}

.home-banner ul li .active,
.home-banner ul li .active i,
.header ul li:hover a,
.header ul li:hover i {
	color: #CD2A37;
}

.header ul li:hover .dropdown-menu {
    display: block;
}
.header ul li .dropdown-menu {
    width: 200px;
    height: auto;
    left: unset!important;
    position: absolute!important;
    display: none;
    padding-top: 0px;
}

.header ul li .dropdown-menu li {
    display: block;
    padding: 10px 16px;
    width: auto;
    background-color: #ffffff;
    color: #000000;
    border-top: 1px solid #e9ecef;
    border-color: #EBEBEB;
    text-align: left;
}

.header ul li .dropdown-menu li:first-child {
    border-top: 0px;
}

.header ul li .dropdown-menu li a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    text-transform: unset;
}

.home-banner ul li a.btn-contact {
    padding: 1rem min(1vw,1.5rem);
    background: #CD2A37;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-items: center;
    color: #ffffff;
}


.mobile-menu {
    width: 320px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    background-size: 80% auto;
    padding: 24px 16px;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.12);
    z-index: 999999999;
}

.mobile-menu .fa {
    font-size: 22px;
}

.banner .mobile-bars-menu .fa {
    color: #fff;
    font-size: 22px;
}

.header .mobile-bars-menu .fa {
    color: #132833;
    font-size: 22px;
}

.header .mobile-bars-menu {
    margin-top: 20px;
    float: right;
}

.mobile-menu ul {
    list-style-type: none;
    padding-left: 0;
}

.mobile-menu ul.m-nav li {
    margin-bottom: 15px;
    font-size: 13px;
    vertical-align: text-bottom;
}

.mobile-menu ul.m-nav li a {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.home-page {
    margin-top: 35px
}

.home-page h1 {
    font-size: 36px;
    color: #161615;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: capitalize;
    /*width: 100%*/
}

.home-page h2 {
    font-size: 36px;
    text-transform: capitalize;
}

.home-page h3 {
    font-size: 24px;
    text-transform: capitalize;
}

.home-page a.more {
    text-decoration: none;
    text-transform: capitalize;
    color: #ef8c29 !important;
    font-size: 14px;
}

.home-page .img-fluid {
    width: 100%
}

/*.home-project .tab-content, .list-info .tab-content {
    margin-bottom: 60px;
}*/
.list-info .tab-content {
    margin-bottom: 60px;
}

.more {
    margin-top: 45px;
}

.more .more-btn {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 32px;
    border: 0;
    border-radius: 2px;
    background-color: #ef8c29;
}

.fb-link {
    display: inline-flex
}

.fb-link .fb-share {
    display: flex;
}

.fb-link .fb-share a.share {
    border-radius: 3.2px;
    background-color: #5bb4a5;
    margin-left: 20px;
    padding: 3px 10px;
    color: #fff;
}

.paddingTop {
    padding-top: 80px
}

footer {
    background: url('/public/frontend/images/footer-background-with-building.png?v=1.0.1');
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #F7F7F7;
    background-size: contain;
    color: #CD2A37;
    padding: 60px 0 200px;
    height: 600px;
    min-height: fit-content;
}

footer .logoFooter{
    margin-bottom: 25px;
}

footer .footerInfo {
    color: #000000;
}

footer .footerInfo .titleFooter {
    margin: 30px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #00693E;
}

footer .footerInfo .location,
.phone {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

footer .footerInfo .location .icon {
    margin-right: 10px;
}

footer .footerInfo .location .icon img {
    width: 40px;
    height: 40px;
}

footer .footerInfo .location .address {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #00693E;
}

footer .footerInfo .phone .icon {
    margin-right: 10px;
}

footer .footerInfo .phone .icon img {
    width: 40px;
    height: 40px;
}

footer .footerInfo .phone .tell a {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    color: #00693E;
    text-decoration: none;
}

footer .footerInfo .phone .tell a:hover {
    color: #8b1a1d;
}

footer .titlePage {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}

footer .footerInfo .logoFooter img {
    height: 104px;
}

footer .pagePolicy {
    margin-bottom: 10px;
}

footer .pagePolicy a {
    font-style: normal;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

footer .pagePolicy a:hover {
    color: #CD2A37;
}

footer .fanpageFB img {
    width: 100%
}

footer .link_mxh {
    margin-top: 20px;
}

footer .link_mxh .link img {
    margin-right: 15px;
}

footer .link_mxh .link img:hover {
    transform: scale(1.2);
}

footer .link_map iframe {
    width: 100%
}

#btntop {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 45px;
    right: 40px;
    cursor: pointer;
    z-index: 9999;
    background: #00693E;
    border-radius: 50%;
    transition: all .4s;
}

#btntop i {
    position: absolute;
    color: #fff;
    top: 14px;
    left: 17px;
    font-size: 16px;
}

#image_icon_message {
    position: fixed;
    right: 40px;
    bottom: 155px;
    vertical-align: text-bottom;
    text-align: center;
    z-index: 999999;
}

#image_icon_message img {
    width: 45px !important;
    height: 45px !important;
}

#icon_phone_number {
    position: fixed;
    right: 40px;
    bottom: 100px;
    width: 45px;
    height: 45px;
    background: #00693E;
    line-height: 45px;
    vertical-align: text-bottom;
    text-align: center;
    z-index: 999999;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #222;
}

#icon_phone_number i {
    font-size: 16px;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    position: absolute;
    color: #fff;
    top: 15px;
    left: 15px;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.designer {
    background: #F3F8FF;
    padding: 10px 0px;
    text-align: center;
    margin: 0px auto;
    color: #00693E;
}

.designer .tringhia {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #00693E;
}

.designer .tringhia a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #00693E;
    text-decoration: none;
}

.designer .tringhia a:hover {
    color: #BA0001;
}