/*#region Global */
button:active,
button:focus {
    outline: none !important;
}

/*#endregion*/

/*#region Banner */
.banner {
    color: #fff;
    height: 143px;
    display: flex;
    align-items: center;
    text-align: center;
    background: url(/sites/amis-blog/images/pages/home/blog-banner-1920.jpg) no-repeat;
}

.banner.banner-category {
    background: url(/sites/amis-blog/images/pages/home/blog-banner-category-1920.jpg) no-repeat;
}

.banner>div {
    text-align: center;
    width: 100%;
}

.page-type {
    font-size: 16px;
}

.page-type-line {
    height: 2px;
    width: 42px;
    margin: 10px auto;
    background: #fff;
}

.page-title {
    font-size: 42px;
    font-family: GoogleSans Medium, Arial, sans-serif;
}

@media screen and (max-width: 1367px) {
    .banner {
        background: url(/sites/amis-blog/images/pages/home/blog-banner-1366.jpg) no-repeat;
    }

    .banner.banner-category {
        background: url(/sites/amis-blog/images/pages/home/blog-banner-category-1366.jpg) no-repeat;
    }
}

/*#endregion*/

/*#region Menu category */
.sticky-menu {
    position: fixed;
    width: 100%;
    z-index: 1;
    transition: top .3s;
}

.menu-category {
    margin: 0;
}

.menu-category.main-cat {
    background: #002856;
}

.menu-category.sub-cat {
    background: #002856;
}

.menu-news {
    display: flex;
    align-items: center;
}

.menu-news .mn-list {
    width: calc(100% - 24px);
    width: -o-calc(100% - 24px);
    -moz-width: calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    margin: 0;
    padding: 0 40px 0 25px;
    list-style: none;
}

.menu-news .mn-list.child {
    padding-left: 25px;
}

.menu-news .mn-list li {
    margin: 0;
    height: 100%;
}

.menu-news .mn-list li a {
    display: flex;
    padding: 18px 15px;
    height: 100%;
    align-items: center;
}

.menu-news .mn-list li a h2 {
    margin-top: unset;
    margin-bottom: unset;
    font-size: 15px;
}

.menu-news .mn-list.child li a {
    padding: 18px 25px;
}

.menu-news .mn-list a {
    color: #d4e6fb;
    font-size: 15px;
    font-family: GoogleSans, Arial, sans-serif;
    white-space: nowrap !important;
}

.menu-news .mn-list li.active a {
    background: #2680EB;
}

.menu-news .mn-list .owl-stage {
    display: flex;
}

.menu-news .mn-dots {
    position: relative;
    cursor: pointer;
    padding: 14.5px 0px 14.5px 40px;
}

.menu-news .mn-dots:hover .mnd-list {
    display: block;
}

.menu-news .mn-dots .mnd-list {
    display: none;
    position: absolute;
    top: 52px;
    right: 0;
    background: #002856;
    box-shadow: 1px 1px 4px rgba(255, 255, 255, .5);
    list-style: none;
    z-index: 999;
    margin: 0;
}

.menu-news .mnd-list li {
    margin: 0;
}

.menu-news .mnd-list li.active {
    background: #2680EB;
}

.menu-news .mnd-list li a {
    display: block;
    font-size: 16px;
    color: #FFF;
    padding: 10px 25px;
    white-space: nowrap;
}

/*#endregion*/

/*#region Responsive */
@media (max-width: 1099px) {
    .menu-news .mn-list {
        padding: 0 30px 0 15px;
    }

    .menu-news .mn-list.child {
        padding-left: 15px;
    }

    .menu-news .mn-list li a {
        padding: 15px;
    }

    .menu-news .mn-list.child li a {
        padding: 15px;
    }

    .menu-news .mn-dots {
        padding: 14.5px 0px 14.5px 30px;
    }
}

@media (max-width: 980px) {
    .menu-news .mn-list {
        padding: 0 35px 0 20px;
    }

    .menu-news .mn-list.child {
        padding-left: 20px;
    }

    .menu-news .mn-list li a {
        padding: 15px 20px;
    }

    .menu-news .mn-list.child li a {
        padding: 15px 20px;
    }

    .menu-news .mn-dots {
        display: none;
    }
}

/*#endregion*/

/*#region Search category */

.menu-news .mn-search .header-search-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.menu-news .mn-search .header-search-wrap .td-icon-search {
    height: 52px;
    width: 48px;
    font-size: 19px;
    line-height: 52px;
    margin-right: 0;
}

.menu-news .mn-search .header-search-wrap .td-icon-search:before {
    color: #FFF;
}

.menu-news .mn-search .header-search-wrap .td-drop-down-search {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    border-top: 0;
    width: 342px;
    pointer-events: none;
}

