body {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
}

a, a:link, a:hover, a:active, a:visited, a:focus {
    text-decoration: none !important;
}

a.scrollToTop {
    bottom: 65px;
    right: 0px;
    display: none;
    font-size: 2.2rem;
    font-weight: bold;
    width: 45px;
    height: 45px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    z-index: 999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #e86f3b;
}
a.scrollToTop .fa-angle-up {
    margin-top: 12px;
}

a.scrollToTop:hover {
    background-color: #e94600;
}

#scroll-to-top.hide {
    opacity: 0;
}


/* share resources */
.container {
    max-width: inherit;
    font-family: 'Roboto';
    line-height: 30px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-bold {
    font-weight: bold;
}

.clearfix {
    clear: both;
}

/* end shared resources */

#wrapper {
    -webkit-overflow-scrolling: touch;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

#wrapper.menu-active:after,
#wrapper.quickView-active:after {
    opacity: 1;
    z-index: 99;
    visibility: visible;
}

#wrapper .container {
    transition: padding 0.3s ease-in-out, right 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out, right 0.3s ease-in-out, margin 0.3s ease-in-out;
    -ms-transition: padding 0.3s ease-in-out, right 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out, right 0.3s ease-in-out, margin 0.3s ease-in-out;
    -webkit-transition: padding 0.3s ease-in-out, right 0.3s ease-in-out, margin 0.3s ease-in-out;
    padding: 50px 0 0 0;
    /* min-height: 2000px; */
    width: 100%;
    right: 0;
    position: relative;
    overflow: hidden;
}

#wrapper:after {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
    bottom: 55px;
    content: "";
    opacity: 0;
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
}

.quickView-active .mobile-quickview {
    display: none;
}

.quickView-active .desktop-quickview {
    display: block;
}

/*#header {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: #FFFFFF;
    position: fixed !important;
    left: 0 !important;
    bottom: 0;
    top: auto !important;
    z-index: 99999;
    right: 0;
    height: 72px;
}*/
#header .header-content {
    margin: 0;
    list-style-type: none;
    overflow: hidden;
}

#header .header-content.left {
    float: left;
}

#header .header-content.right {
    float: right;
}

#header .header-content li,
.topbar .header-content li {
    float: left;
}

#header .header-content li.line {
    height: 30px;
    width: 1px;
    background: rgba(255, 255, 255, .5);
    background-position-y: center;
    position: relative;
    top: 10px;
}

#header .header-content li,
.topbar .header-content li {
    height: 50px;
    padding: 12px 0;
}

#header .header-content li.more {
    width: 144.09px;
}

.topbar .header-content {
    float: right;
}

#header .header-content li a,
.topbar .header-content li a {
    line-height: 25px;
    padding: 0 15px;
    vertical-align: middle;
}

#header .header-content li span {
    color: #fff;
    font-size: 11px;
    padding-left: 5px;
}

#header .header-content li.item img {
    vertical-align: middle;
}

#header .header-content li.dropdown .text-close img {
    width: 18px;
}

#header .site-header {
    background: #e86f3b;
    transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    margin-top: 0;
    height: 50px;
    position: relative;
}

#header .logo-tn img {
    height: 35px;
}

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

#header .logo-emagazine img {
    height: 40px;
}

#header .header-content.right .socicon,
.topbar .right .header-content .socicon {
    font-size: 15px;
    font-family: "socicon" !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #e86f3b;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.socicon-facebook:before {
    content: "\e028";
}

#header .header-content.right .zalo-share img,
.topbar .right .header-content .zalo-share img {
    width: 13px;
    height: 24px;
}

#header .header-content.right .email-share i,
.topbar .right .header-content .email-share i {
    color: #fff;
}

#header .header-content.right .more img,
.topbar .more img {
    width: 18px;
    vertical-align: middle;
}

#header .hidden-state {
    display: none;
}

.show-for-large-up {
    display: none !important;
}

#nav {
    text-transform: uppercase;
    height: 150px;
    background-color: #fff;
}

#nav>ul {
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    border-radius: 0;
    letter-spacing: -5px;
    font-size: 12px;
    margin-top: 0;
}

#nav>ul>li {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    border-radius: 0;
    width: 24.9%;
    letter-spacing: 0;
    border-right: 1px solid #ddd;
    z-index: 200;
}

#nav>ul>li.more {
    border-right: none;
}

#nav>ul>li>a,
#nav>ul>li>.hidden-share>a {
    line-height: 16px;
    display: block;
    padding: 12px 3px;
    color: #000;
    /* background: #000101; */
    position: relative;
    z-index: 80;
    text-align: center;
    /*height: 120px;*/
    font-weight: bold;
}

#nav>ul>li>a img {
    height: 40px;
}

#nav>ul>li .text {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
}

.dropdown div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.dropdown ul li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding: 12px 20px 11px;
    ;
}

.dropdown ul li a {
    color: #fff;
}

/*.topbar.vertical {
    z-index: 99;
    padding: 2px 7px;
}
*/
.mCSB_scrollTools .mCSB_dragger {
    display: none;
}

.topbar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    background: #e86f3b;
    height: 48px;
    overflow: hidden;
    z-index: 100;
    transition: .3s;
}

