/*--CSS Social footer--*/


/* Wrapper */

.icon-button {
    background-color: white;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3.6rem;
}



/* Circle */

.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}

.icon-button:hover span {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    margin: -1.8rem;
}

.youtube span {
    background-color: #4099ff;
}

.facebook span {
    background-color: #3B5998;
}

.google-plus span {
    background-color: #db5a3c;
}



/* Icons */

.icon-button i {
    background: none;
    color: white;
    height: 3.6rem;
    left: 0;
    line-height: 3.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
}

.icon-button .fa-youtube {
    color: #d10d0d;
}

.icon-button .fa-facebook-f {
    color: #3B5998;
}

.icon-button .fa-google-plus-g {
    color: #db5a3c;
}

.icon-button:hover .fa-youtube,
.icon-button:hover .fa-facebook-f,
.icon-button:hover .fa-google-plus-g {
    color: white;
}

.social-btns-2,
.ico svg:not(:root).svg-inline--fa:hover {
    color: white !important;
}

.icon-button:hover .svg-inline--fa {
    color: #ffffff !important;
    position: relative;
    z-index: 15;
}



/*--END CSS Social footer--*/


/** Info box project**/

.info-pro.box ul li {
    list-style: none;
    margin: 0;
    padding: 3px;
    font-weight: 400;
    font-size: 14px;
}

.info-pro.box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



/** End Infobox project **/

input[type="submit"] {
    width: 100%;
}



/** MENU # project**/

#anchor__menu ul li a {
    padding: 5px 15px !important;
    font-size: 14px !important;
}



/** Hover contact**/

.lien-he .ico:hover {
    background-color: #324b69;
}

.lien-he .ico {
    font-size: 30px !important;
}

#sow-image-2 {
    margin-top: 40px;
}



/**DuongPlus**/

.box-content strong {
    color: #e00000;
}

.property-item .image .noi-bat {
    text-align: left !important;
}

.list-custom ul {
    list-style: none;
    margin: 10px;
    padding-left: 15px;
}

.list-custom ul li:before {
    content: '\f058';
    display: inline-block;
    font-family: FontAwesome;
    color: #324b69;
    padding-right: 5px;
}

.list-custom ul li:hover {
    color: #14a3bf;
}

h2.anchor-menu {
    border-left: 5px solid #324b69 !important;
}

.content-left ul li:before {
    color: #fff;
}

.content-left ul li:hover {
    color: #f5f5f5;
}

.ws-download ul {
    list-style-type: none;
    margin: 5px;
    padding-left: 15px;
    position: relative;
}

.ws-download ul li {
    padding-left: 50px;
}

.ws-download ul li:before {
    content: '\f1c2';
    position: absolute;
    bottom: -12px;
    left: 0;
    display: inline-block;
    font-family: FontAwesome;
    color: #324b69;
    padding-right: 5px;
    font-size: 65px;
}

.post-in-content ul {
    list-style: none;
}

.post-in-content ul li:before {
    content: '\f0c1';
    font-family: "FontAwesome";
    color: #324b69;
}

.tags-links:hover a {
    color: #eaaa1c;
    font-weight: 500;
}

.tags-links:hover a:before {
    color: #eaaa1c;
}



/** Icon animation Hotline */

.text-right {
    position: relative;
}

.pulse-icon {
    float: left;
    position: absolute;
    display: inline-block;
    top: 40%;
    left: 0;
}



/*icon styling here*/

.pulse-icon .icon-wrap {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #d10d0d;
    position: absolute;
    top: 1px;
    left: 1px;
}



/*container of all circles and pulses*/

.pulse-icon .elements {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}



/*series of x pulses of differing sizes*/

.pulse-icon .pulse {
    position: absolute;
    animation: pulse-wave 1s linear infinite both;
    border-radius: 50%;
}

.pulse-icon .pulse-1 {
    border: solid 1px #fdfdfd;
    width: 10px;
    height: 10px;
    top: 1px;
    left: 1px;
}



/*Animation for the outewards pulsating waves*/

@keyframes pulse-wave {
    0% {
        opacity: 0;
        transform: scale(1.0);
    }

    50% {
        opacity: 1;
        transform: scale(2.0);
    }

    100% {
        opacity: 0;
        transform: scale(4.0);
    }
}

@media screen and (max-width: 992px) {
    .pulse-icon .pulse-1 {
        top: -5px;
        left: 250px;
    }

    .pulse-icon .icon-wrap {
        top: -5px;
        left: 250px;
    }
}

@media screen and (max-width: 480px) {
    .pulse-icon .pulse-1 {
        top: -5px;
        left: 190px;
    }

    .pulse-icon .icon-wrap {
        top: -5px;
        left: 190px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .ws-download ul li:before {
        font-size: 50px;
    }

    .ws-download ul li {
        padding-left: 40px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .ws-download ul li:before {
        font-size: 40px;
    }

    .ws-download ul li {
        padding-left: 25px;
    }
}

@media only screen and (max-width: 997px) {
    #anchor__menu ul {
        margin: 20px 0 0 !important;
    }
}

.note-cf7 {
    font-size: 11px;
    font-style: italic;
    color: #e2dfdf;
}



/** Download tài liệu */

#ws-tailieu .btn,
#ws-tailieu input[type="submit"] {
    position: absolute;
    text-align: center;
    font-weight: 600;
    right: 0px;
    background-color: #0ea211;
    padding: 7px 15px;
    color: #fff;
    border-radius: 0;
    width: 140px;
}