.menu-news .mn-search .header-search-wrap .td-drop-down-search.td-drop-down-search-open {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

.menu-news .mn-search .header-search-wrap .td-drop-down-search:before {
    position: absolute;
    top: -9px;
    right: 19px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #2680EB transparent;
}

.menu-news .mn-search .header-search-wrap .td-drop-down-search:after {
    position: absolute;
    top: -3px;
    display: block;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #2680EB;
}

.menu-news .mn-search .header-search-wrap #td-header-search {
    width: 235px;
    height: 40px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-color: #2680EB !important;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 14px;
}

.menu-news .mn-search .header-search-wrap .td-drop-down-search .btn {
    position: absolute;
    height: 40px;
    min-width: 67px;
    line-height: 17px;
    padding: 0 15px;
    text-shadow: none;
    vertical-align: top;
    right: 20px;
    margin: 0 !important;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    background: #2680EB;
    font-size: 14px;
    color: #FFF;
    outline: none;
}

.menu-news .mn-search .header-search-wrap .td-drop-down-search .btn:hover,
.menu-news .mn-search .header-search-wrap .td-drop-down-search .btn:focus,
.menu-news .mn-search .header-search-wrap .td-drop-down-search .btn:active {
    opacity: 0.85;
}

.menu-news .mn-search .header-search-wrap .td-aj-search-results {
    background-color: rgba(144, 144, 144, 0.02);
    border-top: 1px solid #2680EB;
    border-bottom: 1px solid #2680EB;
    padding: 10px 0;
}

.menu-news .mn-search .header-search-wrap .td-aj-search-results .td-module-thumb {
    top: 10px;
    margin-left: 20px;
}

.menu-news .mn-search .header-search-wrap .td-aj-search-results .item-details {
    margin: 10px 20px 10px 115px;
}

.menu-news .mn-search .header-search-wrap #td-aj-search .entry-title a {
    font-size: 14px;
    line-height: 1.42857143;
}

.menu-news .mn-search .header-search-wrap #td-aj-search .entry-title a:hover,
.menu-news .mn-search .header-search-wrap #td-aj-search .entry-title a:focus,
.menu-news .mn-search .header-search-wrap #td-aj-search .entry-title a:active {
    color: #2680EB;
}

.menu-news .mn-search .header-search-wrap .td_module_mx2 .entry-title a:after {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}

.menu-news .mn-search .header-search-wrap .result-msg {
    text-align: center;
    padding: 4px 0 6px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #222;
    font-style: italic;
}

.menu-news .mn-search .header-search-wrap .result-msg a {
    color: #222;
    display: block;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 14px;
}

.menu-news .mn-search .header-search-wrap .result-msg a:hover,
.menu-news .mn-search .header-search-wrap .result-msg a:focus,
.menu-news .mn-search .header-search-wrap .result-msg a:active {
    color: #2680EB;
}

.menu-news .mn-search .header-search-wrap .no-result {
    background-color: #fdfdfd;
    border-top: 1px solid #2680EB;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 14px;
}

/*#region Responsive */
@media (max-width: 767px) {
    .td-search-wrap-mob .td-search-input span {
        font-size: 14px;
    }

    .td-search-wrap-mob #td-header-search-mob {
        font-family: GoogleSans Medium, Arial, sans-serif;
        font-size: 20px;
        font-weight: normal;
    }

    .td-search-wrap-mob .td_module_wrap .td-module-thumb img {
        height: 42px;
    }

    .td-search-wrap-mob .td_module_wrap .entry-title a {
        line-height: 1.42857143;
    }

    .td-search-wrap-mob .result-msg a {
        font-size: 16px;
    }
}

/*#endregion*/
/*#endregion*/

/*#region form AI Marketing ở footer bài post */

.aimarketing-form-wrap form[lz-id='4c33dbb3-3781-4ebf-961e-e15e763267bc'].private-form {
    padding: 10px !important;
    max-width: 600px;
    margin: 0 auto !important;
}

/*#endregion*/

/*#region banner sitebar news sticky */

.banner-sitebar-sticky {
    position: absolute;
    top: 67px;
    width: 237px;
    display: inline-block;
    opacity: 1 !important;
    display: none !important;
}

.banner-sitebar-sticky_left {
    left: -150px;
}

.banner-sitebar-sticky_right {
    right: -150px;
}

.banner-qc-mobile {
    display: flex;
    justify-content: center;
    padding: 20px 15px 0;
}

@media(max-width: 1440px) {
    .banner-sitebar-sticky_left {
        left: -50px;
    }

    .banner-sitebar-sticky_right {
        right: -50px;
    }
}

