﻿/*--- CSS common ---*/
body, p {
    font-family: GoogleSans, Arial, sans-serif;
}

.td-page-content p {
    display: none;
}

.td-scroll-up {
    right: 30px;
    transform: translate3d(0, 200px, 0);
    -webkit-transform: translate3d(0, 200px, 0);
    -moz-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    -o-transform: translate3d(0, 200px, 0);
}

.td-scroll-up-visible {
    right: 30px;
    bottom: 80px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.industry-ministry {
    float: right;
    padding-top: 10px;
}

.td-main-content .td-post-content h2 {
    margin-top: 18px;
    margin-bottom: 6px;
}

.td-main-content .td-post-content h3 {
    margin-top: 18px;
    margin-bottom: 6px;
}

.td-main-content .td-post-content h4 {
    margin-top: 18px;
    margin-bottom: 6px;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.td-page-content {
    font-family: GoogleSans, Arial, sans-serif;
    padding-bottom: 0;
    line-height: 0;
}

    a, .td-page-content a {
        outline: 0;
        border: 0;
        text-decoration: none;
    }

        a, a:active, a:hover, a:visited, a:focus, .td-page-content a:hover {
            outline: none;
            text-decoration: none;
            cursor: pointer;
        }

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1em;
    margin: 0;
}

hr {
    margin: 0;
}

ul, ol {
    margin-bottom: 18px;
    margin-left: 18px;
}

ul {
    list-style: square outside;
}

ol {
    list-style: decimal;
}

    ul ul, ul ol,
    ol ol, ol ul {
        margin-left: 18px;
        margin-bottom: 0;
    }

    ol ol {
        list-style: lower-roman;
    }

li p {
    line-height: 18px;
}

ul, ol {
    margin: 0;
    padding: 0;
}

label {
    font-weight: normal;
}

.clear {
    clear: both;
}

a.effect-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255,255,255,0.2);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    -moz-transform: scale(0.5, 1);
    -o-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

a.effect-button:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

a.effect-button-left-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

a.effect-button-left-right:hover::before {
    opacity: 1;
    width: 100%;
}
/*--- end Css common ---*/

/*--- Custom menu ---*/
.td-header-style-7 .td-header-top-menu {
    border: none;
}

.td-header-style-7 .sf-menu > li > a {
    color: #6e6e6e;
}

.td-header-style-7 .sf-menu > li:last-child > a, .td-header-style-7 .sf-menu > li:last-child > a:hover {
    background-color: #1877f1;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 10px 10px;
    padding: 0 20px;
    color: #FFF;
}

.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > .current-category-ancestor > a {
    color: #1877f1 !important;
}

    .sf-menu > .current-menu-item > a:after,
    .sf-menu > .current-menu-ancestor > a:after,
    .sf-menu > .current-category-ancestor > a:after,
    .sf-menu > li:hover > a:after,
    .sf-menu > .sfHover > a:after {
        background-color: unset;
        width: 50%;
        border-radius: 2px;
    }

.sf-menu > .current-menu-item:hover > a:after,
.sf-menu > .current-menu-ancestor:hover > a:after,
.sf-menu > .current-category-ancestor:hover > a:after {
    background-color: unset;
    width: 50%;
    border-radius: 2px;
}

.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after {
    background-color: unset;
}

.td-header-style-7 .sf-menu > li > a:hover {
    color: #1877f1;
}

.sf-menu ul .td-menu-item > a {
    color: #6e6e6e;
    font-size: 14px;
    font-family: GoogleSans, Arial, sans-serif;
    font-weight: normal;
}

    .sf-menu ul .td-menu-item > a:hover {
        color: #1877f1;
        text-decoration: none;
    }

.sf-menu ul .current-menu-item > a {
    color: #1877f1;
}

.sf-menu ul .td-menu-item > a {
    font-size: 15px;
}

@media (max-width: 1099px) {
    .td-header-style-7 .sf-menu > li:last-child > a, .td-header-style-7 .sf-menu > li:last-child > a:hover {
        margin: 10px 0 10px 8px;
    }

    .sf-menu ul .td-menu-item > a {
        font-size: 14px;
    }
}

@media (max-width: 979px) {
    #menu-menu-1 {
        display: none;
    }
}

@media (max-width: 767px) {
    #td-top-mobile-toggle {
        padding-right: 15px;
    }
}
/*--- end custom menu ---*/

/*--- Menu Solution ---*/
#solution-menu-panel {
    /*overflow: hidden;
    transition: max-height 0.7s;
    -o-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    -webkit-transition: max-height 0.7s;
    max-height: 0;*/
}

.box-solution-menu {
    line-height: 24px;
    display: flex;
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 250px;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 0px -1px 0 1px #EEE;
}

    .box-solution-menu .menu-row {
        padding: 10px 15px;
        margin-bottom: 5px;
    }

        .box-solution-menu .menu-row:last-child {
            margin-bottom: 0;
        }

        .box-solution-menu .menu-row a {
            font-family: GoogleSans, Arial, sans-serif;
            font-size: 16px;
            color: #272727;
            display: block;
            text-decoration: none;
        }

        .box-solution-menu .menu-row:hover {
            background-color: #f2f2f2;
            border-radius: 18px;
            overflow: hidden;
        }

        .box-solution-menu .menu-row.active {
            background-color: #f2f2f2;
            border-radius: 18px;
            overflow: hidden;
        }

    .box-solution-menu .menu-vertical-line {
        width: 2px;
        background-color: #f2f2f2;
    }
/*--- end Menu Solution ---*/

/*#region Menu product */

.sf-menu ul.product-menu {
    width: 480px;
    padding: 10px 15px 15px;
    box-shadow: 0 3px 10px 1px rgba(0,0,0,0.08);
}

.product-menu-item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 12px;
}

    .product-menu-item:hover {
        background: #E6F1F8 url(../fonts/Product-ic_next.svg) no-repeat right 15px center;
    }

.product-menu-item-logo {
    width: 35px;
}

.product-menu-item-info {
    padding-left: 15px;
}

.product-menu-item-name {
    font-family: GoogleSans Bold,Arial,sans-serif;
    font-size: 16px;
    color: #212121;
}

.product-menu-item-description {
    font-size: 14px;
    color: #757575;
}

.product-new-text {
    color: #FF4141;
    background: #FDDEDE;
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 5px;
    font-family: GoogleSanS Medium;
    margin-left: 3px;
}

/*#endregion */

/* ---FOOTER--- */
@media (min-width: 980px) {
    .view-d {
        display: block;
    }

    .view-m {
        display: none;
    }
}

@media(max-width: 979px) {
    .view-d {
        display: none;
    }

    .view-m {
        display: block;
    }
}

/*#endregion*/

/*#region FormRegister*/
.bold-text {
    font-family: GoogleSans Medium, Arial, sans-serif;
}

.yellow-text {
    color: #ffd500;
}

#showContentRegisterForm {
    max-width: 400px;
    background: #fff;
    position: fixed;
    width: 400px;
    height: 220px;
    border-radius: 5px 0 0 0;
    overflow: hidden;
    bottom: 0;
    right: 0px;
    z-index: 999;
}

#closeRegisterForm {
    background: url(../fonts/RegisterPopup-icon_close_register_form.svg) top right no-repeat;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9999;
    cursor: pointer;
}

    #closeRegisterForm.first-second {
        background: url(../fonts/RegisterPopup-icon_close_register_form.svg) top right no-repeat;
        height: 14px;
        width: 14px;
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9999;
        cursor: pointer;
    }

    #closeRegisterForm.second-second {
        background: url(../fonts/RegisterPopup-icon_close_register_form.svg) top right no-repeat;
        height: 14px;
        width: 14px;
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9999;
        cursor: pointer;
    }

    #closeRegisterForm.third-second {
        background: url(../fonts/RegisterPopup-icon_close_register_form.svg) top right no-repeat;
        height: 14px;
        width: 14px;
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9999;
        cursor: pointer;
    }

    #closeRegisterForm.fourth-second {
        background: url(../fonts/RegisterPopup-icon_close_register_form.svg) top right no-repeat;
        height: 14px;
        width: 14px;
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9999;
        cursor: pointer;
    }

    #closeRegisterForm.fifth-second {
        background: url(../fonts/RegisterPopup-icon_close_register_form.svg) top right no-repeat;
        height: 14px;
        width: 14px;
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9999;
        cursor: pointer;
    }

.register-content-form {
    background: url(../images/RegisterPopup-bg_register_form.jpg) no-repeat;
    padding: 15px 30px 15px 20px;
    font-family: GoogleSans, Arial, sans-serif;
    color: #212121;
    overflow: hidden;
    position: relative;
    background-position: center right;
    background-size: cover;
}

.image-register-form {
    display: none;
}

.register-content-form .title-form-item {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #FFF;
}

.text-blue-bold {
    font-family: GoogleSans Medium, Arial, sans-serif;
    color: #0e7abe;
}

.register-content-form .content-form-item {
    padding-top: 15px;
}

.register-content-form .left-content-form-item {
    width: 180px;
}

.register-content-form .textbox-form-item {
    padding-top: 10px;
}

    .register-content-form .textbox-form-item:first-child {
        padding-top: 0;
    }

    .register-content-form .textbox-form-item input {
        border-radius: 4px !important;
        border: 0;
        width: 180px;
        height: 30px;
        overflow: hidden;
        font-size: 13px;
        line-height: 30px;
        color: #212121;
        padding-left: 10px;
        padding-right: 10px;
    }

        .register-content-form .textbox-form-item input.error {
            border: 1px solid red;
        }

        .register-content-form .textbox-form-item input:focus {
            outline: none;
        }