#ws-tailieu .btn {
    top: 5px;
}

#ws-tailieu input[type="submit"] {
    top: 5px;
}

#ws-tailieu .btn:hover,
#ws-tailieu input[type="submit"]:hover {
    background-color: #10b913;
}

#ws-tailieu input[type="text"],
#ws-tailieu input[type="email"],
#ws-tailieu input[type="number"],
#ws-tailieu input[type="tel"] {
    padding: 7px 10px;
    border-radius: 0;
}

#ws-tailieu {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

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

    #ws-tailieu .btn,
    #ws-tailieu input[type="submit"] {
        width: 50%;
    }
}

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

    #ws-tailieu .btn,
    #ws-tailieu input[type="submit"] {
        width: 45%;
    }
}



/** z-index - error form step by step */

.step-by-step .error {
    z-index: 1200;
}

.uu-dai .box-content ul li:before {
    color: #de0808 !important;
}

.uu-dai h3 {
    color: #de0808 !important;
}



/** Button download Sidebar */

button.btn-download {
    width: 100%;
    min-height: 68px;
    border: 1px solid;
    position: absolute;
    border-radius: 2px;
    z-index: 8;
    top: 68px;
    font-weight: 600;
    background: green;
    text-align: left;
    padding-left: 75px;
    cursor: pointer;
}

.ws-download {
    position: relative;
}



/** END Button download Sidebar */

p.ws-date-download {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    margin: 0px;
}

.ws-download p {
    margin: 0;
}

button#button_hide:before {
    content: '\f103';
    font-family: FontAwesome;
    position: absolute;
    left: 25px;
    font-size: 40px;
    font-weight: 400;
    top: 0px;
    -webkit-animation: mymove 18s infinite;
    /* Safari 4.0 - 8.0 */
    animation: mymove 1s infinite;
}



/* Safari 4.0 - 8.0 */

@-webkit-keyframes mymove {
    from {
        top: -10px;
    }

    to {
        top: 10px;
    }
}



/* Standard syntax */

@keyframes mymove {
    from {
        top: -10px;
    }

    to {
        top: 10px;
    }
}

.list-custom-02 ul li:before {
    content: '\f111';
    font-size: 10px;
    display: inline-block;
    font-family: FontAwesome;
    color: #27940e;
    padding-right: 5px;
}

.list-custom-02 ul {
    list-style-type: none;
    margin: 0;
}


/** box-info */

span.chi-tiet:hover {
    color: #fac526;
}

span.chi-tiet {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
}


/** end box-info */


/** Metro- custom post */

span.metro-chitiet {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 0px;
    right: 0px;
    background: #0000007d;
    padding: 5px 10px 5px 15px;
    border-top-left-radius: 25px;
}

.metro-box:hover .metro-chitiet {
    background: #324b69;
    transition: 0.6s;
}


/** End */

.row .metro-item .box-info h3,
.row .metro-item .box-info h2 {
    bottom: 45px;
}



/* Icon Social Wrapper */
.icon-button {
    background-color: white;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3.6rem;
}

/* Circle */
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}

.icon-button:hover span {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    margin: -1.8rem;
}

.youtube span {
    background-color: #d10d0d;
}

.facebook span {
    background-color: #3B5998;
}

.google-plus span {
    background-color: #db5a3c;
}

/* Icons */
.icon-button i {
    background: none;
    color: white;
    height: 3.6rem;
    left: 0;
    line-height: 3.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
}

.icon-button .icon-youtube {
    color: #4099ff;
}

.icon-button .icon-facebook {
    color: #3B5998;
}

.icon-button .icon-google-plus {
    color: #db5a3c;
}

.icon-button:hover .icon-youtube,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
    color: white;
}


/** Css Footer */
.site-info {
    background-color: #403f3f;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
}

.site-info a {
    color: #fff;
    text-decoration: underline;
}

.site-footer {
    clear: both;
    background: #324b69;
    padding: 30px 5px;
}

.textwidget {
    color: white;
}

.ft-title {
    font-size: 18px !important;
    color: #ffffff !important;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}

section#media_image-2 {
    margin-top: 40px;
    margin-left: 40px;
}

.site-footer .col-4 {
    padding-right: 10px;
}

.ft-social {
    text-align: center;
}

@media screen and (min-width: 993px) {
    .site-header .site-branding img {
        display: none !important;
    }
}

.call-back-form .hot-box {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #324b69;
}

.custom-news .des {
    display: none;
}

.custom-news .image {
    width: 22%;
}

#content {
    margin-top: 60px !important;
}

.smart-slider-top {
    margin-top: 30px;
}

.sub-menu a:before {
    display: none;
}

.hotline-header.col-2.text-right {
    display: none !important;
}

.custom-form .col-12 {
    padding: 3px 20px;
}

.custom-form {
    padding: 5px 50px;
}

.custom-form input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    height: 32px;
    background: #fff;
    border: 1px solid #807d7d;
}

.custom-form input[type="submit"] {
    height: 38px !important;
}

.lien-he-bao-gia h3 {
    text-align: center;
    color: #324b69;
    font-size: 21px;
    margin: 0;
}

.lien-he-bao-gia p {
    color: #ed681d;
    text-align: center;
    margin: 10px 5px;
}

.lien-he-bao-gia .row.contact-form.custom-form {
    padding: 10px 30px;
}

@media screen and (max-width: 992px) {
    .top-header .site-branding img {
        max-height: 100px !important;
        margin: auto;
        display: block;
    }
}

.post-in-content {
    display: none;
}