.topbar.hide {
    visibility: hidden;
    top: -48px;
}

.topbar.affix .logo .logo-emagazine {
    display: none;
}

.topbar.affix.top .logo .logo-emagazine {
    display: block;
}

.topbar.affix.top .logo .logo-TN {
    display: none;
}

.topbar .logo {
    /* float: left;
    margin: 9px 0 0 15px; */
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topbar .logo img {
    height: 35px;
}

.topbar>ul {
    position: absolute;
    display: block;
    bottom: 1px;
    width: 100%;
    height: 40px;
    background-color: #fff;
}

.topbar>ul>li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #d9d9d9;
    height: 40px;
    padding-top: 9px;
}

.topbar>ul>li:last-child {
    border-right: none;
}

.topbar>ul>li>a {
    color: #e86f3b;
}

.topbar>ul>li>a>span>img,
.topbar>ul>li>a>img {
    width: 20px;
    vertical-align: middle;
}

.topbar>ul>li>a>span>span,
.topbar>ul>li>a>span {
    margin-left: 5px;
    font-size: 14px;
}

.hide-for-large-up {
    display: block;
}

.detail-active .nav.hide-for-large-up {
    display: none;
}

.detail-active .menu-extenstion,
.quickView-active .mobile-quickview,
.quickView-active .desktop-quickview {
    background: #000;
}

.detail-active .menu-holder .dropdown ul>li>a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}

/*.detail-active .menu-holder .dropdown ul > li > a > br {
        display: none;
    }*/

.menu-active .menu-toggle {
    background: #fff;
    padding: 16px 16px 6px;
}

.menu-active .menu-toggle .one {
    background: #e86f3b;
    -moz-transform: rotate(45deg) translate(2px, 2px);
    -ms-transform: rotate(45deg) translate(2px, 2px);
    -webkit-transform: rotate(45deg) translate(2px, 2px);
    transform: rotate(45deg) translate(2px, 2px);
}

.menu-active .menu-toggle .two {
    opacity: 0;
}

.menu-active .menu-toggle .three {
    background: #e86f3b;
    -moz-transform: rotate(-45deg) translate(7px, -8px);
    -ms-transform: rotate(-45deg) translate(7px, -8px);
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
    transform: rotate(-45deg) translate(7px, -8px);
}

.menu-active .menu-holder .dropdown {
    display: none;
}

.menu-active .menu-extenstion,
.detail-active .menu-extenstion {
    right: 0;
    top: 48px;
    bottom: 55px;
}

.quickView-active .mobile-quickview,
.quickView-active .desktop-quickview {
    left: 0;
}

.quickView-active .desktop-quickview {
    top: 50px;
    width: 275px;
}

#wrapper .text-close {
    display: none;
}

.menu-active .text-more {
    display: none;
}

.menu-active .more .text-close {
    display: inline-block !important;
}

#header .quickView {
    width: 100%;
    display: block;
}

.quickView-active .quickView .text-quickview {
    display: none;
}

.quickView-active .quickView .text-close {
    display: block !important;
}

/*.menu-active .text-close .icon.icon-close, .menu-extenstion .bar .btn-close .show-for-sr {
        background: url('../images/close.png') no-repeat 0 0;
        width: 33px;
        height: 33px;
        margin: 5px;
        display: block;
        text-indent: -9999px;
    }*/

.menu-extenstion {
    transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    -webkit-transition: right 0.3s ease-in-out;
    position: fixed;
    right: -100%;
    top: 50px;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    background: #00739f;
}

.desktop-quickview,
.mobile-quickview {
    transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out;
    position: fixed;
    left: -100%;
    top: 48px;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    background: #00739f;
}

.desktop-quickview {
    width: 275px;
    background: #000;
    top: 50px;
}

.menu-extenstion .logo img {
    height: 50px;
}

.menu-extenstion .menu-area {
    display: none;
}

.menu-extenstion .footer-area {
    display: none;
}

.menu-extenstion .bar {
    overflow: hidden;
    padding: 10px 20px 8px;
    background-color: #e86f3b;
    border-bottom: 1px solid #1f7ea7;
    position: relative;
    z-index: 1000;
    left: 0;
}

.menu-extenstion .bar .btn-close {
    position: absolute;
    width: 43px;
    height: 43px;
    right: 13px;
    top: 13px;
}

.menu-extenstion .bar .btn-close .show-for-sr {
    background-position: 0 -32px;
}

.menu-extenstion .nav {
    line-height: 12px;
    font-weight: 700;
    padding: 0;
}

.menu-extenstion .nav a,
.menu-extenstion .menu-holder a {
    color: #fff;
    padding: 12px 20px 11px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #4898b7;
}

.menu-extenstion .menu-holder li:last-child a {
    border-bottom: none;
}

.menu-extenstion .nav a.home {
    padding: 26px 19px;
    text-transform: uppercase;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #286498;
}


.section-comment {
    border-top: 6px solid #e86e3b;
}

.section-comment #tabs {
    margin-top: 10px;
}

.section-comment .comment-zone h4.label {
    float: left;
    color: #029dd7;
    font-size: 18px;
    text-transform: uppercase;
}