.register-content-form .button-form-item {
    padding-top: 14px;
}

.register-content-form .btn-register {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    background-color: #cecece;
    border-radius: 24px;
    width: 140px;
    height: 30px;
    overflow: hidden;
}

    .register-content-form .btn-register.active {
        background: linear-gradient(-90deg, #ff8f00 0, #ff5300 100%);
        background: -moz-linear-gradient(-90deg, #ff8f00 0, #ff5300 100%);
        background: -o-linear-gradient(-90deg, #ff8f00 0, #ff5300 100%);
        background: -webkit-linear-gradient(180deg, #ff8f00 0, #ff5300 100%);
        cursor: pointer;
    }

#btn-register {
    cursor: unset;
    display: inline-flex;
}

.register-form ::-webkit-input-placeholder {
    font-family: GoogleSans Italic, Arial, sans-serif;
}

.register-form :-moz-placeholder {
    font-family: GoogleSans Italic, Arial, sans-serif;
}

.register-form ::-moz-placeholder {
    font-family: GoogleSans Italic, Arial, sans-serif;
}

.register-form :-ms-input-placeholder {
    font-family: GoogleSans Italic, Arial, sans-serif;
}

.register-form .autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}

.register-form .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .register-form .autocomplete-items div {
        padding: 3px 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .register-form .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.register-form .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/*#endregion*/

@media (max-width: 1440px) {
    .register-content-form .textbox-form-item input {
        width: 160px;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .register-content-form .title-form-item {
        font-size: 12px;
        line-height: 16px;
    }

    #showContentRegisterForm {
        max-width: 340px;
        width: 340px;
        height: 175px;
    }

    .register-content-form {
        background: url(../images/RegisterPopup-bg_register_form.jpg) no-repeat;
        padding: 15px 25px 10px 20px;
        background-position: center right;
        background-size: cover;
    }

        .register-content-form .btn-register {
            font-size: 12px;
            height: 24px;
            line-height: 24px;
            width: 110px;
        }

        .register-content-form .button-form-item {
            padding-top: 10px;
        }

        .register-content-form .content-form-item {
            padding-top: 10px;
        }

    #closeRegisterFor {
        right: 3px;
        top: 5px;
    }
}

@media (max-width: 767px) {
    /*Mobile */
    .register-form {
        display: none;
    }
}

/*#region FormDemoVideo*/
#showDemoVideoForm {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 99;
    display: none;
    top: 0;
    display: flex;
    justify-content: center;
}

#showContentDemoVideoForm {
    max-width: 800px;
    background: #fff;
    position: fixed;
    width: 800px;
    height: 560px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 999;
}

#closeDemoVideoForm {
    background: url(../fonts/DemoVideoPopup-icon_close.svg) top right no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    cursor: pointer;
}

.demo-video-content-form {
    font-family: GoogleSans, Arial, sans-serif;
    color: #212121;
    overflow: hidden;
    position: relative;
}

.left-demo-video-content {
    background: url(../images/DemoVideoPopup-bg_register_form.jpg) no-repeat;
    width: 300px;
    height: 560px;
    float: left;
}

.right-demo-video-content {
    width: 500px;
    height: 560px;
    float: left;
    padding: 30px 40px;
}

.icon-demo-video-item {
    text-align: center;
}

    .icon-demo-video-item img {
        width: 270px;
    }

.title-demo-video-item {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    padding-top: 40px;
}

.input-demo-video-item {
    padding-top: 40px;
}

    .input-demo-video-item.name-item {
        padding-top: 40px;
    }

    .input-demo-video-item.email-item {
    }

    .input-demo-video-item input {
        width: 100%;
        border: 0;
        height: 36px;
        overflow: hidden;
        font-size: 16px;
        line-height: 36px;
        border-bottom: solid 1.5px #B9B9B9;
        outline: none;
        padding: 0;
    }

        .input-demo-video-item input.error {
            border-bottom: solid 1.5px red;
        }

.select-demo-video-item {
    padding-top: 40px;
}

    .select-demo-video-item select {
        width: 100%;
        border: 0;
        height: 36px;
        overflow: hidden;
        font-size: 16px;
        line-height: 36px;
        border-bottom: solid 1.5px #B9B9B9;
        outline: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        color: #757575;
        background: url(../fonts/DemoVideoPopup-icon-down-arrow.svg) no-repeat;
        background-position: center right;
    }

.buttom-demo-video-item {
    padding-top: 60px;
    text-align: center;
}

#btn-demo-video-ok {
    cursor: unset;
    display: inline-flex;
}

.btn-demo-video-ok {
    background: #cecece;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 20px;
    width: 140px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

    .btn-demo-video-ok.active {
        background: linear-gradient(-180deg, #28afd8 0, #0a72ba 100%);
        background: -moz-linear-gradient(-180deg, #28afd8 0, #0a72ba 100%);
        background: -o-linear-gradient(-180deg, #28afd8 0, #0a72ba 100%);
        background: -webkit-linear-gradient(-180deg, #28afd8 0, #0a72ba 100%);
        cursor: pointer;
    }

.demo-video-form .autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}

.demo-video-form .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .demo-video-form .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .demo-video-form .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.demo-video-form .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

@media (max-width: 980px) {
    #showContentDemoVideoForm {
        max-width: 90%;
        max-width: calc(100% - 50px);
        max-width: -moz-calc(100% - 50px);
        max-width: -webkit-calc(100% - 50px);
        width: 90%;
        width: calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
    }

    .left-demo-video-content {
        width: 37.5%;
        background-size: cover;
        background-position: center center;
    }

    .right-demo-video-content {
        width: 62.5%;
        height: auto;
    }

    .title-demo-video-item {
        padding-top: 45px;
    }

    .input-demo-video-item.name-item {
        padding-top: 45px;
    }

    .input-demo-video-item {
        padding-top: 35px;
    }

    .select-demo-video-item {
        padding-top: 35px;
    }

    .buttom-demo-video-item {
        padding-top: 55px;
    }
}

@media (max-width: 480px) {
    #showContentDemoVideoForm {
        height: auto;
    }

    #closeDemoVideoForm {
        background: url(../fonts/DemoVideoPopup-icon_close_mobile.svg) top right no-repeat;
        height: 20px;
        width: 20px;
    }

    .left-demo-video-content {
        background: url(../images/DemoVideoPopup-bg_register_form_mobile.jpg) no-repeat;
        width: 100%;
        height: 130px;
        float: none;
        background-size: cover;
        background-position: center center;
    }

    .right-demo-video-content {
        width: 100%;
        float: none;
        padding: 20px 10px;
    }

    .icon-demo-video-item {
        display: none;
    }

    .title-demo-video-item {
        padding-top: 0;
    }

    .input-demo-video-item.name-item {
        padding-top: 40px;
    }

    .input-demo-video-item {
        padding-top: 30px;
    }

    .select-demo-video-item {
        padding-top: 30px;
    }

    .buttom-demo-video-item {
        padding-top: 30px;
    }
}

@media (max-width: 320px) {
    #showContentDemoVideoForm {
        max-width: 95%;
        max-width: calc(100% - 30px);
        max-width: -moz-calc(100% - 30px);
        max-width: -webkit-calc(100% - 30px);
        width: 95%;
        width: calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
    }

    .input-demo-video-item.name-item {
        padding-top: 30px;
    }

    .input-demo-video-item {
        padding-top: 20px;
    }

    .select-demo-video-item {
        padding-top: 20px;
    }

    .buttom-demo-video-item {
        padding-top: 20px;
    }
}
/*#endregion*/

@media(max-width: 767px) {
    .dropdown-hide {
        display: none;
    }

    .dropdown-show {
        display: block;
        margin-top: 10px;
        border-top: 1px solid #e1e1e1;
    }

    .dropdown-news {
        border: 1px solid #e1e1e1;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        padding: 10px 15px;
        border-radius: 5px;
        margin: 20px 0;
    }

    .dropdown-name {
        font-size: 16px;
        color: #272727;
        font-family: GoogleSans Medium, Arial, sans-serif;
        background: url(../fonts/Other-ic_more.svg) no-repeat;
        background-position: center right;
    }

    .dropdown-content li {
        list-style-type: none;
        line-height: 24px;
        padding-top: 10px;
        font-family: GoogleSans, Arial, sans-serif;
    }

        .dropdown-content li a {
            font-size: 16px;
            color: #272727;
        }

            .dropdown-content li a.active {
                font-family: GoogleSans Medium, Arial, sans-serif;
            }
}
/*#endregion*/