@media(max-width: 1300px) {
    .banner-sitebar-sticky_left {
        left: -10px;
        width: 200px;
    }

    .banner-sitebar-sticky_right {
        right: -10px;
        width: 200px;
    }
}

@media(max-width: 1100px) {
    .banner-sitebar-sticky {
        display: none !important;
    }
}

/*#endregion*/




/* btn close */

.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    z-index: 10001;
    cursor: pointer;
}

.btn-close img {
    width: 16px;
}


@media screen and (min-width: 980px) {
    .btn-close {
        width: 10px;
        top: 5px;
        right: 5px;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .btn-close {
        width: 9px;
        top: 0;
        right: 0;
        padding: 0;
    }
}


/* fix menu */

@media (min-width: 1170px) {

    .td-header-menu-wrap-full.td-container-wrap .td-container {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* #region custom bottom sidebar */
div#BottomBar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    color: #002856;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

@media (min-width: 1366px){
	#BottomBar .container{
		width: 1220px;
	}
}

div#BottomBar .container div, div#BottomBar .container a {
    color: #002856;
    cursor: pointer;
}

div#BottomBar .bottom-bar-ctn div:hover, div#BottomBar .bottom-bar-ctn a:hover {
    opacity: 0.9;
}

@media (min-width: 980px) {
    div#BottomBar .bottom-bar-ctn div{
        margin-left: 8px;
    }
    
    div#BottomBar .bottom-bar-ctn div:nth-child(2){
        margin-left: 20px;
    }
}

.bottom-bar-ctn.desktop {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: nowrap;
    padding: 6px 0px;
    align-items: center;
}

.btn-base {
    border-radius: 27px;
    font-weight: bold;
    font-size: 14px;
    width: 156px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-orange {
    background: #fff;
    border: 1px solid #002856;
}

.btn-blue {
    background: #EEF5FF;
}

.btn-advise {
    position: relative;
    padding-left: 20px;
    width: 158px;
}

.btn-advise:before {
    position: absolute;
    content: url(/sites/amis-blog/images/bottom-bar/ic-advise.svg);
    top: 5px;
    left: 10px;
}

.btn-ebook {
    position: relative;
    padding-left: 26px;
    width: 137px;
}

.btn-ebook:before {
    position: absolute;
    content: url(/sites/amis-blog/images/bottom-bar/ic-ebook.svg);
    top: 6px;
    left: 12px;
}

.btn-webinar {
    position: relative;
    padding-left: 28px;
    width: 117px;
}

.btn-webinar:before {
    position: absolute;
    content: url(/sites/amis-blog/images/bottom-bar/ic-webinar.svg);
    top: 3px;
    left: 16px;
}

/* #btb-btn-ebook-mb{ */
    /* left: -14px; */
    /* position: relative; */
/* } */

/* #btb-btn-trial-mb{ */
    /* left: -14px; */
    /* position: relative; */
/* } */

/* #btb-btn-webinar-mb{ */
    /* left: -14px; */
    /* position: relative; */
/* } */

/* #btb-btn-hotline{ */
    /* left: -14px; */
    /* position: relative; */
/* } */

.bg-btctn-popup{
    display: none;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.6);
			position: fixed;
			z-index: 100;
			top: 0;
			left: 0;
			font-size: 16px;
			line-height: 1.42857143;
			color: #393a3d;
			z-index: 10000;
}
.btctn-popup{
    display: flex;
    align-items: center;
    position: absolute !important;
			width: 924px !important;
			top: 50% !important;
			left: 50% !important;
			transform: translate(-50%, -50%) !important;
			-webkit-transform: translate(-50%, -50%) !important;
			-moz-transform: translate(-50%, -50%) !important;
			-o-transform: translate(-50%, -50%) !important;
			z-index: 2 !important;
			background: url(/sites/amis-blog/images/digital-conversion-rate/img-popup-desktop.png) no-repeat center !important;
			padding: 40px 20px 40px 20px !important;
			overflow: hidden !important;
			height: auto !important ;
            color: #fff;
            background-size: cover !important;
}

.btctn-popup li{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    margin: 14px 0px;
}