.section-comment .comment-zone>h4.label {
    padding-top: 8px;
    position: absolute;
}

.section-comment .comment-zone>h4.label>span {
    color: #000;
}

.section-comment .tab-nav {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid;
}

.section-comment .tab-nav li {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 300;
}

.section-comment .tab-nav li a {
    color: black;
}

.section-comment .tab-nav li.active a {
    font-weight: 700;
}

.section-comment .tab-content h4.name {
    color: #029dd7;
    margin-right: 20px;
    display: inline-block;
}

.section-comment .tab-content h4.name>.fa-user {
    background-image: url('../images/avatar.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    text-indent: -9999px;
}

.section-comment .tab-content .comment-item {
    position: relative;
    padding-left: 55px;
    color: lightgray;
}

.section-comment .tab-content .reply.comment-item h4.name>.fa-user {
    width: 30px;
    height: 30px;
}

.section-comment .tab-content .reply.comment-item {
    padding-left: 50px;
}

.section-comment .tab-content .comment-item>p {
    color: black;
}

.section-comment .tab-content .comment-item .reply-option {
    margin: 0 -10px;
}

.section-comment .tab-content .comment-item .reply-option>a {
    border-right: 1px solid #029dd7;
    color: #029dd7;
    padding: 0 10px;
}

.section-comment .tab-content .comment-item .reply-option>a:last-child {
    border-right: none;
}

.section-comment .tab-content .comment-item .reply-option>a.likebtn>i {
    margin-right: 6px;
}

.section-comment .tab-content .loadmore {
    display: none;
    margin-top: 15px;
    text-align: center;
}

.section-comment .tab-content .loadmore a,
.section-comment .add-comment .comment-footer a.btncomment {
    padding: 6px 20px;
    color: #fff;
    background-color: #029dd7;
    border-radius: 100px;
    text-transform: capitalize;
}

.section-comment .add-comment .comment-footer a.btncomment {
    margin-top: 15px;
    margin-bottom: 30px;
    float: right;
}

.section-comment .add-comment .txt {
    width: 100%;
}

.section-comment .add-comment .comment-footer .note {
    display: none;
}

#divMailBox {
    display: none;
}

.blueimp-gallery>.close {
    font-weight: 100;
    font-family: Roboto;
    font-size: 42pt !important;
}



.section-related {
    margin-bottom: 20px;
}

.section-related.epi {
    display: none;
}

.section-related #divRelated.epi {
    width: 100%;
}

.section-related #divRelated {
    width: 900px;
    margin: auto;
    margin-bottom: 40px;
}

.section-related #divRelated>section {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 10px;
}

.section-related #divRelated>section>header {
    margin-bottom: 20px;
}

.section-related #divRelated>section>header>h3 {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Roboto';
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 10px;
}

.section-related #divRelated>section>article {
    width: 33%;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
}

.section-related #divRelated>section>article>figure .thumb img {
    width: 100%;
}

.section-related #divRelated>section>article>figure .thumb>i {
    display: none;
}

.section-related #divRelated>section>article>header h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.section-related #divRelated>section>article>header h2>a {
    color: #000;
    line-height: 26px;
    font-family: 'Roboto';
    font-size: 14px;
    float: left;
}

.section-related #divRelated1 .related-head {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 20px;
}

.section-related #divRelated1 .related-body {
    padding: 0 15px;
}

.section-related #divRelated1 .img img {
    width: 100%;
}

.section-related #divRelated1 a {
    color: #000;
    line-height: 26px;
}

