/*
Theme Name:     Mypage Child theme
Theme URI: 		https://www.mypage.vn
Description:    Child theme made by Tuan Nguyen
Author:         Tuan Nguyen
Author URI: 	https://www.mypage.vn
Template:       mypage                             
Version:        7.2
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
.td-affix #td-header-menu ul.sf-menu li.menu-item-home {display: none;}
.form-group {margin-bottom: 15px;}
.wpcf7 textarea {height: 120px;min-height: auto;}
.wpcf7 select {width: 100%;padding: 7px 10px;border-color: #e1e1e1;border-radius: 0;font-size: 13px;}
.align-center {text-align: center;}
.wrap_hotline {position: fixed;right: 0;top: 30%;z-index: 99;transform:translateX(101%);transition:0.3s ease-in-out;}
.scrolled .wrap_hotline {transform:translateX(0);}     
.wrap_hotline .widget {margin: 0;}
.wrap_hotline .widget ul {margin: 0;padding: 0;list-style: none;}
.wrap_hotline .widget ul li {margin: 0 0 1px;list-style: none;}
.wrap_hotline .widget ul li a {display: inline-block;background-color: #cb1f47;padding: 4px 14px;border-radius: 4px 0 0 4px;color: #fff;}
.wrap_hotline .widget ul li a:hover{text-decoration: none;background-color: #d94366;}
.wrap_hotline .widget ul li a i {margin-right: 3px;}
@media(max-width: 767px){
	.wrap_hotline  {top: 100px;}
}