/*#region Footer Page */
.footer-page {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #ebebeb;
}

    .footer-page .bold-text {
        font-family: GoogleSans Bold, Arial, sans-serif;
    }

    .footer-page .row-item:nth-child(1) {
        background: #303b4f;
    }

        .footer-page .row-item:nth-child(1) .content-footer {
            padding: 30px 0;
        }

        .footer-page .row-item:nth-child(1) .logo-item {
        }

            .footer-page .row-item:nth-child(1) .logo-item .image-item {
                padding-bottom: 20px;
            }

                .footer-page .row-item:nth-child(1) .logo-item .image-item img {
                }

            .footer-page .row-item:nth-child(1) .logo-item .text-item {
                padding-bottom: 35px;
            }

        .footer-page .row-item:nth-child(1) .contact-item {
            padding-bottom: 30px;
        }

            /*.footer-page .row-item:nth-child(1) .contact-item .image-item {
                padding-bottom: 30px;
            }

                .footer-page .row-item:nth-child(1) .contact-item .image-item img {
                }*/

            .footer-page .row-item:nth-child(1) .contact-item .button-item {
                padding-bottom: 40px;
            }

                .footer-page .row-item:nth-child(1) .contact-item .button-item a {
                    background: linear-gradient(90deg, #0A72BB, #29B1D9);
                    color: #FFF;
                    padding: 12px 30px;
                    display: inline-block;
                    border-radius: 24px;
                    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
                }

                    .footer-page .row-item:nth-child(1) .contact-item .button-item a:hover {
                        opacity: 0.85;
                    }

            .footer-page .row-item:nth-child(1) .contact-item .title-item {
                text-transform: uppercase;
                padding-bottom: 20px;
            }

            .footer-page .row-item:nth-child(1) .contact-item .content-item {
            }

            .footer-page .row-item:nth-child(1) .contact-item .phone-item {
            }

                .footer-page .row-item:nth-child(1) .contact-item .phone-item a {
                    background: url(../fonts/Footer-icon-phone.svg) no-repeat left center;
                    background-size: 16px;
                    padding-left: 25px;
                    color: #FFF;
                }

                    .footer-page .row-item:nth-child(1) .contact-item .phone-item a:hover,
                    .footer-page .row-item:nth-child(1) .contact-item .phone-item a:active,
                    .footer-page .row-item:nth-child(1) .contact-item .phone-item a:focus {
                        opacity: 0.85;
                    }

            .footer-page .row-item:nth-child(1) .contact-item .email-item {
            }

                .footer-page .row-item:nth-child(1) .contact-item .email-item a {
                    background: url(../fonts/Footer-icon-email.svg) no-repeat left center;
                    background-size: 16px;
                    padding-left: 25px;
                    color: #ebebeb;
                    text-decoration: underline;
                }

                    .footer-page .row-item:nth-child(1) .contact-item .email-item a:hover,
                    .footer-page .row-item:nth-child(1) .contact-item .email-item a:active,
                    .footer-page .row-item:nth-child(1) .contact-item .email-item a:focus {
                        opacity: 0.85;
                    }

        .footer-page .row-item:nth-child(1) .col-md-10 .social-network-item {
            display: block;
        }

        .footer-page .row-item:nth-child(1) .col-md-14 .social-network-item {
            display: none;
        }

    .footer-page .social-network-item .title-item {
        text-transform: uppercase;
        padding-bottom: 20px;
    }

    .footer-page .social-network-item .link-item {
        display: flex;
        align-items: center;
    }

        .footer-page .social-network-item .link-item a:nth-child(1) {
        }

            .footer-page .social-network-item .link-item a:nth-child(1):hover img:nth-child(1) {
                display: none;
            }

            .footer-page .social-network-item .link-item a:nth-child(1):hover img:nth-child(2) {
                display: block;
            }

        .footer-page .social-network-item .link-item a:nth-child(2) {
            padding-left: 15px;
        }

            .footer-page .social-network-item .link-item a:nth-child(2):hover img:nth-child(1) {
                display: none;
            }

            .footer-page .social-network-item .link-item a:nth-child(2):hover img:nth-child(2) {
                display: block;
            }

        .footer-page .social-network-item .link-item a:nth-child(3) {
            padding-left: 15px;
        }

            .footer-page .social-network-item .link-item a:nth-child(3):hover img:nth-child(1) {
                display: none;
            }

            .footer-page .social-network-item .link-item a:nth-child(3):hover img:nth-child(2) {
                display: block;
            }

        .footer-page .social-network-item .link-item a {
        }

        .footer-page .social-network-item .link-item img {
            transition: opacity 200ms ease;
        }

        .footer-page .social-network-item .link-item a:nth-child(1) img:nth-child(2) {
            display: none;
        }

        .footer-page .social-network-item .link-item a:nth-child(2) img:nth-child(2) {
            display: none;
        }

        .footer-page .social-network-item .link-item a:nth-child(3) img:nth-child(2) {
            display: none;
        }

    .footer-page .row-item:nth-child(1) .buy-item {
        text-transform: uppercase;
        padding-bottom: 20px;
    }

    .footer-page .row-item:nth-child(1) .for-vietnam-item {
    }

        .footer-page .row-item:nth-child(1) .for-vietnam-item .title-item {
            padding-bottom: 10px;
        }

            .footer-page .row-item:nth-child(1) .for-vietnam-item .title-item .text-item {
                font-size: 18px;
                line-height: 28px;
                color: #eb7728;
            }

        .footer-page .row-item:nth-child(1) .for-vietnam-item .content-item {
            display: flex;
            align-items: center;
            padding-bottom: 30px;
        }

        .footer-page .row-item:nth-child(1) .for-vietnam-item .email-item {
        }

            .footer-page .row-item:nth-child(1) .for-vietnam-item .email-item a {
                background: url(../fonts/Footer-icon-email.svg) no-repeat left center;
                background-size: 16px;
                padding-left: 25px;
                color: #ebebeb;
                text-decoration: underline;
                transition: opacity 200ms ease;
            }

                .footer-page .row-item:nth-child(1) .for-vietnam-item .email-item a:hover,
                .footer-page .row-item:nth-child(1) .for-vietnam-item .email-item a:active .footer-page .row-item:nth-child(1) .for-vietnam-item .email-item a:focus {
                    opacity: 0.85;
                }

        .footer-page .row-item:nth-child(1) .for-vietnam-item .link-item {
        }

            .footer-page .row-item:nth-child(1) .for-vietnam-item .link-item a {
                background: url(../fonts/Footer-icon-global.svg) no-repeat left center;
                background-size: 16px;
                padding-left: 25px;
                color: #ebebeb;
                text-decoration: underline;
                margin-left: 30px;
                transition: opacity 200ms ease;
            }

                .footer-page .row-item:nth-child(1) .for-vietnam-item .link-item a:hover,
                .footer-page .row-item:nth-child(1) .for-vietnam-item .link-item a:active,
                .footer-page .row-item:nth-child(1) .for-vietnam-item .link-item a:focus {
                    opacity: 0.85;
                }

    .footer-page .name-item {
        font-size: 16px;
        color: #fff;
        line-height: 24px;
    }

    .footer-page .row-item:nth-child(1) .department-item {
    }

        .footer-page .row-item:nth-child(1) .department-item .content-item {
            display: block;
            padding-bottom: 25px;
        }

        .footer-page .row-item:nth-child(1) .department-item .name-item {
            padding-bottom: 5px;
        }

        .footer-page .row-item:nth-child(1) .department-item .phone-item {
        }

            .footer-page .row-item:nth-child(1) .department-item .phone-item a {
                background: url(../fonts/Footer-icon-phone.svg) no-repeat left center;
                background-size: 16px;
                padding-left: 25px;
                color: #FFF;
                transition: opacity 200ms ease;
            }

                .footer-page .row-item:nth-child(1) .department-item .phone-item a:hover,
                .footer-page .row-item:nth-child(1) .department-item .phone-item a:active,
                .footer-page .row-item:nth-child(1) .department-item .phone-item a:focus {
                    opacity: 0.85;
                }

        .footer-page .row-item:nth-child(1) .department-item .email-item {
        }

            .footer-page .row-item:nth-child(1) .department-item .email-item a {
                background: url(../fonts/Footer-icon-email.svg) no-repeat left center;
                background-size: 16px;
                padding-left: 25px;
                color: #ebebeb;
                text-decoration: underline;
                transition: opacity 200ms ease;
            }

                .footer-page .row-item:nth-child(1) .department-item .email-item a:hover,
                .footer-page .row-item:nth-child(1) .department-item .email-item a:active,
                .footer-page .row-item:nth-child(1) .department-item .email-item a:focus {
                    opacity: 0.85;
                }

    .footer-page .row-item:nth-child(1) .for-foreign-item {
    }

        .footer-page .row-item:nth-child(1) .for-foreign-item .title-item {
            padding-bottom: 10px;
        }

            .footer-page .row-item:nth-child(1) .for-foreign-item .title-item .text-item {
                font-size: 18px;
                line-height: 28px;
                color: #eb7728;
            }

        .footer-page .row-item:nth-child(1) .for-foreign-item .content-item {
            display: flex;
            align-items: center;
        }

        .footer-page .row-item:nth-child(1) .for-foreign-item .email-item {
        }

            .footer-page .row-item:nth-child(1) .for-foreign-item .email-item a {
                background: url(../fonts/Footer-icon-email.svg) no-repeat left center;
                background-size: 16px;
                padding-left: 25px;
                color: #ebebeb;
                text-decoration: underline;
                transition: opacity 200ms ease;
            }

                .footer-page .row-item:nth-child(1) .for-foreign-item .email-item a:hover,
                .footer-page .row-item:nth-child(1) .for-foreign-item .email-item a:active,
                .footer-page .row-item:nth-child(1) .for-foreign-item .email-item a:focus {
                    opacity: 0.85;
                }

        .footer-page .row-item:nth-child(1) .for-foreign-item .link-item {
        }

            .footer-page .row-item:nth-child(1) .for-foreign-item .link-item a {
                background: url(../fonts/Footer-icon-global.svg) no-repeat left center;
                background-size: 16px;
                padding-left: 25px;
                color: #ebebeb;
                text-decoration: underline;
                margin-left: 30px;
                transition: opacity 200ms ease;
            }

                .footer-page .row-item:nth-child(1) .for-foreign-item .link-item a:hover,
                .footer-page .row-item:nth-child(1) .for-foreign-item .link-item a:active,
                .footer-page .row-item:nth-child(1) .for-foreign-item .link-item a:focus {
                    opacity: 0.85;
                }

    .footer-page .row-item:nth-child(2) {
        background: #252e3e;
    }

        .footer-page .row-item:nth-child(2) .content-footer {
            padding: 20px 0;
        }

        .footer-page .row-item:nth-child(2) .name-item {
            font-size: 15px;
            line-height: 20px;
            padding-bottom: 8px;
        }

        .footer-page .row-item:nth-child(2) .copyright-links-item {
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: 18px;
            padding-bottom: 8px;
        }

        .footer-page .row-item:nth-child(2) .copyright-item {
        }

        .footer-page .row-item:nth-child(2) .license-agreement-item {
        }

            .footer-page .row-item:nth-child(2) .license-agreement-item a {
                color: #ebebeb;
                transition: opacity 200ms ease;
            }

                .footer-page .row-item:nth-child(2) .license-agreement-item a:hover,
                .footer-page .row-item:nth-child(2) .license-agreement-item a:active,
                .footer-page .row-item:nth-child(2) .license-agreement-item a:focus {
                    opacity: 0.85;
                }

        .footer-page .row-item:nth-child(2) .privacy-policy-item {
        }

            .footer-page .row-item:nth-child(2) .privacy-policy-item a {
                color: #ebebeb;
                transition: opacity 200ms ease;
            }

                .footer-page .row-item:nth-child(2) .privacy-policy-item a:hover,
                .footer-page .row-item:nth-child(2) .privacy-policy-item a:active,
                .footer-page .row-item:nth-child(2) .privacy-policy-item a:focus {
                    opacity: 0.85;
                }

        .footer-page .row-item:nth-child(2) .year-item {
        }

        .footer-page .row-item:nth-child(2) .vertical-line-item {
            padding-left: 10px;
            padding-right: 10px;
        }

        .footer-page .row-item:nth-child(2) .text-item {
            font-size: 14px;
            line-height: 20px;
            color: #757575;
        }

        .footer-page .row-item:nth-child(2) .image-item {
        }

            .footer-page .row-item:nth-child(2) .image-item:nth-child(1) {
            }

            .footer-page .row-item:nth-child(2) .image-item:nth-child(2) {
            }

            .footer-page .row-item:nth-child(2) .image-item a {
            }

            .footer-page .row-item:nth-child(2) .image-item img {
                margin: auto 0 auto auto;
            }

            .footer-page .row-item:nth-child(2) .image-item:nth-child(1) img {
                opacity: 0.9;
                cursor: pointer;
                padding-bottom: 10px;
                transition: opacity 200ms ease;
            }

                .footer-page .row-item:nth-child(2) .image-item:nth-child(1) img:hover {
                    opacity: 0.8;
                }

            .footer-page .row-item:nth-child(2) .image-item:nth-child(2) img {
                cursor: pointer;
                transition: opacity 200ms ease;
            }

                .footer-page .row-item:nth-child(2) .image-item:nth-child(2) img:hover {
                    opacity: 0.85;
                }
/*#endregion Footer Page */

/*#region Quick Action */
.float-quick-action {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 15px;
    height: 50px;
    position: fixed;
    bottom: 55%;
    z-index: 98;
    right: 0;
}

    .float-quick-action a:hover, .float-quick-action:focus, .float-quick-action:active {
        opacity: 1;
    }

    .float-quick-action .cart-vertical-line {
        margin: 0 7px;
        float: left;
        border-left: solid 2px #00558d;
        width: 1px;
        height: 22px;
    }

    .float-quick-action .cart-vertical.text-quick-action {
        font-size: 15px;
        line-height: 18px;
        font-family: GoogleSans Bold, Arial, sans-serif;
        padding-left: 10px;
    }

    .float-quick-action .cart-vertical-line-hotline {
        margin: 10px 7px;
        float: left;
        border-left: solid 2px #00558d;
        width: 1px;
        height: 22px;
    }

    .float-quick-action .cart-vertical-line,
    .float-quick-action .cart-vertical-line-hotline,
    .float-quick-action .text-quick-action {
        display: none;
        white-space: normal;
        overflow: hidden;
        padding-left: 10px;
    }

    .float-quick-action .cart-vertical,
    .float-quick-action .cuk-cart-number,
    .float-quick-action .cart-vertical-line-hotline,
    .float-quick-action .phone-bottom {
        white-space: nowrap;
        overflow: hidden;
    }

    .float-quick-action a.cart-bottom:hover .cart-vertical-line,
    .float-quick-action a.hotline-bottom:hover .cart-vertical-line-hotline,
    .float-quick-action a.cart-bottom:hover .text-quick-action,
    .float-quick-action a.hotline-bottom:hover .text-quick-action {
        display: block;
    }

a.misa-support-quick-button {
    width: 50px;
    height: 50px;
    color: #fff !important;
    background: url(../images/Other-img_quick_button.png) no-repeat, linear-gradient(90deg, #FF7463 0, #FFA85E 100%);
    background: url(../images/Other-img_quick_button.png) no-repeat, -moz-linear-gradient(90deg, #FF7463 0, #FFA85E 100%);
    background: url(../images/Other-img_quick_button.png) no-repeat, -o-linear-gradient(90deg, #FF7463 0, #FFA85E 100%);
    background: url(../images/Other-img_quick_button.png) no-repeat, -webkit-linear-gradient(0, #FF7463 0, #FFA85E 100%);
    padding: 7px 5px 7px 40px;
    background-color: #0973b9;
    border-radius: 7px 0 0 7px;
    text-decoration: none;
    transition: width 0.8s;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    -o-transition: width 0.8s;
    overflow: hidden;
    float: right;
    background-position: left -146px;
}

    a.misa-support-quick-button:hover {
        width: 170px;
    }

    a.misa-support-quick-button .misa-support-vertical-line {
        margin: 10px 7px;
        float: left;
        border-left: solid 2px #00558d;
        width: 1px;
        height: 22px;
        display: none;
        white-space: nowrap;
        overflow: hidden;
    }

    a.misa-support-quick-button:hover .misa-support-vertical-line {
        display: block;
    }

    a.misa-support-quick-button .text-item {
        display: none;
        white-space: normal;
        overflow: hidden;
        padding-left: 10px;
    }

    a.misa-support-quick-button:hover .text-item {
        display: block;
    }

    a.misa-support-quick-button .text-item .top-text-item {
        font-size: 12px;
        line-height: 18px;
        width: 100px;
    }

    a.misa-support-quick-button .text-item .bottom-text-item {
        font-size: 15px;
        line-height: 18px;
        font-family: GoogleSans Bold, Arial, sans-serif;
        white-space: nowrap;
        overflow: hidden;
    }

a.register-quick-button {
    width: 50px;
    height: 50px;
    color: #fff !important;
    background: url(../images/Other-img_quick_button.png) no-repeat, linear-gradient(90deg, #0A73BA 0, #28B0D8 100%);
    background: url(../images/Other-img_quick_button.png) no-repeat, -moz-linear-gradient(90deg, #0A73BA 0, #28B0D8 100%);
    background: url(../images/Other-img_quick_button.png) no-repeat, -o-linear-gradient(90deg, #0A73BA 0, #28B0D8 100%);
    background: url(../images/Other-img_quick_button.png) no-repeat, -webkit-linear-gradient(0, #0a72ba 0, #28B0D8 100%);
    padding: 7px 5px 7px 40px;
    border-radius: 7px 0 0 7px;
    text-decoration: none;
    transition: width 0.8s;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    -o-transition: width 0.8s;
    overflow: hidden;
    float: right;
    background-position: left 10px;
    margin-bottom: 10px;
}

    a.register-quick-button:hover {
        width: 170px;
    }

    a.register-quick-button .register-vertical-line {
        margin: 10px 7px;
        float: left;
        border-left: solid 2px #00558d;
        width: 1px;
        height: 22px;
        display: none;
        white-space: nowrap;
        overflow: hidden;
    }

    a.register-quick-button:hover .register-vertical-line {
        display: block;
    }

    a.register-quick-button .text-item {
        display: none;
        white-space: normal;
        overflow: hidden;
        padding-left: 10px;
    }

    a.register-quick-button:hover .text-item {
        display: block;
    }

    a.register-quick-button .text-item .top-text-item {
        font-size: 12px;
        line-height: 18px;
        width: 100px;
    }

    a.register-quick-button .text-item .bottom-text-item {
        font-size: 15px;
        line-height: 18px;
        white-space: nowrap;
        overflow: hidden;
        font-family: GoogleSans Bold, Arial, sans-serif;
    }

a.cart-bottom {
    width: 50px;
    height: 50px;
    color: #fff !important;
    background: url(../images/Other-img_quick_button.png) no-repeat, linear-gradient(90deg, #FF7463 0, #FFA85E 100%);
    background: url(../images/Other-img_quick_button.png) no-repeat, -moz-linear-gradient(90deg, #FF7463 0, #FFA85E 100%);
    background: url(../images/Other-img_quick_button.png) no-repeat, -o-linear-gradient(90deg, #FF7463 0, #FFA85E 100%);
    background: url(../images/Other-img_quick_button.png) no-repeat, -webkit-linear-gradient(0, #FF7463 0, #FFA85E 100%);
    padding: 16px 10px 16px 40px;
    margin-bottom: 10px;
    background-color: #0973b9;
    border-radius: 7px 0 0 7px;
    position: relative;
    text-decoration: none;
    transition: width 0.8s;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    -o-transition: width 0.8s;
    overflow: hidden;
    float: right;
    background-position: left -93px;
}

    a.cart-bottom:hover,
    a.hotline-bottom:hover {
        width: 170px;
    }

.cuk-cart-number {
    width: 20px;
    height: 20px;
    font-size: 12px;
    background: #d70000;
    border-radius: 12px;
    color: white;
    position: absolute;
    top: 8px;
    left: 25px;
    text-align: center;
    line-height: 18px;
    display: none;
}

a.hotline-bottom {
    width: 50px;
    height: 50px;
    color: #fff !important;
    background: url(../images/Other-img_quick_button.png) no-repeat, #1877f1;
    padding: 7px 5px 7px 40px;
    background-color: #1877f1;
    border-radius: 7px 0 0 7px;
    text-decoration: none;
    transition: width 0.8s;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    -o-transition: width 0.8s;
    overflow: hidden;
    float: right;
    background-position: left -41px;
}

.text-hotline-bottom {
    font-size: 12px;
    line-height: 18px;
}

.phone-bottom {
    font-size: 15px;
    line-height: 18px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.float-quick-action a:hover {
    text-decoration: none;
}
/*#endregion Quick Action */

/*#region Back Top */
.BackTop {
    width: 32px;
    height: 32px;
    background: url(../images/Other-icon-back-top.png) no-repeat;
    position: fixed;
    border-radius: 50%;
    line-height: 40px;
    overflow: hidden;
    z-index: 98;
    display: none;
    bottom: 80px;
    right: 30px;
    text-align: center;
}
/*#endregion Back Top */

/*#region Responsive*/
@media(min-width: 980px) {
    .footer-page .row-item:nth-child(2) .content-footer {
        padding: 20px 0;
        display: flex;
        align-items: center;
    }
}

@media(max-width: 979px) {
    .footer-page .row-item:nth-child(2) .content-footer {
        text-align: center;
    }

    .footer-page .row-item:nth-child(2) .copyright-links-item {
        justify-content: center;
        padding-bottom: 10px;
    }

    .footer-page .row-item:nth-child(2) .text-item {
        padding-bottom: 15px;
    }

    .footer-page .row-item:nth-child(2) .image-item:nth-child(1) img {
        margin: 0 auto;
    }

    .footer-page .row-item:nth-child(2) .image-item:nth-child(2) img {
        margin: 0 auto;
    }

    .footer-page .row-item:nth-child(1) .logo-item .image-item img {
        margin: 0 auto;
    }

    .footer-page .row-item:nth-child(1) .logo-item .text-item {
        text-align: center;
        padding-bottom: 25px;
    }

    .footer-page .row-item:nth-child(1) .contact-item .content-item {
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .footer-page .row-item:nth-child(1) .contact-item .email-item {
        margin-left: 30px;
    }

    .footer-page .row-item:nth-child(1) .contact-item .title-item {
        text-align: center;
        padding-bottom: 10px;
    }

    .footer-page .row-item:nth-child(1) .social-network-item .title-item {
        text-align: center;
        padding-bottom: 15px;
    }

    .footer-page .row-item:nth-child(1) .social-network-item .link-item {
        justify-content: center;
    }

    .footer-page .row-item:nth-child(1) .buy-item {
        text-align: center;
        padding-bottom: 10px;
    }

    .footer-page .row-item:nth-child(1) .col-md-10 .social-network-item {
        display: none;
    }

    .footer-page .row-item:nth-child(1) .col-md-14 .social-network-item {
        display: block;
    }

    .footer-page .row-item:nth-child(1) .for-vietnam-item .title-item {
        text-align: center;
    }

    .footer-page .row-item:nth-child(1) .department-item .col-md-12 {
        display: flex;
        align-items: center;
    }

    .footer-page .row-item:nth-child(1) .department-item .content-item {
        width: 33.333333333%;
        padding-bottom: 20px;
    }

    .footer-page .row-item:nth-child(1) .for-foreign-item .title-item {
        text-align: center;
    }

    .footer-page .row-item:nth-child(1) .for-foreign-item .content-item {
        justify-content: center;
    }

    .footer-page .row-item:nth-child(1) .for-foreign-item {
        padding-bottom: 25px;
    }

    .footer-page .row-item:nth-child(2) .name-item {
        padding-bottom: 10px;
    }

    .footer-page .row-item:nth-child(1) .for-vietnam-item .content-item {
        justify-content: center;
        padding-bottom: 25px;
    }

    .footer-page .row-item:nth-child(1) .contact-item .image-item img {
        margin: 0 auto;
    }

    .footer-page .row-item:nth-child(1) .contact-item .button-item {
        text-align: center;
        padding-bottom: 30px;
    }

    .footer-page .row-item:nth-child(1) .contact-item {
        padding-bottom: 20px;
    }
}

@media(max-width: 480px) {
    .footer-page .row-item:nth-child(1) .contact-item .content-item {
        display: block;
    }

    .footer-page .row-item:nth-child(1) .contact-item .phone-item {
        text-align: center;
    }

    .footer-page .row-item:nth-child(1) .contact-item .email-item {
        margin-left: 0;
        text-align: center;
    }

    .footer-page .row-item:nth-child(1) .for-vietnam-item .email-item {
        text-align: center;
    }

    .footer-page .row-item:nth-child(1) .for-vietnam-item .link-item {
        text-align: center;
    }

        .footer-page .row-item:nth-child(1) .for-vietnam-item .link-item a {
            margin-left: 0;
        }

    .footer-page .row-item:nth-child(1) .department-item .col-md-12 {
        display: block;
    }

    .footer-page .row-item:nth-child(1) .for-vietnam-item .department-item .content-item {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        padding-top: 5px;
    }

    .footer-page .row-item:nth-child(1) .for-foreign-item .email-item {
        text-align: center;
    }

    .footer-page .row-item:nth-child(1) .for-foreign-item .link-item {
        text-align: center;
    }

        .footer-page .row-item:nth-child(1) .for-foreign-item .link-item a {
            margin-left: 0;
            text-align: center;
        }

    .footer-page .row-item:nth-child(2) .copyright-links-item {
        display: block;
    }

    .footer-page .row-item:nth-child(2) .vertical-line-item {
        display: none;
    }

    .footer-page .row-item:nth-child(2) .copyright-item {
        padding-bottom: 5px;
    }

    .footer-page .row-item:nth-child(2) .license-agreement-item {
        padding-bottom: 5px;
    }

    .footer-page .row-item:nth-child(1) .for-vietnam-item .title-item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

        .footer-page .row-item:nth-child(1) .for-vietnam-item .title-item .down-arrow-item {
            background: url(../fonts/Footer-icon-down-arrow.svg) no-repeat;
            background-size: 16px;
            height: 8px;
            width: 16px;
            display: block;
            margin-left: 10px;
        }

    .footer-page .row-item:nth-child(1) .for-foreign-item .title-item .down-arrow-item {
        background: url(../fonts/Footer-icon-down-arrow.svg) no-repeat;
        background-size: 16px;
        height: 8px;
        width: 16px;
        display: block;
        margin-left: 10px;
    }

    .footer-page .row-item:nth-child(1) .for-foreign-item .title-item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
    }

    .footer-page .row-item:nth-child(1) .for-vietnam-item .content-item {
        display: none;
        justify-content: center;
        padding-bottom: 20px;
    }

    .footer-page .row-item:nth-child(1) .for-vietnam-item .department-item {
        display: none;
    }

    .footer-page .row-item:nth-child(1) .for-vietnam-item {
        max-height: 50px;
        overflow: hidden;
    }

        .footer-page .row-item:nth-child(1) .for-vietnam-item.active {
            max-height: 600px;
            transition: max-height 0.5s ease-out;
        }

            .footer-page .row-item:nth-child(1) .for-vietnam-item.active .title-item .down-arrow-item {
                background: url(../fonts/Footer-icon-up-arrow.svg) no-repeat;
                background-size: 16px;
            }

            .footer-page .row-item:nth-child(1) .for-vietnam-item.active .content-item {
                display: block;
                padding-top: 5px;
            }

            .footer-page .row-item:nth-child(1) .for-vietnam-item.active .department-item .content-item {
                padding-top: 0;
            }

            .footer-page .row-item:nth-child(1) .for-vietnam-item.active .department-item {
                display: block;
            }

    .footer-page .row-item:nth-child(1) .for-foreign-item {
        max-height: 50px;
        overflow: hidden;
        margin-bottom: 25px;
        padding-bottom: 0;
    }

        .footer-page .row-item:nth-child(1) .for-foreign-item.active {
            max-height: 100px;
            transition: max-height 0.5s ease-out;
        }

            .footer-page .row-item:nth-child(1) .for-foreign-item.active .title-item .down-arrow-item {
                background: url(../fonts/Footer-icon-up-arrow.svg) no-repeat;
                background-size: 16px;
            }

        .footer-page .row-item:nth-child(1) .for-foreign-item .content-item {
            display: none;
        }

        .footer-page .row-item:nth-child(1) .for-foreign-item.active .content-item {
            display: block;
            padding-top: 10px;
        }

    .footer-page .row-item:nth-child(1) .for-vietnam-item .title-item .text-item {
        font-size: 17px;
        line-height: 28px;
    }

    .footer-page .row-item:nth-child(1) .for-foreign-item .title-item .text-item {
        font-size: 17px;
        line-height: 28px;
    }

    /* a.register-quick-button {
        display: none;
    }*/

    a.misa-support-quick-button {
        display: none;
    }

    .float-quick-action {
        bottom: 50%;
    }
}
/*#endregion Responsive*/

/*#region Video */

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

#video-frame {
    padding: 10px;
    background: white;
    border-radius: 5px;
}

.frame-video {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}

.video-frame-wrapper {
    position: absolute;
    width: 90%;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 2;
}

.closeVideoFrame {
    background: url(../images/Video-closeVideo.png) top right no-repeat;
    background-size: 28px 28px;
    height: 36px;
    width: 36px;
    display: block;
    position: absolute;
    right: -12px;
    top: -14px;
    cursor: pointer;
    z-index: 2;
}

/*#endregion*/

/*#region Custom Category Grid */
.td-category-grid .td-big-thumb .td-module-thumb a:hover {
    opacity: 1;
}

.td-category-grid .td-big-grid-scroll .td-module-thumb a:hover {
    opacity: 1;
}
/*#endregion*/

/*#region Custom Category */
.archive.category .td-category-header {
    padding: 60px 0 0;
}

.archive.category .td-category-grid {
    padding-top: 24px;
}

    .archive.category .td-category-grid .td_block_wrap {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.archive.category .td-main-content-wrap {
    padding-top: 24px;
}

.archive.category .td-main-content .entry-title {
    font-family: GoogleSans Medium, Arial, sans-serif;
    line-height: 1.42857143;
}

    .archive.category .td-main-content .entry-title a:hover,
    .archive.category .td-main-content .entry-title a:focus,
    .archive.category .td-main-content .entry-title a:active {
        color: #0873B8;
        opacity: 1;
    }

.archive.category .td-main-content .td_module_wrap:hover .entry-title a,
.archive.category .td-main-content .td_module_wrap:focus .entry-title a,
.archive.category .td-main-content .td_module_wrap:active .entry-title a {
    color: #0873B8;
    opacity: 1;
}

.archive.category .td-main-content .td-module-meta-info {
    display: none;
}

.archive.category .td-main-content .td-excerpt {
    font-size: 16px;
    margin-top: 0;
}

.archive.category .td-main-content .page-nav .current {
    background: #0873B8;
    border-color: #0873B8;
}

.archive.category .td-main-content .page-nav a,
.archive.category .td-main-content .page-nav span {
    margin: 0 8px 0 0;
}

.archive.category .td-main-content .page-nav .pages {
    margin: 0;
}

/*#region Responsive*/
@media (max-width: 1140px) and (min-width: 1019px) {
    .archive.category .td-category-grid {
        padding-top: 20px;
    }

    .archive.category .td-main-content-wrap {
        padding-top: 20px;
    }
}

@media (max-width: 1018px) and (min-width: 768px) {
    .archive.category .td-category-grid {
        padding-top: 14px;
    }

    .archive.category .td-main-content-wrap {
        padding-top: 14px;
    }

    .archive.category .td-main-content .td-excerpt {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .archive.category .td-category-grid {
        padding-top: 0;
    }

    .archive.category .td-main-content-wrap {
        padding-top: 20px;
    }

    .archive.category .td-main-content .page-nav a,
    .archive.category .td-main-content .page-nav span {
        margin: 0 4px 0 4px;
    }
}
/*#endregion*/
/*#endregion*/

/*region Custom Post */
.single.single-post .td-main-content-wrap {
    background: #EFEFEF;
    padding-top: 124px;
}

    .single.single-post .td-main-content-wrap .td-container {
        padding: 0;
    }

.single.single-post .td-main-content {
    padding: 0 12px;
}

    .single.single-post .td-main-content .td-crumb-container {
        background: #FFF;
        padding: 18px;
        margin: 0;
    }

    .single.single-post .td-main-content .entry-crumbs {
        font-family: GoogleSans, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.42857143;
        color: #111111;
        padding: 0 0 16px;
        border-bottom: solid 2px #0873B8;
    }

        .single.single-post .td-main-content .entry-crumbs a {
            color: #111111;
        }

        .single.single-post .td-main-content .entry-crumbs span:nth-last-child(3) a {
            color: #0873B8;
        }

        .single.single-post .td-main-content .entry-crumbs .td-icon-right:before {
            font-size: 14px;
        }

    .single.single-post .td-main-content .td-bred-no-url-last {
        display: none;
    }

    .single.single-post .td-main-content .td-ss-main-content {
        background: #FFF;
        padding: 0 18px 18px;
        margin-bottom: 24px;
    }

    .single.single-post .td-main-content .td-post-title .entry-title {
        font-family: GoogleSans Bold, Arial, sans-serif;
        font-size: 28px;
        line-height: 1.42857143;
        color: #0873B8;
    }

    .single.single-post .td-main-content .td-module-meta-info {
        font-size: 14px;
    }

    .single.single-post .td-main-content .td-post-date {
        top: 0;
        margin-left: 0;
    }

    .single.single-post .td-main-content .td-post-sharing-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .single.single-post .td-main-content .td-post-sharing-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 36px;
    }

    .single.single-post .td-main-content .td-post-sharing-classic {
        max-width: 150px;
    }

    .single.single-post .td-main-content .td-post-sharing {
        display: inline-flex;
        margin-top: 0;
        margin-bottom: 0;
    }

    .single.single-post .td-main-content .td-social-sharing-button {
        display: inline-flex;
        height: 20px;
        min-width: 20px;
        margin: 0 3px 0;
    }

    .single.single-post .td-main-content .td-post-sharing-visible {
        display: inline-flex;
    }

    .single.single-post .td-main-content .td-social-sharing-hidden {
        display: inline-flex;
    }

        .single.single-post .td-main-content .td-social-sharing-hidden ul {
            display: inline-flex;
            margin-bottom: 0;
        }

    .single.single-post .td-main-content .td-social-handler {
        display: none;
    }

    .single.single-post .td-main-content .td-social-but-icon {
        line-height: 20px;
        width: 20px;
        padding: unset;
    }

    .single.single-post .td-main-content .td-post-content {
        font-size: 18px;
    }

        .single.single-post .td-main-content .td-post-content .td-post-featured-image {
            display: none;
        }

        .single.single-post .td-main-content .td-post-content b,
        .single.single-post .td-main-content .td-post-content strong {
            font-family: GoogleSans Bold, Arial, sans-serif;
        }

        .single.single-post .td-main-content .td-post-content h1 {
            font-size: 32px;
            line-height: 40px;
            margin-top: 33px;
            margin-bottom: 23px;
        }

        .single.single-post .td-main-content .td-post-content h2 {
            font-size: 27px;
            line-height: 38px;
            margin-top: 30px;
            margin-bottom: 20px;
        }

        .single.single-post .td-main-content .td-post-content h3 {
            font-size: 22px;
            line-height: 30px;
            margin-top: 27px;
            margin-bottom: 17px;
        }

        .single.single-post .td-main-content .td-post-content h4 {
            font-size: 19px;
            line-height: 29px;
            margin-top: 24px;
            margin-bottom: 14px;
        }

        .single.single-post .td-main-content .td-post-content h5 {
            font-size: 17px;
            line-height: 25px;
            margin-top: 21px;
            margin-bottom: 11px;
        }

        .single.single-post .td-main-content .td-post-content h6 {
            font-size: 16px;
            line-height: 24px;
            margin-top: 21px;
            margin-bottom: 11px;
        }

        .single.single-post .td-main-content .td-post-content p {
            font-size: 18px;
        }

        .single.single-post .td-main-content .td-post-content ul li {
            font-size: 18px;
        }

        .single.single-post .td-main-content .td-post-content .wp-caption-text {
            font-size: 18px;
            line-height: 1.42857143;
            color: #0877BB;
            text-align: center;
            margin-top: 15px;
        }

        .single.single-post .td-main-content .td-post-content blockquote {
            margin-left: 0;
            margin-right: 0;
            padding-left: 30px;
            border-left: solid 3px #2e5fff;
        }

            .single.single-post .td-main-content .td-post-content blockquote p {
                line-height: 1.74;
                color: #222;
                text-align: left;
                text-transform: unset;
                margin-bottom: 10px;
            }

                .single.single-post .td-main-content .td-post-content blockquote p:last-child {
                    margin-bottom: 0;
                }

    .single.single-post .td-main-content .td-post-source-tags span {
        font-family: GoogleSans Bold, Arial, sans-serif;
        font-weight: normal;
        font-size: 12px;
    }

    .single.single-post .td-main-content .td-post-source-tags a {
        font-family: GoogleSans Bold, Arial, sans-serif;
        font-weight: normal;
        font-size: 13px;
    }

        .single.single-post .td-main-content .td-post-source-tags a:hover,
        .single.single-post .td-main-content .td-post-source-tags a:focus,
        .single.single-post .td-main-content .td-post-source-tags a:active {
            background: #0873B8;
            border-color: #0873B8;
            color: #FFF;
            opacity: 1;
        }

    .single.single-post .td-main-content .td_block_related_posts {
        margin-bottom: 0;
    }

    .single.single-post .td-main-content .td-related-title {
        border-bottom: 2px solid #0873B8;
        margin-bottom: 18px;
    }

        .single.single-post .td-main-content .td-related-title a {
            font-size: 16px;
        }

            .single.single-post .td-main-content .td-related-title a:hover,
            .single.single-post .td-main-content .td-related-title a:focus,
            .single.single-post .td-main-content .td-related-title a:active {
                color: #0873B8;
                opacity: 1;
            }

            .single.single-post .td-main-content .td-related-title a.td-cur-simple-item {
                background: #0873B8;
                opacity: 1;
            }

                .single.single-post .td-main-content .td-related-title a.td-cur-simple-item:hover,
                .single.single-post .td-main-content .td-related-title a.td-cur-simple-item:focus,
                .single.single-post .td-main-content .td-related-title a.td-cur-simple-item:active {
                    color: #FFF;
                }

    .single.single-post .td-main-content .td-related-row {
        margin-right: -18px;
    }

    .single.single-post .td-main-content .td-related-span4 {
        padding-right: 18px;
    }

    .single.single-post .td-main-content .td_module_related_posts {
        padding-bottom: 18px;
    }

    .single.single-post .td-main-content .td_block_related_posts .entry-title {
        text-align: justify;
        margin-bottom: 0;
    }

        .single.single-post .td-main-content .td_block_related_posts .entry-title a {
            font-size: 15px;
            line-height: 1.42857143;
        }

            .single.single-post .td-main-content .td_block_related_posts .entry-title a:hover,
            .single.single-post .td-main-content .td_block_related_posts .entry-title a:focus,
            .single.single-post .td-main-content .td_block_related_posts .entry-title a:active {
                color: #0873B8;
                opacity: 1;
            }

    .single.single-post .td-main-content .td_module_related_posts:hover .entry-title a,
    .single.single-post .td-main-content .td_module_related_posts:focus .entry-title a,
    .single.single-post .td-main-content .td_module_related_posts:active .entry-title a {
        color: #0873B8;
        opacity: 1;
    }

    .single.single-post .td-main-content .td-next-prev-wrap {
        margin-top: 18px;
    }

        .single.single-post .td-main-content .td-next-prev-wrap a:hover,
        .single.single-post .td-main-content .td-next-prev-wrap a:focus,
        .single.single-post .td-main-content .td-next-prev-wrap a:active {
            background: #0873B8;
            border-color: #0873B8;
            color: #FFF;
            opacity: 1;
        }

.single.single-post .td-main-sidebar {
    padding: 0 12px;
}

    .single.single-post .td-main-sidebar .td-ss-main-sidebar {
        margin-bottom: 24px;
    }

    .single.single-post .td-main-sidebar .widget {
        background: #FFF;
        margin-bottom: 0;
        padding: 18px;
    }

    .single.single-post .td-main-sidebar .td_block_wrap {
        background: #FFF;
        margin-bottom: 0;
        padding: 18px;
    }

    .single.single-post .td-main-sidebar .block-title {
        font-size: 16px;
        border-color: #0873B8;
        margin-bottom: 18px;
    }

        .single.single-post .td-main-sidebar .block-title span {
            background: #0873B8;
        }

    .single.single-post .td-main-sidebar .td_block_inner {
        margin-right: -18px;
    }

    .single.single-post .td-main-sidebar .td-block-span12 {
        padding-right: 18px;
    }

    .single.single-post .td-main-sidebar .td_module_wrap {
        padding-bottom: 18px;
    }

    .single.single-post .td-main-sidebar .td-block-span12:last-child .td_module_wrap {
        padding-bottom: 18px;
    }

    .single.single-post .td-main-sidebar .td-cust-row:last-child .td-block-span12 .td_module_wrap {
        padding-bottom: 0;
    }

    .single.single-post .td-main-sidebar .entry-title {
        text-align: justify;
    }

        .single.single-post .td-main-sidebar .entry-title a {
            font-size: 15px;
            line-height: 1.42857143;
        }

            .single.single-post .td-main-sidebar .entry-title a:hover,
            .single.single-post .td-main-sidebar .entry-title a:focus,
            .single.single-post .td-main-sidebar .entry-title a:active {
                color: #0873B8;
                opacity: 1;
            }

    .single.single-post .td-main-sidebar .td_module_wrap:hover .entry-title a,
    .single.single-post .td-main-sidebar .td_module_wrap:focus .entry-title a,
    .single.single-post .td-main-sidebar .td_module_wrap:active .entry-title a {
        color: #0873B8;
        opacity: 1;
    }

    .single.single-post .td-main-sidebar .td-next-prev-wrap {
        margin-top: 18px;
    }

        .single.single-post .td-main-sidebar .td-next-prev-wrap a:hover,
        .single.single-post .td-main-sidebar .td-next-prev-wrap a:focus,
        .single.single-post .td-main-sidebar .td-next-prev-wrap a:active {
            background: #0873B8;
            border-color: #0873B8;
            color: #FFF;
            opacity: 1;
        }

/*#region Responsive*/
@media (max-width: 1140px) and (min-width: 1019px) {
    .single.single-post .td-main-content-wrap {
        padding-top: 120px;
    }

    .single.single-post .td-main-content {
        padding: 0 10px;
    }

        .single.single-post .td-main-content .td-ss-main-content {
            margin-bottom: 20px;
        }

    .single.single-post .td-main-sidebar {
        padding: 0 10px;
    }

        .single.single-post .td-main-sidebar .td-ss-main-sidebar {
            margin-bottom: 20px;
        }
}

@media (max-width: 1018px) and (min-width: 768px) {
    .single.single-post .td-main-content-wrap {
        padding-top: 114px;
    }

    .single.single-post .td-main-content {
        padding: 0 7px;
    }

        .single.single-post .td-main-content .td-ss-main-content {
            margin-bottom: 14px;
        }

    .single.single-post .td-main-sidebar {
        padding: 0 7px;
    }

        .single.single-post .td-main-sidebar .td-ss-main-sidebar {
            margin-bottom: 14px;
        }
}

@media (min-width: 768px) {
    .single.single-post .td-main-content .td-related-row:last-child .td_module_related_posts {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .single.single-post .td-main-content-wrap {
        padding: 100px 0 18px;
    }

    .single.single-post .td-main-content {
        padding: 0;
    }
		.single.single-post .td-main-content .td-post-content b,
        .single.single-post .td-main-content .td-post-content strong {
            font-family: Arial, sans-serif;
            font-weight: 700;
        }
        .single.single-post .td-main-content .td-ss-main-content {
            margin-bottom: 0;
        }

        .single.single-post .td-main-content .td_block_related_posts .item-details {
            margin-bottom: 0;
        }

        .single.single-post .td-main-content .td-related-row:last-child .td-related-span4:last-child .td_module_related_posts {
            padding-bottom: 0;
        }

    .single.single-post .td-main-sidebar {
        padding: 0;
    }

        .single.single-post .td-main-sidebar .td-ss-main-sidebar {
            margin-bottom: 0;
        }
}
/*#endregion*/
/*#endregion*/

/*region Custom Tag */
.archive.tag .td-main-content-wrap {
    background: #EFEFEF;
    padding-top: 124px;
}

    .archive.tag .td-main-content-wrap .td-container {
        padding: 0;
    }

.archive.tag .td-main-content {
    padding: 0 12px;
}

    .archive.tag .td-main-content .td-crumb-container {
        background: #FFF;
        padding: 18px;
        margin: 0;
    }

    .archive.tag .td-main-content .entry-crumbs {
        font-size: 16px;
        line-height: 1.42857143;
        color: #111111;
        padding: 0 0 18px;
        border-bottom: solid 2px #0873B8;
    }

        .archive.tag .td-main-content .entry-crumbs a {
            color: #111111;
        }

        .archive.tag .td-main-content .entry-crumbs .td-icon-right:before {
            font-size: 14px;
        }

        .archive.tag .td-main-content .entry-crumbs span:last-child {
            color: #0873B8;
        }

    .archive.tag .td-main-content .td-ss-main-content {
        background: #FFF;
        padding: 0 18px 18px;
        margin-bottom: 24px;
    }

    .archive.tag .td-main-content .entry-title a {
        font-family: GoogleSans Medium, Arial, sans-serif;
        line-height: 1.42857143;
    }

        .archive.tag .td-main-content .entry-title a:hover,
        .archive.tag .td-main-content .entry-title a:focus,
        .archive.tag .td-main-content .entry-title a:active {
            color: #0873B8;
            opacity: 1;
        }

    .archive.tag .td-main-content .td_module_wrap:hover .entry-title a,
    .archive.tag .td-main-content .td_module_wrap:focus .entry-title a,
    .archive.tag .td-main-content .td_module_wrap:active .entry-title a {
        color: #0873B8;
        opacity: 1;
    }

    .archive.tag .td-main-content .td-module-meta-info {
        display: none;
    }

    .archive.tag .td-main-content .td-excerpt {
        font-size: 16px;
        margin-top: 0;
    }

    .archive.tag .td-main-content .page-nav .current {
        background: #0873B8;
        border-color: #0873B8;
    }

    .archive.tag .td-main-content .page-nav a,
    .archive.tag .td-main-content .page-nav span {
        margin: 0 8px 0 0;
    }

    .archive.tag .td-main-content .page-nav .pages {
        margin: 0;
    }

.archive.tag .td-main-sidebar {
    padding: 0 12px;
}

    .archive.tag .td-main-sidebar .td-ss-main-sidebar {
        margin-bottom: 24px;
    }

    .archive.tag .td-main-sidebar .td_block_wrap {
        background: #FFF;
        margin-bottom: 0;
        padding: 18px;
    }

    .archive.tag .td-main-sidebar .widget {
        background: #FFF;
        margin-bottom: 0;
        padding: 18px;
    }

    .archive.tag .td-main-sidebar .block-title {
        font-size: 16px;
        border-color: #0873B8;
        margin-bottom: 18px;
    }

        .archive.tag .td-main-sidebar .block-title > span {
            background: #0873B8;
        }

    .archive.tag .td-main-sidebar .td_block_inner {
        margin-right: -18px;
    }

    .archive.tag .td-main-sidebar .td-block-span12 {
        padding-right: 18px;
    }

        .archive.tag .td-main-sidebar .td-block-span12 .td_module_wrap {
            padding-bottom: 18px;
        }

        .archive.tag .td-main-sidebar .td-block-span12:last-child .td_module_wrap {
            padding-bottom: 18px;
        }

    .archive.tag .td-main-sidebar .td-cust-row:last-child .td-block-span12 .td_module_wrap {
        padding-bottom: 0;
    }

    .archive.tag .td-main-sidebar .entry-title {
        text-align: justify;
    }

        .archive.tag .td-main-sidebar .entry-title a {
            font-size: 15px;
            line-height: 1.42857143;
        }

            .archive.tag .td-main-sidebar .entry-title a:hover,
            .archive.tag .td-main-sidebar .entry-title a:focus,
            .archive.tag .td-main-sidebar .entry-title a:active {
                color: #0873B8;
                opacity: 1;
            }

    .archive.tag .td-main-sidebar .td_module_wrap:hover .entry-title a,
    .archive.tag .td-main-sidebar .td_module_wrap:focus .entry-title a,
    .archive.tag .td-main-sidebar .td_module_wrap:active .entry-title a {
        color: #0873B8;
        opacity: 1;
    }

    .archive.tag .td-main-sidebar .td-next-prev-wrap {
        margin-top: 18px;
    }

        .archive.tag .td-main-sidebar .td-next-prev-wrap a:hover,
        .archive.tag .td-main-sidebar .td-next-prev-wrap a:focus,
        .archive.tag .td-main-sidebar .td-next-prev-wrap a:active {
            background: #0873B8;
            border-color: #0873B8;
            color: #FFF;
            opacity: 1;
        }

/*#region Responsive*/
@media (max-width: 1140px) and (min-width: 1019px) {
    .archive.tag .td-main-content-wrap {
        padding-top: 120px;
    }

    .archive.tag .td-main-content {
        padding: 0 10px;
    }

        .archive.tag .td-main-content .td-ss-main-content {
            margin-bottom: 20px;
        }

    .archive.tag .td-main-sidebar {
        padding: 0 10px;
    }

        .archive.tag .td-main-sidebar .td-ss-main-sidebar {
            margin-bottom: 20px;
        }
}

@media (max-width: 1018px) and (min-width: 768px) {
    .archive.tag .td-main-content-wrap {
        padding-top: 114px;
    }

    .archive.tag .td-main-content {
        padding: 0 7px;
    }

        .archive.tag .td-main-content .td-ss-main-content {
            margin-bottom: 14px;
        }

        .archive.tag .td-main-content .td-excerpt {
            font-size: 14px;
        }

    .archive.tag .td-main-sidebar {
        padding: 0 7px;
    }

        .archive.tag .td-main-sidebar .td-ss-main-sidebar {
            margin-bottom: 14px;
        }
}

@media (max-width: 767px) {
    .archive.tag .td-main-content-wrap {
        background: #FFF;
        padding: 100px 0 18px;
    }

    .archive.tag .td-main-content {
        padding: 0;
    }

        .archive.tag .td-main-content .td-ss-main-content {
            margin-bottom: 0;
        }

        .archive.tag .td-main-content .page-nav a,
        .archive.tag .td-main-content .page-nav span {
            margin: 0 4px 0 4px;
        }

    .archive.tag .td-main-sidebar {
        padding: 0;
    }

        .archive.tag .td-main-sidebar .td-ss-main-sidebar {
            margin-bottom: 0;
        }
}
/*#endregion*/
/*#endregion*/

/*#region Child Menu */
.category-news {
    padding-top: 24px;
}

.cn-content {
    display: flex;
    align-items: center;
}

    .cn-content ul {
        margin: 0;
        list-style: none;
    }

        .cn-content ul li {
            float: left;
            margin: 0 20px 0 0;
        }

            .cn-content ul li:last-child {
                margin: 0;
            }

            .cn-content ul li a {
                color: #6e6e6e;
                font-size: 16px;
                font-family: GoogleSans Medium, Arial, sans-serif;
                height: 40px;
                line-height: 40px;
                text-align: center;
                display: block;
                padding: 0 20px;
            }

                .cn-content ul li a:hover {
                    background-color: #F2F2F2;
                    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
                    height: 40px;
                    border-radius: 18px;
                    line-height: 40px;
                }

            .cn-content ul li.active a {
                color: #FFF;
                background: linear-gradient(90deg, #0a72ba 0, #29b1d9 100%);
                background: -moz-linear-gradient(-90deg, #0ebfff 0, #0a72ba 100%);
                background: -o-linear-gradient(-90deg, #0ebfff 0, #0a72ba 100%);
                background: -webkit-linear-gradient(0, #0a72ba 0, #29b1d9 100%);
                box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
                height: 40px;
                border-radius: 20px;
                line-height: 40px;
            }

@media (max-width: 1140px) and (min-width: 1019px) {
    .category-news {
        padding-top: 20px;
    }
}

@media (max-width: 1018px) {
    .category-news {
        display: none;
    }
}
/*#endregion*/

/*#region Sidebar */
.fb-sidebar {
    text-align: center;
}

    .fb-sidebar blockquote {
        padding: 0;
        margin: 0;
        font-size: 16px;
        border: 0;
    }

    .fb-sidebar .fb-page {
        width: 100%;
    }

.zalo-sidebar {
    display: flex;
    justify-content: center;
}
/*#endregion*/

/*#region Zalo Share */
.zalo-share-button {
    margin: 0 3px;
    min-width: 20px;
}
/*#endregion*/

/*#region Notify */
.notify {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2147483645;
}

    .notify .n-content {
        max-width: 350px;
        border-radius: 0 8px 0 0;
        overflow: hidden;
    }

    .notify .n-close {
        position: absolute;
        top: 8px;
        right: 8px;
        background: url(../fonts/Other-ic-white-close.svg) no-repeat;
        background-size: 12px;
        width: 12px;
        height: 12px;
        cursor: pointer;
    }

/*#region Responsive */
@media (max-width: 767px) {
    .notify {
        width: 60%;
    }

        .notify .n-close {
            top: 6px;
            right: 6px;
            background-size: 10px;
            width: 10px;
            height: 10px;
        }
}

@media (max-width: 375px) {
    .notify {
        width: 55%;
    }
}

@media (max-width: 320px) {
    .notify {
        width: 50%;
    }
}
/*#endregion*/
/*#endregion*/

/*#region Content Post Adversite */
.content-post-adversite {
    padding: 30px 0;
}

    .content-post-adversite img {
        margin-bottom: 0;
    }

    .content-post-adversite a:hover img, .content-post-adversite a:focus img, .content-post-adversite a:active img {
        opacity: 0.85;
    }
/*#endregion*/


/*#region Footer */
.footer {
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  padding: 80px 0 30px;
  line-height: 1.42857143;
  color: #fff;
  background: #1d2741;
}
.footer-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
}

.company-name {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  font-size: 20px;
}

.company-name a img {
  border-radius: 10px;
  margin-right: 15px;
}

.footer-ctn
  > div:nth-child(1)
  > div:not(.footer-ctn > div:nth-child(1) > div:first-child) {
  padding-bottom: 16px;
}

/* .footer-ctn > div:nth-child(2) {
  text-align: center;
} */

.footer-left-icon {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}

.footer .ins {
  display: grid;
  grid-template-columns: auto 1fr auto;
}

.footer .ins a {
  display: block;
  color: #a4a8b3;
  padding-bottom: 15px;
}

.footer .ins a:nth-child(1) {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 16px;
}

.footer .ins a:nth-child(1):before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #a4a8b3;
}

.footer .ins .ins-col {
  margin-left: 28px;
}

.footer-right-icon {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-bottom: 24px;
}

.footer-right-icon > div {
  padding-right: 20px;
}

.footer-map {
  padding-top: 50px;
}
.check-very {
    margin-top: 12px;
    text-align: end;
}

@media screen and (max-width: 979px) {
  .check-very {
    margin-top: 12px;
    text-align: center;
}
  .footer-ctn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer-ctn {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .footer-map {
    padding-top: 0;
  }
  .footer-right-icon {
    justify-content: space-around;
  }
  .footer-right-icon > div {
    padding-right: 0;
  }
  .copy-right {
    text-align: center;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .ins {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .ins .ins-intro {
    width: 50%;
    margin-left: 0;
    padding-left: 48px;
  }
  .footer .ins .ins-sol {
    width: 50%;
    margin-left: 0;
    padding-left: 32px;
  }
  .footer .ins .ins-arch {
    padding-top: 16px;
    margin-left: 0;
  }
}
/*#endregion*/


/*#region banner */
.banner-center{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}

.banner-center-wrapper{
	position: fixed;
    z-index: 999;
    max-width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.banner-center a:hover{
	opacity: 1;
}

.banner-center .ic-close-popup{
    position: absolute;
    right: 11px;
    top: 11px;
    width: 16px;
    cursor: pointer;
    z-index: 9999;
}

@media (max-width: 767px){
	.banner-center-wrapper{
		max-width: unset;
		width: 85%;
	}
}
/*endregion */

/*#region Sidebar */
.fb-sidebar {
    text-align: center;
}

    .fb-sidebar blockquote {
        padding: 0;
        margin: 0;
        font-size: 16px;
        border: 0;
    }

    .fb-sidebar .fb-page {
        width: 100%;
    }
	

.zalo-sidebar {
	padding: 0 !important;
	overflow: hidden;
}

.zalo-sidebar .zalo-follow-button {
    display: block !important;
}

    .zalo-sidebar .zalo-follow-button iframe {
        height: 524px;
        width: 100%;
    }
	
@media (min-width: 1141px) and (max-width: 1366px) {
    .zalo-sidebar .zalo-follow-button iframe {
        height: 438px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .zalo-sidebar .zalo-follow-button iframe {
        height: 429px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .zalo-sidebar .zalo-follow-button iframe {
        height: 415px;
    }
}
/*#endregion*/