.section-comment #tabs,
.section-comment .add-comment {
    max-width: 660px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

/* modal */
.md-content h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.md-content label {
    display: inherit;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 585px;
    min-height: 170px;
    z-index: 2000;
    background: #fff;
    box-sizing: border-box;
    visibility: hidden;
    font-size: 13px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.md-show~.md-overlay {
    opacity: .6;
    visibility: visible;
}

.md-content {
    position: relative;
    margin: 0 auto;
}

.md-content .label {
    display: inherit;
    background: #e86f3b;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 18px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.md-content .order-form {
    padding: 25px 30px;
}

.md-close {
    position: absolute;
    width: 26px;
    height: 25px;
    top: 5px;
    right: 22px;
    cursor: pointer;
    background: 0 0;
    border: 0 none;
}

.md-close:after,
.md-close:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.md-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.md-effect-1 .md-content {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.order-form p {
    margin-bottom: 10px;
}

.order-form p * {
    color: #333;
}

.order-form span {
    width: 25%;
    display: inline-block;
}

.order-form span * {
    color: #d00;
    font-style: inherit;
}

.order-form input,
.order-form select {
    height: 28px;
    border: 1px solid #ddd;
    outline: 0;
    padding: 0 8px;
    width: 74%;
}

.order-form textarea {
    height: 100px;
    border: 1px solid #ddd;
    outline: 0;
    padding: 8px;
    width: 74%;
}

.order-form .note {
    margin: 5px 0 0 25.4%;
    color: #d00;
    font-size: 12px;
    font-size: 1.2rem;
}

.order-form .fa-refresh {
    margin-left: 8px;
    font-size: 16px;
    color: #e86f3b;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.order-form .fa-refresh:hover {
    color: #333;
}

.order-form table td {
    padding: 5px 0;
}

.order-form table input {
    border: 0 none;
    text-align: center;
    width: 100%;
}

.order-form .btn {
    background: #e86f3b;
    color: #fff;
    font-size: 11px;
    padding: 8px 10px;
    width: auto;
    height: auto;
    border: 0 none;
    margin: 0 5px 0 3px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.order-form .btn:hover {
    background: #005689;
}

.order-form .m-info-table input {
    width: 50%;
}

.order-form .m-info-list ul li {
    margin-bottom: 10px;
}

.order-form .m-info-list span {
    width: 47%;
    font-family: Roboto;
}


/* share resources */
.hr {
    background-color: #e86f3b;
    margin: auto;
    height: 6px;
    width: 100px;
}

.author {
    margin: 35px 0 70px 0;
    text-align: center;
    font-size: 16pt;
    font-family: 'Roboto';
    font-weight: bold;
}

.author .company {
    font-weight: 200;
}

.author-line {
    max-width: 640px;
    margin: auto;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.author-line .hr {
    margin-top: 10px;
    height: 2px;
    width: 200px;
    background-color: #000;
}

@media (max-width: 1199px) {
    #wrapper .container {
        padding-top: 48px;
    }

    .mobile-quickview {
        bottom: 55px;
        background: #000;
    }

    .quickView-active .mobile-quickview {
        display: block;
        bottom: 55px;
    }

    .quickView-active .desktop-quickview {
        display: none;
    }

    .drop-holder ul {
        margin: 0;
    }

    .menu-extenstion {
        top: 85px;
    }

    .dropdown div {
        visibility: visible;
        opacity: 1;
        top: 0;
        transform: none;
        z-index: 1;
        box-shadow: none;
        padding: 0 20px;
    }

    .dropdown ul li a {
        border-right: none;
        padding: 0;
        display: inline-block;
    }

    .dropdown ul li {
        border-bottom: 1px solid #fff;
        padding: 15px 0;
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 0;
    }
}

@media (max-width: 450px) {
    .topbar .header-content li a {
        padding: 0 10px;
    }

    .topbar .header-content {
        padding-right: 10px;
    }

    .topbar>ul>li>a>span {
        font-size: 13px;
    }
}

nav {
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0px;
    left: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    z-index: 9;
    text-align: center;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 1px -5px 17px -7px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 1px -5px 17px -7px rgba(0, 0, 0, 0.34);
    box-shadow: 1px -5px 17px -7px rgba(0, 0, 0, 0.34);
    border-top: 1px solid #eaeaea;
}

/*nav.nav-up{
    bottom: -70px;
    box-shadow: none;
}*/
.nav-wrapper ul {
    height: 55px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
}

.nav-wrapper li {
    font-size: 11px;
}

.nav-wrapper .logo-bottom {
    display: none;
    transition: 300ms;
}

.nav-wrapper .logo-bottom.active {
    display: block;
}

.nav-wrapper li a {
    color: #5a5a5a;
    height: 20px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.nav-wrapper li a:before {
    content: "";
    position: absolute;
    background: url(../web_images/logo_TN.svg) center top / 21px 23px no-repeat;
    width: 21px;
    height: 23px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nav-wrapper li:nth-child(2) a:before {
    background-image: url(../web_images/icon_share.svg);
}

.nav-wrapper li:nth-child(3) a:before {
    background-image: url(../web_images/icon_comment.svg);
}

.nav-wrapper li:nth-child(4) a:before {
    background-image: url(../web_images/icon_notify.svg);
}

.nav-wrapper li a.active {
    color: #e86f3b;
}

.nav-wrapper li:nth-child(3) a.active {
    color: #5a5a5a;
}

.nav-wrapper li a.active:before {
    background-image: url(../web_images/icon_close.svg);
}

.nav-wrapper li:nth-child(3) a.active:before {
    background-image: url(../web_images/icon_comment.svg);
}

.nav-wrapper li:nth-child(5) a:before {
    content: none;
}

.nav-wrapper li:nth-child(5) a.active:before {
    content: "";
    background-image: url(../web_images/icon_close.svg);
}

.nav-wrapper li:nth-child(5) a.active .menu-toggle {
    display: none;
}

.nav-wrapper .menu-toggle {
    background: transparent;
    width: 21px;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
    border-right: none;
}

.nav-wrapper .menu-toggle .menu-line {
    background: #5a5a5a;
}

.nav-wrapper a.active .menu-toggle .menu-line {
    background: #e86f3b;
}

.toggle.nav-up .share-submenu {
    visibility: hidden;
    opacity: 0;
}

.share-submenu {
    position: absolute;
    width: 100%;
    top: -120px;
    left: 0;
    transition: 300ms;
    background: #fafafa;
    visibility: hidden;
    opacity: 0;
    z-index: 109;
}

.share-submenu.is-active {
    visibility: visible;
    opacity: 1;
}

.share-submenu .top-content {
    padding: 5px 25px 5px 5px;
    overflow: hidden;
    background: #fafafa;
}

.share-submenu h3 {
    font-size: 15px;
    color: #777;
    text-align: left;
    font-weight: 300;
    margin-bottom: 0;
    float: left;
    line-height: 1.8;
}

.share-submenu .close-btn {
    float: right;
}

.share-submenu .close-btn svg {
    color: #777;
    font-size: 15px;
    width: 15px;
}

.share-submenu .social {
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 120px;
}

.share-submenu li {
    flex: 0 0 100%;
    padding: 5px 0;
}

.share-submenu .social li a {
    padding-left: 70px;
    color: #777;
    align-items: center;
    font-size: 15px;
    width: auto;
}

.share-submenu .social li a .zalo-share-button {
    width: 100% !important;
    height: auto !important;
    opacity: 0;
    position: absolute;
    left: 0;
}

.share-submenu .social li a::before {
    background: url(../web_images/icon_fb.svg) center center / 35px 36px no-repeat;
    width: 36px;
    height: 36px;
    left: 25px;
    top: 5px;
    transform: none;
}

.share-submenu li:nth-child(2) a::before {
    background-image: url(../web_images/icon_zalo.svg);
}

.img-show {
    background: #fff url(../web_images/demo-notify.jpg) center top no-repeat;
    background-size: 100%;
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 48px;
    bottom: 55px;
    left: 0;
    width: 100%;
}

.notify.show {
    opacity: 1;
    visibility: visible;
}

.comment.img-show {
    background-image: url(../web_images/demo-comment.jpg);
}

.menu.img-show {
    background-image: url(../web_images/demo-menu.jpg);
}

.img-show.show {
    opacity: 1;
    visibility: visible;
}

.toggle.nav-up .img-show {
    visibility: hidden;
    opacity: 0;
}

.btn-close .menu-toggle {
    right: 0;
    left: auto;
    border-right: none;
    background: #e86f3b;
}

.btn-close .menu-toggle .menu-line {
    background: #fff;
}

.section-heading {
    max-width: 85%;
    margin: 0 auto;
    padding: 0px;
}
.section-heading h1 {
    color: #e97537;
    font-weight: bold;
    line-height: 1.3;
    margin: 50px 0 30px 0;
    text-align: center;
    font-family: 'Calistoga', cursive;
    letter-spacing: 2px;
    font-size: 50px;
}

#div-vote, #div-comments {
    max-width: 900px;
    margin: 40px auto;
}

#div-vote .heading, #div-comments .heading {
    font-weight: bold;
    font-size: 25px;
}

#div-vote .col-lg-1.custom {
    background-color: #ccc;
    height: 100px;
    margin-right: 15px;
}

/* Vertical */
.vertical .progress-bar {
    position: relative;
    float: left;
    height: 140px;
    width: 80px;
    margin-right: 15px;
    margin-bottom: 45px;
}
.vertical .progress-bar:last-child {
    margin-right: 0;
}
.vertical .progress-track {
    position: relative;
    width: 80px;
    height: 100%;
    background: #ebebeb;
}
.vertical .progress-fill {
    position: relative;
    background: #e0aa25;
    height: 50%;
    width: 80px;
    color: #fff;
    text-align: center;
    font-family: "Lato","Verdana",sans-serif;
    font-size: 12px;
    line-height: 20px;
}
.rounded .progress-track, .rounded .progress-fill {
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    border-radius: 3px;
}

.vertical .list-action button {
    width: 100%;
    border-radius: 0;
    color: black;
}
.vertical .list-action {
    float: left;
    width: 80px;
    margin-right: 15px;
}
.vertical .list-action {
    margin-top: 10px;
}
.vertical .list-action:last-child {
    margin-right: 0;
}
.poll-icon {
    position: absolute;
    top: -20px;
    left: 17px;
    width: 45px;
}
.poll-result {
    position: absolute;
    top: 45%;
    left: 17px;
    width: 45px;
    color: black;
    font-size: 15px;
    font-weight: bold;
}

/* Next & Previous Articles */
.g1-nav-single-links {
    margin: 0;
    overflow: hidden;
    list-style: none;
}
.g1-nav-single-links i {
    color: #f7580a;
}
.g1-nav-single-links a:hover {
    color: #f7580a;
}
.g1-nav-single-prev {
    float: left;
    width: 50%;
    text-align: left;
}
.g1-nav-single-prev > a, .g1-nav-single-next > a {
    display: block;
    color: inherit;
}
.g1-nav-single-prev > a > strong, .g1-nav-single-next > a > strong {
    display: block;
    margin-bottom: 0.5em;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    opacity: 0.8;
}
.g1-nav-single-prev > a > span, .g1-nav-single-next > a > span {
    margin-left: auto;
    margin-right: 0;
    font-weight: bold;
    font-size: 18px;
}
.g1-nav-single-next {
    float: right;
    width: 50%;
    text-align: right;
}

div.social-share {
    border: 2px solid #e86e3b;
    border-radius: 10px;
    padding: 10px;
}
div.social-share .view-count i {
    color: black;
    margin-right: 5px;
}
div.social-share .view-count p {
    color: #e86e3b;
    font-size: 20px;
    font-weight: bold;
    margin: 1px 0 0 0;
}
div.social-share .icon-share {
    text-align: center;
}
div.social-share .icon-share .at-style-responsive .at-share-btn {
    margin-bottom: 0;
}

/* desktop */
@media only screen and (min-width: 1200px) {
    .show-for-large-up {
        display: block !important;
    }

    .detail-active .menu-extenstion {
        left: -100% !important;
    }

    #header {
        width: 100%;
        position: fixed;
        height: 50px;
        z-index: 399;
        top: 0 !important;
        -webkit-box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.3);
    }

    #header #share-mobile {
        display: none;
    }

    #header .hidden-state {
        display: block;
    }

    #nav>ul>li {
        display: block;
        margin: 0;
        position: relative !important;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
    }

    #nav>ul>li>a {
        padding: 15px 3px;
    }

    #nav>ul>li>.hidden-share>a {
        padding: 25px 8px;
        font-size: 12px;
        line-height: 15px;
    }

    #nav>ul>li.hidden-state>.hidden-share>a {
        padding: 8px;
        height: auto;
    }

    #nav>ul>li.hidden-state>.hidden-share {
        padding-top: 8px;
        padding-bottom: 16px;
    }

    #nav>ul>li.hidden-state>.hidden-share>a>img {
        margin: 0;
    }

    .topbar.vertical {
        left: auto;
        height: auto;
        padding: 0;
    }

    .hide-for-large-up {
        display: none !important;
    }

    .menu-holder .dropdown {
        display: none !important;
    }

    .menu-extenstion {
        right: -240px;
        width: 240px;
        background: #00739f;
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 0;
    }

    .menu-extenstion .menu-holder {
        background: #00739f;
    }

    .menu-extenstion .menu-holder .dropdown {
        display: none;
    }

    .menu-extenstion .menu-area {
        display: block;
    }

    .menu-extenstion .footer-area {
        display: block;
    }

    .menu-area>.col>#target-menu {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .menu-area>.col>#target-menu.cloned.hidden-state>li>a {
        display: block;
        padding: 12px 20px 11px;
    }

    .menu-area>.col>#target-menu.cloned.hidden-state>li>a:hover,
    .menu-area>.col>#target-menu.cloned.hidden-state>li>a:focus {
        text-decoration: none;
        background-color: #01597a;
    }

    .menu-area>.col>#target-menu.cloned.hidden-state>li>a.home {
        padding: 6px 19px;
        text-transform: uppercase;
    }

    .menu-extenstion .menu-holder a {
        color: #fff;
    }

    .menu-extenstion .footer-area {
        font-size: 11px;
        color: #fff;
        padding: 26px 16px 16px 16px;
        position: absolute;
        bottom: 0;
        background-color: #00739f;
        border-top: 1px solid #fff;
    }

    #mCSB_1_dragger_vertical {
        max-height: 70px !important;
    }
}