.btctn-popup li a{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btctn-popup li img {
    padding: 11px 15px;
    background-color: #F55A8E;
    border-radius: 5px 0px 0px 5px;
}

.btctn-popup li div{
    color: #002856 !important;
    margin-left: 10px;
    font-size: 13px;
}


.btctn-popup li span{
    font-weight: bold;
}

.btctn-popup .title{
    font-size: 30px;
}

.btctn-popup .des{
    font-size: 15px;
    margin-top: 6px;
}

.btctn-popup .rating{
    margin: 8px 0px;
    display: flex;
    align-items: center;
}

.btctn-popup .rating span{
    margin-left: 8px;
    font-size: 15px;
}

.btctn-popup .list{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.btctn-popup .list img{
    margin-right: 10px;
}

.bg-btctn-popup .popup-close,.lucky-popup .popup-close{
    position: absolute;
    right: 10px;
    top: 20px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
	z-index: 100;
}

@media screen and (min-width: 980px) {
    .bottom-bar-ctn.mobile {
        display: none;
    }
}

@media screen and (max-width: 979px) {
    .bottom-bar-ctn.desktop {
        display: none;
    }

    .bottom-bar-ctn.mobile {
        display: flex;
        justify-content: space-around;
        text-align: center;
        align-items: baseline;
        padding: 10px 0;
    }

    div#BottomBar {
        background: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    }

    div#BottomBar .container div, div#BottomBar .container a {
        color: #707070;
        font-size: 12px;
    }

    #BottomBar .col-md-24{
        /* box-shadow: 0px 3px 6px rgb(0 0 0 / 16%); */
        padding: unset;
        border-radius: 10px 10px 0px 0px;
    }

    #BottomBar .bottom-bar-ctn.mobile{
        border-radius: 10px 10px 0px 0px;
        color: #fff;
    }

    #BottomBar .hotline-ctn{
        margin-left: unset;
    }

    .bbc-img img {
        margin: auto;
        padding-bottom: 5px;
        height: 33px
    }

    .bottom-bar-ctn.mobile .center {
        position: relative;
    }

    .center .bbc-img img {
        margin-bottom: 0px;
    }

    .btctn-popup{
        width: 393px !important;
        background: url(/sites/amis-blog/images/digital-conversion-rate/img-popup-mobile.png) no-repeat center !important;
        padding: 20px 10px !important;
        display: unset;
    }

    .btctn-popup .list{
        display: none;
    }
    .btctn-popup .title{
        font-size: 25px;
    }
    .btctn-popup .des{
        font-size: 13px;
		margin-bottom: 6px;
    }

    .btctn-popup .col-md-8{
        margin-top: 20px;
    }
}
@media (max-width: 428px) {
    .btctn-popup .col-md-8{
        margin-top: unset;
    }
	.btctn-popup .title{
        font-size: 20px;
    }
}
.center .bbc-img {
    position: absolute;
    width: 62px;
    height: 62px;
    top: -74px;
    left: -6px;
    border-radius: 50%;
    /* border: 5px solid #f3f3f2; */
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.center .bbc-img img {
    /* margin-bottom: 10px; */
    height: 36px;
}
/*Chỉnh button zalo, tawkto*/
/*VMCUONG*/
@media (max-width: 767px){
        .hotline-quick-access{
            display: none;
        }
        .tawk_to_martech {
            margin-bottom: 60px !important;
          }
        #zalo-vr{
            bottom: 8% !important;
            top: auto !important;
        }
    }
    @media (max-width: 979px){
        /*Chỉnh css*/
        .fix-mobile-error{
            width: 100% !important;
        }
        .hotline-quick-access{
            display: none;
        }
        .tawk_to_martech {
            margin-bottom: 60px !important;
          }
    }
    blockquote {
        padding-right: 34px !important;
        font-size: 17px;
        position: relative;
        margin: 36px 0 30px 3px;
        padding: 31px 3% 33px 8.7%;
        background: #eef5ff;
        width: 98.8%;
        border-left: 3px solid #629cef;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-family: GoogleSans Bold,Arial,sans-serif;
        font-weight: 400;
        color: #2c3e50;
    }
    blockquote:after {
        background: url(https://www.dailywritingtips.com/wp-content/themes/dailywritingtips/images/sprite.png) no-repeat -4px -36px;
        width: 29px;
        height: 27px;
        content: '';
        position: absolute;
        top: 32px;
        left: 16px;
        z-index: 1;
    }
blockquote> p > span{
    font-size: 17px !important;
}
blockquote {
    padding-left: 65px !important;
    padding-top: 33px !important;
    padding-bottom: 20px !important;
}
/*sửa lỗi hiện thanh phải*/
.td-pb-span4.td-main-sidebar {
    display: none;
  }
/* #endregion */

  /*nmduc2 fix cls for SEO */
@media only screen and (min-width: 768px){
    .menu-category {
    height: 57.43px;
}
}

@media only screen and (max-width: 767px){
      .menu-category {
      height: 52.43px;
  }
}

/*#region zalo button */
.phone-vr-img-circle {
    background-color: #2196F3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
#zalo-vr a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;

    left: 0;
    bottom: 0;
    display: block;
}

#zalo-vr {
    position: fixed;
    top: 40%;
	z-index: 11111;
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
/*#endregion zalo button */