body {
    font-size: 18px;
}

.container {
    font-family: 'Roboto', sans-serif;
    line-height: inherit;
}


a {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav>li>a {
    position: relative;
    display: block;
    font-size: 14px;
}

.mb {
    display: none;
}

.menu-toggle {
    border-right: 1px solid rgba(255, 255, 255, .3);
    width: 22px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 16px;
    box-sizing: initial;
}

.menu-toggle .one,
.menu-toggle .three,
.menu-toggle .two {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 5px auto;
    backface-visibility: hidden;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.topbar .more {
    float: left;
}

.img-desc {
    color: #58595b;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 15px;
    font-weight: 300;
    font-size: 17px;
}

.section-text>p {
    line-height: 1.7 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.menu-area>.col>#target-menu li {
    font-size: 14px;
}

.menu-area>.col>#target-menu {
    margin: 0;
}

.menu-extenstion .nav {
    margin: 0;
}

.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.animated {
    animation-delay: .5s !important;
}

.footer-area {
    line-height: 1.5;
}

.em-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
}

.first-letter {
    float: left;
    font-size: 30pt;
    margin-top: -10px;
    margin-right: 10px;
}

.section-cover .toolbox {
    left: 0;
    margin-left: 6%;
    position: absolute;
    top: 75px;
}

.section-cover .toolbox .cmd {
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    opacity: 0.5;
}

.section-cover .toolbox #btnChangeCoverVideo.cmd {
    margin-left: 15px;
}

.section-cover .toolbox .cmd:hover {
    color: #fff;
    opacity: 1;
}


.section-cover>.in-cover>img.cover-bg-img,
.section-cover>.in-cover>video {
    width: 100%;
}

/*.section-cover > .in-cover video {
    height: calc((9/16)*100vw) !important;
}*/

.section-cover>.head-line {
    width: 100%;
}

.in-editor-wrapper .ThanhNienPlayer-pc,
.in-editor-wrapper .ThanhNienPlayer-mobile {
    height: 0;
    padding-top: 56.3% !important;
}

.section-cover>.head-line>img.head-line-img {
    width: 960px;
    margin: auto;
    display: block;
}

#wrapper:after {
    bottom: 0;
}

.section-text, .section {
    max-width: 660px;
    margin: auto;
    margin-top: 30px;
}

.section-text .dropcap {
    font-size: 50px;
    padding: 0 5px 0 0;
    line-height: 1;
    text-transform: uppercase;
    float: left;
}

.section-text .align-left {
    float: left;
    margin-right: 15px;
}

.section-text>.head-line {
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 700;
    margin: auto;
    text-align: center;
}

.section-text>.head-line>img {
    width: 100%;
}

.section-text>p {
    margin: 20px auto;
    line-height: 1.7;
}

.section-text p > img, .section-text figure > img, .section-text iframe {
    width: 900px;
    height: auto;
    margin-left: -120px;
}
.section-text figure > figcaption {
    margin-left: -120px;
}
.section-text iframe {
    height: 500px;
}

.section-text .video-js {
    height: 371px !important;
}

.section-text .large-size {
    width: 960px;
    margin-left: -150px;
}

.section-text .large-size .video-js {
    height: 540px !important;
}

.section-text .full-size {
    width: 1280px;
    margin-left: -320px;
}

.section-text .full-size img {
    min-width: 100%;
}

.section-text .full-size .video-js {
    height: calc((9/16)*100vw) !important;
}

.section-text .align-left:not(p) {
    float: left;
    width: 340px;
    margin-left: -150px;
    margin-right: 40px;
}

.section-text .align-justify {
    text-align: justify;
}

.section-text .align-justify .video-js {
    height: 371px !important;
}

.section-text .align-left-overflow {
    float: left;
    margin-left: -150px;
    margin-right: 40px;
    width: 440px;
}

.section-text .align-right:not(p) {
    float: right;
    margin-right: -150px;
    width: 340px;
    margin-left: 40px;
}

.section-text .align-right-overflow {
    float: right;
    margin-right: -150px;
    width: 440px;
    margin-left: 40px;
}

.video-js {
    width: 100% !important;
}

.vjs-playing .vjs-big-play-button {
    display: none;
}

.vjs-default-skin .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -1.3em;
    margin-left: -1.3em;
    width: 2.6em;
    height: 2.6em;
    border-radius: 100px;
}

.vjs-default-skin .vjs-big-play-button:before {
    left: 3px;
}

.video-js .vjs-play-progress {
    background-color: #1869b6;
}

.section-text .video-js.vjs-fullscreen,
.section-text .large-size .video-js.vjs-fullscreen {
    height: inherit !important;
}

.in-editor-img {
    text-align: center;
}

.in-gallery-img {
    width: 100%;
    float: left;
    position: relative;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 2px;
    line-height: 0;
}

.comment-footer {
    overflow: hidden;
    padding-bottom: 100px;
}

.section-related #divRelated>section>article>header h2>a {
    font-size: 16px;
}

.section-text p.align-center {
    text-align: center;
}

.section-text p.align-right {
    text-align: right;
}

.section-text p.align-left {
    text-align: left;
}

.gallery {
    width: 100.5%;
    margin-left: -4px;
    margin-right: -4px;
    overflow: hidden;
}

.like-share-fb .fb-like.visible-lg {
    z-index: 999;
}

.gallery .d1 {
    width: 100%;
}

.gallery .d1-2 {
    width: 50%;
}

.gallery .d1-3 {
    width: 33%;
}

.gallery .d1-4 {
    width: 25%;
}

.gallery .d2-3 {
    width: 66%;
}

.gallery .d3-4 {
    width: 75%;
}

.video-js {
    background-color: transparent !important;
}

.section-related h2 a svg {
    width: 65px;
    margin-left: 7px;
}

#divRelated figure {
    margin: 0;
}

.section-related #divRelated>section>article {
    width: 32.8%;
    padding-right: 1%;
    padding-left: 1%;
}

.section-comment .tab-content h4.name {
    margin-right: 10px;
    margin-bottom: 5px;
}

.section-comment .tab-content .comment-item>p {
    margin-top: 5px;
}

.section-comment .comment-zone>h4.label {
    position: relative;
    margin-top: 10px;
    margin: 0 auto;
    padding: 15px 20px 0 20px;
    float: none;
}

.like-share-fb {
    text-align: center;
    padding: 20px 0 15px;
}

.like-share-fb .fb-like.visible-lg {
    position: fixed;
    top: 100px;
    right: 20px;
}

.like-share-fb .fb-like.hidden-lg {
    display: none;
}

.img-mobile {
    display: none;
}

#boxscroll {
    height: 500px;
    overflow: auto;
    margin-bottom: 20px;
}

.s-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: #ffc200;
    width: 45px;
    height: 45px;
    cursor: pointer;
    text-align: center;
}

.s-wrap.open {
    background: #bbb;
}

.s-wrap a {
    color: #fff !important;
    text-align: center;
    font-size: 13px;
    line-height: 55px;
}

.s-wrap i {
    font-size: 15px;
}

.s-cate-list {
    display: none;
    position: absolute;
    bottom: 0;
    right: 45px;
}

.s-cate-list li {
    float: right;
    margin-right: 1px;
    position: relative;
    height: 50px;
}

.s-cate-list li a {
    padding: 15px;
}

.s-cate-list li img {
    vertical-align: middle;
    margin-right: 5px;
}

.s-cate-list li:nth-child(1) a {
    background: #3bb5b5;
}

.s-cate-list li:nth-child(2) a {
    background: #00739f;
}

.s-wrap.open .s-cate-list {
    display: block;
    width: 314px;
    z-index: 999;
}

.s-cate.open {
    background: #bbb;
}

.s-cate-list .quickView .text-close {
    display: none;
}

.quickView-active .s-cate-list .quickView .text-close {
    display: block;
}

.arrow-control-article, .arrow-control-article a {
    color: white;
}
.arrow-control-article i {
    line-height: 1;
}

.topbar.vertical .left {
    float: left;
}

@media (max-width: 991px) {
    .menu-extenstion {
        background: #f7f7f7;
        transition: unset;
        -moz-transition: unset;
        -ms-transition: unset;
        -o-transition: unset;
        -webkit-transition: unset;
        top: 48px;
        bottom: 55px !important;
    }

    #wrapper.menu-active:after,
    #wrapper.quickView-active:after {
        z-index: 1;
    }

    .menu-holder {
        width: auto;
    }

    #boxscroll {
        height: 100%;
    }

    .menu-extenstion .nav li,
    .menu-extenstion .menu-holder li {
        font-family: 'Noto Serif', serif;
        border-bottom: 1px solid #e6e6e6;
        font-size: .9em;
        margin: 0 3%;
        padding: 3% 0;
        overflow: hidden;
    }

    .menu-extenstion .nav li a,
    .menu-extenstion .menu-holder li a {
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        float: left;
        width: 85%;
        color: #333;
        border-bottom: none;
        padding: 0;
    }

    .nav>li>a:hover,
    .nav>li>a:focus {
        color: #e86f3b;
        background: none;
    }

    .mobile-quickview .text-close {
        width: 45px;
        position: fixed;
        bottom: 0;
        right: 0;
        height: 45px;
        background: #ffc200;
        padding: 17px 10px 10px 10px;
    }
}

.text-close .one,
.text-close .three {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 5px auto;
    backface-visibility: hidden;
}

.text-close .one {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text-close .three {
    -moz-transform: rotate(-45deg) translate(7px, 1px);
    -ms-transform: rotate(-45deg) translate(7px, 1px);
    -webkit-transform: rotate(-45deg) translate(7px, 1px);
    transform: rotate(-45deg) translate(5px, -4px);
}

@media only screen and (max-width: 980px) {
    .section-related #divRelated>section>article {
        width: 32.5%;
    }

    .like-share-fb .fb-like.hidden-lg {
        display: block;
    }

    .like-share-fb .fb-like.visible-lg {
        display: none;
    }
}

@media (max-width: 767px) {
    .img-desc {
        font-size: 14px;
    }

    .mb {
        display: block;
    }

    .desk {
        display: none;
    }

    .in-cover .wow {
        display: none;
    }

    .like-share-fb .fb-like.hidden-lg {
        display: inline-block;
    }

    .like-share-fb .fb-like.visible-lg {
        display: none;
    }

    .section-text>p {
        margin: 20px 25px;
    }

    h3 {
        margin: auto 25px;
    }

    .in-editor-wrapper {
        width: 100% !important;
        margin: 0 !important;
        padding: 15px 0;
    }

    .section-text h2.large-size {
        width: 100% !important;
        margin: 0 !important;
        padding: 15px 0;
        font-size: 18px;
    }

    .section-text .large-size .video-js {
        height: calc(100vw * 9/16) !important;
    }

    .section-related #divRelated>section>article {
        width: 100%;
        padding-bottom: 30px;
    }

    .section-comment .tab-nav li,
    .comment-article.comment-item {
        font-size: 15px;
    }

    .section-related #divRelated>section {
        margin-left: 15px;
        margin-right: 15px;
    }

    .section-related #divRelated {
        width: auto;
    }

    .section-related #divRelated>section>header>h3 {
        padding-left: 0;
    }

    .img-mobile {
        display: block;
    }
    div.social-share {
        margin: 0 15px;
    }
    div.social-share .icon-share {
        margin-top: 10px;
    }
    .next-prev {
        margin: 0 15px;
    }
    .vertical .progress-bar {
        margin-bottom: 85px;
        margin-left: 15px;
    }
    .section-comment {
        margin: 0 15px;
    }
    #div-vote, #div-comments {
        margin: 20px auto;
    }
}

@media (max-width: 450px) {

    .section-text>p,
    h3 {
        line-height: 1.5 !important;
        font-size: 18px !important;
    }

    .section-heading h1 {
        font-size: 35px;
    }
    .section-text {
        margin-top: 15px;
        padding: 0 15px;
    }

    .section-text p > img, .section-text figure > img, .section-text iframe {
        width: 100%;
        margin-left: 0;
    }
    .section-text figure > figcaption {
        margin-left: 0;
    }
    .section-text iframe {
        height: auto;
    }
}

.mar-0 {
    margin: 0px !important;
}

.mar-10 {
    margin: 10px !important;
}

.mar-15 {
    margin: 15px !important;
}

.mar-20 {
    margin: 20px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}
.mt-80 {
    margin-top: 50px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.pd-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}
.pt-10 {
    padding-top: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-5 {
    padding-bottom: 5px;
}

.d-none {
    display: none;
}